diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-04-11 21:37:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-04-11 21:37:07 +0000 |
commit | 5cc23954938f57808d88c75198a69dfc3b33bf16 (patch) | |
tree | 817c164855a0cb43fe09bde5d94d672f75a7603a /chapter06/gettext.xml | |
parent | c9627324775e6358c3e664c2aad8fe23100e62dd (diff) |
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
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 17 |
1 files changed, 15 insertions, 2 deletions
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 @@ <sect2 role="installation"> <title>Installation of Gettext</title> - <!-- this has been fixed in upstream gnulib, when a new version of + <!-- 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 --> + 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 + --> <para>First, 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> + <!-- As of April 11, 2018 appdata.* is NOT in git master, but appears + to be in metainfo.{its,loc}, When updating, check BLFS gnome-screenshot. --> + <para>Now fix a configuration file:</para> + +<screen><userinput remap="pre">sed -e '/AppData/N;N;p;s/\.appdata\./.metainfo./' \ + -i gettext-tools/its/appdata.loc</userinput></screen> + <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |