Author: matthew
Date: 2011-02-04 12:43:46 -0700 (Fri, 04 Feb 2011)
New Revision: 9457
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/packages.ent
Log:
Upgrade to Glibc-2.13. Fixes #2827.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-02-04 19:38:52 UTC (rev 9456)
+++ trunk/BOOK/chapter01/changelog.xml 2011-02-04 19:43:46 UTC (rev 9457)
@@ -40,6 +40,10 @@
<para>2011-02-04</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Upgrade to Glibc-2.13. Fixes
+ <ulink url="&lfs-ticket-root;2827">#2827</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Upgrade to XZ-5.0.1. Fixes
<ulink url="&lfs-ticket-root;2826">#2826</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2011-02-04 19:38:52 UTC (rev 9456)
+++ trunk/BOOK/chapter01/whatsnew.xml 2011-02-04 19:43:46 UTC (rev 9457)
@@ -82,9 +82,9 @@
<!--<listitem>
<para>Gettext &gettext-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Glibc &glibc-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>GMP &gmp-version;</para>
</listitem>-->
@@ -240,14 +240,10 @@
</listitem>
<listitem>
- <para>glibc-2.12.1-ld_audit_fix-1.patch</para>
+ <para>glibc-&glibc-version;-gcc_fix-1.patch</para>
</listitem>
<listitem>
- <para>glibc-2.12.1-origin_fix-1.patch</para>
- </listitem>
-
- <listitem>
<para>perl-5.12.3-libc-1.patch</para>
</listitem>
@@ -293,6 +289,10 @@
</listitem>
<listitem>
+ <para>glibc-2.12.2-gcc_fix-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>man-db-2.5.7-fix_man_assertion-1.patch</para>
</listitem>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2011-02-04 19:38:52 UTC (rev 9456)
+++ trunk/BOOK/chapter06/glibc.xml 2011-02-04 19:43:46 UTC (rev 9457)
@@ -84,6 +84,14 @@
scripts/test-installation.pl
unset DL</userinput></screen>
+ <para>In addition, there is a bug in the
+ <filename>test-installation.pl</filename> script in that it tries to link
+ a test program to a library that isn't installed by
+ <command>make install</command>. Issue the following
<command>sed</command>
+ command to fix it:</para>
+
+ <screen><userinput remap="pre">sed -i -e 's/"db1"/& \&\& $name
ne "nss_test1"/' scripts/test-installation.pl</userinput></screen>
+
<para>The <command>ldd</command> shell script contains Bash-specific
syntax. Change its default program interpreter to
<command>/bin/bash</command>
in case another <command>/bin/sh</command> is installed as described in the
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2011-02-04 19:38:52 UTC (rev 9456)
+++ trunk/BOOK/packages.ent 2011-02-04 19:43:46 UTC (rev 9457)
@@ -193,10 +193,10 @@
<!ENTITY gettext-ch6-du "125 MB">
<!ENTITY gettext-ch6-sbu "5.8 SBU">
-<!ENTITY glibc-version "2.12.2">
-<!ENTITY glibc-size "15,301 KB">
+<!ENTITY glibc-version "2.13">
+<!ENTITY glibc-size "15,357 KB">
<!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2">
-<!ENTITY glibc-md5 "903fcfa547df2f453476800e0838fe52">
+<!ENTITY glibc-md5 "38808215a7c40aa0bb47a5e6d3d12475">
<!ENTITY glibc-home "&gnu-software;libc/">
<!ENTITY glibc-ch5-du "371 MB">
<!ENTITY glibc-ch5-sbu "6.9 SBU">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page