Author: bdubbs
Date: 2010-03-20 10:25:35 -0600 (Sat, 20 Mar 2010)
New Revision: 9233
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/tar.xml
trunk/BOOK/chapter06/tar.xml
trunk/BOOK/general.ent
Log:
Add a sed to the tar command to fix an
error in the latest release. The fix is from upstream.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-03-18 20:09:49 UTC (rev 9232)
+++ trunk/BOOK/chapter01/changelog.xml 2010-03-20 16:25:35 UTC (rev 9233)
@@ -36,6 +36,15 @@
</listitem>
-->
+ <listitem>
+ <para>2010-03-20</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add a sed to the tar command to fix an
+ error in the latest release. The fix is from upstream.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>2010-03-18</para>
Modified: trunk/BOOK/chapter05/tar.xml
===================================================================
--- trunk/BOOK/chapter05/tar.xml 2010-03-18 20:09:49 UTC (rev 9232)
+++ trunk/BOOK/chapter05/tar.xml 2010-03-20 16:25:35 UTC (rev 9233)
@@ -43,6 +43,10 @@
<sect2 role="installation">
<title>Installation of Tar</title>
+ <para>First fix a bug that was insterted into the latest code
relese:</para>
+
+<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen>
+
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">./configure
--prefix=/tools</userinput></screen>
Modified: trunk/BOOK/chapter06/tar.xml
===================================================================
--- trunk/BOOK/chapter06/tar.xml 2010-03-18 20:09:49 UTC (rev 9232)
+++ trunk/BOOK/chapter06/tar.xml 2010-03-20 16:25:35 UTC (rev 9233)
@@ -40,6 +40,10 @@
<sect2 role="installation">
<title>Installation of Tar</title>
+ <para>Again, fix a bug that was insterted into the latest code
relese:</para>
+
+<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen>
+
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin
--libexecdir=/usr/sbin</userinput></screen>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-18 20:09:49 UTC (rev 9232)
+++ trunk/BOOK/general.ent 2010-03-20 16:25:35 UTC (rev 9233)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100318">
-<!ENTITY releasedate "March 18, 2010">
+<!ENTITY version "SVN-20100320">
+<!ENTITY releasedate "March 20, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!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