Add a patch to suppress a warning added in Tar-1.21 that causes the Perl testsuite to fail.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-02-08 12:43:00 +00:00
parent 8c3224210a
commit 934a32d6fb
6 changed files with 28 additions and 4 deletions

View File

@ -40,6 +40,10 @@
<listitem> <listitem>
<para>2009-02-08</para> <para>2009-02-08</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Added a patch to suppress a warning added in
Tar-1.21 that causes the Perl testsuite to fail.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgraded to MPFR-2.4.0. Fixes <para>[matthew] - Upgraded to MPFR-2.4.0. Fixes
<ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para> <ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>

View File

@ -236,6 +236,10 @@
<para>&tar-testsuite-patch;</para> <para>&tar-testsuite-patch;</para>
</listitem> </listitem>
<listitem>
<para>&tar-warning-patch;</para>
</listitem>
<listitem> <listitem>
<para>&vim-fixes-patch;</para> <para>&vim-fixes-patch;</para>
</listitem> </listitem>

View File

@ -234,6 +234,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Tar Warning Removal Patch - <token>&tar-warning-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&tar-warning-patch;"/></para>
<para>MD5 sum: <literal>&tar-warning-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term> <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
<listitem> <listitem>

View File

@ -43,9 +43,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Tar</title> <title>Installation of Tar</title>
<para>Apply a patch to correct a bug in Tar's testsuite:</para> <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
a warning that affects Perl's testsuite:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
<para>Prepare Tar for compilation:</para> <para>Prepare Tar for compilation:</para>

View File

@ -40,9 +40,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Tar</title> <title>Installation of Tar</title>
<para>Apply a patch to correct a bug in Tar's testsuite:</para> <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
a warning that affects Perl's testsuite:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
<para>Prepare Tar for compilation:</para> <para>Prepare Tar for compilation:</para>

View File

@ -123,6 +123,10 @@
<!ENTITY tar-testsuite-patch-size "3 KB"> <!ENTITY tar-testsuite-patch-size "3 KB">
<!ENTITY tar-warning-patch "tar-&tar-version;-remove_warning-1.patch">
<!ENTITY tar-warning-patch-md5 "c7247a20a158ac7d25f02537c4069663">
<!ENTITY tar-warning-patch-size "1.4 KB">
<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-4.patch"> <!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-4.patch">
<!ENTITY vim-fixes-patch-md5 "87056fb6fd7bc3df5cd328e26a83bf43"> <!ENTITY vim-fixes-patch-md5 "87056fb6fd7bc3df5cd328e26a83bf43">
<!ENTITY vim-fixes-patch-size "166 KB"> <!ENTITY vim-fixes-patch-size "166 KB">