Author: bdubbs
Date: Mon Jun 3 11:55:49 2013
New Revision: 10290
Log:
Update to gcc-4.8.1
Update to util-linux-2.23.1
Added test suites to util-linux, but needed to move shadow
before util-linux to have su available.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/chapter06.xml
trunk/BOOK/chapter06/util-linux.xml
trunk/BOOK/general.ent
trunk/BOOK/packages.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Wed May 29 07:14:33 2013 (r10289)
+++ trunk/BOOK/chapter01/changelog.xml Mon Jun 3 11:55:49 2013 (r10290)
@@ -36,6 +36,20 @@
</listitem>
-->
<listitem>
+ <para>2013-06-03</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to Util-linux-2.23.1. Fixes
+ <ulink url="&lfs-ticket-root;3355">#3355</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to gcc-4.8.1. Fixes
+ <ulink url="&lfs-ticket-root;3356">#3356</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-05-27</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/chapter06.xml
==============================================================================
--- trunk/BOOK/chapter06/chapter06.xml Wed May 29 07:14:33 2013 (r10289)
+++ trunk/BOOK/chapter06/chapter06.xml Mon Jun 3 11:55:49 2013 (r10290)
@@ -32,11 +32,11 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.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="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"/>
Modified: trunk/BOOK/chapter06/util-linux.xml
==============================================================================
--- trunk/BOOK/chapter06/util-linux.xml Wed May 29 07:14:33 2013 (r10289)
+++ trunk/BOOK/chapter06/util-linux.xml Mon Jun 3 11:55:49 2013 (r10290)
@@ -81,7 +81,19 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>If desired, run the test suite as a non-root user:</para>
+
+ <warning><para>Running the test suite as the root user can be harmful to
+ your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the
+ kernel must be available in the currently running system. For complete
+ coverage, other BLFS packages must be installed. If desired, this
+ test can be run after rebooting into the completed LFS system and
running:</para>
+
+ <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD
--builddir=$PWD</userinput></screen>
+ </warning>
+
+ <screen><userinput remap="test">chown -Rv nobody .
+su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package:</para>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed May 29 07:14:33 2013 (r10289)
+++ trunk/BOOK/general.ent Mon Jun 3 11:55:49 2013 (r10290)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130527">
-<!ENTITY releasedate "May 27, 2013">
+<!ENTITY version "SVN-20130603">
+<!ENTITY releasedate "Jume 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}]" -->
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed May 29 07:14:33 2013 (r10289)
+++ trunk/BOOK/packages.ent Mon Jun 3 11:55:49 2013 (r10290)
@@ -174,10 +174,10 @@
<!ENTITY gawk-ch6-du "30 MB">
<!ENTITY gawk-ch6-sbu "0.2 SBU">
-<!ENTITY gcc-version "4.8.0">
-<!ENTITY gcc-size "84,633 KB">
+<!ENTITY gcc-version "4.8.1">
+<!ENTITY gcc-size "84,724 KB">
<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
-<!ENTITY gcc-md5 "e6040024eb9e761c3bea348d1fa5abb0">
+<!ENTITY gcc-md5 "3b2386c114cd74185aa3754b58a79304">
<!ENTITY gcc-home "http://gcc.gnu.org/">
<!ENTITY gcc-ch5p1-du "1.4 GB">
<!ENTITY gcc-ch5p1-sbu "5.5 SBU">
@@ -560,10 +560,10 @@
<!ENTITY udev-lfs-md5 "015a9c242a26eb47a62e568fcc942186">
<!ENTITY udev-lfs-home " ">
-<!ENTITY util-linux-version "2.23">
-<!ENTITY util-linux-size "3,248 KB">
+<!ENTITY util-linux-version "2.23.1">
+<!ENTITY util-linux-size "3,292 KB">
<!ENTITY util-linux-url
"&kernel;linux/utils/util-linux/v2.23/util-linux-&util-linux-version;.tar.xz">
-<!ENTITY util-linux-md5 "cf5e9bb402371beaaffc3a5f276d5783">
+<!ENTITY util-linux-md5 "33ba55ce82f8e3b8d7a38fac0f62779a">
<!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/">
<!ENTITY util-linux-ch6-du "89 MB">
<!ENTITY util-linux-ch6-sbu "0.6 SBU">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page