Changeset 7ee340e4
- Timestamp:
- Nov 20, 2006, 11:33:57 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c4b9677
- Parents:
- be36855
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rbe36855 r7ee340e4 37 37 38 38 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 39 40 <para os="p3">Fixes a Segfault issue with the <command>ls</command>:</para> 41 42 <screen os="p4"><userinput>patch -Np1 -i ../&coreutils-id_cache-patch;</userinput></screen> 39 43 40 44 <para os="c">Now prepare Coreutils for compilation:</para> -
BOOK/final-system/multilib/coreutils.xml
rbe36855 r7ee340e4 37 37 href="../common/coreutils.xml" 38 38 xpointer="xpointer(//*[@os='p2'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/coreutils.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/coreutils.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rbe36855 r7ee340e4 44 44 </listitem> 45 45 <listitem> 46 <para>[jim] - Added Patch for Coreutils 6.5 ls segfault.</para> 47 </listitem> 48 <listitem> 46 49 <para>[jim] - Updated to M4 1.4.8.</para> 47 50 </listitem> -
BOOK/materials/common/patches.xml
rbe36855 r7ee340e4 65 65 66 66 <varlistentry> 67 <term>Coreutils ls Segfault Patch - <token>&coreutils-id_cache-patch-size;</token>:</term> 68 <listitem> 69 <para>Download: <ulink 70 url="&patches-root;&coreutils-id_cache-patch;"/></para> 71 <para>MD5 sum: <literal>&coreutils-id_cache-patch-md5;</literal></para> 72 </listitem> 73 </varlistentry> 74 75 <varlistentry> 67 76 <term>Coreutils Suppress Uptime, Kill, Su Patch - <token>&coreutils-suppress-patch-size;</token>:</term> 68 77 <listitem> -
BOOK/patches.ent
rbe36855 r7ee340e4 25 25 <!ENTITY bzip2-bzgrep-patch-size "1.3 KB"> 26 26 27 <!ENTITY coreutils-id_cache-patch "coreutils-&coreutils-version;-id_cache-1.patch"> 28 <!ENTITY coreutils-id_cache-patch-md5 "a4c74821cd200f7ebc81e9b3ad5babbf"> 29 <!ENTITY coreutils-id_cache-patch-size "4 KB"> 30 27 31 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> 28 32 <!ENTITY coreutils-suppress-patch-md5 "8bc938ec7210fff3885b37b1339dca45"> -
BOOK/temp-system/common/coreutils.xml
rbe36855 r7ee340e4 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/common/coreutils.xml" 27 xpointer="xpointer(//*[@os='p3'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/coreutils.xml" 31 xpointer="xpointer(//*[@os='p4'])"/> 24 32 25 33 <para os="ba">Coreutils has some issues when cross-compiling. So we -
BOOK/temp-system/multilib/coreutils.xml
rbe36855 r7ee340e4 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/coreutils.xml" 27 xpointer="xpointer(//*[@os='p3'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/coreutils.xml" 31 xpointer="xpointer(//*[@os='p4'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.