Changeset 3711cc6 for chapter06


Ignore:
Timestamp:
05/29/2013 02:14:33 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
8d6fd5c
Parents:
eb460c5
Message:

Sync systemd and development branches.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gmp.xml

    reb460c5 r3711cc6  
    8080<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
    8181
    82     <para>Ensure that all 184 tests in the test suite passed.
     82    <para>Ensure that all 185 tests in the test suite passed.
    8383    Check the results by issuing the following command:</para>
    8484
  • chapter06/libdbus.xml

    reb460c5 r3711cc6  
    5252
    5353    <para>This package does come with a testsuite, but it is not
    54     possible to run it because only part of the package is
    55     installed.</para>
     54    possible to run it because only part of the package was
     55    built.</para>
    5656
    5757    <para>Install the package:</para>
  • chapter06/procps.xml

    reb460c5 r3711cc6  
    7575
    7676    <para>The test suite needs some custom modifications for LFS.
    77     The <command>which</command> command is not available, and the
    78     <command>slabtop</command> test may return more than 999,999 objects.
    79     Also fix one test that fails when scripting does not use a tty device.
     77    Remove the test that fails when scripting does not use a tty device.
    8078    To run the test suite, run the following commands:</para>
    8179
    82 <screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
    83        -e 's|&amp;9|9999999|'             testsuite/config/unix.exp
    84 sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
     80<screen><userinput remap="test">sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
    8581
    8682make check</userinput></screen>
     
    9490
    9591<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
    96 ln -sfv ../../lib/libprocps.so.1.1.1 /usr/lib/libprocps.so</userinput></screen>
     92ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen>
    9793
    9894  </sect2>
  • chapter06/texinfo.xml

    reb460c5 r3711cc6  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
     52    <note><para>Two tests in the test suite fail due to out of date
     53    perl code.</para></note>
     54
    5255    <para>To test the results, issue:</para>
    5356
Note: See TracChangeset for help on using the changeset viewer.