From 5cc23954938f57808d88c75198a69dfc3b33bf16 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 11 Apr 2018 21:37:07 +0000 Subject: Fix appdata.loc file in gettext. Update to linux-4.16.1. Update to procps-ng-3.3.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11399 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gettext.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'chapter06/gettext.xml') diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 630febf1d..1213b2265 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,15 +43,28 @@ Installation of Gettext - + picked up in this package + + As of April 11, 2018, 'TESTS = test-lock' is in gettext-runtime/tests/Makefile.am + Perhaps the test is fixed. + + There is no reference to 'test' or TEST in gettext-tools/gnulib-tests/Makefile.am + --> First, 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 + + Now fix a configuration file: + +sed -e '/AppData/N;N;p;s/\.appdata\./.metainfo./' \ + -i gettext-tools/its/appdata.loc + Prepare Gettext for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf