diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-28 00:17:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-28 00:17:45 +0000 |
commit | f8736105d907eb938c36322bf56a576945b8bf41 (patch) | |
tree | 880f8b984d22018e472a4d5c97323a5eee68e1c9 /chapter06 | |
parent | 4e7e16d690f171637017a6d7219d89f9670cc8cb (diff) |
Package updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gmp.xml | 2 | ||||
-rw-r--r-- | chapter06/procps.xml | 10 | ||||
-rw-r--r-- | chapter06/texinfo.xml | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 05cfa91a8..17dfe8677 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -79,7 +79,7 @@ <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 184 tests in the test suite passed. + <para>Ensure that all 185 tests in the test suite passed. Check the results by issuing the following command:</para> <screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen> diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 9bcf12f07..5309bb796 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -74,14 +74,10 @@ <screen><userinput remap="make">make</userinput></screen> <para>The test suite needs some custom modifications for LFS. - The <command>which</command> command is not available, and the - <command>slabtop</command> test may return more than 999,999 objects. - Also fix one test that fails when scripting does not use a tty device. + Remove the test that fails when scripting does not use a tty device. To run the test suite, run the following commands:</para> -<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|&9|9999999|' testsuite/config/unix.exp -sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp +<screen><userinput remap="test">sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp make check</userinput></screen> @@ -93,7 +89,7 @@ make check</userinput></screen> <filename class="directory">/usr</filename> is not mounted.</para> <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib -ln -sfv ../../lib/libprocps.so.1.1.1 /usr/lib/libprocps.so</userinput></screen> +ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen> </sect2> diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 3bac8536c..4d9122552 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -49,6 +49,9 @@ <screen><userinput remap="make">make</userinput></screen> + <note><para>Two tests in the test suite fail due to out of date + perl code.</para></note> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> |