Author: bdubbs
Date: 2012-12-31 12:36:41 -0700 (Mon, 31 Dec 2012)
New Revision: 10087
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/binutils.xml
trunk/BOOK/chapter06/e2fsprogs.xml
trunk/BOOK/general.ent
trunk/BOOK/patches.ent
Log:
Add patch to fix binutils test suite
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/chapter01/changelog.xml 2012-12-31 19:36:41 UTC (rev 10087)
@@ -37,6 +37,18 @@
-->
<listitem>
+ <para>2012-12-31</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add patch to fix binutils test suite.
+ All binutils tests now pass, so remove the "-k" flag
+ from test invocation.
+ Thanks to Pierre Labastie for the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-12-30</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/chapter01/whatsnew.xml 2012-12-31 19:36:41 UTC (rev 10087)
@@ -233,6 +233,10 @@
</listitem>
<listitem>
+ <para>&binutils-testsuite-fixes-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&kbd-backspace-patch;</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/chapter03/patches.xml 2012-12-31 19:36:41 UTC (rev 10087)
@@ -27,6 +27,14 @@
</varlistentry>
<varlistentry>
+ <term>Binutils Test Suite Patch -
<token>&binutils-testsuite-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
url="&patches-root;&binutils-testsuite-fixes-patch;"/></para>
+ <para>MD5 sum:
<literal>&binutils-testsuite-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Bzip2 Documentation Patch -
<token>&bzip2-docs-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
Modified: trunk/BOOK/chapter06/binutils.xml
===================================================================
--- trunk/BOOK/chapter06/binutils.xml 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/chapter06/binutils.xml 2012-12-31 19:36:41 UTC (rev 10087)
@@ -64,6 +64,10 @@
<screen><userinput remap="pre">rm -fv etc/standards.info
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
+ <para>Fix some test suite scripts so all tests pass:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&binutils-testsuite-fixes-patch;</userinput></screen>
+
<para>The Binutils documentation recommends building Binutils outside of
the
source directory in a dedicated build directory:</para>
@@ -114,7 +118,7 @@
<para>Test the results:</para>
-<screen><userinput remap="test">make -k check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>
Modified: trunk/BOOK/chapter06/e2fsprogs.xml
===================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/chapter06/e2fsprogs.xml 2012-12-31 19:36:41 UTC (rev 10087)
@@ -115,12 +115,11 @@
<screen><userinput remap="test">make check</userinput></screen>
- <para>One of the E2fsprogs tests will attempt to allocate 256 MB
- of memory. If you do not have significantly more RAM than this, it
- is recommended to enable sufficient swap space for the test. See
- <xref linkend="space-creatingfilesystem"/> and
- <xref linkend="space-mounting"/> for details on creating and enabling
- swap space.</para>
+ <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
+ If you do not have significantly more RAM than this, be sure to enable
+ sufficient swap space for the test. See <xref
+ linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
+ for details on creating and enabling swap space.</para>
<para>Install the binaries, documentation, and shared libraries:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/general.ent 2012-12-31 19:36:41 UTC (rev 10087)
@@ -1,6 +1,6 @@
-<!ENTITY version "SVN-20121230">
-<!ENTITY releasedate "December 30, 2012">
-<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
+<!ENTITY version "SVN-20130101">
+<!ENTITY releasedate "January 1, 2013">
+<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2012-12-30 08:30:29 UTC (rev 10086)
+++ trunk/BOOK/patches.ent 2012-12-31 19:36:41 UTC (rev 10087)
@@ -6,22 +6,22 @@
<!ENTITY bash-fixes-patch-md5 "739056302cfbb5675ceb87b29cd898e5">
<!ENTITY bash-fixes-patch-size "54 KB">
+<!ENTITY binutils-testsuite-fixes-patch
"binutils-&binutils-version;-testsuite_fix-1.patch">
+<!ENTITY binutils-testsuite-fixes-patch-md5 "cb47fae1bc572d45f4b0cff8ae8ecba8">
+<!ENTITY binutils-testsuite-fixes-patch-size "2.0 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
<!ENTITY bzip2-docs-patch-size "1.6 KB">
-
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
<!ENTITY coreutils-i18n-patch-md5 "befbf82628d019ef08d522c95cba331d">
<!ENTITY coreutils-i18n-patch-size "272 KB">
-
<!ENTITY flex-bison-patch "flex-&flex-version;-bison-2.6.1-1.patch">
<!ENTITY flex-bison-patch-md5 "d5b001ef9bdbbe32e2f27576d97d8ff0">
<!ENTITY flex-bison-patch-size "2.8 KB">
-
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
<!ENTITY kbd-backspace-patch-size "12 KB">
@@ -30,12 +30,10 @@
<!ENTITY make-fixes-patch-md5 "95027ab5b53d01699845d9b7e1dc878d">
<!ENTITY make-fixes-patch-size "10 KB">
-
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
<!ENTITY perl-libc-patch-md5 "daf5c64fd7311e924966842680535f8f">
<!ENTITY perl-libc-patch-size "1.6 KB">
-
<!ENTITY procps-hz_fixes-patch "procps-&procps-version;-fix_HZ_errors-1.patch">
<!ENTITY procps-hz_fixes-patch-md5 "2ea4c8e9a2c2a5a291ec63c92d7c6e3b">
<!ENTITY procps-hz_fixes-patch-size "2.3 KB">
@@ -44,7 +42,6 @@
<!ENTITY procps-watch-patch-md5 "cd1a757e532d93662a7ed71da80e6b58">
<!ENTITY procps-watch-patch-size "3.5 KB">
-
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
<!ENTITY readline-fixes-patch-size "1.3 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page