Changeset ba99e10d


Ignore:
Timestamp:
Jan 5, 2009, 2:03:40 PM (15 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:
2d37d44
Parents:
902b794
Message:

Added: File Cross Compile Patch to Temp-System

Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r902b794 rba99e10d  
    4545        <listitem>
    4646          <para>[Jim] - Updated Ncurses Patch to -3.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[Jim] - Added Patch to File Temp-System. File magic.mgc
     50                under certain circumstances doesn't get created properly.</para>
    4751        </listitem>
    4852      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r902b794 rba99e10d  
    7474
    7575    <varlistentry>
     76      <term>File Cross-Compile Patch - <token>&file-cross_compile-patch-size;</token>:</term>
     77      <listitem>
     78        <para>Download: <ulink
     79        url="&patches-root;&file-cross_compile-patch;"/></para>
     80        <para>MD5 sum: <literal>&file-cross_compile-patch-md5;</literal></para>
     81      </listitem>
     82    </varlistentry>
     83
     84    <varlistentry>
    7685      <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
    7786      <listitem>
  • BOOK/patches.ent

    r902b794 rba99e10d  
    2929<!ENTITY expect-spawn-patch-size "6.9 KB">
    3030
     31<!ENTITY file-cross_compile-patch "file-&filet-version;-cross_compile-1.patch">
     32<!ENTITY file-cross_compile-patch-md5 "17956303345b8514a9c2bdc3939a21e5">
     33<!ENTITY file-cross_compile-patch-size "4 KB">
     34
    3135<!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch">
    3236<!ENTITY gcc-branch_update-patch-md5 "e9e4236fa439ece67f02ab8377ee5811">
  • BOOK/temp-system/64/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/file.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/file.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     24    <para os="p1">The following patch will fix a compile issue that would prevent
     25    a proper creation of magic.mgc file. This would show up as an error messsage.
     26    &quote;ERROR: file: File &file-version; supports only 6 version magic files. `/tools/share/file/magic.mgc' is version 2&quote;:</para>
     27
     28<screen os="p2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
    2329
    2430    <para os="a">Prepare File for compilation:</para>
  • BOOK/temp-system/multilib/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/file.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/file.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native/file.xml

    r902b794 rba99e10d  
    2222    <title>Installation of File</title>
    2323
    24     <para os="a">Prepare File for compilation:</para>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/file.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/file.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/file.xml"
     34    xpointer="xpointer(//*[@os='a'])"/>
    2535
    2636<screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
    2737
    28     <para os="c">Compile the package:</para>
     38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39    href="../common/file.xml"
     40    xpointer="xpointer(//*[@os='c'])"/>
    2941
    30 <screen os="d"><userinput>make</userinput></screen>
     42  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43    href="../common/file.xml"
     44    xpointer="xpointer(//*[@os='d'])"/>
    3145
    32     <para os="f">Install the package:</para>
     46  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     47    href="../common/file.xml"
     48    xpointer="xpointer(//*[@os='f'])"/>
    3349
    34 <screen os="g"><userinput>make install</userinput></screen>
     50  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     51    href="../common/file.xml"
     52    xpointer="xpointer(//*[@os='g'])"/>
    3553
    3654  </sect2>
  • BOOK/temp-system/native64/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/file.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/file.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.