Changeset ba99e10d
- Timestamp:
- Jan 5, 2009, 2:03:40 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2d37d44
- Parents:
- 902b794
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r902b794 rba99e10d 45 45 <listitem> 46 46 <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> 47 51 </listitem> 48 52 </itemizedlist> -
BOOK/materials/common/patches.xml
r902b794 rba99e10d 74 74 75 75 <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> 76 85 <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term> 77 86 <listitem> -
BOOK/patches.ent
r902b794 rba99e10d 29 29 <!ENTITY expect-spawn-patch-size "6.9 KB"> 30 30 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 31 35 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch"> 32 36 <!ENTITY gcc-branch_update-patch-md5 "e9e4236fa439ece67f02ab8377ee5811"> -
BOOK/temp-system/64/file.xml
r902b794 rba99e10d 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/file.xml
r902b794 rba99e10d 21 21 <sect2 role="installation"> 22 22 <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 "e;ERROR: file: File &file-version; supports only 6 version magic files. `/tools/share/file/magic.mgc' is version 2"e;:</para> 27 28 <screen os="p2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen> 23 29 24 30 <para os="a">Prepare File for compilation:</para> -
BOOK/temp-system/multilib/file.xml
r902b794 rba99e10d 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native/file.xml
r902b794 rba99e10d 22 22 <title>Installation of File</title> 23 23 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'])"/> 25 35 26 36 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen> 27 37 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'])"/> 29 41 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'])"/> 31 45 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'])"/> 33 49 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'])"/> 35 53 36 54 </sect2> -
BOOK/temp-system/native64/file.xml
r902b794 rba99e10d 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.