Author: bdubbs
Date: Wed Apr 3 13:10:42 2013
New Revision: 10239
Log:
Fix a failure in the procps-ng test suite
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 Apr 2 13:42:46 2013 (r10238)
+++ trunk/BOOK/chapter01/changelog.xml Wed Apr 3 13:10:42 2013 (r10239)
@@ -37,13 +37,21 @@
-->
<listitem>
+ <para>2013-04-03</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Fix a failure in the procps-ng test suite.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-04-01</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Upgrade to Linux-3.8.5. Fixes
<ulink url="&lfs-ticket-root;3320">#3320</ulink>.</para>
</listitem>
-
<listitem>
<para>[bdubbs] - Upgrade to Systemd-200. Fixes
<ulink url="&lfs-ticket-root;3317">#3317</ulink> and
Modified: trunk/BOOK/chapter06/procps.xml
==============================================================================
--- trunk/BOOK/chapter06/procps.xml Tue Apr 2 13:42:46 2013 (r10238)
+++ trunk/BOOK/chapter06/procps.xml Wed Apr 3 13:10:42 2013 (r10239)
@@ -75,11 +75,14 @@
<para>The test suite needs some custom modifications for LFS.
The <command>which</command> command is not available, and the
- <command>slabtop</command> test may return more than 999,999 objects. To
run
- the test suite, run the following commands:</para>
+ <command>slabtop</command> test may return more than 999,999 objects.
+ Also fix one test that fails when scripting does not use a tty device.
+ To run the test suite, run the following commands:</para>
<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo
/tools/bin/sleep|' \
- -e 's|&9|9999999|' testsuite/config/unix.exp
+ -e 's|&9|9999999|' testsuite/config/unix.exp
+sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
+
make check</userinput></screen>
<para>Install the package:</para>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Apr 2 13:42:46 2013 (r10238)
+++ trunk/BOOK/general.ent Wed Apr 3 13:10:42 2013 (r10239)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130401">
-<!ENTITY releasedate "April 1, 2013">
+<!ENTITY version "SVN-20130403">
+<!ENTITY releasedate "April 3, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.4">
<!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