Author: bdubbs
Date: Mon Apr 1 19:10:08 2013
New Revision: 10237
Log:
I hesitate to make a commit today, but the changes are ready.
Upgrade to Linux-3.8.5
Upgrade to Systemd-200
Expand tcl space for regular expressions needed for some tests
Disable a g++ libmudflap test that always fails
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/tcl.xml
trunk/BOOK/chapter06/gcc.xml
trunk/BOOK/general.ent
trunk/BOOK/packages.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Sun Mar 31 12:30:39 2013 (r10236)
+++ trunk/BOOK/chapter01/changelog.xml Mon Apr 1 19:10:08 2013 (r10237)
@@ -37,6 +37,30 @@
-->
<listitem>
+ <para>2013-04-01</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Upgrade to Linux-3.8.5. Fixes
+ <ulink url="&lfs-ticket-root;3320">#3320</ulink>.</para>
+ </listitem>
+
+ <listitem>
+ <para>[bdubbs] - Upgrade to Systemd-200. Fixes
+ <ulink url="&lfs-ticket-root;3317">#3317</ulink> and
+ <ulink url="&lfs-ticket-root;3321">#3321</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Expand tcl space for regular expressions
+ needed for some tests.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Disable a g++ libmudflap test that always
+ fails.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-03-29</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/tcl.xml
==============================================================================
--- trunk/BOOK/chapter05/tcl.xml Sun Mar 31 12:30:39 2013 (r10236)
+++ trunk/BOOK/chapter05/tcl.xml Mon Apr 1 19:10:08 2013 (r10237)
@@ -48,6 +48,11 @@
run in this chapter (they are not mandatory), these packages are required
to run the test suites in <xref linkend="chapter-building-system"/>.</para>
+ <para>First increase the amount of space needed by some regular expressions
+ in regression tests.</para>
+
+<screen><userinput remap="pre">sed -i s/500/5000/
generic/regc_nfa.c</userinput></screen>
+
<para>Prepare Tcl for compilation:</para>
<screen><userinput remap="configure">cd unix
Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml Sun Mar 31 12:30:39 2013 (r10236)
+++ trunk/BOOK/chapter06/gcc.xml Mon Apr 1 19:10:08 2013 (r10237)
@@ -56,9 +56,11 @@
<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //'
libiberty/Makefile.in</userinput></screen>
- <para>Also fix an error in one of the check Makefiles:</para>
+ <para>Also fix an error in one of the check Makefiles and disable one test
in
+ the g++ libmudflap test suite:</para>
-<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d
fixincludes/Makefile.in</userinput></screen>
+<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d
fixincludes/Makefile.in
+mv -v
libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable}</userinput></screen>
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Mar 31 12:30:39 2013 (r10236)
+++ trunk/BOOK/general.ent Mon Apr 1 19:10:08 2013 (r10237)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130331">
-<!ENTITY releasedate "March 31, 2013">
+<!ENTITY version "SVN-20130401">
+<!ENTITY releasedate "April 1, 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 Sun Mar 31 12:30:39 2013 (r10236)
+++ trunk/BOOK/packages.ent Mon Apr 1 19:10:08 2013 (r10237)
@@ -331,13 +331,13 @@
<!ENTITY linux-major-version "3">
<!ENTITY linux-minor-version "8">
-<!ENTITY linux-patch-version "4">
+<!ENTITY linux-patch-version "5">
<!ENTITY linux-version
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
-<!ENTITY linux-size "69,334 KB">
+<!ENTITY linux-size "69,404 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "ad19f1be181408124a7f9d8cf57b97b4">
-<!ENTITY linux-home "http://www.kernel.org/">
+<!ENTITY linux-md5 "55e77da0eef1f348b4adfaad4ced830a">
+<!ENTITY linux-home "http://www.dfaad4ced830akernel.org/">
<!ENTITY linux-ch8-du "540 - 800 MB">
<!ENTITY linux-ch8-sbu "1.0 - 5.0 SBU">
@@ -527,12 +527,12 @@
<!ENTITY texinfo-ch6-du "101 MB">
<!ENTITY texinfo-ch6-sbu "0.6 SBU">
-<!ENTITY systemd-version "199">
-<!ENTITY systemd-size "2,052 KB">
+<!ENTITY systemd-version "200">
+<!ENTITY systemd-size "2,068 KB">
<!ENTITY systemd-url
"http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
-<!ENTITY systemd-md5 "4bb13f84ce211e93f0141774a90a2322">
+<!ENTITY systemd-md5 "5584b96e55c46217dab4c1768d10a472">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
-<!ENTITY systemd-ch6-du "23 MB">
+<!ENTITY systemd-ch6-du "35 MB">
<!ENTITY systemd-ch6-sbu "0.1 SBU">
<!ENTITY tzdata-version "2013b">
@@ -543,10 +543,10 @@
<!ENTITY tzdata-ch6-du "6.4 MB">
<!ENTITY tzdata-ch6-sbu "less than 0.1 SBU">
-<!ENTITY udev-lfs "udev-lfs-&systemd-version;-2">
+<!ENTITY udev-lfs "udev-lfs-&systemd-version;-1">
<!ENTITY udev-lfs-size "40 KB">
<!ENTITY udev-lfs-url "&anduin-other;&udev-lfs;.tar.bz2">
-<!ENTITY udev-lfs-md5 "87536271791ab27100e8f44f4f76b434">
+<!ENTITY udev-lfs-md5 "657d8c08a9e5ec1b9119d2a480ca0e94">
<!ENTITY udev-lfs-home " ">
<!ENTITY util-linux-version "2.22.2">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page