From d45e0417f93af02aedc91a8cfd953daafe607e6c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 28 Mar 2013 17:40:16 +0000 Subject: Upgrade to Procps-NG-3.3.7. Fixes #3316. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++-- chapter06/procps.xml | 12 ++++-------- packages.ent | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c09add0c..ce20f87c2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2013-03-28 + + [matthew] - Upgrade to Procps-NG-3.3.7. Fixes + #3316. + [matthew] - Upgrade to Diffutils-3.3. Fixes #3315. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 26c972856..0f26c9a85 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -163,9 +163,9 @@ - + diff --git a/chapter06/procps.xml b/chapter06/procps.xml index cadbbd64b..7a63f7755 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -79,19 +79,15 @@ two tests, and the slabtop test may return more than 999,999 objects. To run the test suite, run the following commands: -pushd testsuite - sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|999999|&9|' config/unix.exp - sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp - make site.exp - DEJAGNU=global-conf.exp runtest -popd +sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ + -e 's|&9|9999999|' testsuite/config/unix.exp +make check Install the package: make install -Finally move the library to a location that can be found if +Finally, move the library to a location that can be found if /usr is not mounted. mv -v /usr/lib/libprocps.so.* /lib diff --git a/packages.ent b/packages.ent index 6cbae60b8..bb3dd6538 100644 --- a/packages.ent +++ b/packages.ent @@ -440,10 +440,10 @@ - - + + - + -- cgit v1.2.3-54-g00ecf