From e812ed0931c91af3dac1a68abbf59a0345064752 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sat, 25 Feb 2017 18:09:14 +0000 Subject: Suppress the test-lock test in coretutils, findutils, gettext because on one of my machines it now hangs, burning 100% CPU time on each core. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/findutils.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter06/findutils.xml') diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 8eb46d515..a13fec4eb 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -43,6 +43,13 @@ Installation of Findutils + + Suppress a test which on some machines can loop forever. + +sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in + Prepare Findutils for compilation: ./configure --prefix=/usr --localstatedir=/var/lib/locate -- cgit v1.2.3-54-g00ecf