From c3bb6d8d2ca6c6f70ea32b27242ed8e2e24e8b50 Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 27 Apr 2005 23:41:56 +0000 Subject: Added patch to allow glibc testsuite to pass with 2.6.11.x. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 9b05e406f..d49d870c7 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -38,6 +38,12 @@ unset them when building Glibc. the method suggested in this book puts the stability of the system at risk. +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: + +patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf