Changeset fb95c5c for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
16caca2
Parents:
e28ad21
git-author:
Thomas Trepl <thomas@…> (11/05/2020 12:48:24 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    re28ad21 rfb95c5c  
    4242    <title>Installation of Autoconf</title>
    4343
    44     <para>First, fix a bug generated by Perl 5.28.</para>
     44    <para>First, apply a patch fixes several problems that occur with the latest
     45    perl, libtool, and bash versions.</para>
    4546
    46 <screen><userinput remap="pre">sed -i '361 s/{/\\{/' bin/autoscan.in</userinput></screen>
     47<screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen>
    4748
    4849    <para>Prepare Autoconf for compilation:</para>
     
    5354
    5455<screen><userinput remap="make">make</userinput></screen>
     56
     57    <para>To test the results, issue:</para>
    5558<!--
    56     <para>To test the results, issue:</para>-->
    5759    <para>The test suite is currently broken by bash-5 and libtool-2.4.3.
    5860    To run the tests anyway, issue:</para>
    59 
     61 -->
    6062<screen><userinput remap="test">make check</userinput></screen>
    6163<!--
  • chapter08/glibc.xml

    re28ad21 rfb95c5c  
    339339
    340340for tz in etcetera southamerica northamerica europe africa antarctica  \
    341           asia australasia backward pacificnew systemv; do
     341          asia australasia backward; do
    342342    zic -L /dev/null   -d $ZONEINFO       ${tz}
    343343    zic -L /dev/null   -d $ZONEINFO/posix ${tz}
  • chapter08/libelf.xml

    re28ad21 rfb95c5c  
    8787    --libdir=&usr-lib-m32;     \
    8888    --host=i686-pc-linux-gnu \
    89     --disable-debuginfod</userinput></screen>
     89    --disable-debuginfod     \
     90    --enable-libdebuginfod=dummy</userinput></screen>
    9091
    9192    <para>Compile the package:</para>
     
    119120    --libdir=&usr-lib-m32;           \
    120121    --host=x86_64-pc-linux-gnux32 \
    121     --disable-debuginfod</userinput></screen>
     122    --disable-debuginfod          \
     123    --enable-libdebuginfod=dummy</userinput></screen>
    122124
    123125    <para>Compile the package:</para>
  • chapter08/python.xml

    re28ad21 rfb95c5c  
    8484<screen><userinput remap="make">make</userinput></screen>
    8585
    86     <para>To test the results, issue <command>make test</command>.
    87     Some tests requiring a network connection or additional packages are
    88     skipped.  The test named test_normalization fails because network
     86    <para>To test the results, issue:</para>
     87
     88<screen><userinput remap="test">make test</userinput></screen>
     89
     90    <para>Some tests requiring a network connection or additional packages are
     91    skipped.  The test named test_unicodedata fails because network
    8992    configuration is not completed yet.  For more comprehensive results,
    9093    the test can be rerun when Python 3 is reinstalled in BLFS.</para>
Note: See TracChangeset for help on using the changeset viewer.