diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2017-02-25 18:09:14 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2017-02-25 18:09:14 +0000 |
commit | e812ed0931c91af3dac1a68abbf59a0345064752 (patch) | |
tree | 22072c313cbdca925a215b3c8dd35872ab11cd90 /chapter06/gettext.xml | |
parent | e0f503f9065277441ccb32b3dc1e315481f706db (diff) |
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
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ <sect2 role="installation"> <title>Installation of Gettext</title> + <!-- this has been fixed in upstream gnulib, when a new version of + gettext is released, please check #4055 to see if the change has been + picked up in this package --> + <para>Suppress two invocations of test-lock which on some machines + can loop forever.</para> + +<screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && +sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> + <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |