diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/make.xml | 5 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3ad9d4f6f..34e9fb144 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <listitem> <para>2010-05-29</para> <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Glibc-2.11.2. Fixes + <ulink url="&lfs-ticket-root;2669">#2669</ulink>.</para> + </listitem> <listitem> <para>[matthew] - Upgrade to Gettext-0.18. Fixes <ulink url="&lfs-ticket-root;2660">#2660</ulink>.</para> diff --git a/chapter06/make.xml b/chapter06/make.xml index 461eab8d4..030297684 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -45,6 +45,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&make-upstream_fixes-patch;</userinput></screen> + <para>Now, fix a known issue with the test suite that causes one of the + tests to fail:</para> + +<screen><userinput remap="pre">sed -i -e 's/-j/ -j/' tests/scripts/features/recursion</userinput></screen> + <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/packages.ent b/packages.ent index e4f82c9bb..e63e3baa4 100644 --- a/packages.ent +++ b/packages.ent @@ -192,10 +192,10 @@ <!ENTITY gettext-ch6-du "125 MB"> <!ENTITY gettext-ch6-sbu "5.8 SBU"> -<!ENTITY glibc-version "2.11.1"> -<!ENTITY glibc-size "15,302 KB"> +<!ENTITY glibc-version "2.11.2"> +<!ENTITY glibc-size "15,308 KB"> <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2"> -<!ENTITY glibc-md5 "6856d5d8b1239556687f0d1217f3f266"> +<!ENTITY glibc-md5 "414fc1bad64c0e34ead0bb3d0f191456"> <!ENTITY glibc-home "&gnu-software;libc/"> <!ENTITY glibc-ch5-du "371 MB"> <!ENTITY glibc-ch5-sbu "6.9 SBU"> |