diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0d4b3a472..a455cda93 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,17 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-02-25 + + + [ken] - Comment out the test-lock test in coreutils, + findutils, gettext because on some machines it now loops + forever. + + + + 2017-02-19 diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 00874e4fa..fdd097998 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -53,6 +53,13 @@ without this patch. + + Suppress a test which on some machines can loop forever. + +sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk + Now prepare Coreutils for compilation: FORCE_UNSAFE_CONFIGURE=1 ./configure \ 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 diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index dc198b748..ef8cd2633 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,6 +43,15 @@ Installation of Gettext + + Suppress two invocations of test-lock which on some machines + can loop forever. + +sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && +sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in + Prepare Gettext for compilation: ./configure --prefix=/usr \ diff --git a/general.ent b/general.ent index b06bf0b53..c3562038f 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +