aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-01-23 00:26:15 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-01-23 00:26:15 +0000
commit9a605b8e26cd7473d35bb2a86aac79178f0ece08 (patch)
tree3ef44c3b9c8042d4e55ef2709711d61671be2d03 /chapter06
parent0cba512df7ba2e6aecd9f5db75ad5a846f62c920 (diff)
Update to linux-4.9.5.tar.xz.
Update to kbd-2.0.4. Update to perl-5.24.1. Update to zlib-1.2.11. Update to util-linux-2.29.1. + git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/perl.xml3
-rw-r--r--chapter06/procps.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 66cd9e424..76b0af2cf 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -119,6 +119,9 @@ export BUILD_BZIP2=0</userinput></screen>
<screen><userinput remap="test">make -k test</userinput></screen>
+ <note><para>Several tests related to zlib will fail due to using
+ the system version of zlib instead of the internal version.</para></note>
+
<para>Install the package and clean up:</para>
<screen><userinput remap="install">make install
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index e4b1909fc..3e5331ba9 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -80,6 +80,9 @@
<screen><userinput remap="test">sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
make check</userinput></screen>
+ <para>One ps test may fail, but passes if the tests are rerun at
+ the end of Chapter 6.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>