diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-02 07:00:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-02 07:00:51 +0000 |
commit | 5d1f0157c145f460016e1ea65bedd4fa72074d41 (patch) | |
tree | dc1530ea40e802f8fa7a38ba73878a26a56bdbc7 /chapter06/glibc.xml | |
parent | 82d957c29ade1278de27561507810d120a3a2a5c (diff) |
Added perl patch to fix CVE-2014-4330.
Update to grub-2.02~beta2. It's been in beta for over 9 months
and a 'stable' does not seem to be forthcoming.
Document glibc tests known to sometimes fail.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 5c168b03b..a91f95b94 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -115,15 +115,11 @@ cd ../glibc-build</userinput></screen> issues seen for this version of LFS:</para> <itemizedlist> -<!-- + <listitem> - <para>The <emphasis>nptl/tst-clock2</emphasis>, - <emphasis>nptl/tst-attr3</emphasis>, - <emphasis>tst/tst-cputimer1</emphasis>, and - <emphasis>rt/tst-cpuclock2</emphasis> - tests have been known to fail. The - reason is not completely understood, but indications are that minor - timing issues can trigger these failures.</para> + <para>The <emphasis>tst/tst-cputimer1</emphasis> test has been known to + fail. The reason is not completely understood, but indications are + that minor timing issues can trigger this failure.</para> </listitem> <listitem> @@ -131,7 +127,7 @@ cd ../glibc-build</userinput></screen> systems where the CPU is not a relatively new genuine Intel or authentic AMD processor.</para> </listitem> - +<!-- <listitem> <para>When running on older and slower hardware or on systems under load, some tests can fail because of test timeouts being exceeded. @@ -149,13 +145,12 @@ cd ../glibc-build</userinput></screen> <para>libio/tst-ftell-partial-wide.out fails because it needs a locale that has not yet been generated.</para> </listitem> - +--> <listitem> - <para>Other tests known to fail on some architectures are posix/bug-regex32, - misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, nptl/tst-robust8, - and stdio-common/bug22.</para> + <para>Other tests known to fail on some architectures are + malloc/tst-malloc-usable and nptl/tst-cleanupx4. </para> </listitem> ---> + </itemizedlist> <para>Though it is a harmless message, the install stage of Glibc will |