Changeset 03e8867


Ignore:
Timestamp:
Aug 28, 2006, 2:23:04 PM (18 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:
6ac7c4f
Parents:
ce8f939
Message:

r5286@server: jim | 2006-08-28 14:13:04 -0700
Updated to Coreutils Uname Patch -2, which supports all architectures

Location:
BOOK
Files:
2 deleted
11 edited

Legend:

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

    rce8f939 r03e8867  
    3030
    3131<screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
     32
     33    <para os="p1">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="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3239
    3340    <para os="c">Now prepare Coreutils for compilation:</para>
  • BOOK/final-system/multilib/coreutils.xml

    rce8f939 r03e8867  
    2929    href="../common/coreutils.xml"
    3030    xpointer="xpointer(//*[@os='b'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/coreutils.xml"
     34    xpointer="xpointer(//*[@os='p1'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/coreutils.xml"
     38    xpointer="xpointer(//*[@os='p2'])"/>
    3139
    3240    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86-chapter.xml

    rce8f939 r03e8867  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/coreutils.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
  • BOOK/final-system/x86_64-64-chapter.xml

    rce8f939 r03e8867  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/binutils.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/coreutils.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
  • BOOK/final-system/x86_64-chapter.xml

    rce8f939 r03e8867  
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/coreutils.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/coreutils.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/m4.xml"/>
  • BOOK/introduction/common/changelog.xml

    rce8f939 r03e8867  
    6767          <para>[jim] - Updated to Findutils 4.2.28.</para>
    6868        </listitem>
     69        <listitem>
     70          <para>[jim] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
     71        </listitem>
    6972      </itemizedlist>
    7073    </listitem>
  • BOOK/materials/common/patches.xml

    rce8f939 r03e8867  
    7474
    7575    <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
     84    <varlistentry>
    7685      <term>Expect Spawn Patch - <token>&expect-spawn-patch-size;</token>:</term>
    7786      <listitem>
  • BOOK/materials/x86/patches.xml

    rce8f939 r03e8867  
    1212
    1313  <variablelist role="materials">
    14 
    15     <varlistentry os="coreutils-x86_uname-patch">
    16       <term>Coreutils Uname Patch - <token>&coreutils-x86_uname-patch-size;</token>:</term>
    17       <listitem>
    18         <para>Download: <ulink
    19         url="&patches-root;&coreutils-x86_uname-patch;"/></para>
    20         <para>MD5 sum: <literal>&coreutils-x86_uname-patch-md5;</literal></para>
    21       </listitem>
    22     </varlistentry>
    2314
    2415    <varlistentry os="gcc-specs-patch">
  • BOOK/materials/x86_64-64/patches.xml

    rce8f939 r03e8867  
    2121      </listitem>
    2222    </varlistentry>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../x86/patches.xml"
    26     xpointer="xpointer(//*[@os='coreutils-x86_uname-patch'])"/>
    2723
    2824    <varlistentry os="gcc-pure64-patch">
  • BOOK/materials/x86_64/patches.xml

    rce8f939 r03e8867  
    2121      </listitem>
    2222    </varlistentry>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../x86/patches.xml"
    26     xpointer="xpointer(//*[@os='coreutils-x86_uname-patch'])"/>
    2723
    2824    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/patches.ent

    rce8f939 r03e8867  
    2929<!ENTITY coreutils-suppress-patch-size "13 KB">
    3030
     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">
     34
    3135<!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-2.patch">
    3236<!ENTITY expect-spawn-patch-md5 "7706e1e8238c72eed8dc905d6f3b6aa9">
     
    289293<!ENTITY bin86-x86_64-patch-size "2 KB">
    290294
    291 <!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch">
    292 <!ENTITY coreutils-x86_uname-patch-md5 "c05b735710fbd62239588c07084852a0">
    293 <!ENTITY coreutils-x86_uname-patch-size "4.5 KB">
    294 
    295295<!ENTITY grub-fixes-patch "grub-&grub-version;-fixes-1.patch">
    296296<!ENTITY grub-fixes-patch-md5 "6f095b98bde1db8d5b1a7ceef96ca351">
Note: See TracChangeset for help on using the changeset viewer.