From c0b11718f64080ee987f49ec32f19fa5733b5140 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 2 Sep 2012 03:32:54 +0000 Subject: Add a patch to Chapter 6 glibc to fix the test-installation.pl script instead of just preventing it from running Update to systemd-189 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 16 +++++ chapter01/whatsnew.xml | 163 +++++++++++------------------------------------- chapter03/patches.xml | 8 +++ chapter06/glibc.xml | 6 +- general.ent | 6 +- packages.ent | 12 ++-- patches.ent | 4 ++ 7 files changed, 76 insertions(+), 139 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 28d648dbd..19ffad1e9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,22 @@ --> + + 2012-09-02 + + + [bdubbs] - Add a patch to Chapter 6 glibc to fix + the test-installation.pl script instead of just preventing + it from running. Fixes + #3175. + + + [bdubbs] - Update to systemd-189. Fixes + #3167. + + + + 2012-09-01 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 70b28da9d..7834a3244 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -25,12 +25,12 @@ - + @@ -40,34 +40,34 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -181,9 +181,9 @@ - + @@ -193,9 +193,9 @@ - + @@ -220,48 +220,9 @@ Added: - &bash-fixes-patch; + &glibc-installation-patch; - - &binutils-build-patch; - - - - &coreutils-i18n-patch; - - - - &flex-bison-patch; - - - - &glibc-fix-resolv-patch; - - - - &kbd-fixes-patch; - - - - &make-fixes-patch; - - - - &perl-libc-patch; - - - - pkg-config-&pkgconfig-version; - - - - &sed-testsuite-patch; - - - - tzdata &tzdata-version; - When running make install, a script called test-installation.pl performs a small sanity test on - our newly installed Glibc. However, it contains a bug that causes it to - fail, so prevent it from running by issuing the following command: + our newly installed Glibc. Use a patch to fix the bug that causes it to + fail: -sed -i '/test-installation.pl/d' Makefile +patch -Np1 -i ../&glibc-installation-patch; The ldd shell script contains Bash-specific syntax. Change its default program interpreter to /bin/bash diff --git a/general.ent b/general.ent index 5df6c7bad..48d39d79f 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ - - + + - + diff --git a/packages.ent b/packages.ent index 832f7c5c9..826650338 100644 --- a/packages.ent +++ b/packages.ent @@ -524,10 +524,10 @@ - - + + - + @@ -540,10 +540,10 @@ - - + + - + diff --git a/patches.ent b/patches.ent index 759dea37a..4b231741d 100644 --- a/patches.ent +++ b/patches.ent @@ -38,6 +38,10 @@ + + + + -- cgit v1.2.3-54-g00ecf