aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-02-04 19:43:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-02-04 19:43:46 +0000
commit3779a6e8700dab041edaa6805c4443af6ec330e4 (patch)
treef2e67019bf666e22858e82562c36ee19fd43ab58
parentf054fe85b9ac86dd6802c808e1ee7b711d248849 (diff)
Upgrade to Glibc-2.13. Fixes #2827.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml14
-rw-r--r--chapter06/glibc.xml8
-rw-r--r--packages.ent6
4 files changed, 22 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 195480478..f320606c6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index c457646c4..d3cb3cbd6 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -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,11 +240,7 @@
</listitem>
<listitem>
- <para>glibc-2.12.1-ld_audit_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>glibc-2.12.1-origin_fix-1.patch</para>
+ <para>glibc-&glibc-version;-gcc_fix-1.patch</para>
</listitem>
<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>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 8c4721020..7c8159272 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -84,6 +84,14 @@ sed -i &quot;s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|&quot; \
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"/&amp; \&amp;\&amp; $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
diff --git a/packages.ent b/packages.ent
index d89608f4e..42a7e3b7a 100644
--- a/packages.ent
+++ b/packages.ent
@@ -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">