Changeset 485c2de in clfs-sysroot


Ignore:
Timestamp:
Aug 30, 2006, 11:37:31 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c9f1b1b
Parents:
d9aba5a
Message:

Updated the uname patch to one that works on all architectures.

Location:
BOOK
Files:
1 deleted
6 edited

Legend:

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

    rd9aba5a r485c2de  
    3030
    3131<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>
    3239
    3340    <para os="a">Configure doesn't properly handle the following tests
  • BOOK/final-system/x86-chapter.xml

    rd9aba5a r485c2de  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <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"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
  • BOOK/introduction/common/changelog.xml

    rd9aba5a r485c2de  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
    4447          fixes.</para>
  • BOOK/materials/common/patches.xml

    rd9aba5a r485c2de  
    7373    </varlistentry>
    7474
     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
    7584    <varlistentry>
    7685      <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term>
  • BOOK/materials/x86/patches.xml

    rd9aba5a r485c2de  
    1010
    1111  <title>Additional Patches for X86</title>
     12
     13<!--
    1214
    1315  <variablelist role="materials">
     
    2426  </variablelist>
    2527
     28-->
     29
    2630  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2731  href="../common/patches.xml"
  • BOOK/patches.ent

    rd9aba5a r485c2de  
    2828<!ENTITY coreutils-suppress-patch-md5 "227d41a6d0f13c31375153eae91e913d">
    2929<!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">
    3034
    3135<!ENTITY gawk-segfault-patch "gawk-&gawk-version;-segfault_fix-1.patch">
     
    136140<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
    137141<!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.