diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-01-28 23:09:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-01-28 23:09:39 +0000 |
commit | a6fccf3edc320dd11f834e69077742f7eb2dac68 (patch) | |
tree | 522e4938885a1e357d00c48b57098d9a64acaf67 | |
parent | 54b3fb5e8c05dbbdddd683ad0af9b03bfb9f2f38 (diff) |
Update to binutils-2.30.0.
Update to gcc-7.3.0.
Update to tzdata-2018c.
Update to linux-4.14.15.
Move check from Chpater 5 to Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 22 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter05/chapter05.xml | 2 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/check.xml (renamed from chapter05/check.xml) | 21 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 26 |
7 files changed, 45 insertions, 37 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0cf0791d0..82dc6826f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,28 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2018-01-28</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to binutils-2.30.0. Fixes + <ulink url="&lfs-ticket-root;4200">#4200</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to gcc-7.3.0. Fixes + <ulink url="&lfs-ticket-root;4199">#4199</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to tzdata-2018c. Fixes + <ulink url="&lfs-ticket-root;4198">#4198</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.14.15. Fixes + <ulink url="&lfs-ticket-root;4197">#4197</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2018-01-13</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2335ec703..b74a015f7 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -92,9 +92,9 @@ <listitem> <para>Gawk-&gawk-version;</para> </listitem> - <!--<listitem> + <listitem> <para>GCC-&gcc-version;</para> - </listitem>--> + </listitem> <listitem> <para>GDBM-&gdbm-version;</para> </listitem> diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 8fd9a6873..ca84e4c6f 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -24,7 +24,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> +<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index ab837e402..6f1db8331 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -70,6 +70,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/> diff --git a/chapter05/check.xml b/chapter06/check.xml index ec34ae723..cdbcafd18 100644 --- a/chapter05/check.xml +++ b/chapter06/check.xml @@ -42,29 +42,14 @@ <para>Prepare Check for compilation:</para> -<screen><userinput remap="configure">PKG_CONFIG= ./configure --prefix=/tools</userinput></screen> - - <variablelist> - <title>The meaning of the configure parameter:</title> - - <varlistentry> - <term><parameter>PKG_CONFIG=</parameter></term> - <listitem> - <para>This tells the configure script to ignore any - pkg-config options that may cause the system to try to link - with libraries not in the <filename class="directory">/tools</filename> - directory.</para> - </listitem> - </varlistentry> - </variablelist> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <para>Build the package:</para> <screen><userinput remap="make">make</userinput></screen> - <para>Compilation is now complete. As discussed earlier, running the test - suite is not mandatory for the temporary tools here in this chapter. To run - the Check test suite anyway, issue the following command:</para> + <para>Compilation is now complete. To run the Check test suite, issue the + following command:</para> <screen><userinput remap="test">make check</userinput></screen> diff --git a/general.ent b/general.ent index ed3ccad53..f00f9079d 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20180126"> +<!ENTITY version "SVN-20180128"> <!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 "20180126-systemd"> +<!ENTITY versiond "20180128-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "January 26, 2018"> +<!ENTITY releasedate "January 28, 2018"> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.2"> diff --git a/packages.ent b/packages.ent index d0924c873..4f6f86bb0 100644 --- a/packages.ent +++ b/packages.ent @@ -58,10 +58,10 @@ <!ENTITY bc-ch6-du "3.6 MB"> <!ENTITY bc-ch6-sbu "0.1 SBU"> -<!ENTITY binutils-version "2.29.1"> -<!ENTITY binutils-size "28,444 KB"> -<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> -<!ENTITY binutils-md5 "9af59a2ca3488823e453bb356fe0f113"> +<!ENTITY binutils-version "2.30.0"> +<!ENTITY binutils-size "19,802 KB"> +<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz"> +<!ENTITY binutils-md5 "4cd66967e664921f682c8a257255416d"> <!ENTITY binutils-home "&gnu-software;binutils/"> <!ENTITY binutils-ch5p1-du "547 MB"> <!ENTITY binutils-ch5p1-sbu "1 SBU"> @@ -215,10 +215,10 @@ <!ENTITY gawk-ch6-du "36 MB"> <!ENTITY gawk-ch6-sbu "0.3 SBU"> -<!ENTITY gcc-version "7.2.0"> -<!ENTITY gcc-size "60,853 KB"> +<!ENTITY gcc-version "7.3.0"> +<!ENTITY gcc-size "60,999 KB"> <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> -<!ENTITY gcc-md5 "ff370482573133a7fcdd96cd2f552292"> +<!ENTITY gcc-md5 "be2da21680f27624f3a87055c4ba5af2"> <!ENTITY gcc-home "http://gcc.gnu.org/"> <!ENTITY gcc-ch5p1-du "2.2 GB"> <!ENTITY gcc-ch5p1-sbu "8.9 SBU"> @@ -416,12 +416,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "14"> -<!ENTITY linux-patch-version "13"> +<!ENTITY linux-patch-version "15"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">i--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "98,464 KB"> +<!ENTITY linux-size "98,475 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "4e8bb562f8fd33d5ef1feb0435ed2b02"> +<!ENTITY linux-md5 "e1051f6b15d6399a5de2441dd4e15537"> <!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, @@ -649,10 +649,10 @@ <!ENTITY texinfo-ch6-du "128 MB"> <!ENTITY texinfo-ch6-sbu "1.1 SBU"> -<!ENTITY tzdata-version "2017c"> -<!ENTITY tzdata-size "328 KB"> +<!ENTITY tzdata-version "2018c"> +<!ENTITY tzdata-size "334 KB"> <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> -<!ENTITY tzdata-md5 "1e751e7e08f8b68530674f04619d894d"> +<!ENTITY tzdata-md5 "c412b1531adef1be7a645ab734f86acc"> <!ENTITY tzdata-home "http://www.iana.org/time-zones"> <!ENTITY udev-lfs-version "udev-lfs-20171102"> |