From 8e1baccc0fcb51ca8c0da0751afd9a6ffce425ad Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 2 Sep 2019 03:00:49 +0000 Subject: 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 --- chapter06/findutils.xml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'chapter06/findutils.xml') 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 @@ Installation of Findutils - - First, suppress a test which on some machines can loop forever: - -sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in - - Next, make some fixes required by glibc-2.28 and later: - -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 - Prepare Findutils for compilation: ./configure --prefix=/usr --localstatedir=/var/lib/locate @@ -86,6 +73,9 @@ echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h make install + Two tests are known to fail in the chroot environment: + sv-bug-54171.old-O3 and sv-bug-54171.new-O3. + Some of the scripts in the LFS-Bootscripts package depend on find. As /usr may not be available during the early -- cgit v1.2.3-54-g00ecf