diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-16 17:54:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-16 17:54:29 +0000 |
commit | 1c27a5344b382f0d6ddf79b76bd112e145f44d91 (patch) | |
tree | 38959a9e3d448c7877f6514b4c2da926a546c841 /chapter06/glibc.xml | |
parent | f5e821c9ec8417651988c3ce6020708a8cccae9c (diff) |
Update to tzdata-2015f.
Add a workaround to ncurses in Chapter 5 for hosts that have mawk installed.
Document some minor test failures.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2bbbf22b4..dc3fca7c4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -103,8 +103,9 @@ cd ../glibc-build</userinput></screen> <itemizedlist> <listitem> - <para>posix/tst-getaddrinfo4 will always fail - due to not having a network connection when the tests are run.</para> + <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due + to not having the necessary networking applications when the tests are + run.</para> </listitem> <listitem> @@ -119,6 +120,12 @@ cd ../glibc-build</userinput></screen> systems where the CPU is not a relatively new genuine Intel or authentic AMD processor.</para> </listitem> + + <listitem> + <para>The <emphasis>elf/tst-protected1a</emphasis> and + <emphasis>elf/tst-protected1a</emphasis> tests are known to + fail with the current stable version of binutils.</para> + </listitem> <!-- <listitem> <para>When running on older and slower hardware or on systems under |