diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-28 10:30:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-28 10:30:42 +0000 |
commit | 3d745fd7201f384b4a56fd8434a5c63b76d49d3d (patch) | |
tree | 91c01b614653153ee019c22f9a99d6d70dd16178 | |
parent | 27562803648485d55616f498f08401707a04fe4b (diff) |
E2fsprogs requires ps from Procps for its testsuite to complete successfully.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 7b5b62fae..ea9ba887a 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -412,7 +412,7 @@ <segtitle>&testsuites;</segtitle> <seglistitem> - <seg>Psmisc</seg> + <seg>Procps,Psmisc</seg> </seglistitem> </segmentedlist> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dad97efd3..78a4c1690 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2012-12-28</para> <itemizedlist> <listitem> + <para>[matthew] - Move the build of Procps to before E2fsprogs as the + latter requires <command>ps</command> to be available during its + testsuite run.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Gettext-0.18.2. Fixes <ulink url="&lfs-ticket-root;3263">#3263</ulink>.</para> </listitem> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 382e3b0eb..89458bee5 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -34,13 +34,13 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/> |