Ignore:
Timestamp:
05/28/2013 12:17:45 AM (11 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.4, 7.5, 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:
a03cebd
Parents:
4e7e16d
Message:

Package updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/procps.xml

    r4e7e16d rf873610  
    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>
Note: See TracChangeset for help on using the changeset viewer.