diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-06-03 18:55:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-06-03 18:55:49 +0000 |
commit | 6c4092b0e7ff1a9342ee3234bffcb56f5617b9fe (patch) | |
tree | c676febc46834b5ae5478c571db8efc9ad6130e2 | |
parent | a03cebdcff7f7c688aeaa94e046c914120ed21fc (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 14 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 12 |
5 files changed, 36 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 790dd429c..3243a36ca 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 866cde984..a155e8308 100644 --- a/chapter06/chapter06.xml +++ b/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"/> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index b61bdfa06..f132967ed 100644 --- a/chapter06/util-linux.xml +++ b/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> diff --git a/general.ent b/general.ent index 7bdd37d58..a301adeb0 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.4"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index f1b42a957..359132b4c 100644 --- a/packages.ent +++ b/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"> |