Author: jciccone
Date: 2006-06-19 10:32:11 -0600 (Mon, 19 Jun 2006)
New Revision: 1784
Modified:
trunk/BOOK/final-system/common/glibc.xml
trunk/BOOK/final-system/mips/glibc.xml
trunk/BOOK/final-system/mips64-64/glibc.xml
trunk/BOOK/final-system/mips64/glibc-64bit.xml
trunk/BOOK/final-system/mips64/glibc-n32.xml
trunk/BOOK/final-system/mips64/glibc.xml
trunk/BOOK/final-system/multilib/glibc-64bit.xml
trunk/BOOK/final-system/multilib/glibc.xml
trunk/BOOK/final-system/ppc64/glibc-64bit.xml
trunk/BOOK/final-system/ppc64/glibc.xml
trunk/BOOK/final-system/sparc64-64/glibc.xml
trunk/BOOK/final-system/sparc64/glibc-64bit.xml
trunk/BOOK/final-system/x86_64-64/glibc.xml
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/materials/common/patches.xml
trunk/BOOK/patches.ent
Log:
Added an iconv_fix patch to glibc which fixes an issue that has shown up
primarily in samba.
Modified: trunk/BOOK/final-system/common/glibc.xml
===================================================================
--- trunk/BOOK/final-system/common/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/common/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -50,6 +50,10 @@
<screen os="d"><userinput>patch -Np1 -i
../&glibc-localedef_segfault-patch;</userinput></screen>
+ <para os="p1">The following patch fixes an issue with iconv:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i
../&glibc-iconv_fix-patch;</userinput></screen>
+
<para os="s1">The following sed fixes a build issue with Glibc. This
will prevent nscd from trying to link to libraries that don't exist:</para>
Modified: trunk/BOOK/final-system/mips/glibc.xml
===================================================================
--- trunk/BOOK/final-system/mips/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/mips/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -51,6 +51,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/mips64/glibc-64bit.xml
===================================================================
--- trunk/BOOK/final-system/mips64/glibc-64bit.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/final-system/mips64/glibc-64bit.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -50,6 +50,14 @@
xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
Modified: trunk/BOOK/final-system/mips64/glibc-n32.xml
===================================================================
--- trunk/BOOK/final-system/mips64/glibc-n32.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/final-system/mips64/glibc-n32.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -50,6 +50,14 @@
xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
Modified: trunk/BOOK/final-system/mips64/glibc.xml
===================================================================
--- trunk/BOOK/final-system/mips64/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/mips64/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -56,6 +56,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/mips64-64/glibc.xml
===================================================================
--- trunk/BOOK/final-system/mips64-64/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/mips64-64/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -55,6 +55,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/multilib/glibc-64bit.xml
===================================================================
--- trunk/BOOK/final-system/multilib/glibc-64bit.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/final-system/multilib/glibc-64bit.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -34,6 +34,14 @@
xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
Modified: trunk/BOOK/final-system/multilib/glibc.xml
===================================================================
--- trunk/BOOK/final-system/multilib/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/multilib/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -40,6 +40,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/ppc64/glibc-64bit.xml
===================================================================
--- trunk/BOOK/final-system/ppc64/glibc-64bit.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/final-system/ppc64/glibc-64bit.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -34,6 +34,14 @@
xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
Modified: trunk/BOOK/final-system/ppc64/glibc.xml
===================================================================
--- trunk/BOOK/final-system/ppc64/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/ppc64/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -40,6 +40,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/sparc64/glibc-64bit.xml
===================================================================
--- trunk/BOOK/final-system/sparc64/glibc-64bit.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/final-system/sparc64/glibc-64bit.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -35,6 +35,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/sparc64-64/glibc.xml
===================================================================
--- trunk/BOOK/final-system/sparc64-64/glibc.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/final-system/sparc64-64/glibc.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -39,6 +39,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/x86_64-64/glibc.xml
===================================================================
--- trunk/BOOK/final-system/x86_64-64/glibc.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/final-system/x86_64-64/glibc.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -39,6 +39,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-06-19 16:11:21 UTC
(rev 1783)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-06-19 16:32:11 UTC
(rev 1784)
@@ -40,8 +40,13 @@
<para>June 19, 2006</para>
<itemizedlist>
<listitem>
- <para>[jciccone] - Updated to linux-2.6.17 and
linux-headers-2.6.17-06192006.</para>
+ <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
+ issue that has shown up primarily in samba.</para>
</listitem>
+ <listitem>
+ <para>[jciccone] - Updated to linux-2.6.17 and
+ linux-headers-2.6.17-06192006.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/materials/common/patches.xml
===================================================================
--- trunk/BOOK/materials/common/patches.xml 2006-06-19 16:11:21 UTC (rev
1783)
+++ trunk/BOOK/materials/common/patches.xml 2006-06-19 16:32:11 UTC (rev
1784)
@@ -118,6 +118,15 @@
</varlistentry>
<varlistentry>
+ <term>Glibc iconv Fix -
<token>&glibc-iconv_fix-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
+ url="&patches-root;glibc/&glibc-iconv_fix-patch;"/></para>
+ <para>MD5 sum: <literal>&glibc-iconv_fix-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Glibc Disable linking with libgcc_eh.a -
<token>&glibc-libgcc_eh-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2006-06-19 16:11:21 UTC (rev 1783)
+++ trunk/BOOK/patches.ent 2006-06-19 16:32:11 UTC (rev 1784)
@@ -52,6 +52,10 @@
<!ENTITY gcc-specs-patch-md5 "a17be8ccfb978e73f382be5093dd8abd">
<!ENTITY gcc-specs-patch-size "15 KB">
+<!ENTITY glibc-iconv_fix-patch "glibc-&glibc-version;-iconv_fix-1.patch">
+<!ENTITY glibc-iconv_fix-patch-md5 "9c8e681226ccf7a1f25c6467674f915e">
+<!ENTITY glibc-iconv_fix-patch-size "4 KB">
+
<!ENTITY glibc-libgcc_eh-patch "glibc-&glibc-version;-libgcc_eh-1.patch">
<!ENTITY glibc-libgcc_eh-patch-md5 "e5122ea7b89a5f22615eaadf8e46b334">
<!ENTITY glibc-libgcc_eh-patch-size "1 KB">
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page