Author: bdubbs
Date: 2011-01-27 18:26:09 -0700 (Thu, 27 Jan 2011)
New Revision: 9452
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-25 20:21:28 UTC (rev 9451)
+++ trunk/BOOK/chapter01/changelog.xml 2011-01-28 01:26:09 UTC (rev 9452)
@@ -37,12 +37,24 @@
-->
<listitem>
+ <para>2011-01-27</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] 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-25</para>
<itemizedlist>
<listitem>
<para>[bdubbs] Add a note about optionally building
popt before pkg-config. Fixes
- <ulink url="&lfs-ticket-root;2821">#2781</ulink>.</para>
+ <ulink url="&lfs-ticket-root;2781">#2781</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
@@ -52,7 +64,7 @@
<itemizedlist>
<listitem>
<para>[bdubbs] Move chroot man page to man8. Fixes
- <ulink url="&lfs-ticket-root;2823">#2782</ulink>.</para>
+ <ulink url="&lfs-ticket-root;2782">#2782</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2011-01-25 20:21:28 UTC (rev 9451)
+++ trunk/BOOK/chapter06/glibc.xml 2011-01-28 01:26:09 UTC (rev 9452)
@@ -96,6 +96,11 @@
<screen><userinput remap="pre">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-25 20:21:28 UTC (rev 9451)
+++ trunk/BOOK/general.ent 2011-01-28 01:26:09 UTC (rev 9452)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110125">
-<!ENTITY releasedate "January 25, 2011">
+<!ENTITY version "SVN-20110127">
+<!ENTITY releasedate "January 27, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page