Changeset 5616325


Ignore:
Timestamp:
May 30, 2006, 1:08:18 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
b864ff0
Parents:
466d0615
Message:

r3745@server: jim | 2006-05-30 01:06:16 -0700
Added a patch to fix a missing declaration of R_OK in util-linux

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • boot/common/util-linux.xml

    r466d0615 r5616325  
    3838    href="../../final-system/common/util-linux.xml"
    3939    xpointer="xpointer(//*[@os='p4'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../../final-system/common/util-linux.xml"
     43    xpointer="xpointer(//*[@os='p5'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../../final-system/common/util-linux.xml"
     47    xpointer="xpointer(//*[@os='p6'])"/>
    4048
    4149    <para os="ba">Util-linux does not use the freshly installed headers and
  • boot/mips64/util-linux.xml

    r466d0615 r5616325  
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    42     href="../../final-system/mips64/util-linux.xml"
     42    href="../common/util-linux.xml"
    4343    xpointer="xpointer(//*[@os='p5'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../common/util-linux.xml"
     47    xpointer="xpointer(//*[@os='p6'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4650    href="../../final-system/mips64/util-linux.xml"
    47     xpointer="xpointer(//*[@os='p6'])"/>
     51    xpointer="xpointer(//*[@os='mp1'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../../final-system/mips64/util-linux.xml"
     55    xpointer="xpointer(//*[@os='mp2'])"/>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/multilib/util-linux.xml

    r466d0615 r5616325  
    3838    href="../common/util-linux.xml"
    3939    xpointer="xpointer(//*[@os='p4'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../common/util-linux.xml"
     43    xpointer="xpointer(//*[@os='p5'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../common/util-linux.xml"
     47    xpointer="xpointer(//*[@os='p6'])"/>
    4048
    4149    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/common/util-linux.xml

    r466d0615 r5616325  
    5151
    5252<screen os="p4"><userinput>patch -Np1 -i ../&util-linux-gcc4_fixes-patch;</userinput></screen>
     53
     54    <para os="p5">The following patch fixes swapon.c, it tries to find the variable R_OK, but
     55    the header that has R_OK is not included:</para>
     56
     57<screen os="p6"><userinput>patch -Np1 -i ../&util-linux-missing_header-patch;</userinput></screen>
    5358
    5459    <para os="a">Prepare Util-linux for compilation:</para>
  • final-system/mips64/util-linux.xml

    r466d0615 r5616325  
    4242    xpointer="xpointer(//*[@os='p4'])"/>
    4343
    44     <para os="p5">Util-linux has a compilation error when built using 64bit
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/util-linux.xml"
     46    xpointer="xpointer(//*[@os='p5'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/util-linux.xml"
     50    xpointer="xpointer(//*[@os='p6'])"/>
     51
     52    <para os="mp1">Util-linux has a compilation error when built using 64bit
    4553    and a MIPS processor. The follow patch addresses this error:</para>
    4654
    47 <screen os="p6"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen>
     55<screen os="mp2"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/multilib/util-linux.xml

    r466d0615 r5616325  
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4545    href="../common/util-linux.xml"
     46    xpointer="xpointer(//*[@os='p5'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/util-linux.xml"
     50    xpointer="xpointer(//*[@os='p6'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/util-linux.xml"
    4654    xpointer="xpointer(//*[@os='a'])"/>
    4755
  • introduction/common/changelog.xml

    r466d0615 r5616325  
    3838
    3939    <listitem>
     40      <para>May 30, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Added a patch to fix a missing declaration of R_OK
     44                        in util-linux.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>May 29, 2006</para>
    4151      <itemizedlist>
  • materials/common/patches.xml

    r466d0615 r5616325  
    261261
    262262    <varlistentry>
     263      <term>Util-linux Missing Header Patch - <token>&util-linux-missing_header-patch-size;</token>:</term> <listitem>
     264        <para>Download: <ulink
     265        url="&patches-root;util-linux/&util-linux-missing_header-patch;"/></para>
     266        <para>MD5 sum: <literal>&util-linux-missing_header-patch-md5;</literal></para>
     267      </listitem>
     268    </varlistentry>
     269
     270    <varlistentry>
    263271      <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
    264272      <listitem>
  • patches.ent

    r466d0615 r5616325  
    117117<!ENTITY util-linux-gcc4_fixes-patch-size "1 KB">
    118118
     119<!ENTITY util-linux-missing_header-patch "util-linux-&util-linux-version;-missing_header-1.patch">
     120<!ENTITY util-linux-missing_header-patch-md5 "33ccc15d2e92caa6189b044f573fdcda">
     121<!ENTITY util-linux-missing_header-patch-size "1 KB">
     122
    119123<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-3.patch">
    120124<!ENTITY vim-fixes-patch-md5 "ed158ebfb653b797b642fbff175addea">
Note: See TracChangeset for help on using the changeset viewer.