Changeset bf56c25
- Timestamp:
- Jan 4, 2009, 8:54:21 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ce3a096
- Parents:
- f6c1ef8
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
rf6c1ef8 rbf56c25 25 25 <sect2 role="installation"> 26 26 <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> 27 32 28 33 <para os="a">Prepare Tar for compilation:</para> -
BOOK/final-system/multilib/tar.xml
rf6c1ef8 rbf56c25 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rf6c1ef8 rbf56c25 47 47 <para>[Jim] - Added patch that will fix a build issue with Kbd. The patch is 48 48 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> 49 53 </listitem> 50 54 </itemizedlist> -
BOOK/materials/common/patches.xml
rf6c1ef8 rbf56c25 173 173 174 174 <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> 175 184 <term>Vim Branch Update Patch - <token>&vim-branch_update-patch-size;</token>:</term> 176 185 <listitem> -
BOOK/patches.ent
rf6c1ef8 rbf56c25 77 77 <!ENTITY readline-fixes-patch-size "24 KB"> 78 78 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 79 83 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-3.patch"> 80 84 <!ENTITY vim-branch_update-patch-md5 "8a08f1a9562183a0214595c915565078"> -
BOOK/temp-system/common/tar.xml
rf6c1ef8 rbf56c25 22 22 <sect2 role="installation"> 23 23 <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'])"/> 24 32 25 33 <para os="c1">TAR utilizes UTF-8 capability, without the following -
BOOK/temp-system/multilib/tar.xml
rf6c1ef8 rbf56c25 22 22 <sect2 role="installation"> 23 23 <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'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native/tar.xml
rf6c1ef8 rbf56c25 23 23 <title>Installation of Tar</title> 24 24 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'])"/> 27 28 28 <screen os="c2"><userinput>echo "gl_cv_func_wcwidth_works=yes" >> 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'])"/> 29 40 30 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native64/tar.xml
rf6c1ef8 rbf56c25 22 22 <sect2 role="installation"> 23 23 <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'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.