diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-19 22:11:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-19 22:11:22 +0000 |
commit | 9218b059faab9c05b7d0074503dee9760e41007f (patch) | |
tree | 2769c58189d5caf2f114d2a72e989790c0b07e39 /chapter06/glibc.xml | |
parent | 9d2bb34c17c1662816e2b93f1e64e5f938a2c865 (diff) |
LFS-7.9-rc2 released.
Update to glibc-2.23.
Update to linux-4.4.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 5afb969b2..0b25d61cb 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -67,7 +67,7 @@ and linker cannot be adjusted before the Glibc install because the Glibc autoconf tests would give false results and defeat the goal of achieving a clean build.</para> - +<!-- <para>Now fix a build problem that affects i386 systems:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> @@ -80,7 +80,7 @@ <para>Finally, update some recent changes from the upstream repository:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> - +--> <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> @@ -115,8 +115,9 @@ cd build</userinput></screen> <itemizedlist> <listitem> - <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due - to not having the necessary networking applications when the tests are + <para><emphasis>posix/tst-getaddrinfo4</emphasis> and + <emphasis>posix/tst-getaddrinfo5</emphasis> will always fail due + to not having the necessary networking applications when the tests are run.</para> </listitem> @@ -129,16 +130,16 @@ cd build</userinput></screen> <listitem> <para>The math tests sometimes fail when running on - systems where the CPU is not a relatively new genuine Intel or - authentic AMD processor.</para> + systems where the CPU is not a relatively new Intel or + AMD processor.</para> </listitem> - +<!-- <listitem> <para>The <emphasis>elf/tst-protected1a</emphasis> and <emphasis>elf/tst-protected1b</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 load, some tests can fail because of test timeouts being exceeded. |