diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-02 20:30:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-02 20:30:55 +0000 |
commit | a7cde9b0956ec16b623d4431c218993d24a3fa97 (patch) | |
tree | abffa8547342ea63d4ff4e7fea66b299f00f3646 | |
parent | 9e326ab2d78d22161373ecbeb87b6256d3442e18 (diff) |
Update to util-linux-2.30.
Update to perl-5.26.0.
Update to file-5.31.
Update to diffutils-3.6.
Update to linux-4.11.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 26 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 12 | ||||
-rw-r--r-- | chapter05/perl.xml | 6 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 4 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 5 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 32 |
7 files changed, 64 insertions, 27 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4ce8ca8a5..0b5bc4496 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,32 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-06-02</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to util-linux-2.30. Fixes + <ulink url="&lfs-ticket-root;4092">#4092</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to perl-5.26.0. Fixes + <ulink url="&lfs-ticket-root;4091">#4091</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to file-5.31. Fixes + <ulink url="&lfs-ticket-root;4090">#4090</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to diffutils-3.6. Fixes + <ulink url="&lfs-ticket-root;4089">#4089</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.11.3. Fixes + <ulink url="&lfs-ticket-root;4088">#4088</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-05-25</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 6c1b117ed..25e1561c4 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -65,9 +65,9 @@ <listitem revision="systemd"> <para>D-Bus-&dbus-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Diffutils &diffutils-version;</para> - </listitem>--> + </listitem> <listitem revision="sysv"> <para>Eudev &eudev-version;</para> </listitem> @@ -80,9 +80,9 @@ <!--<listitem> <para>Expect &expect-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>File &file-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Findutils &findutils-version;</para> </listitem>--> @@ -182,9 +182,9 @@ <!--<listitem> <para>Patch &patch-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Perl &perl-version;</para> - </listitem>--> + </listitem> <listitem> <para>Pkg-config &pkgconfig-version;</para> </listitem> diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 14858b17b..77d18a8d6 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,6 +43,12 @@ <sect2 role="installation"> <title>Installation of Perl</title> + <para>First, fix a build issue that arises only in the LFS environment:</para> + +<screen><userinput remap="pre">sed -e '9751 a#ifndef PERL_IN_XSUB_RE' \ + -e '9808 a#endif' \ + -i regexec.c</userinput></screen> + <para>Prepare Perl for compilation:</para> <screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm</userinput></screen> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index df6ffc3af..c69bdf52d 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -105,6 +105,10 @@ <screen><userinput remap="test">make check</userinput></screen> + <note><para>One test, libls.sh, may fail in the initial chroot + environment but will pass if the test is rerun after the LFS system + is complete.</para></note> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index b5163ce3b..fb8e1251a 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -112,8 +112,9 @@ <screen><userinput remap="test">chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen> - <note><para>One test above, tests/ts/ipcs/limits2, will fail when the host - is using a recent kernel. The failure can safely be ignored.</para></note> + <note><para>One test, fincore/count, may fail in the initial chroot + environment but will pass if the test is rerun after the LFS system + is complete.</para></note> <para>Install the package:</para> diff --git a/general.ent b/general.ent index fd187d26a..f6e65da16 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170525"> +<!ENTITY version "SVN-20170602"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170525-systemd"> +<!ENTITY versiond "20170602-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "May 25, 2017"> +<!ENTITY releasedate "June 2, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index d135a6b63..56646887d 100644 --- a/packages.ent +++ b/packages.ent @@ -124,10 +124,10 @@ <!ENTITY dejagnu-ch5-du "3.2 MB"> <!ENTITY dejagnu-ch5-sbu "less than 0.1 SBU"> -<!ENTITY diffutils-version "3.5"> -<!ENTITY diffutils-size "1,330 KB"> +<!ENTITY diffutils-version "3.6"> +<!ENTITY diffutils-size "1,366 KB"> <!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar.xz"> -<!ENTITY diffutils-md5 "569354697ff1cfc9a9de3781361015fa"> +<!ENTITY diffutils-md5 "07cf286672ced26fba54cd0313bdc071"> <!ENTITY diffutils-home "&gnu-software;diffutils/"> <!ENTITY diffutils-ch5-du "22 MB"> <!ENTITY diffutils-ch5-sbu "0.2 SBU"> @@ -169,10 +169,10 @@ <!ENTITY expect-ch5-du "4.3 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "5.30"> -<!ENTITY file-size "771 KB"> +<!ENTITY file-version "5.31"> +<!ENTITY file-size "774 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "f35eaf05489ae566eafc4d26bb1dcd90"> +<!ENTITY file-md5 "319627d20c9658eae85b056115b8c90a"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch5-du "16 MB"> <!ENTITY file-ch5-sbu "0.1 SBU"> @@ -400,12 +400,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "11"> -<!ENTITY linux-patch-version "1"> +<!ENTITY linux-patch-version "3"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "93,285 KB"> +<!ENTITY linux-size "93,305 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "9a75a70346aff3be6147e2478a581c18"> +<!ENTITY linux-md5 "d8f9218277a3f0d2e1703676002be428"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, @@ -490,10 +490,10 @@ <!ENTITY patch-ch6-du "11 MB"> <!ENTITY patch-ch6-sbu "0.2 SBU"> -<!ENTITY perl-version "5.24.1"> -<!ENTITY perl-size "13,759 KB"> -<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> -<!ENTITY perl-md5 "178ee0e8fa544dbc76d99cf041e2c9f0"> +<!ENTITY perl-version "5.26.0"> +<!ENTITY perl-size "11,682 KB"> +<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz"> +<!ENTITY perl-md5 "8c6995718e4cb62188f0d5e3488cd91f"> <!ENTITY perl-home "http://www.perl.org/"> <!ENTITY perl-ch5-du "249 MB"> <!ENTITY perl-ch5-sbu "1.3 SBU"> @@ -615,10 +615,10 @@ <!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099"> <!ENTITY udev-lfs-home " "> -<!ENTITY util-linux-version "2.29.2"> -<!ENTITY util-linux-size "4,178 KB"> +<!ENTITY util-linux-version "2.30"> +<!ENTITY util-linux-size "4,374 KB"> <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.29/util-linux-&util-linux-version;.tar.xz"> -<!ENTITY util-linux-md5 "63c40c2068fcbb7e1d5c1d281115d973"> +<!ENTITY util-linux-md5 "eaa3429150268027908a1b8ae6ee9a62"> <!ENTITY util-linux-home "http://freecode.com/projects/util-linux"> <!ENTITY util-linux-ch5-du "118 MB"> <!ENTITY util-linux-ch5-sbu "0.9 SBU"> |