diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-25 21:53:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-25 21:53:58 +0000 |
commit | 6f2efae563b83ec88ec0191c4b87510a5a4cd315 (patch) | |
tree | 49e648734875411b56c7d5efef38352a5bb1bc52 | |
parent | 69d53d11d43544952148bf943adfad4624f51513 (diff) |
LFS-8.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/8.0@11197 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter06/findutils.xml | 4 | ||||
-rw-r--r-- | chapter06/gettext.xml | 4 | ||||
-rw-r--r-- | general.ent | 8 | ||||
-rw-r--r-- | packages.ent | 6 |
6 files changed, 16 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a455cda93..ec389dba6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,10 +42,14 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem> <para>2017-02-25</para> <itemizedlist> <listitem> + <para>[bdubbs] - LFS-8.0 released.</para> + </listitem> + <listitem> <para>[ken] - Comment out the test-lock test in coreutils, findutils, gettext because on some machines it now loops forever.</para> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index fdd097998..026e806e2 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -56,7 +56,7 @@ <!-- this has been fixed in upstream gnulib, when a new version of coreutils is released, please check #4055 to see if the change has been picked up in this package --> - <para>Suppress a test which on some machines can loop forever.</para> + <para>Suppress a test which on some machines can loop forever:</para> <screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index a13fec4eb..151088d8d 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -46,9 +46,9 @@ <!-- this has been fixed in upstream gnulib, when a new version of findutils is released, please check #4055 to see if the change has been picked up in this package --> - <para>Suppress a test which on some machines can loop forever.</para> + <para>First, suppress a test which on some machines can loop forever:</para> -<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> <para>Prepare Findutils for compilation:</para> diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index ef8cd2633..630febf1d 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -46,8 +46,8 @@ <!-- this has been fixed in upstream gnulib, when a new version of gettext is released, please check #4055 to see if the change has been picked up in this package --> - <para>Suppress two invocations of test-lock which on some machines - can loop forever.</para> + <para>First, suppress two invocations of test-lock which on some machines + can loop forever:</para> <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> diff --git a/general.ent b/general.ent index c3562038f..297aee0c3 100644 --- a/general.ent +++ b/general.ent @@ -1,9 +1,9 @@ -<!ENTITY version "SVN-20170225"> -<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; +<!ENTITY version "8.0"> +<!ENTITY short-version "8.0"> <!-- 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 generic-version "8.0"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170225-systemd"> +<!ENTITY versiond "8.0-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> diff --git a/packages.ent b/packages.ent index 46dcd7aa8..f2103dc27 100644 --- a/packages.ent +++ b/packages.ent @@ -359,11 +359,11 @@ <!ENTITY less-ch6-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20150222"> <!-- Scripts depend on this format --> -<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> +<!ENTITY lfs-bootscripts-size "31 KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> -<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> +<!ENTITY lfs-bootscripts-md5 "7ee67b16b345b43cd34ed481792169ed"> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> +<!ENTITY lfs-bootscripts-ch7-du "244 KB"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.25"> |