diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/findutils.xml | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 20da93a41..3b227eb46 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -43,19 +43,6 @@ <sect2 role="installation"> <title>Installation of Findutils</title> - <!-- this has been fixed in upstream gnulib, when a new version of - findutils is released, please check #4055 to see if the change has been - picked up in this package --> - <para>First, suppress a test which on some machines can loop forever:</para> - -<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> - - <para>Next, make some fixes required by glibc-2.28 and later:</para> - -<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c -sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c -echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h</userinput></screen> - <para>Prepare Findutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen> @@ -86,6 +73,9 @@ echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> + <para>Two tests are known to fail in the chroot environment: + sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para> + <para revision="sysv">Some of the scripts in the LFS-Bootscripts package depend on <command>find</command>. As <filename class="directory">/usr</filename> may not be available during the early |