Author: matthew
Date: Wed Aug 21 13:17:26 2013
New Revision: 10323
Log:
Add a patch to fix an intermittent test failure in Automake.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/automake.xml
trunk/BOOK/patches.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Tue Aug 20 06:35:51 2013 (r10322)
+++ trunk/BOOK/chapter01/changelog.xml Wed Aug 21 13:17:26 2013 (r10323)
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2013-08-21</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Add a patch to fix an intermittent test failure in
+ Automake.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-08-15</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml Tue Aug 20 06:35:51 2013 (r10322)
+++ trunk/BOOK/chapter01/whatsnew.xml Wed Aug 21 13:17:26 2013 (r10323)
@@ -230,6 +230,10 @@
<listitem><para></para></listitem> <!-- satisfy build -->
<listitem>
+ <para>&automake-test-patch;</para>
+ </listitem>
+
+ <listitem>
<para>bc &bc-version;</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
==============================================================================
--- trunk/BOOK/chapter03/patches.xml Tue Aug 20 06:35:51 2013 (r10322)
+++ trunk/BOOK/chapter03/patches.xml Wed Aug 21 13:17:26 2013 (r10323)
@@ -19,6 +19,14 @@
<variablelist role="materials">
<varlistentry>
+ <term>Automake Test Fix Patch -
<token>&automake-test-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
url="&patches-root;&automake-test-patch;"/></para>
+ <para>MD5 sum: <literal>&automake-test-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Bash Upstream Fixes Patch -
<token>&bash-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
Modified: trunk/BOOK/chapter06/automake.xml
==============================================================================
--- trunk/BOOK/chapter06/automake.xml Tue Aug 20 06:35:51 2013 (r10322)
+++ trunk/BOOK/chapter06/automake.xml Wed Aug 21 13:17:26 2013 (r10323)
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Automake</title>
+ <para>Fix an intermittent test failure:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&automake-test-patch;</userinput></screen>
+
<para>Prepare Automake for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr
--docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
@@ -49,9 +53,7 @@
<screen><userinput remap="make">make</userinput></screen>
- <note><para>The tests take a very long time: over 30 SBUs. Running
- the tests is not recommended. At least one test (of over 3000) is
- known to intermittently fail.</para></note>
+ <note><para>The tests take a very long time: over 30 SBUs.</para></note>
<para>To test the results, issue:</para>
Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent Tue Aug 20 06:35:51 2013 (r10322)
+++ trunk/BOOK/patches.ent Wed Aug 21 13:17:26 2013 (r10323)
@@ -2,6 +2,10 @@
<!-- Start of Common Patches -->
+<!ENTITY automake-test-patch "automake-&automake-version;-test-1.patch">
+<!ENTITY automake-test-patch-md5 "1bc501443baee55bca4d6552ed18a757">
+<!ENTITY automake-test-patch-size "2.5 KB">
+
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-12.patch">
<!ENTITY bash-fixes-patch-md5 "419f95c173596aea47a23d922598977a">
<!ENTITY bash-fixes-patch-size "56 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page