Author: robert
Date: 2011-02-02 23:35:12 -0700 (Wed, 02 Feb 2011)
New Revision: 1609

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/general.ent
Log:
Add a sed that modifies incorrect defines in glibc.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-01-28 20:13:27 UTC (rev 1608)
+++ trunk/BOOK/chapter01/changelog.xml  2011-02-03 06:35:12 UTC (rev 1609)
@@ -38,6 +38,17 @@
 -->
 
     <listitem>
+      <para>2011-02-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[robert] - Add a sed that modifies incorrect defines in glibc.
+          Thanks to Bryan Kadzban for identifying the proper fix. Fixes
+          <ulink url="&lfs-ticket-root;2820">#2820</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-01-28</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2011-01-28 20:13:27 UTC (rev 1608)
+++ trunk/BOOK/chapter06/glibc.xml      2011-02-03 06:35:12 UTC (rev 1609)
@@ -96,6 +96,11 @@
 
 <screen><userinput>patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
 
+    <para>Fix a stack imbalance that occurs under some conditions:</para>
+
+<screen><userinput remap="pre">sed -i '195,213 
s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \
+nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S</userinput></screen>
+
     <para>The Glibc documentation recommends building Glibc outside of the 
source
     directory in a dedicated build directory:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-01-28 20:13:27 UTC (rev 1608)
+++ trunk/BOOK/general.ent      2011-02-03 06:35:12 UTC (rev 1609)
@@ -1,11 +1,12 @@
-<!ENTITY version "SVN-20110128">
-<!ENTITY releasedate "January 28, 2011">
+<!ENTITY version "SVN-20110203">
+<!ENTITY releasedate "February 03, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "1.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>
 <!ENTITY hlfs-ticket-root "http://wiki.linuxfromscratch.org/hlfs/ticket/";>
+<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/";>
 <!ENTITY blfs-root "&lfs-root;blfs/">
 <!ENTITY faq-root "&lfs-root;faq/">
 <!ENTITY hints-root "&lfs-root;hints/downloads/files/">

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

Reply via email to