From 4ae2e7a4b215f7c367ccfe7b9d53a22c92eee492 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 11 Jun 2014 04:13:03 +0000 Subject: 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 --- chapter06/e2fsprogs.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'chapter06') 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 \ make - To test the results, issue: + 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: -make check +cp -v /tools/lib/libblkid.so.1 /lib +make check +rm -v /lib/libblkid.so.1 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 and - 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. + for details on creating and enabling swap space. Install the binaries, documentation, and shared libraries: -- cgit v1.2.3-54-g00ecf