mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Upgrade to Glibc-2.13. Fixes #2827.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f054fe85b9
commit
3779a6e870
@ -39,6 +39,10 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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>
|
||||
@ -292,6 +288,10 @@
|
||||
<para>gcc-4.5.1-startfiles_fix-1.patch</para>
|
||||
</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>
|
||||
|
@ -84,6 +84,14 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \
|
||||
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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user