Author: matthew
Date: 2005-11-24 12:30:13 -0700 (Thu, 24 Nov 2005)
New Revision: 7178

Modified:
   branches/6.1.1/BOOK/chapter01/changelog.xml
   branches/6.1.1/BOOK/chapter03/patches.xml
   branches/6.1.1/BOOK/chapter06/glibc.xml
   branches/6.1.1/BOOK/general.ent
   branches/6.1.1/BOOK/patches.ent
Log:
Fix a Glibc bug that prevents some programs from running

Modified: branches/6.1.1/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.1.1/BOOK/chapter01/changelog.xml 2005-11-24 15:34:21 UTC (rev 
7177)
+++ branches/6.1.1/BOOK/chapter01/changelog.xml 2005-11-24 19:30:13 UTC (rev 
7178)
@@ -30,6 +30,7 @@
 <listitem><para>&bzip2-docs-patch;</para></listitem>
 <listitem><para>&bzip2-bzgrep-patch;</para></listitem>
 <listitem><para>&glibc-rtld-patch;</para></listitem>
+<listitem><para>&glibc-tls_assert-patch;</para></listitem>
 <listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
 <listitem><para>&util-linux-umount-patch;</para></listitem>
 <listitem><para>&vim-security_fix-patch;</para></listitem>
@@ -42,6 +43,9 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 24, 2005 [matt]: Fix an issue with Glibc that prevents
+some programs (including OpenOffice.org) from running.</para></listitem>
+
 <listitem><para>November 23, 2005 [gerard]: Corrected reference to 'man page' 
to
 'HTML documentation' in chapter 6/sec</para></listitem>
 

Modified: branches/6.1.1/BOOK/chapter03/patches.xml
===================================================================
--- branches/6.1.1/BOOK/chapter03/patches.xml   2005-11-24 15:34:21 UTC (rev 
7177)
+++ branches/6.1.1/BOOK/chapter03/patches.xml   2005-11-24 19:30:13 UTC (rev 
7178)
@@ -114,6 +114,13 @@
 </varlistentry>
 
 <varlistentry>
+<term>Glibc TLS Assertion Patch - 6 KB:</term>
+<listitem>
+<para><ulink url="&patches-root;&glibc-tls_assert-patch;"/></para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
 <term>Gzip Security Patch - 2 KB:</term><listitem>
 <para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
 </listitem>

Modified: branches/6.1.1/BOOK/chapter06/glibc.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/glibc.xml     2005-11-24 15:34:21 UTC (rev 
7177)
+++ branches/6.1.1/BOOK/chapter06/glibc.xml     2005-11-24 19:30:13 UTC (rev 
7178)
@@ -71,6 +71,11 @@
 
 <screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
 
+<para>Apply the following patch to fix a bug in Glibc that can prevent some
+programs (including OpenOffice.org) from running:</para>
+
+<screen><userinput>patch -Np1 -i 
../&glibc-tls_assert-patch;</userinput></screen>
+
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>
 

Modified: branches/6.1.1/BOOK/general.ent
===================================================================
--- branches/6.1.1/BOOK/general.ent     2005-11-24 15:34:21 UTC (rev 7177)
+++ branches/6.1.1/BOOK/general.ent     2005-11-24 19:30:13 UTC (rev 7178)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20051118">
-<!ENTITY releasedate "November 18, 2005">
+<!ENTITY version "TESTING-20051124">
+<!ENTITY releasedate "November 24, 2005">
 <!ENTITY milestone "6.1.1">
 <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or 
"x.y[-pre{x}]" -->
 

Modified: branches/6.1.1/BOOK/patches.ent
===================================================================
--- branches/6.1.1/BOOK/patches.ent     2005-11-24 15:34:21 UTC (rev 7177)
+++ branches/6.1.1/BOOK/patches.ent     2005-11-24 19:30:13 UTC (rev 7178)
@@ -22,6 +22,7 @@
 
 <!ENTITY glibc-rtld-patch "glibc-&glibc-version;-rtld_search_dirs-1.patch">
 <!ENTITY glibc-testfix-patch "glibc-&glibc-version;-fix_test-1.patch">
+<!ENTITY glibc-tls_assert-patch "glibc-&glibc-version;-tls_assert-1.patch">
 
 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to