diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-11 04:13:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-11 04:13:03 +0000 |
commit | 4ae2e7a4b215f7c367ccfe7b9d53a22c92eee492 (patch) | |
tree | 52d34d23bef86f5978fdbf175a8036aa2142e130 /chapter06 | |
parent | 2e8cbe04cdac7b733326b23f72dbfc5b7b2d055c (diff) |
Update to iproute2-3.15.0.
Update to linux-3.15.
Gettext-0.19.1.
Fix test failure in e2fsprogs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index f10b8077b..ca9268d48 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -122,17 +122,19 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To set up the test suite we need to temporarily copy + a library from /tools/lib so the test programs can find it. + To run the tests, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">cp -v /tools/lib/libblkid.so.1 /lib +make check +rm -v /lib/libblkid.so.1</userinput></screen> <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> - for details on creating and enabling swap space. Additionally, - three tests try to allocate a two terabyte partition and will fail - unless you have at least that much unused disk space available.</para> + for details on creating and enabling swap space.</para> <para>Install the binaries, documentation, and shared libraries:</para> |