aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml24
-rw-r--r--chapter05/tcl.xml5
-rw-r--r--chapter06/gcc.xml6
-rw-r--r--general.ent4
-rw-r--r--packages.ent20
5 files changed, 45 insertions, 14 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fa33d571c..0ffcf9899 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 9a264ad68..4fcc10b61 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -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
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1f844f1a0..22684f04f 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -56,9 +56,11 @@ esac</userinput></screen>
<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>
diff --git a/general.ent b/general.ent
index a2930be93..415302af8 100644
--- a/general.ent
+++ b/general.ent
@@ -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 &ndash; -->
<!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 ff6021c0f..c90ac41ef 100644
--- a/packages.ent
+++ b/packages.ent
@@ -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">