mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Suppress the test-lock test in coretutils, findutils, gettext because on one of my machines it now hangs, burning 100% CPU time on each core.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e0f503f906
commit
e812ed0931
@ -42,6 +42,17 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2017-02-25</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Comment out the test-lock test in coreutils,
|
||||||
|
findutils, gettext because on some machines it now loops
|
||||||
|
forever.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2017-02-19</para>
|
<para>2017-02-19</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -53,6 +53,13 @@
|
|||||||
without this patch.</para>
|
without this patch.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen>
|
||||||
|
|
||||||
<para>Now prepare Coreutils for compilation:</para>
|
<para>Now prepare Coreutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
|
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
|
||||||
|
@ -43,6 +43,13 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Findutils</title>
|
<title>Installation of Findutils</title>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Findutils for compilation:</para>
|
<para>Prepare Findutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen>
|
||||||
|
@ -43,6 +43,15 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Gettext</title>
|
<title>Installation of Gettext</title>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
<para>Prepare Gettext for compilation:</para>
|
<para>Prepare Gettext for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20170219">
|
<!ENTITY version "SVN-20170225">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20170219-systemd">
|
<!ENTITY versiond "20170225-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "February 19, 2017">
|
<!ENTITY releasedate "February 25, 2017">
|
||||||
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.0">
|
<!ENTITY milestone "8.0">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user