aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter01/whatsnew.xml3
-rw-r--r--chapter03/patches.xml7
-rw-r--r--chapter06/glibc.xml5
-rw-r--r--general.ent4
-rw-r--r--patches.ent2
6 files changed, 29 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1ccb98db0..1bc24384f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>April 15, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[archaic] - Added patch to glibc to fix build errors in packages
+ that include linux/types.h after sys/kd.h.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 14, 2006</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index f3054097f..bcac786af 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -217,6 +217,9 @@
<para>&gcc-specs-patch;</para>
</listitem>
<listitem>
+ <para>&glibc-linux_types-patch;</para>
+ </listitem>
+ <listitem>
<para>&groff-debian-patch;</para>
</listitem>
<listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 202dd3ac3..a3150429b 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -89,6 +89,13 @@
</varlistentry>
<varlistentry>
+ <term>Glibc Linux Types Patch - 1.1 KB:</term>
+ <listitem>
+ <para><ulink url="&patches-root;&glibc-linux_types-patch;"/></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Grep RedHat Fixes Patch - 56 KB:</term>
<listitem>
<para><ulink url="&patches-root;&grep-fixes-patch;"/></para>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index f09ce9daa..048acd484 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -72,6 +72,11 @@
<screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen>
+ <para>Apply the following patch to fix build errors in packages that include
+ linux/types.h after sys/kd.h:</para>
+
+<screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen>
+
<para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
at startup. It is unknown whether this is a <command>bash</command> bug or a
Glibc problem. Disable installation of this locale in order to avoid the
diff --git a/general.ent b/general.ent
index 366e70d2c..c4c826aef 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060414">
-<!ENTITY releasedate "April 14, 2006">
+<!ENTITY version "SVN-20060415">
+<!ENTITY releasedate "April 15, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/patches.ent b/patches.ent
index 03a8f7d40..bad888863 100644
--- a/patches.ent
+++ b/patches.ent
@@ -18,6 +18,8 @@
<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
+<!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch">
+
<!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
<!ENTITY groff-debian-patch "groff-&groff-version;-debian_fixes-1.patch">