aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-02 03:00:49 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-02 03:00:49 +0000
commit8e1baccc0fcb51ca8c0da0751afd9a6ffce425ad (patch)
tree1035ea25ec907a35072d01d10d6aaa4ff0f892ca /chapter06/findutils.xml
parent7f0167734df932ccca0c24a549b13c9cd88c82c7 (diff)
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
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml16
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 &lt;sys/sysmacros.h&gt;' 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