Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    r6f34f43 r61ce0b1  
    4545    <title>Installation of E2fsprogs</title>
    4646
    47     <para>First fix a problem with running regression tests in the LFS chroot
     47    <para>First fix some problems with running regression tests in the LFS chroot
    4848    environment:</para>
    4949
    50 <screen><userinput remap="pre">sed -i -e 's|^LD_LIBRARY_PATH.*|&amp;:/tools/lib|' tests/test_config</userinput></screen>
     50<screen><userinput remap="pre">patch -Np1 -i ../&e2fsprogs-fix-test-patch;
     51sed -i -e 's|^LD_LIBRARY_PATH.*|&amp;:/tools/lib|' tests/test_config</userinput></screen>
    5152
    5253    <para>The E2fsprogs documentation recommends that the package be built in
     
    122123<screen><userinput remap="make">make</userinput></screen>
    123124
    124     <para>To test the results, issue:</para>
    125 
    126 <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>
    127132
    128133    <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
     
    130135    sufficient swap space for the test. See <xref
    131136    linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
    132     for details on creating and enabling swap space.  Additionally,
    133     three tests try to allocate a two terabyte partition and will fail
    134     unless you have at least that much unused disk space available.</para>
     137    for details on creating and enabling swap space.</para>
    135138
    136139    <para>Install the binaries, documentation, and shared libraries:</para>
Note: See TracChangeset for help on using the changeset viewer.