From 33d82368467378581cf67ecdec39de6456d44abf Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 9 Sep 2014 01:19:31 +0000 Subject: [PATCH] Simplify glibc testing git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter06/glibc.xml | 3 +-- general.ent | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 031408e4d..c9cee268c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,15 @@ --> + + 2014-09-09 + + + [bdubbs] - Simplify glibc testing. + + + + 2014-09-08 diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d8b509895..5c168b03b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -108,8 +108,7 @@ cd ../glibc-build Generally a few tests do not pass, but you can generally ignore any of the test failures listed below. Now test the build results: -make check 2>&1 | tee glibc-check-log -grep Error glibc-check-log +make check You will probably see some test failures. The Glibc test suite is somewhat dependent on the host system. This is a list of the most common diff --git a/general.ent b/general.ent index 07951ed6b..7fd6f3ef8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - + - +