Author: matthew
Date: 2012-05-06 03:59:44 -0600 (Sun, 06 May 2012)
New Revision: 9843
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/general.ent
trunk/BOOK/patches.ent
Log:
Add back a patch for Glibc that prevents various BLFS programs, including
aplay, from segfaulting.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-05-06 03:56:30 UTC (rev 9842)
+++ trunk/BOOK/chapter01/changelog.xml 2012-05-06 09:59:44 UTC (rev 9843)
@@ -47,6 +47,16 @@
</listitem>
<listitem>
+ <para>2012-05-06</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Add back a patch for Glibc that prevents various
+ BLFS programs, such as aplay, from segfaulting.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-05-01</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2012-05-06 03:56:30 UTC (rev 9842)
+++ trunk/BOOK/chapter01/whatsnew.xml 2012-05-06 09:59:44 UTC (rev 9843)
@@ -232,6 +232,10 @@
</listitem>
<listitem>
+ <para>&glibc-fixes-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&glibc-gcc_fix-patch;</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2012-05-06 03:56:30 UTC (rev 9842)
+++ trunk/BOOK/chapter03/patches.xml 2012-05-06 09:59:44 UTC (rev 9843)
@@ -59,6 +59,14 @@
</varlistentry>
<varlistentry>
+ <term>Glibc Fixes Patch - <token>&glibc-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&glibc-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&glibc-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Glibc GCC Fix Patch -
<token>&glibc-gcc_fix-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&glibc-gcc_fix-patch;"/></para>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2012-05-06 03:56:30 UTC (rev 9842)
+++ trunk/BOOK/chapter06/glibc.xml 2012-05-06 09:59:44 UTC (rev 9843)
@@ -100,6 +100,9 @@
<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|'
elf/ldd.bash.in</userinput></screen>
+ <para>Fix a bug that causes several BLFS packages to segfault:</para>
+<screen><userinput remap="pre">patch -Np1 -i
../&glibc-fixes-patch;</userinput></screen>
+
<para>Fix a bug that prevents Glibc from building with
GCC-&gcc-version;:</para>
<screen><userinput remap="pre">patch -Np1 -i
../&glibc-gcc_fix-patch;</userinput></screen>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-05-06 03:56:30 UTC (rev 9842)
+++ trunk/BOOK/general.ent 2012-05-06 09:59:44 UTC (rev 9843)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120505">
-<!ENTITY releasedate "May 05, 2012">
+<!ENTITY version "SVN-20120506">
+<!ENTITY releasedate "May 06, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2012-05-06 03:56:30 UTC (rev 9842)
+++ trunk/BOOK/patches.ent 2012-05-06 09:59:44 UTC (rev 9843)
@@ -37,6 +37,10 @@
<!ENTITY gcc-startfiles-patch-size "1.5 KB">
+<!ENTITY glibc-fixes-patch "glibc-&glibc-version;-fixes-1.patch">
+<!ENTITY glibc-fixes-patch-md5 "78659b024e7175dcc28e9fc4552b1a27">
+<!ENTITY glibc-fixes-patch-size "6.5 KB">
+
<!ENTITY glibc-gcc_fix-patch "glibc-&glibc-version;-gcc_fix-1.patch">
<!ENTITY glibc-gcc_fix-patch-md5 "d1f28cb98acb9417fe52596908bbb9fd">
<!ENTITY glibc-gcc_fix-patch-size "2.5 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page