Changeset d7f58cc for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
0aaf6a31
Parents:
1daca67
git-author:
Thomas Trepl <thomas@…> (09/17/2019 06:43:09 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r1daca67 rd7f58cc  
    4343    <para>First, fix a build problem with the current version:</para>
    4444
    45 <screen><userinput remap="pre">sed -i '6855 s/mv/cp/' Makefile.in</userinput></screen>
     45<screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen>
    4646
    4747    <para>Prepare Bison for compilation:</para>
  • chapter06/findutils.xml

    r1daca67 rd7f58cc  
    4444    <title>Installation of Findutils</title>
    4545
    46    <!-- this has been fixed in upstream gnulib, when a new version of
    47    findutils is released, please check #4055 to see if the change has been
    48    picked up in this package -->
    49    <para>First, suppress a test which on some machines can loop forever:</para>
    50 
    51 <screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen>
    52 
    53     <para>Next, make some fixes required by glibc-2.28 and later:</para>
    54 
    55 <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c
    56 sed -i '/unistd/a #include &lt;sys/sysmacros.h&gt;' gl/lib/mountlist.c
    57 echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h</userinput></screen>
    58 
    5946    <para>Prepare Findutils for compilation:</para>
    6047
     
    8673
    8774<screen><userinput remap="install">make install</userinput></screen>
     75
     76    <para>Two tests are known to fail in the chroot environment:
     77    sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para>
    8878
    8979    <para revision="sysv">Some of the scripts in the LFS-Bootscripts package
  • chapter06/glibc.xml

    r1daca67 rd7f58cc  
    167167
    168168    <note><para>The symbolic link above is needed to run the tests at this
    169     stage of building in the chroot envirnment.  It will be overwritten
     169    stage of building in the chroot environment.  It will be overwritten
    170170    in the install phase below.</para></note>
    171171
  • chapter06/openssl.xml

    r1daca67 rd7f58cc  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
    45 
     45<!--
    4646    <para>First, fix a problem identified upstream:</para>
    4747
    4848<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n    memset(\&amp;data, 0, sizeof(data));/' \
    4949  crypto/rand/rand_lib.c</userinput></screen>
    50 
     50-->
    5151    <para>Prepare OpenSSL for compilation:</para>
    5252
     
    6464
    6565<screen><userinput remap="test">make test</userinput></screen>
    66 <!--
    67     <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
    68     environment, but passes when run as a regular user.</para>
    69 -->
     66
     67    <para>One subtest in the test 20-test_enc.t is known to fail.</para>
     68
    7069    <para>Install the package:</para>
    7170
Note: See TracChangeset for help on using the changeset viewer.