diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
commit | 6a06eaf8448fb37ba08de818e99aee6a6522a8d5 (patch) | |
tree | 1e9bbdf4ae055220cc0d4c35136f05d27e694a9d /chapter08 | |
parent | b2b6c6fda7aacd8ec831cab548a311d30b6d1eac (diff) |
Update to man-pages-5.08.
Update to libpipeline-1.5.3.
Update to iproute2-5.8.0.
Update to linux-5.8.1.
Fix typo in settingenviron.xml.
Use entity in perl configuration instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter08/libpipeline.xml | 4 | ||||
-rw-r--r-- | chapter08/perl.xml | 12 |
3 files changed, 8 insertions, 10 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index fcf10b1dc..51cdbecaa 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -127,6 +127,8 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> + <para>The test-getlogin test is known to fail in the LFS chroot envronment.</para> + <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> diff --git a/chapter08/libpipeline.xml b/chapter08/libpipeline.xml index 9dfc2949a..5d275d381 100644 --- a/chapter08/libpipeline.xml +++ b/chapter08/libpipeline.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Libpipeline</title> - <para>First, fix the files in the test suite:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&libpipeline-checks-patch;</userinput></screen> - <para>Prepare Libpipeline for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/chapter08/perl.xml b/chapter08/perl.xml index b1dc6e88b..276ed03e1 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -58,12 +58,12 @@ export BUILD_BZIP2=0</userinput></screen> <screen><userinput remap="configure">sh Configure -des \ -Dprefix=/usr \ -Dvendorprefix=/usr \ - -Dprivlib=/usr/lib/perl5/5.32/core_perl \ - -Darchlib=/usr/lib/perl5/5.32/core_perl \ - -Dsitelib=/usr/lib/perl5/5.32/site_perl \ - -Dsitearch=/usr/lib/perl5/5.32/site_perl \ - -Dvendorlib=/usr/share/perl5/vendor_perl \ - -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl \ + -Dprivlib=/usr/lib/perl5/&perl-version-min;/core_perl \ + -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \ + -Dsitelib=/usr/lib/perl5/&perl-version-min;/site_perl \ + -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \ + -Dvendorlib=/usr/lib/perl5/&perl-version-min;/vendor_perl \ + -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -Dpager="/usr/bin/less -isR" \ |