aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/coreutils.xml2
-rw-r--r--chapter08/libpipeline.xml4
-rw-r--r--chapter08/perl.xml12
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" \