Merge glibc testsuite fix from rev. 5131.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-04-28 07:03:46 +00:00
parent 54bfb46292
commit 9b8b5e9839
3 changed files with 19 additions and 0 deletions

View File

@ -78,6 +78,13 @@ needed to build an LFS system:</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Glibc Fix Testsuite Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;glibc-&glibc-version;-fix_test-1.patch"/></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Inetutils Kernel Headers Patch - 1 KB:</term>
<listitem>

View File

@ -38,6 +38,12 @@ unset them when building Glibc.</para>
the method suggested in this book puts the stability of the system at
risk.</para>
<para>Glibc has two tests which fail when the running kernel is 2.6.11.x The
problem has been determined to be with the tests themselves, not with the libc
nor the kernel. If you plan to run the testsuite apply this patch:</para>
<screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>

View File

@ -51,6 +51,12 @@ within the Glibc source directory:</para>
<screen><userinput>tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
<para>Glibc has two tests which fail when the running kernel is 2.6.11.x The
problem has been determined to be with the tests themselves, not with the libc
nor the kernel. This patch fixes the problem:</para>
<screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>