Changeset 8164
- Timestamp:
- 06/12/07 14:51:30 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (1 diff)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter05/tar.xml (modified) (1 diff)
- trunk/BOOK/chapter06/tar.xml (modified) (1 diff)
- trunk/BOOK/packages.ent (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8163 r8164 48 48 <para>[ken] - Upgrade to findutils-4.2.31, fixes 49 49 <ulink url="&lfs-ticket-root;2025">#2025</ulink>.</para> 50 <para>[ken] - Upgrade to tar-1.17, fixes 51 <ulink url="&lfs-ticket-root;2029">#2029</ulink>.</para> 50 52 </listitem> 51 53 </itemizedlist> trunk/BOOK/chapter01/whatsnew.xml
r8158 r8164 221 221 </listitem> 222 222 <listitem> 223 <para>&tar-sort-exclude-test-patch;</para> 224 </listitem> 225 <listitem> 223 226 <para>&util-linux-lseek-patch;</para> 224 227 </listitem> trunk/BOOK/chapter03/patches.xml
r8158 r8164 220 220 221 221 <varlistentry> 222 <term>Tar Sort Exclude Test Patch - <token>&tar-sort-exclude-test-patch-size;</token>:</term> 223 <listitem> 224 <para>Download: <ulink url="&patches-root;&tar-sort-exclude-test-patch;"/></para> 225 <para>MD5 sum: <literal>&tar-sort-exclude-test-patch-md5;</literal></para> 226 </listitem> 227 </varlistentry> 228 229 <varlistentry> 222 230 <term>Texinfo Multibyte Fixes Patch - <token>&texinfo-multibyte-patch-size;</token>:</term> 223 231 <listitem> trunk/BOOK/chapter05/tar.xml
r7970 r8164 38 38 <title>Installation of Tar</title> 39 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../chapter06/tar.xml" 42 xpointer="xpointer(//*[@os='a'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../chapter06/tar.xml" 46 xpointer="xpointer(//*[@os='b'])"/> 47 40 48 <para>Prepare Tar for compilation:</para> 41 49 trunk/BOOK/chapter06/tar.xml
r7970 r8164 34 34 <sect2 role="installation"> 35 35 <title>Installation of Tar</title> 36 37 <para os="a">One of the tests in the testsuite (number 12, exclude) fails, 38 at least on recent linux systems, because the output needs to be sorted 39 before it is diffed. If you are going to run the testsuite, fix this by 40 applying the following patch before you configure: </para> 41 42 <screen os="b"><userinput>patch -Np1 -i ../&tar-sort-exclude-test-patch;</userinput></screen> 36 43 37 44 <para>Prepare Tar for compilation:</para> trunk/BOOK/packages.ent
r8163 r8164 455 455 <!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU"> 456 456 457 <!ENTITY tar-version "1.1 6.1">458 <!ENTITY tar-size "1, 752KB">457 <!ENTITY tar-version "1.17"> 458 <!ENTITY tar-size "1,839 KB"> 459 459 <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> 460 <!ENTITY tar-md5 " d51593461c5ef1f7e37134f22338bb9e">460 <!ENTITY tar-md5 "c6c4f1c075dbf0f75c29737faa58f290"> 461 461 <!ENTITY tar-home "&gnu-software;tar/"> 462 <!ENTITY tar-ch5-du "1 3.7MB">463 <!ENTITY tar-ch5-sbu "0. 2SBU">464 <!ENTITY tar-ch6-du "1 3.7MB">465 <!ENTITY tar-ch6-sbu "0. 2SBU">462 <!ENTITY tar-ch5-du "19.9 MB"> 463 <!ENTITY tar-ch5-sbu "0.3 SBU"> 464 <!ENTITY tar-ch6-du "19.9 MB"> 465 <!ENTITY tar-ch6-sbu "0.3 SBU"> 466 466 467 467 <!ENTITY tcl-version "8.4.15"> trunk/BOOK/patches.ent
r8158 r8164 121 121 122 122 123 <!ENTITY tar-sort-exclude-test-patch "tar-&tar-version;-sort_exclude_test-1.patch"> 124 <!ENTITY tar-sort-exclude-test-patch-md5 "69326a1d462dad67db495a42854a93c7"> 125 <!ENTITY tar-sort-exclude-test-patch-size "3.1 KB"> 126 127 123 128 <!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch"> 124 129 <!ENTITY texinfo-multibyte-patch-md5 "6cb5b760cfdd2dd53a0430eb572a8aaa">
