[Clfs-commits] commit: r4330 - in /trunk: BOOK/ BOOK/final-system/common/ BOOK/final-system/multilib/ BOOK/introduction/common/ BOOK/materials/common/ BOOK/temp-system/common/ BOOK/temp-system/multilib/ BOOK/temp-system/native/ BOOK/temp-system/native64/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 4 20:54:22 PST 2009


Author: jim
Date: Mon Jan  5 04:54:21 2009
New Revision: 4330

Log:
Added Revert Pipe Drain Patch to Tar

Added:
    trunk/patches/tar-1.21-revert_pipe_drain-1.patch
Modified:
    trunk/BOOK/final-system/common/tar.xml
    trunk/BOOK/final-system/multilib/tar.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/common/tar.xml
    trunk/BOOK/temp-system/multilib/tar.xml
    trunk/BOOK/temp-system/native/tar.xml
    trunk/BOOK/temp-system/native64/tar.xml

Modified: trunk/BOOK/final-system/common/tar.xml
==============================================================================
--- trunk/BOOK/final-system/common/tar.xml (original)
+++ trunk/BOOK/final-system/common/tar.xml Mon Jan  5 04:54:21 2009
@@ -24,6 +24,11 @@
 
   <sect2 role="installation">
     <title>Installation of Tar</title>
+
+    <para os="p1">The following patch contains a fix for an issue that may occur
+    when tar calls an outside compression utility like bzip2:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
 
     <para os="a">Prepare Tar for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/tar.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/tar.xml (original)
+++ trunk/BOOK/final-system/multilib/tar.xml Mon Jan  5 04:54:21 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of Tar</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/tar.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Jan  5 04:54:21 2009
@@ -46,6 +46,10 @@
         <listitem>
           <para>[Jim] - Added patch that will fix a build issue with Kbd. The patch is
 		for the linux-headers in final-system.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added patch for TAR. Could cause an issue when extracting tar 
+                with bzip2 archives.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Mon Jan  5 04:54:21 2009
@@ -172,6 +172,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>
+        <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Vim Branch Update Patch - <token>&vim-branch_update-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Mon Jan  5 04:54:21 2009
@@ -76,6 +76,10 @@
 <!ENTITY readline-fixes-patch-md5 "353320fac0a48339f4eccec72591ae3b">
 <!ENTITY readline-fixes-patch-size "24 KB">
 
+<!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch">
+<!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608">
+<!ENTITY tar-revert_pipe_drain-patch-size "4 KB">
+
 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-3.patch">
 <!ENTITY vim-branch_update-patch-md5 "8a08f1a9562183a0214595c915565078">
 <!ENTITY vim-branch_update-patch-size "168 KB">

Modified: trunk/BOOK/temp-system/common/tar.xml
==============================================================================
--- trunk/BOOK/temp-system/common/tar.xml (original)
+++ trunk/BOOK/temp-system/common/tar.xml Mon Jan  5 04:54:21 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of Tar</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="c1">TAR utilizes UTF-8 capability, without the following
     command the UTF-8 sections of the build will fail:</para>

Modified: trunk/BOOK/temp-system/multilib/tar.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/tar.xml (original)
+++ trunk/BOOK/temp-system/multilib/tar.xml Mon Jan  5 04:54:21 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of Tar</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/tar.xml"

Modified: trunk/BOOK/temp-system/native/tar.xml
==============================================================================
--- trunk/BOOK/temp-system/native/tar.xml (original)
+++ trunk/BOOK/temp-system/native/tar.xml Mon Jan  5 04:54:21 2009
@@ -22,10 +22,21 @@
   <sect2 role="installation">
     <title>Installation of Tar</title>
 
-    <para os="c1">TAR utilizes UTF-8 capability, without the following
-    command the UTF-8 sections of the build will fail:</para>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
 
-<screen os="c2"><userinput>echo "gl_cv_func_wcwidth_works=yes" >> config.cache</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='c1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='c2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/tar.xml"

Modified: trunk/BOOK/temp-system/native64/tar.xml
==============================================================================
--- trunk/BOOK/temp-system/native64/tar.xml (original)
+++ trunk/BOOK/temp-system/native64/tar.xml Mon Jan  5 04:54:21 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of Tar</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/tar.xml"




More information about the Clfs-commits mailing list