Author: matthew
Date: 2006-12-01 11:57:06 -0700 (Fri, 01 Dec 2006)
New Revision: 7875
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/chapter06.xml
trunk/BOOK/chapter06/e2fsprogs.xml
trunk/BOOK/general.ent
Log:
Fix ICA breakage in E2fsprogs
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-11-26 02:19:04 UTC (rev 7874)
+++ trunk/BOOK/chapter01/changelog.xml 2006-12-01 18:57:06 UTC (rev 7875)
@@ -36,6 +36,19 @@
</listitem>
-->
+ <listitem>
+ <para>2006-11-30</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Fix an ICA breakage in E2fsprogs. Sed needs to be
+ built before E2fsprogs and a hardcoded reference to
+ <filename>/bin/rm</filename> needs to be changed to point to
+ <filename>/tools/bin/rm</filename> instead. Thanks to Greg Schafer
for
+ the report and fix.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2006-11-25</para>
<itemizedlist>
Modified: trunk/BOOK/chapter06/chapter06.xml
===================================================================
--- trunk/BOOK/chapter06/chapter06.xml 2006-11-26 02:19:04 UTC (rev 7874)
+++ trunk/BOOK/chapter06/chapter06.xml 2006-12-01 18:57:06 UTC (rev 7875)
@@ -24,6 +24,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="e2fsprogs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iana-etc.xml"/>
@@ -31,7 +32,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bison.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
Modified: trunk/BOOK/chapter06/e2fsprogs.xml
===================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml 2006-11-26 02:19:04 UTC (rev 7874)
+++ trunk/BOOK/chapter06/e2fsprogs.xml 2006-12-01 18:57:06 UTC (rev 7875)
@@ -37,6 +37,11 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
+ <para>Fix a hardcoded path to <filename>/bin/rm</filename> in E2fsprogs'
+ testsuite:</para>
+
+ <screen><userinput>sed -i -e 's@/bin/rm@/tools&@'
lib/blkid/test_probe.in</userinput></screen>
+
<para>It is recommended that E2fsprogs be built in a subdirectory of
the source tree: </para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-11-26 02:19:04 UTC (rev 7874)
+++ trunk/BOOK/general.ent 2006-12-01 18:57:06 UTC (rev 7875)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061125">
-<!ENTITY releasedate "November 25, 2006">
+<!ENTITY version "SVN-20061201">
+<!ENTITY releasedate "December 1, 2006">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page