Changeset bf56c25


Ignore:
Timestamp:
Jan 4, 2009, 8:54:21 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ce3a096
Parents:
f6c1ef8
Message:

Added Revert Pipe Drain Patch to Tar

Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    rf6c1ef8 rbf56c25  
    2525  <sect2 role="installation">
    2626    <title>Installation of Tar</title>
     27
     28    <para os="p1">The following patch contains a fix for an issue that may occur
     29    when tar calls an outside compression utility like bzip2:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
    2732
    2833    <para os="a">Prepare Tar for compilation:</para>
  • BOOK/final-system/multilib/tar.xml

    rf6c1ef8 rbf56c25  
    2121  <sect2 role="installation">
    2222    <title>Installation of Tar</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/tar.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/tar.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rf6c1ef8 rbf56c25  
    4747          <para>[Jim] - Added patch that will fix a build issue with Kbd. The patch is
    4848                for the linux-headers in final-system.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[Jim] - Added patch for TAR. Could cause an issue when extracting tar
     52                with bzip2 archives.</para>
    4953        </listitem>
    5054      </itemizedlist>
  • BOOK/materials/common/patches.xml

    rf6c1ef8 rbf56c25  
    173173
    174174    <varlistentry>
     175      <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>
     176      <listitem>
     177        <para>Download: <ulink
     178        url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>
     179        <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>
     180      </listitem>
     181    </varlistentry>
     182
     183    <varlistentry>
    175184      <term>Vim Branch Update Patch - <token>&vim-branch_update-patch-size;</token>:</term>
    176185      <listitem>
  • BOOK/patches.ent

    rf6c1ef8 rbf56c25  
    7777<!ENTITY readline-fixes-patch-size "24 KB">
    7878
     79<!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch">
     80<!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608">
     81<!ENTITY tar-revert_pipe_drain-patch-size "4 KB">
     82
    7983<!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-3.patch">
    8084<!ENTITY vim-branch_update-patch-md5 "8a08f1a9562183a0214595c915565078">
  • BOOK/temp-system/common/tar.xml

    rf6c1ef8 rbf56c25  
    2222  <sect2 role="installation">
    2323    <title>Installation of Tar</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/common/tar.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/tar.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <para os="c1">TAR utilizes UTF-8 capability, without the following
  • BOOK/temp-system/multilib/tar.xml

    rf6c1ef8 rbf56c25  
    2222  <sect2 role="installation">
    2323    <title>Installation of Tar</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/tar.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/tar.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native/tar.xml

    rf6c1ef8 rbf56c25  
    2323    <title>Installation of Tar</title>
    2424
    25     <para os="c1">TAR utilizes UTF-8 capability, without the following
    26     command the UTF-8 sections of the build will fail:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/tar.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
    2728
    28 <screen os="c2"><userinput>echo "gl_cv_func_wcwidth_works=yes" &gt;&gt; config.cache</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/tar.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/tar.xml"
     35    xpointer="xpointer(//*[@os='c1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/tar.xml"
     39    xpointer="xpointer(//*[@os='c2'])"/>
    2940
    3041    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native64/tar.xml

    rf6c1ef8 rbf56c25  
    2222  <sect2 role="installation">
    2323    <title>Installation of Tar</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/tar.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/tar.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.