diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 3 | ||||
-rw-r--r-- | chapter06/procps.xml | 3 |
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> |