Author: bdubbs
Date: Wed Feb 27 14:49:07 2013
New Revision: 10175
Log:
Fix a potential test error in procps-ng
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/procps.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Tue Feb 26 12:44:49 2013 (r10174)
+++ trunk/BOOK/chapter01/changelog.xml Wed Feb 27 14:49:07 2013 (r10175)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2013-02-27</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Fix a potential test error in procps-ng.
+ Thanks to Pierre Labastie for the patch. Fixes
+ <ulink url="&lfs-ticket-root;3293">#3293</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-02-26</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/procps.xml
==============================================================================
--- trunk/BOOK/chapter06/procps.xml Tue Feb 26 12:44:49 2013 (r10174)
+++ trunk/BOOK/chapter06/procps.xml Wed Feb 27 14:49:07 2013 (r10175)
@@ -74,13 +74,15 @@
<screen><userinput remap="make">make</userinput></screen>
<para>The test suite needs some custom modifications for LFS.
- The <command>which</command> is not available and the
+ The <command>which</command> command is not available, the
<command>pmap</command> test does not match a newline character in
- two tests. To run the test suite, run the following commands:</para>
+ two tests, and the <command>slabtop</command> test may return more than
+ 999,999 objects. To run the test suite, run the following commands:</para>
<screen><userinput remap="test">pushd testsuite
- sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
- sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
+ sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
+ -e 's|999999|&9|' config/unix.exp
+ sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
make site.exp
DEJAGNU=global-conf.exp runtest
popd</userinput></screen>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Feb 26 12:44:49 2013 (r10174)
+++ trunk/BOOK/general.ent Wed Feb 27 14:49:07 2013 (r10175)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-2013026">
-<!ENTITY releasedate "February 26, 2013">
+<!ENTITY version "SVN-2013027">
+<!ENTITY releasedate "February 27, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page