From 59b66d792f68908b95b7d91d45d5573722d9ec82 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 26 May 2020 12:25:21 +0000 Subject: Fix various test failures: - bison and man-db: use a symlink: tools/share/locale->/usr/share/locale/locale-archive so that the installed locales are found by programs not yet installed in /usr - vim: upstade to 8.2.0814 (used for testing by several persons) - sed in automake, fixes one test - patch for gold: allows its testsuite to run - mount /dev/pts as --bind: foxes a test in coreutils - bash: use su << EOF instead of su -c, to keep a controlling terminal git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/automake.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06/automake.xml') diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 411f096c4..11dccfad3 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,10 @@ Installation of Automake + Fix a failing test: + +sed -i "s/''/etags/" t/tags-lisp-space.sh + Prepare Automake for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version; -- cgit v1.2.3-54-g00ecf