Changeset 8e1bacc for chapter06


Ignore:
Timestamp:
09/02/2019 03:00:49 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6903d5e
Parents:
7f016773
Message:

Update to linux-5.2.4.
Update to man-db-2.8.7.
Update to meson-0.51.2.
Update to findutils-4.7.0.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/findutils.xml

    r7f016773 r8e1bacc  
    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.