Changeset bb952c5 for BOOK/final-system


Ignore:
Timestamp:
Apr 14, 2006, 6:59:11 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:
e5ce78b
Parents:
5c5752c
Message:

r2897@server (orig r1385): jciccone | 2006-04-14 18:09:37 -0700
Added a util-linux and kernel patch that fix the sun disklabel checksum problem.

Location:
BOOK/final-system
Files:
3 edited

Legend:

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

    r5c5752c rbb952c5  
    6060
    6161<screen os="p4"><userinput>patch -Np1 -i ../&util-linux-gcc4_fixes-patch;</userinput></screen>
     62
     63    <para os="p5">Util-linux does not compute the checksum of a sun disklabel
     64    properly with gcc-&gcc-version;. The following patch fixes this issue:</para>
     65
     66<screen os="p6"><userinput>patch -Np1 -i ../&util-linux-gcc41_sun_disklabel_fixes.patch;</userinput></screen>
    6267
    6368    <para os="a">Prepare Util-linux for compilation:</para>
  • BOOK/final-system/mips64/util-linux.xml

    r5c5752c rbb952c5  
    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="p7">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="p8"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/util-linux.xml

    r5c5752c rbb952c5  
    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
Note: See TracChangeset for help on using the changeset viewer.