git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/8.0@11197 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2017-02-25 21:53:58 +00:00
parent 69d53d11d4
commit 6f2efae563
6 changed files with 16 additions and 12 deletions

View File

@ -42,9 +42,13 @@
<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

View File

@ -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>

View File

@ -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>

View File

@ -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 &amp;&amp;
sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>

View File

@ -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">

View File

@ -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">