Changeset 485c2de in clfs-sysroot
- Timestamp:
- Aug 30, 2006, 11:37:31 AM (18 years ago)
- Branches:
- master
- Children:
- c9f1b1b
- Parents:
- d9aba5a
- Location:
- BOOK
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rd9aba5a r485c2de 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 32 33 <para os="p3">A known issue with the <command>uname</command> program from 34 this package is that the <option>-p</option> switch always 35 returns <computeroutput>unknown</computeroutput>. The following patch 36 fixes this behavior for all architectures:</para> 37 38 <screen os="p4"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 32 39 33 40 <para os="a">Configure doesn't properly handle the following tests -
BOOK/final-system/x86-chapter.xml
rd9aba5a r485c2de 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86/coreutils.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/> -
BOOK/introduction/common/changelog.xml
rd9aba5a r485c2de 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para> 44 </listitem> 45 <listitem> 43 46 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream 44 47 fixes.</para> -
BOOK/materials/common/patches.xml
rd9aba5a r485c2de 73 73 </varlistentry> 74 74 75 <varlistentry> 76 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term> 77 <listitem> 78 <para>Download: <ulink 79 url="&patches-root;&coreutils-uname-patch;"/></para> 80 <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para> 81 </listitem> 82 </varlistentry> 83 75 84 <varlistentry> 76 85 <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term> -
BOOK/materials/x86/patches.xml
rd9aba5a r485c2de 10 10 11 11 <title>Additional Patches for X86</title> 12 13 <!-- 12 14 13 15 <variablelist role="materials"> … … 24 26 </variablelist> 25 27 28 --> 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 31 href="../common/patches.xml" -
BOOK/patches.ent
rd9aba5a r485c2de 28 28 <!ENTITY coreutils-suppress-patch-md5 "227d41a6d0f13c31375153eae91e913d"> 29 29 <!ENTITY coreutils-suppress-patch-size "13 KB"> 30 31 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch"> 32 <!ENTITY coreutils-uname-patch-md5 "865d271bec9039f45a3be0ada21edae0"> 33 <!ENTITY coreutils-uname-patch-size "8 KB"> 30 34 31 35 <!ENTITY gawk-segfault-patch "gawk-&gawk-version;-segfault_fix-1.patch"> … … 136 140 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59"> 137 141 <!ENTITY zlib-fpic-patch-size "3.2 KB"> 138 139 <!-- Start of x86/x86_64 patches -->140 141 <!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch">142 <!ENTITY coreutils-x86_uname-patch-md5 "c05b735710fbd62239588c07084852a0">143 <!ENTITY coreutils-x86_uname-patch-size "4.5 KB">
Note:
See TracChangeset
for help on using the changeset viewer.