From f46914d2ea5863e73631f4dbee20cf41224c5b9d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 2 Mar 2014 21:32:26 +0000 Subject: LFS-7.5 git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.5@10497 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 13 +++++++++++++ chapter05/gettext.xml | 2 +- general.ent | 6 +++--- packages.ent | 6 +++--- prologue/hostreqs.xml | 18 +++++++++++++++++- prologue/standards.xml | 4 ++-- 6 files changed, 39 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 60452f37e..80c0d8bbf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,19 @@ --> + + 2014-03-02 + + + [bdubbs] - LFS-7.5 released. + + + [bdubbs] - Update host system requirements to address + possible host installation of inconsistent libraries. + + + + 2014-02-18 diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 6df7bf751..58170e1f6 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -80,7 +80,7 @@ make -C src msgfmt make -C src msgmerge make -C src xgettext - As only three prograsm have been compiled, it is not possible to run the + As only three programs have been compiled, it is not possible to run the test suite without compiling additional support libraries from the Gettext package. It is therefore not recommended to attempt to run the test suite at this stage. diff --git a/general.ent b/general.ent index 090a17b61..ecac3240b 100644 --- a/general.ent +++ b/general.ent @@ -1,8 +1,8 @@ - - + + - + diff --git a/packages.ent b/packages.ent index 1583b4658..210d85c87 100644 --- a/packages.ent +++ b/packages.ent @@ -311,11 +311,11 @@ - + - + - + diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 153f31898..0a73e0132 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -64,6 +64,16 @@ GCC-4.1.2 including the C++ compiler, g++ (Versions greater than &gcc-version; are not recommended as they have not been tested) + + On some distributions, there have been reports that some + libraries used by gcc can be in an inconsistent state and that this + interferes with building some LFS packages. To check this, look in + /usr/lib and possibly /usr/lib64 for libgmp.la, libmpfr.la, and + libmpc.la. Either all three should be present or absent, but not only + one or two. If the problem exists on your system, either rename or + delete the .la files or install the appropriate missing + package. + @@ -184,7 +194,13 @@ echo 'main(){}' > dummy.c && g++ -o dummy dummy.c if [ -x dummy ] then echo "g++ compilation OK"; else echo "g++ compilation failed"; fi -rm -f dummy.c dummy +rm -f dummy.c dummy + +for lib in lib{gmp,mpfr,mpc}.la; do + echo $lib: $(if find /usr/lib* -name $lib| + grep -q $lib;then :;else echo not;fi) found +done +unset lib EOF bash version-check.sh diff --git a/prologue/standards.xml b/prologue/standards.xml index cc5db1916..a4dbd2d7e 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -112,7 +112,7 @@ LSB Core: - At, Batch (a part of At), Cpio, Fcrontab, Initd-tools, + At, Batch (a part of At), Cpio, Ed, Fcrontab, Initd-tools, Lsb_release, PAM, Sendmail (or Postfix or Exim) @@ -165,7 +165,7 @@ LSB Core: - None + time (executable) and pax -- cgit v1.2.3-54-g00ecf