Changeset 8445b68


Ignore:
Timestamp:
04/03/2013 08:10:42 PM (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:
142b29b
Parents:
a1b60e2
Message:

Fix a failure in the procps-ng test suite

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra1b60e2 r8445b68  
    3838
    3939    <listitem>
     40      <para>2013-04-03</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Fix a failure in the procps-ng test suite.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>2013-04-01</para>
    4150      <itemizedlist>
     
    4453          <ulink url="&lfs-ticket-root;3320">#3320</ulink>.</para>
    4554        </listitem>
    46 
    4755        <listitem>
    4856          <para>[bdubbs] - Upgrade to Systemd-200. Fixes
  • chapter06/procps.xml

    ra1b60e2 r8445b68  
    7676    <para>The test suite needs some custom modifications for LFS.
    7777    The <command>which</command> command is not available, and the
    78     <command>slabtop</command> test may return more than 999,999 objects. To run
    79     the test suite, run the following commands:</para>
     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.
     80    To run the test suite, run the following commands:</para>
    8081
    8182<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
    82       -e 's|&amp;9|9999999|' testsuite/config/unix.exp
     83       -e 's|&amp;9|9999999|'             testsuite/config/unix.exp
     84sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
     85
    8386make check</userinput></screen>
    8487
  • general.ent

    ra1b60e2 r8445b68  
    1 <!ENTITY version "SVN-20130401">
    2 <!ENTITY releasedate "April 1, 2013">
     1<!ENTITY version "SVN-20130403">
     2<!ENTITY releasedate "April 3, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.4">
Note: See TracChangeset for help on using the changeset viewer.