aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter01/whatsnew.xml3
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/coreutils.xml4
-rw-r--r--patches.ent4
5 files changed, 24 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c9857ba1e..dad984940 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>2011-03-14</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add patch to fix the sparse-fiemap test failure in
+ Coreutils-8.10. Thanks to Tadeus (Eus) Prastowo for the report and
+ patch.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Add latest upstream patches for Readline-6.2.</para>
</listitem>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index f16f55fa6..66cc8d2ef 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -222,6 +222,9 @@
<para>bash-&bash-version;-fixes-1.patch</para>
</listitem>
<listitem>
+ <para>coreutils-&coreutils-version;-sparse_fiemap-1.patch</para>
+ </listitem>
+ <listitem>
<para>readline-&readline-version;-fixes-1.patch</para>
</listitem>
</itemizedlist>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 44512f582..81e1e54ef 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -43,6 +43,14 @@
</varlistentry>
<varlistentry>
+ <term>Coreutils Sparse-Fiemap Test Fix Patch - <token>&coreutils-sparse_fiemap-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&coreutils-sparse_fiemap-patch;"/></para>
+ <para>MD5 sum: <literal>&coreutils-sparse_fiemap-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&coreutils-uname-patch;"/></para>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 4756dfeee..f306993db 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -62,6 +62,10 @@ esac</userinput></screen>
without this patch.</para>
</note>
+ <para>Apply a patch to fix a known issue with the test suite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-sparse_fiemap-patch;</userinput></screen>
+
<para>Now prepare Coreutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/patches.ent b/patches.ent
index 9f88262d7..84bf01d78 100644
--- a/patches.ent
+++ b/patches.ent
@@ -16,6 +16,10 @@
<!ENTITY coreutils-i18n-patch-md5 "28895e1112835ca04119158d1883a6d5">
<!ENTITY coreutils-i18n-patch-size "120 KB">
+<!ENTITY coreutils-sparse_fiemap-patch "coreutils-&coreutils-version;-sparse_fiemap-1.patch">
+<!ENTITY coreutils-sparse_fiemap-patch-md5 "3fa59f8eb59712a80a3302ef5d9ab197">
+<!ENTITY coreutils-sparse_fiemap-patch-size "4.5 KB">
+
<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
<!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54">
<!ENTITY coreutils-uname-patch-size "1.6 KB">