Changeset e812ed0
- Timestamp:
- 02/25/2017 06:09:14 PM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 8.0, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- bdd9c1f
- Parents:
- e0f503f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
re0f503f re812ed0 44 44 --> 45 45 <listitem> 46 <para>2017-02-25</para> 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Comment out the test-lock test in coreutils, 50 findutils, gettext because on some machines it now loops 51 forever.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 46 57 <para>2017-02-19</para> 47 58 <itemizedlist> -
chapter06/coreutils.xml
re0f503f re812ed0 53 53 without this patch.</para> 54 54 </note> 55 56 <!-- this has been fixed in upstream gnulib, when a new version of 57 coreutils is released, please check #4055 to see if the change has been 58 picked up in this package --> 59 <para>Suppress a test which on some machines can loop forever.</para> 60 61 <screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> 55 62 56 63 <para>Now prepare Coreutils for compilation:</para> -
chapter06/findutils.xml
re0f503f re812ed0 43 43 <sect2 role="installation"> 44 44 <title>Installation of Findutils</title> 45 46 <!-- this has been fixed in upstream gnulib, when a new version of 47 findutils is released, please check #4055 to see if the change has been 48 picked up in this package --> 49 <para>Suppress a test which on some machines can loop forever.</para> 50 51 <screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> 45 52 46 53 <para>Prepare Findutils for compilation:</para> -
chapter06/gettext.xml
re0f503f re812ed0 43 43 <sect2 role="installation"> 44 44 <title>Installation of Gettext</title> 45 46 <!-- this has been fixed in upstream gnulib, when a new version of 47 gettext is released, please check #4055 to see if the change has been 48 picked up in this package --> 49 <para>Suppress two invocations of test-lock which on some machines 50 can loop forever.</para> 51 52 <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && 53 sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> 45 54 46 55 <para>Prepare Gettext for compilation:</para> -
general.ent
re0f503f re812ed0 1 <!ENTITY version "SVN-201702 19">1 <!ENTITY version "SVN-20170225"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "201702 19-systemd">6 <!ENTITY versiond "20170225-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 19, 2017">10 <!ENTITY releasedate "February 25, 2017"> 11 11 <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> 12 12 <!ENTITY milestone "8.0">
Note:
See TracChangeset
for help on using the changeset viewer.