aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-04-03 20:10:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-04-03 20:10:42 +0000
commit8445b681e69bed00e0b2c650dcc523e64815ae2e (patch)
tree939dcb04161147198aa7a8f5fe6475a87af8f12e
parenta1b60e222a43ae6c5e5c1cc305974a8d62cbd4ab (diff)
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
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/procps.xml9
-rw-r--r--general.ent4
3 files changed, 17 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0ffcf9899..4e9c396cf 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 199566818..9bcf12f07 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -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|&amp;9|9999999|' testsuite/config/unix.exp
+ -e 's|&amp;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>
diff --git a/general.ent b/general.ent
index 415302af8..ca6f5585b 100644
--- a/general.ent
+++ b/general.ent
@@ -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 &ndash; -->
<!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->