Author: bdubbs
Date: 2012-10-13 23:48:05 -0600 (Sat, 13 Oct 2012)
New Revision: 10019
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/procps.xml
trunk/BOOK/packages.ent
Log:
Change procps to not install the kill program that is now installed
by util-linux.
Update to util-linux-2.22.1.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-10-14 03:25:13 UTC (rev 10018)
+++ trunk/BOOK/chapter01/changelog.xml 2012-10-14 05:48:05 UTC (rev 10019)
@@ -40,6 +40,15 @@
<para>2012-09-27</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Change procps to not install the
+ kill program that is now installed by util-linux. Fixes
+ <ulink url="&lfs-ticket-root;3201">#3201</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to util-linux-2.22.1. Fixes
+ <ulink url="&lfs-ticket-root;3199">#3199</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to linux-3.6.2. Fixes
<ulink url="&lfs-ticket-root;3198">#3198</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/procps.xml
===================================================================
--- trunk/BOOK/chapter06/procps.xml 2012-10-14 03:25:13 UTC (rev 10018)
+++ trunk/BOOK/chapter06/procps.xml 2012-10-14 05:48:05 UTC (rev 10019)
@@ -50,10 +50,12 @@
<screen><userinput remap="pre">patch -Np1 -i
../&procps-watch-patch;</userinput></screen>
- <para>Fix a bug in the Makefile, which prevents procps from building with
+ <para>Do not install the kill program because it was installed by
util-linux.
+ Also fix a bug in the Makefile, which prevents procps from building with
make-&make-version;:</para>
-<screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk
ps/module.mk@' Makefile</userinput></screen>
+<screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk
ps/module.mk@' \
+ -e 's@^#SKIP/SKIP/' Makefile</userinput></screen>
<para>Compile the package:</para>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2012-10-14 03:25:13 UTC (rev 10018)
+++ trunk/BOOK/packages.ent 2012-10-14 05:48:05 UTC (rev 10019)
@@ -546,10 +546,10 @@
<!ENTITY udev-lfs-md5 "3bd58f59ed73a08a7d427ee1fccc91ef">
<!ENTITY udev-lfs-home " ">
-<!ENTITY util-linux-version "2.22">
-<!ENTITY util-linux-size "3,116 KB">
+<!ENTITY util-linux-version "2.22.1">
+<!ENTITY util-linux-size "3,124 KB">
<!ENTITY util-linux-url
"&kernel;linux/utils/util-linux/v2.22/util-linux-&util-linux-version;.tar.xz">
-<!ENTITY util-linux-md5 "ba2d8cc12a937231c80a04f7f7149303">
+<!ENTITY util-linux-md5 "730cf9932531ed09b53a04ca30fcb4c9">
<!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/">
<!ENTITY util-linux-ch6-du "83 MB">
<!ENTITY util-linux-ch6-sbu "0.7 SBU">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page