git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -38,6 +38,9 @@
<listitem>
<para>2013-08-21</para>
<itemizedlist>
+ <listitem>
+ <para>[matthew] - Add a patch to fix a test failure in Texinfo.</para>
+ </listitem>
<para>[matthew] - Add a patch to fix an intermittent test failure in
Automake.</para>
@@ -245,6 +245,10 @@
<para>&perl-libc-patch;</para>
</listitem>
+ <para>&texinfo-test-patch;</para>
+
</itemizedlist>
@@ -116,6 +116,14 @@
</varlistentry>
+ <varlistentry>
+ <term>Texinfo Test Patch - <token>&texinfo-test-patch-size;</token>:</term>
+ <para>Download: <ulink url="&patches-root;&texinfo-test-patch;"/></para>
+ <para>MD5 sum: <literal>&texinfo-test-patch-md5;</literal></para>
+ </varlistentry>
<!--<varlistentry>
<term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Texinfo</title>
+ <para>Fix an incompatibility between the test suite and Perl-&perl-version;:</para>
+<screen><userinput remap="pre">patch -Np1 -i ../&texinfo-test-patch;</userinput></screen>
<para>Prepare Texinfo for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -39,3 +39,7 @@
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
<!ENTITY readline-fixes-patch-size "1.3 KB">
+<!ENTITY texinfo-test-patch "texinfo-&texinfo-version;-test-1.patch">
+<!ENTITY texinfo-test-patch-md5 "c50d9319a471b6ebd98900b852f5fb38">
+<!ENTITY texinfo-test-patch-size "5.6 KB">