aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter05/tar.xml6
-rw-r--r--chapter06/tar.xml6
-rw-r--r--patches.ent4
6 files changed, 28 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b7c4ba9a6..b0196c92e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2009-02-08</para>
<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>
<para>[matthew] - Upgraded to MPFR-2.4.0. Fixes
<ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 5348af4ec..945b7a872 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -237,6 +237,10 @@
</listitem>
<listitem>
+ <para>&tar-warning-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&vim-fixes-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index d386393e6..a8e9e762e 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -235,6 +235,14 @@
</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>
<term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&vim-fixes-patch;"/></para>
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 267ab08d7..6c0666903 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -43,9 +43,11 @@
<sect2 role="installation">
<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>
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index 16a4ec909..f774b0205 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -40,9 +40,11 @@
<sect2 role="installation">
<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>
diff --git a/patches.ent b/patches.ent
index 498b0f688..c91780ef1 100644
--- a/patches.ent
+++ b/patches.ent
@@ -123,6 +123,10 @@
<!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-md5 "87056fb6fd7bc3df5cd328e26a83bf43">
<!ENTITY vim-fixes-patch-size "166 KB">