1
0
Эх сурвалжийг харах

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.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 12 жил өмнө
parent
commit
6c4092b0e7

+ 14 - 0
chapter01/changelog.xml

@@ -35,6 +35,20 @@
       </itemizedlist>
     </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>

+ 1 - 1
chapter06/chapter06.xml

@@ -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"/>

+ 13 - 1
chapter06/util-linux.xml

@@ -81,7 +81,19 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
 
 <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>
 

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone       "7.4">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 6 - 6
packages.ent

@@ -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">