Browse Source

Upgrade to Coreutils-8.2. Fixes #2524.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 years ago
parent
commit
ba33377523
4 changed files with 17 additions and 9 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 2 4
      chapter06/coreutils.xml
  3. 2 2
      general.ent
  4. 3 3
      packages.ent

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,16 @@
 
 -->
 
+    <listitem>
+      <para>2009-12-16</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to Coreutils-8.2. Fixes
+          <ulink url="&lfs-ticket-root;2524">#2524</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2009-12-06</para>
       <itemizedlist>

+ 2 - 4
chapter06/coreutils.xml

@@ -103,13 +103,11 @@ esac</userinput></screen>
     <para>Fix some of the permissions so that the non-root user can compile and
     run the tests:</para>
 
-<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
+<screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
 
     <para>Now run the tests:</para>
 
-    <!-- FIXME: The stty-row-col test fails so add the '|| true' construct to
-                allow jhalfs et al to ignore the failure -->
-<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" || true</userinput></screen>
+<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
 
     <para>Remove the temporary group:</para>
 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20091206">
-<!ENTITY releasedate "December 6, 2009">
+<!ENTITY version "SVN-20091216">
+<!ENTITY releasedate "December 16, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 3 - 3
packages.ent

@@ -67,10 +67,10 @@
 <!ENTITY bzip2-ch6-du "6.4 MB">
 <!ENTITY bzip2-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY coreutils-version "8.1">
-<!ENTITY coreutils-size "10,136 KB">
+<!ENTITY coreutils-version "8.2">
+<!ENTITY coreutils-size "10,447 KB">
 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz">
-<!ENTITY coreutils-md5 "4cde9f31604f4da188ed302ca55545ea">
+<!ENTITY coreutils-md5 "dfb0d3dbc5f555386339f4f74621cda0">
 <!ENTITY coreutils-home "&gnu-software;coreutils/">
 <!ENTITY coreutils-ch5-du "88 MB">
 <!ENTITY coreutils-ch5-sbu "0.7 SBU">