Ignore:
Timestamp:
09/17/2019 06:43:09 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
91f763ae
Parents:
8b16d14
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/findutils.xml

    r8b16d14 r5e009ae  
    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
Note: See TracChangeset for help on using the changeset viewer.