Changeset 2270211 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
01/03/09 13:16:57 (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
cd4af16
Parents:
13f2ca7
Message:

Update Patches in the book.

Location:
BOOK/final-system
Files:
9 edited

Legend:

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

    r13f2ca7 r2270211  
    2525    href="../arm/perl.xml"
    2626    xpointer="xpointer(//*[@os='w1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../arm/perl.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/perl.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    3527
    3628    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/arm/perl.xml

    r13f2ca7 r2270211  
    3030      can cause the build to hang or fail.</para>
    3131    </warning>
    32 
    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>
    3832
    3933    <para os="p3">The following patch fixes issues with Perl and
  • BOOK/final-system/common/coreutils.xml

    r13f2ca7 r2270211  
    2626    <title>Installation of Coreutils</title>
    2727
    28     <para os="p1">Prevent Coreutils from installing binaries that will be
    29     installed by other packages:</para>
    30 
    31 <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
     28    <para os="p1">A known issue with the <command>uname</command> program from
    3429    this package is that the <option>-p</option> switch always
    3530    returns <computeroutput>unknown</computeroutput>. The following patch
    3631    fixes this behavior for all architectures:</para>
    3732
    38 <screen os="p4"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
     33<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3934
    4035    <para os="s1">The following command renames the internal implementation of
  • BOOK/final-system/common/gawk.xml

    r13f2ca7 r2270211  
    2525  <sect2 role="installation">
    2626    <title>Installation of Gawk</title>
    27 
    28     <para os="a">Patch Gawk to fix a bug which causes it to
    29     segfault when invoked on a non-existent file:</para>
    30 
    31 <screen os="b"><userinput>patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen>
    3227
    3328    <para os="c">Prepare Gawk for compilation:</para>
  • BOOK/final-system/common/shadow.xml

    r13f2ca7 r2270211  
    3333      command below.</para>
    3434    </note>
    35 
    36     <para os="p1">The following patch fixes numerous issues in shadow. See
    37     patch for details:</para>
    38 
    39 <screen os="p2"><userinput>patch -Np1 -i ../&shadow-fixes-patch;</userinput></screen>
    4035
    4136    <para os="b">Create a config.cache containing information about a test that
  • BOOK/final-system/common/texinfo.xml

    r13f2ca7 r2270211  
    2525  <sect2 role="installation">
    2626    <title>Installation of Texinfo</title>
    27 
    28     <para os="p1">Texinfo allows local users to overwrite arbitrary files via a symlink
    29     attack on temporary files. Apply the following patch to fix this:</para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&texinfo-tempfile_fix-patch;</userinput></screen>
    3227
    3328    <para os="a">Prepare Texinfo for compilation:</para>
  • BOOK/final-system/common/vim.xml

    r13f2ca7 r2270211  
    4242
    4343<screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen>
    44 
    45     <para os="p3">The following patch contains updates from the maintainer. The
    46     maintainer of Vim only releases these patches to fix serious issues.</para>
    47 
    48 <screen os="p4"><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>
    4944
    5045    <para os="b">Change the default location of
  • BOOK/final-system/hppa/perl.xml

    r13f2ca7 r2270211  
    2525    href="../arm/perl.xml"
    2626    xpointer="xpointer(//*[@os='w1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../arm/perl.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/perl.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    3527
    3628    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86/perl.xml

    r13f2ca7 r2270211  
    2525    href="../arm/perl.xml"
    2626    xpointer="xpointer(//*[@os='w1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../arm/perl.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/perl.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    3527
    3628    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.