From a2717960c1f27b9946eaf3edd38ba6d0e1bdf1a1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 1 Feb 2019 23:36:05 +0000 Subject: Update to bison-3.3.1. Update to glibc-2.29. Update to libpipeline-1.5.1. Update to linux-4.20.6. Update to meson-0.49.1. Update to mpfr-4.0.2. Update to ninja-1.9.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 2 +- chapter01/changelog.xml | 34 +++++++++++++++++++++ chapter01/whatsnew.xml | 15 ++++++---- chapter02/hostreqs.xml | 7 ++++- chapter03/patches.xml | 3 +- chapter05/chapter05.xml | 1 + chapter05/python.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++ chapter06/glibc.xml | 14 ++++----- chapter06/ninja.xml | 8 ++--- general.ent | 6 ++-- packages.ent | 44 ++++++++++++++------------- patches.ent | 4 +-- 12 files changed, 164 insertions(+), 46 deletions(-) create mode 100644 chapter05/python.xml diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 435c43865..552d72da4 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -947,7 +947,7 @@ Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, - Grep, Gzip, Linux API Headers, Make, Perl, Sed, and Texinfo + Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d23ab855e..c7ad12f8d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,40 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2019-02-01 + + + [bdubbs] - Update to bison-3.3.1. Fixes + #4412. + + + [bdubbs] - Update to glibc-2.29. Fixes + #4415. + + + [bdubbs] - Update to libpipeline-1.5.1. Fixes + #4413. + + + [bdubbs] - Update to linux-4.20.6. Fixes + #4409. + + + [bdubbs] - Update to meson-0.49.1. Fixes + #4410. + + + [bdubbs] - Update to mpfr-4.0.2. Fixes + #4416. + + + [bdubbs] - Update to ninja-1.9.0. Fixes + #4414. + + + + 2019-01-27 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 6adb8ae91..af604e274 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -101,9 +101,9 @@ - + @@ -152,9 +152,9 @@ Libelf-&elfutils-version; (from elfutils) - + @@ -179,12 +179,15 @@ - + + + Ninja-&ninja-version; + Openssl-&openssl-version; diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index cd7c936e9..ba51f74d1 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -115,6 +115,10 @@ Perl-5.8.8 + + Python-3.4 + + Sed-4.1.5 @@ -198,9 +202,10 @@ m4 --version | head -n1 make --version | head -n1 patch --version | head -n1 echo Perl `perl -V:version` +python3 --version sed --version | head -n1 tar --version | head -n1 -makeinfo --version | head -n1 +makeinfo --version | head -n1 # texinfo version xz --version | head -n1 echo 'int main(){}' > dummy.c && g++ -o dummy dummy.c diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 516d96191..4fc795bb7 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -91,7 +91,7 @@ MD5 sum: &kbd-backspace-patch-md5; - + posix/tst-getaddrinfo4 and posix/tst-getaddrinfo5 @@ -180,14 +181,13 @@ unset GCC_INCDIR test may fail for reasons that have not been determined. - + The math tests sometimes fail when running on systems where the CPU is not a relatively new Intel or diff --git a/chapter06/ninja.xml b/chapter06/ninja.xml index 7b31c3bbb..96533f1fe 100644 --- a/chapter06/ninja.xml +++ b/chapter06/ninja.xml @@ -39,7 +39,7 @@ Installation of Ninja - + + copy/paste anything in a box. - -> export NINJAJOBS=4 @@ -62,7 +62,7 @@ If desired, install the patch by running: patch -Np1 -i ../ninja-1.8.2-add_NINJAJOBS_var-1.patch - +--> Build Ninja with: python3 configure.py --bootstrap diff --git a/general.ent b/general.ent index 16be51e9f..fa787b6f1 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index b01222641..98cbd3ee7 100644 --- a/packages.ent +++ b/packages.ent @@ -70,10 +70,10 @@ - - + + - + @@ -262,10 +262,10 @@ - - + + - + @@ -405,10 +405,10 @@ - - + + - + @@ -423,12 +423,12 @@ - + - + - + -- cgit v1.2.3-54-g00ecf