Browse Source

Corrected coreutils i18n patch and testsuite. Thanks to Bryan Kadsban for the suggested fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 17 years ago
parent
commit
18627b5228
4 changed files with 17 additions and 5 deletions
  1. 12 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/coreutils.xml
  3. 2 2
      general.ent
  4. 2 2
      patches.ent

+ 12 - 0
chapter01/changelog.xml

@@ -36,6 +36,18 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2008-10-22</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Corrected chown command for coreutils testsuite.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to &coreutils-i18n-patch;.  Thanks to Bryan
+          Kadzban for the suggested fix.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>2008-10-21</para>

+ 1 - 1
chapter06/coreutils.xml

@@ -106,7 +106,7 @@
     <para>Fix some of the permissions so that the non-root user can compile and
     run the tests:</para>
 
-<screen><userinput remap="test">chown -v nobody gnulib-tests/.deps</userinput></screen>
+<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
 
     <para>Now run the tests:</para>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081020">
-<!ENTITY releasedate "October 20, 2008">
+<!ENTITY version "SVN-20081022">
+<!ENTITY releasedate "October 22, 2008">
 <!ENTITY copyrightdate "1999&ndash;2008">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 2 - 2
patches.ent

@@ -25,8 +25,8 @@
 <!ENTITY bzip2-docs-patch-size "1.6 KB">
 
 
-<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
-<!ENTITY coreutils-i18n-patch-md5 "b84ca96dd7bd1ac858f8d7573c0a4470">
+<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-2.patch">
+<!ENTITY coreutils-i18n-patch-md5 "2b6182f77f8b575e27d7743dd403104e">
 <!ENTITY coreutils-i18n-patch-size "104 KB">
 
 <!ENTITY coreutils-old-kernel-patch "coreutils-&coreutils-version;-old_build_kernel-1.patch">