From 195eda5f093520fd1f72c7b62f71c0cc95f88cf2 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 21 Aug 2014 23:56:43 +0000 Subject: Commit chapter06 changes for glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10713 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 11 +++-------- packages.ent | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index ed2912f40..cb676fd4b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -54,10 +54,6 @@ Unicode, therefore libiconv is not required on an LFS system. - First fix a minor problem when installing the tzselect script: - -sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile - Some of the Glibc programs use non-FHS compilant /var/db directory to store their runtime data. Apply the following patch to make such programs @@ -112,12 +108,11 @@ 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 -k check 2>&1 | tee glibc-check-log -grep Error glibc-check-log +make -k check - You will probably see an expected (ignored) failure in the + The Glibc test suite is somewhat dependent on the host system. This is a list of the most common issues: diff --git a/packages.ent b/packages.ent index 5b6041b83..72e92ac70 100644 --- a/packages.ent +++ b/packages.ent @@ -246,7 +246,7 @@ - + -- cgit v1.2.3-54-g00ecf