From 9b8b5e9839f880d2c8032c77c44eadadc7a65cf2 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 28 Apr 2005 07:03:46 +0000 Subject: [PATCH] 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 --- chapter03/patches.xml | 7 +++++++ chapter05/glibc.xml | 6 ++++++ chapter06/glibc.xml | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 23c539ad4..c632f495a 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -78,6 +78,13 @@ needed to build an LFS system: + +Glibc Fix Testsuite Patch - 1 KB: + + + + + Inetutils Kernel Headers Patch - 1 KB: diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index d2ce4b6e9..cde9b2cc3 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: diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 0b60c1938..5e12a1d6b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -51,6 +51,12 @@ within the Glibc source directory: tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2 +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: + +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: