From 1caa48e19b0f2b609746b72a3d2d0fd572b22316 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 12 Dec 2003 23:41:37 +0000 Subject: Glibc: Moved ld.so.conf creation to immediately before make install in both chapters. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- chapter05/glibc.xml | 16 ++++++++-------- chapter06/glibc.xml | 14 +++++++------- index.xml | 4 ++-- 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8bde0e2a1..fbdc658a3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,11 +46,14 @@ +December 12th, 2003 [greg]: Glibc: Moved ld.so.conf creation +to immediately before make install in both chapters. + December 11th, 2003 [greg]: Chapter 6 - Inetutils: Added patch to prevent unnecessary man pages from being installed. Closes Bug 723. -December 11th, 2003 [greg]: Chapter 5 - Creating directories: +December 11th, 2003 [greg]: Chapter 6 - Creating directories: Stopped creation of /usr/share/{dict,nls}. Closes Bug 721. December 11th, 2003 [greg]: Chapter 5 - Setting up the diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index aa333a2bd..a1dcf31d5 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -32,14 +32,7 @@ them when building Glibc. Basically, compiling Glibc in any other way than the book suggests is putting the stability of your system at risk. -Though it is a harmless message, the install stage of Glibc will -complain about the absence of /tools/etc/ld.so.conf. -Fix this annoying little warning with: - -mkdir /tools/etc -touch /tools/etc/ld.so.conf - -Also, Glibc has a subtle problem when compiled with GCC &gcc-version;. +Glibc has a subtle problem when compiled with GCC &gcc-version;. Apply the following patch to fix this: patch -Np1 -i ../&glibc-sscanf-patch; @@ -141,6 +134,13 @@ stop-start sequence by issuing a make -k check. But if you do that, be sure to log the output so that you can later peruse the log file and examine the total number of failures. +Though it is a harmless message, the install stage of Glibc will +complain about the absence of /tools/etc/ld.so.conf. +Fix this annoying little warning with: + +mkdir /tools/etc +touch /tools/etc/ld.so.conf + Now install the package: make install diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c2df2bfb8..f6f76a631 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -28,13 +28,7 @@ again inside the glibc-&glibc-version; directory, and to unset any environment variables that override the default optimization flags. -Though it is a harmless message, the install stage of Glibc will -complain about the absence of /etc/ld.so.conf. Fix this -annoying little warning with: - -touch /etc/ld.so.conf - -Then apply the same patch we used previously: +Apply the same patch we used previously: patch -Np1 -i ../&glibc-sscanf-patch; @@ -73,6 +67,12 @@ kernel headers into /usr/include. The test suite notes from are still very much appropriate here. Be sure to refer back there should you have any doubts. +Though it is a harmless message, the install stage of Glibc will +complain about the absence of /etc/ld.so.conf. Fix this +annoying little warning with: + +touch /etc/ld.so.conf + And install the package: make install diff --git a/index.xml b/index.xml index b4b0d1d1c..59340f3cd 100644 --- a/index.xml +++ b/index.xml @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ - - + + -- cgit v1.2.3-54-g00ecf