Changeset 14b324f in clfs-sysroot for BOOK


Ignore:
Timestamp:
Mar 10, 2007, 6:23:16 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
89d5d0b
Parents:
d6e6af6
Message:

Added a patch to the Perl build that fixes and issue with recent snapshots of gcc-4.2.0.

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/alpha/perl.xml

    rd6e6af6 r14b324f  
    3333    href="../arm/perl.xml"
    3434    xpointer="xpointer(//*[@os='p2'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../arm/perl.xml"
     38    xpointer="xpointer(//*[@os='p3'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../arm/perl.xml"
     42    xpointer="xpointer(//*[@os='p4'])"/>
    3543
    3644    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/arm/perl.xml

    rd6e6af6 r14b324f  
    3131    </warning>
    3232
    33     <para os="p1">The following patch fixes issues with Perl and
     33    <para os="p1">The following patch causes makedepend.sh to also remove
     34    <literal>&lt;command-line&gt;</literal> as well as
     35    <literal>&lt;command line&gt;</literal>:</para>
     36
     37<screen os="p2"><userinput>patch -Np1 -i ../&perl-gcc42_fix-patch;</userinput></screen>
     38
     39    <para os="p3">The following patch fixes issues with Perl and
    3440    cross-compiling:</para>
    3541
    36 <screen os="p2"><userinput>patch -Np1 -i ../&perl-cross_compile-patch;</userinput></screen>
     42<screen os="p4"><userinput>patch -Np1 -i ../&perl-cross_compile-patch;</userinput></screen>
    3743
    3844    <para os="s1">The following sed causes <filename>DynaLoader.a</filename>
  • BOOK/final-system/hppa/perl.xml

    rd6e6af6 r14b324f  
    3333    href="../arm/perl.xml"
    3434    xpointer="xpointer(//*[@os='p2'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../arm/perl.xml"
     38    xpointer="xpointer(//*[@os='p3'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../arm/perl.xml"
     42    xpointer="xpointer(//*[@os='p4'])"/>
    3543
    3644    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86/perl.xml

    rd6e6af6 r14b324f  
    3333    href="../arm/perl.xml"
    3434    xpointer="xpointer(//*[@os='p2'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../arm/perl.xml"
     38    xpointer="xpointer(//*[@os='p3'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../arm/perl.xml"
     42    xpointer="xpointer(//*[@os='p4'])"/>
    3543
    3644    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rd6e6af6 r14b324f  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>March 10, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Added a patch to the Perl build that fixes an
     44          issue with recent snapshots of gcc-4.2.0.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/materials/common/patches.xml

    rd6e6af6 r14b324f  
    182182
    183183    <varlistentry>
     184      <term>Perl GCC 4.2.0 Fix Patch - <token>&perl-gcc42_fix-patch-size;</token>:</term>
     185      <listitem>
     186        <para>Download: <ulink
     187        url="&patches-root;&perl-gcc42_fix-patch;"/></para>
     188        <para>MD5 sum: <literal>&perl-gcc42_fix-patch-md5;</literal></para>
     189      </listitem>
     190    </varlistentry>
     191
     192    <varlistentry>
    184193      <term>Readline Fixes - <token>&readline-fixes-patch-size;</token>:</term>
    185194      <listitem>
  • BOOK/patches.ent

    rd6e6af6 r14b324f  
    7777<!ENTITY perl-cross_compile-patch-size "136 KB">
    7878
     79<!ENTITY perl-gcc42_fix-patch "perl-&perl-version;-gcc42_fix-1.patch">
     80<!ENTITY perl-gcc42_fix-patch-md5 "cd84d28231ea7f23d7e619d9304cc741">
     81<!ENTITY perl-gcc42_fix-patch-size "4 KB">
     82
    7983<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
    8084<!ENTITY readline-fixes-patch-md5 "c3483d9d4e44614a740e190d25100cdf">
Note: See TracChangeset for help on using the changeset viewer.