Author: dj
Date: 2008-10-22 17:50:31 -0600 (Wed, 22 Oct 2008)
New Revision: 8693

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/coreutils.xml
   trunk/BOOK/general.ent
   trunk/BOOK/patches.ent
Log:
Corrected coreutils i18n patch and testsuite.  Thanks to Bryan Kadsban for the 
suggested fix.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-21 22:40:54 UTC (rev 8692)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-22 23:50:31 UTC (rev 8693)
@@ -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>

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2008-10-21 22:40:54 UTC (rev 8692)
+++ trunk/BOOK/chapter06/coreutils.xml  2008-10-22 23:50:31 UTC (rev 8693)
@@ -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>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-10-21 22:40:54 UTC (rev 8692)
+++ trunk/BOOK/general.ent      2008-10-22 23:50:31 UTC (rev 8693)
@@ -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}]" -->

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-10-21 22:40:54 UTC (rev 8692)
+++ trunk/BOOK/patches.ent      2008-10-22 23:50:31 UTC (rev 8693)
@@ -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">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to