Ignore:
Timestamp:
06/11/2014 04:13:03 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
448e226
Parents:
2e8cbe0
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    r2e8cbe0 r4ae2e7a  
    123123<screen><userinput remap="make">make</userinput></screen>
    124124
    125     <para>To test the results, issue:</para>
    126 
    127 <screen><userinput remap="test">make check</userinput></screen>
     125    <para>To set up the test suite we need to temporarily copy
     126    a library from /tools/lib so the test programs can find it.
     127    To run the tests, issue:</para>
     128
     129<screen><userinput remap="test">cp -v /tools/lib/libblkid.so.1 /lib
     130make check
     131rm -v /lib/libblkid.so.1</userinput></screen>
    128132
    129133    <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
     
    131135    sufficient swap space for the test. See <xref
    132136    linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
    133     for details on creating and enabling swap space.  Additionally,
    134     three tests try to allocate a two terabyte partition and will fail
    135     unless you have at least that much unused disk space available.</para>
     137    for details on creating and enabling swap space.</para>
    136138
    137139    <para>Install the binaries, documentation, and shared libraries:</para>
Note: See TracChangeset for help on using the changeset viewer.