Changes in / [0fadcfd:35e7499]
- Files:
-
- 25 added
- 22 deleted
- 116 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/module-init-tools.xml
r0fadcfd r35e7499 22 22 <sect2 role="installation"> 23 23 <title>Installation of Module-Init-Tools</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../final-system/common/module-init-tools.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/common/module-init-tools.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/module-init-tools.xml
r0fadcfd r35e7499 22 22 <sect2 role="installation"> 23 23 <title>Installation of Module-Init-Tools</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../final-system/common/module-init-tools.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/common/module-init-tools.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/64/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/64/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../common/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/alpha-chapter.xml
r0fadcfd r35e7499 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/eglibc-headers.xml"/> -
BOOK/cross-tools/common/binutils-32.xml
r0fadcfd r35e7499 43 43 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 44 44 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 45 --disable-multilib</userinput></screen> 45 --disable-multilib --with-ppl=/cross-tools \ 46 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 46 47 47 48 <variablelist os="bd"> -
BOOK/cross-tools/common/binutils.xml
r0fadcfd r35e7499 43 43 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 44 44 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 45 --enable-64-bit-bfd --disable-multilib</userinput></screen> 45 --enable-64-bit-bfd --disable-multilib --with-ppl=/cross-tools \ 46 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 46 47 47 48 <variablelist os="bd"> -
BOOK/cross-tools/common/eglibc.xml
r0fadcfd r35e7499 182 182 <para os="dm">Install the package:</para> 183 183 184 <screen os="dn"><userinput>make install</userinput></screen> 184 <screen os="dn"><userinput>make install inst_vardbdir=/tools/var/db</userinput></screen> 185 186 <para os="do"><parameter>inst_vardbdir=...</parameter> ensures that db-Makefile is not 187 installed on the host system</para> 185 188 186 189 </sect2> -
BOOK/cross-tools/common/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <!-- 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 27 href="gcc-static.xml" … … 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 31 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 73 74 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 74 75 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 75 --with-ppl=/cross-tools --with-cloog=/cross-tools \76 --with-ppl=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ 76 77 --enable-long-long --enable-threads=posix --disable-multilib</userinput></screen> 77 78 -
BOOK/cross-tools/common/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <para os="p1">The following patch contains a number of updates to the26 <!-- <para os="p1">The following patch contains a number of updates to the 27 27 &gcc-version; branch by the GCC developers:</para> 28 28 29 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 29 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> --> 30 30 31 31 <para os="aa">Make a couple of essential adjustments to the … … 74 74 --without-headers --with-newlib --disable-decimal-float \ 75 75 --disable-libgomp --disable-libmudflap --disable-libssp \ 76 --disable-threads --enable-languages=c --disable-multilib</userinput></screen> 76 --disable-threads --enable-languages=c --disable-multilib \ 77 --enable-cloog-backend=isl</userinput></screen> 77 78 78 79 <variablelist os="am"> -
BOOK/cross-tools/mips-chapter.xml
r0fadcfd r35e7499 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc-static.xml"/> -
BOOK/cross-tools/mips/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../64/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64-64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/gcc-static.xml"/> -
BOOK/cross-tools/mips64-64/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 83 83 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 84 --enable-long-long --enable-threads=posix --with-abi=64\ 85 --disable-multilib </userinput></screen>85 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 86 86 87 87 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../64/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 93 93 --disable-libgomp --disable-libmudflap --disable-libssp \ 94 94 --disable-threads --enable-languages=c --with-abi=64\ 95 --disable-multilib </userinput></screen>95 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 96 96 97 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/gcc-static.xml"/> -
BOOK/cross-tools/mips64/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../common/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/binutils.xml
r0fadcfd r35e7499 42 42 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 43 43 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 44 --enable-64-bit-bfd</userinput></screen> 44 --enable-64-bit-bfd --with-ppl=/cross-tools \ 45 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 45 46 46 47 <variablelist os="bd"> -
BOOK/cross-tools/multilib/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 74 74 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 75 75 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-long-long --enable-threads=posix </userinput></screen>76 --enable-long-long --enable-threads=posix --enable-cloog-backend=isl</userinput></screen> 77 77 78 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../common/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 84 84 --without-headers --with-newlib --disable-decimal-float \ 85 85 --disable-libgomp --disable-libmudflap --disable-libssp \ 86 --disable-threads --enable-languages=c </userinput></screen>86 --disable-threads --enable-languages=c --enable-cloog-backend=isl</userinput></screen> 87 87 88 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc-chapter.xml
r0fadcfd r35e7499 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/gcc-static.xml"/> -
BOOK/cross-tools/ppc/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../common/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/gcc-static.xml"/> -
BOOK/cross-tools/ppc64/gcc-final.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc64/gcc-static.xml
r0fadcfd r35e7499 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 31 href="../common/gcc-static.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 32 xpointer="xpointer(//*[@os='p2'])"/> --> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/sparc-chapter.xml
r0fadcfd r35e7499 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-static.xml"/> -
BOOK/cross-tools/sparc64-64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-static.xml"/> -
BOOK/cross-tools/sparc64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-static.xml"/> -
BOOK/cross-tools/x86-chapter.xml
r0fadcfd r35e7499 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-static.xml"/> -
BOOK/cross-tools/x86_64-64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-static.xml"/> -
BOOK/cross-tools/x86_64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-static.xml"/> -
BOOK/final-system/64/binutils.xml
r0fadcfd r35e7499 58 58 ../binutils-&binutils-dir;/configure --prefix=/usr \ 59 59 --libdir=/usr/lib --enable-shared \ 60 --disable-multilib --enable-64-bit-bfd</userinput></screen> 60 --disable-multilib --enable-64-bit-bfd \ 61 --enable-cloog-backend=isl</userinput></screen> 61 62 62 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/64/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 -
BOOK/final-system/alpha-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/final-system/alpha/eglibc.xml
r0fadcfd r35e7499 49 49 href="../common/eglibc.xml" 50 50 xpointer="xpointer(//*[@os='p2'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 54 xpointer="xpointer(//*[@os='p3'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/eglibc.xml" 58 xpointer="xpointer(//*[@os='p4'])"/> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/binutils.xml
r0fadcfd r35e7499 51 51 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 52 52 ../binutils-&binutils-dir;/configure --prefix=/usr \ 53 --enable-shared </userinput></screen>53 --enable-shared --enable-cloog-backend=isl</userinput></screen> 54 54 55 55 <para os="j">Compile the package:</para> -
BOOK/final-system/common/diffutils.xml
r0fadcfd r35e7499 39 39 <screen os="d"><userinput>make</userinput></screen> 40 40 41 <para os="e">T his package does not come with a test suite.</para>41 <para os="e">To test the results, issue: <userinput>make check</userinput>.</para> 42 42 43 43 <para os="f">Install the package:</para> -
BOOK/final-system/common/eglibc.xml
r0fadcfd r35e7499 63 63 64 64 <screen os="p2"><userinput>patch -Np1 -i ../&eglibc-dl_dep_fix-patch;</userinput></screen> 65 66 <para os="p3">The following patch fixes an issue that can cause 67 ALSA to crash:</para> 68 69 <screen os="p4"><userinput>patch -Np1 -i ../&eglibc-fixes-patch;</userinput></screen> 65 70 66 71 <para os="b">The EGLIBC build system is self-contained and will install -
BOOK/final-system/common/gcc.xml
r0fadcfd r35e7499 27 27 28 28 29 <para os="p1">The following patch contains a number of updates to the29 <!-- <para os="p1">The following patch contains a number of updates to the 30 30 &gcc-version; branch by the GCC developers:</para> 31 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 32 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> --> 33 33 34 34 <para os="d">Apply a <command>sed</command> substitution that will suppress the … … 54 54 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 55 55 --enable-clocale=gnu --enable-languages=c,c++ \ 56 --disable-multilib --disable-libstdcxx-pch</userinput></screen> 56 --disable-multilib --disable-libstdcxx-pch \ 57 --enable-cloog-backend=isl</userinput></screen> 57 58 58 59 <para os="j">Compile the package:</para> -
BOOK/final-system/common/iana-etc.xml
r0fadcfd r35e7499 25 25 <sect2 role="installation"> 26 26 <title>Installation of Iana-Etc</title> 27 28 <para os="p1">The following patch updates the filenames and locations required 29 by Iana-etc so that it can update the services and protocol files:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&iana-etc-get_fix-patch;</userinput></screen> 32 33 <para os="aa">If you have internet access you can update the raw files by running:</para> 34 35 <screen os="bb"><userinput>make get</userinput></screen> 27 36 28 37 <para os="a">The following command converts the raw data provided by IANA into -
BOOK/final-system/common/iproute2.xml
r0fadcfd r35e7499 38 38 rm man/man8/arpd.8</userinput></screen> 39 39 40 <para os="f1">Remove unused libnl headers:</para> 41 42 <screen os="f2"><userinput>sed -i '/netlink\//d' ip/ipl2tp.c</userinput></screen> 43 40 44 <para os="a">Compile the package:</para> 41 45 -
BOOK/final-system/common/module-init-tools.xml
r0fadcfd r35e7499 25 25 <sect2 role="installation"> 26 26 <title>Installation of Module-Init-Tools</title> 27 28 <para os="p1">The following patch removes warnings caused by Zlib 1.2.6:</para> 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&module-init-tools-zlib_fix-patch;</userinput></screen> 27 31 28 32 <para os="c">Issue the following commands to perform the tests</para> -
BOOK/final-system/common/patch.xml
r0fadcfd r35e7499 27 27 <title>Installation of Patch</title> 28 28 29 <para os="p1">The following patch removes tests that require Ed:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&patch-test-patch;</userinput></screen> 32 29 33 <para os="a">Prepare Patch for compilation:</para> 30 34 … … 35 39 <screen os="d"><userinput>make</userinput></screen> 36 40 37 <para os="e">T his package does not come with a test suite.</para>41 <para os="e">To test the results, issue: <userinput>make check</userinput>.</para> 38 42 39 43 <para os="f">Install the package:</para> -
BOOK/final-system/common/shadow.xml
r0fadcfd r35e7499 40 40 <para os="b">Prepare Shadow for compilation:</para> 41 41 42 <screen os="c"><userinput>./configure --sysconfdir=/etc </userinput></screen>42 <screen os="c"><userinput>./configure --sysconfdir=/etc --without-nscd</userinput></screen> 43 43 44 44 <para os="d">The meaning of the configure options:</para> … … 51 51 <filename class="directory">/usr/etc</filename>.</para></listitem> 52 52 </varlistentry> 53 54 <varlistentry> 55 <term><parameter>--without-nscd</parameter></term> 56 <listitem><para>Disabled support for NSCD prevents shadow from 57 working on CLFS</para></listitem> 58 </varlistentry> 53 59 </variablelist> 54 60 -
BOOK/final-system/mips-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/final-system/mips/eglibc.xml
r0fadcfd r35e7499 49 49 href="../common/eglibc.xml" 50 50 xpointer="xpointer(//*[@os='p2'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 54 xpointer="xpointer(//*[@os='p3'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/eglibc.xml" 58 xpointer="xpointer(//*[@os='p4'])"/> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64-64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/binutils.xml"/> -
BOOK/final-system/mips64-64/eglibc.xml
r0fadcfd r35e7499 49 49 href="../common/eglibc.xml" 50 50 xpointer="xpointer(//*[@os='p2'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 54 xpointer="xpointer(//*[@os='p3'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/eglibc.xml" 58 xpointer="xpointer(//*[@os='p4'])"/> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64-64/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 -
BOOK/final-system/mips64-chapter.xml
r0fadcfd r35e7499 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-n32.xml"/> 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/ppl-64bit.xml"/> 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog- ppl-n32.xml"/>38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog- ppl-64bit.xml"/>36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-n32.xml"/> 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib-n32.xml"/> -
BOOK/final-system/mips64/binutils.xml
r0fadcfd r35e7499 57 57 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib ${BUILD64}" \ 58 58 ../binutils-&binutils-dir;/configure --prefix=/usr \ 59 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64</userinput></screen> 59 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64 \ 60 --enable-cloog-backend=isl</userinput></screen> 60 61 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/eglibc-64bit.xml
r0fadcfd r35e7499 45 45 href="../common/eglibc.xml" 46 46 xpointer="xpointer(//*[@os='p2'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p3'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 54 xpointer="xpointer(//*[@os='p4'])"/> 47 55 48 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/eglibc-n32.xml
r0fadcfd r35e7499 46 46 href="../common/eglibc.xml" 47 47 xpointer="xpointer(//*[@os='p2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p3'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 55 xpointer="xpointer(//*[@os='p4'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/eglibc.xml
r0fadcfd r35e7499 50 50 href="../common/eglibc.xml" 51 51 xpointer="xpointer(//*[@os='p2'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 55 xpointer="xpointer(//*[@os='p3'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/eglibc.xml" 59 xpointer="xpointer(//*[@os='p4'])"/> 52 60 53 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 64 64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \ 65 65 --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \ 66 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 66 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 67 --enable-cloog-backend=isl</userinput></screen> 67 68 68 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/binutils.xml
r0fadcfd r35e7499 57 57 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib ${BUILD64}" \ 58 58 ../binutils-&binutils-dir;/configure --prefix=/usr \ 59 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64</userinput></screen> 59 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64 \ 60 --enable-cloog-backend=isl</userinput></screen> 60 61 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/eglibc-64bit.xml
r0fadcfd r35e7499 46 46 href="../common/eglibc.xml" 47 47 xpointer="xpointer(//*[@os='p2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p3'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 55 xpointer="xpointer(//*[@os='p4'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/eglibc.xml
r0fadcfd r35e7499 50 50 href="../common/eglibc.xml" 51 51 xpointer="xpointer(//*[@os='p2'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 55 xpointer="xpointer(//*[@os='p3'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/eglibc.xml" 59 xpointer="xpointer(//*[@os='p4'])"/> 52 60 53 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 56 56 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \ 57 57 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 58 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 58 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 59 --enable-cloog-backend=isl</userinput></screen> 59 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/iproute2.xml
r0fadcfd r35e7499 29 29 href="../common/iproute2.xml" 30 30 xpointer="xpointer(//*[@os='s2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/iproute2.xml" 34 xpointer="xpointer(//*[@os='f1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/iproute2.xml" 38 xpointer="xpointer(//*[@os='f2'])"/> 31 39 32 40 <para os="p1">This patch adds the ability to update the LIBDIR path:</para> -
BOOK/final-system/multilib/module-init-tools.xml
r0fadcfd r35e7499 21 21 <sect2 role="installation"> 22 22 <title>Installation of Module-Init-Tools</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/module-init-tools.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/module-init-tools.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/patch.xml
r0fadcfd r35e7499 21 21 <sect2 role="installation"> 22 22 <title>Installation of Patch</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/patch.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/patch.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/shadow.xml
r0fadcfd r35e7499 39 39 40 40 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc \ 41 --without-libpam --without-audit --without-selinux</userinput></screen> 41 --without-libpam --without-audit --without-selinux \ 42 --without-nscd</userinput></screen> 42 43 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/final-system/ppc/eglibc.xml
r0fadcfd r35e7499 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64-chapter.xml
r0fadcfd r35e7499 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-64bit.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog- ppl-64bit.xml"/>31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib-64bit.xml"/> -
BOOK/final-system/ppc64/eglibc-64bit.xml
r0fadcfd r35e7499 45 45 href="../common/eglibc.xml" 46 46 xpointer="xpointer(//*[@os='p2'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p3'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 54 xpointer="xpointer(//*[@os='p4'])"/> 47 55 48 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64/eglibc.xml
r0fadcfd r35e7499 50 50 href="../common/eglibc.xml" 51 51 xpointer="xpointer(//*[@os='p2'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 55 xpointer="xpointer(//*[@os='p3'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/eglibc.xml" 59 xpointer="xpointer(//*[@os='p4'])"/> 52 60 53 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64/gcc.xml
r0fadcfd r35e7499 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"24 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 30 xpointer="xpointer(//*[@os='p2'])"/> --> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/sparc-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/final-system/sparc64-64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/binutils.xml"/> -
BOOK/final-system/sparc64-64/eglibc.xml
r0fadcfd r35e7499 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/sparc64-chapter.xml
r0fadcfd r35e7499 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-64bit.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog- ppl-64bit.xml"/>31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib-64bit.xml"/> -
BOOK/final-system/sparc64/eglibc-64bit.xml
r0fadcfd r35e7499 37 37 href="../multilib/eglibc-64bit.xml" 38 38 xpointer="xpointer(//*[@os='l4'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/x86-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/final-system/x86/eglibc.xml
r0fadcfd r35e7499 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/x86_64-64-chapter.xml
r0fadcfd r35e7499 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/binutils.xml"/> -
BOOK/final-system/x86_64-64/eglibc.xml
r0fadcfd r35e7499 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/x86_64-chapter.xml
r0fadcfd r35e7499 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-64bit.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog- ppl-64bit.xml"/>31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib-64bit.xml"/> -
BOOK/final-system/x86_64/eglibc-64bit.xml
r0fadcfd r35e7499 37 37 href="../multilib/eglibc-64bit.xml" 38 38 xpointer="xpointer(//*[@os='l4'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/x86_64/eglibc.xml
r0fadcfd r35e7499 42 42 href="../common/eglibc.xml" 43 43 xpointer="xpointer(//*[@os='l4'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p3'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p4'])"/> 44 52 45 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/general.ent
r0fadcfd r35e7499 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "Febuary"> 5 <!ENTITY day " 09"> <!-- Use two digits -->5 <!ENTITY day "20"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r0fadcfd r35e7499 38 38 39 39 <listitem> 40 <para>20 February 2012</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Added --without-nscd to Shadow.</para> 44 </listitem> 45 <listitem> 46 <para>[Jonathan] - Added --with-ppl to cross and temp Binutils.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 52 <para>18 February 2012</para> 53 <itemizedlist> 54 <listitem> 55 <para>[Jonathan] - Enabled Patch test suite.</para> 56 </listitem> 57 <listitem> 58 <para>[Jonathan] - Diffutils now includes a test suite.</para> 59 </listitem> 60 <listitem> 61 <para>[Jonathan] - Updated Readline Branch Update to -2.</para> 62 </listitem> 63 <listitem> 64 <para>[Jonathan] - Fixed IPRoute2 compilation issue by 65 removing unused libnl headers.</para> 66 </listitem> 67 </itemizedlist> 68 </listitem> 69 70 <listitem> 71 <para>17 February 2012</para> 72 <itemizedlist> 73 <listitem> 74 <para>[Jonathan] - Added Iana-etc patch and update command.</para> 75 </listitem> 76 <listitem> 77 <para>[Jonathan] - Replaced ClooG-PPL with ClooG-0.16.3.</para> 78 </listitem> 79 </itemizedlist> 80 </listitem> 81 82 <listitem> 83 <para>16 February 2012</para> 84 <itemizedlist> 85 <listitem> 86 <para>[Jonathan] - Updated Ncurses Branch Update to -3.</para> 87 </listitem> 88 <listitem> 89 <para>[Jonathan] - Added Eglibc patch to fix memory issue with ALSA.</para> 90 </listitem> 91 <listitem> 92 <para>[Jonathan] - Updated Man-pages to 3.35.</para> 93 </listitem> 94 </itemizedlist> 95 </listitem> 96 97 <listitem> 40 98 <para>15 February 2012</para> 41 99 <itemizedlist> 42 100 <listitem> 101 <para>Updated Vim Branch Update patch to -3.</para> 102 </listitem> 103 <listitem> 104 <para>Updated Bash Branch Update patch to -3.</para> 105 </listitem> 106 <listitem> 107 <para>Updated Automake to 1.11.3.</para> 108 </listitem> 109 <listitem> 110 <para>Updated Binutils to 2.22.</para> 111 </listitem> 112 <listitem> 113 <para>Updated Coreutils to 8.15.</para> 114 </listitem> 115 <listitem> 116 <para>Updated DHCPD to 5.5.4.</para> 117 </listitem> 118 <listitem> 119 <para>Updated Diffutils to 3.2.</para> 120 </listitem> 121 <listitem> 122 <para>Updated Eglibc to 2.15.</para> 123 </listitem> 124 <listitem> 125 <para>Updated E2fsprogs to 1.4.2.</para> 126 </listitem> 127 <listitem> 128 <para>Updated File to 5.10.</para> 129 </listitem> 130 <listitem> 131 <para>Updated Gawk to 4.0.</para> 132 </listitem> 133 <listitem> 134 <para>Updated GCC to 4.6.2.</para> 135 </listitem> 136 <listitem> 137 <para>Updated GMP to 5.0.4.</para> 138 </listitem> 139 <listitem> 140 <para>Updated Grep to 2.10.</para> 141 </listitem> 142 <listitem> 143 <para>Updated Grep to 2.10.</para> 144 </listitem> 145 <listitem> 146 <para>Updated Iproute2 to 3.2.0.</para> 147 </listitem> 148 <listitem> 149 <para>Updated Less to 444.</para> 150 </listitem> 151 <listitem> 152 <para>Updated Libee to 0.3.2.</para> 153 </listitem> 154 <listitem> 155 <para>Updated Libtool to 2.4.2.</para> 156 </listitem> 157 <listitem> 158 <para>Updated Linux to 3.2.x.</para> 159 </listitem> 160 <listitem> 161 <para>Updated Module-init-tools to 3.15.</para> 162 </listitem> 163 <listitem> 164 <para>Updated MPFR to 3.1.0.</para> 165 </listitem> 166 <listitem> 167 <para>Updated Perl to 5.14.2.</para> 168 </listitem> 169 <listitem> 170 <para>Updated PSmisc to 22.15.</para> 171 </listitem> 172 <listitem> 173 <para>Updated Rsyslog to 6.2.0.</para> 174 </listitem> 175 <listitem> 176 <para>Updated Shadow to 4.1.5.</para> 177 </listitem> 178 <listitem> 179 <para>Updated TCL to 8.5.11.</para> 180 </listitem> 181 <listitem> 182 <para>Updated Util-linux to 2.20.</para> 183 </listitem> 184 <listitem> 185 <para>Updated XZ-Utils to 5.0.3.</para> 186 </listitem> 187 <listitem> 188 <para>Updated Zlib to 1.2.6.</para> 189 </listitem> 190 </itemizedlist> 191 </listitem> 192 193 194 <listitem> 195 <para>15 February 2012</para> 196 <itemizedlist> 197 <listitem> 43 198 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 44 199 </listitem> -
BOOK/materials/common/packages.xml
r0fadcfd r35e7499 79 79 80 80 <varlistentry> 81 <term>ClooG -PPL (&cloog-ppl-version;) - <token>&cloog-ppl-size;</token>:</term>82 <listitem> 83 <para>Home page: <ulink url="&cloog- ppl-home;"/></para>84 <para>Download: <ulink url="&cloog- ppl-url;"/></para>85 <para>MD5 sum: <literal>&cloog- ppl-md5;</literal></para>81 <term>ClooG (&cloog-version;) - <token>&cloog-size;</token>:</term> 82 <listitem> 83 <para>Home page: <ulink url="&cloog-home;"/></para> 84 <para>Download: <ulink url="&cloog-url;"/></para> 85 <para>MD5 sum: <literal>&cloog-md5;</literal></para> 86 86 </listitem> 87 87 </varlistentry> -
BOOK/materials/common/patches.xml
r0fadcfd r35e7499 45 45 </listitem> 46 46 </varlistentry> 47 48 <varlistentry> 49 <term>EGLIBC Fixes Patch - <token>&eglibc-fixes-patch-size;</token>:</term> 50 <listitem> 51 <para>Download: <ulink 52 url="&patches-root;&eglibc-fixes-patch;"/></para> 53 <para>MD5 sum: <literal>&eglibc-fixes-patch-md5;</literal></para> 54 </listitem> 55 </varlistentry> 47 56 48 57 <varlistentry> … … 65 74 66 75 <varlistentry> 76 <term>Iana-Etc Self Update Patch - <token>&iana-etc-get_fix-patch-size;</token>:</term> 77 <listitem> 78 <para>Download: <ulink 79 url="&patches-root;&iana-etc-get_fix-patch;"/></para> 80 <para>MD5 sum: <literal>&iana-etc-get_fix-patch-md5;</literal></para> 81 </listitem> 82 </varlistentry> 83 84 <varlistentry> 67 85 <term>IPUtils Fixes Patch - <token>&iputils-fixes-patch-size;</token>:</term> 68 86 <listitem> … … 101 119 102 120 <varlistentry> 121 <term>Module-init-tools Zlib Patch - <token>&module-init-tools-zlib_fix-patch-size;</token>:</term> 122 <listitem> 123 <para>Download: <ulink 124 url="&patches-root;&module-init-tools-zlib_fix-patch;"/></para> 125 <para>MD5 sum: <literal>&module-init-tools-zlib_fix-patch-md5;</literal></para> 126 </listitem> 127 </varlistentry> 128 129 <varlistentry> 103 130 <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term> 104 131 <listitem> … … 115 142 url="&patches-root;&ncurses-branch_update-patch;"/></para> 116 143 <para>MD5 sum: <literal>&ncurses-branch_update-patch-md5;</literal></para> 144 </listitem> 145 </varlistentry> 146 147 <varlistentry> 148 <term>Patch Test Patch - <token>&patch-test-patch-size;</token>:</term> 149 <listitem> 150 <para>Download: <ulink 151 url="&patches-root;&patch-test-patch;"/></para> 152 <para>MD5 sum: <literal>&patch-test-patch-md5;</literal></para> 117 153 </listitem> 118 154 </varlistentry> -
BOOK/packages.ent
r0fadcfd r35e7499 25 25 26 26 <!ENTITY automake-version2 "1.11"> 27 <!ENTITY automake-version "&automake-version2;. 1">27 <!ENTITY automake-version "&automake-version2;.3"> 28 28 <!ENTITY automake-size "1,044 KB"> 29 <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar. bz2">30 <!ENTITY automake-md5 " c2972c4d9b3e29c03d5f2af86249876f">29 <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz"> 30 <!ENTITY automake-md5 "3d72b2076eb4397ad5e9a2aace6357fd"> 31 31 <!ENTITY automake-home "&gnu-software;automake"> 32 32 … … 37 37 <!ENTITY bash-home "&gnu-software;bash"> 38 38 39 <!ENTITY binutils-version "2.2 1.1a">40 <!ENTITY binutils-dir " 2.21.1">41 <!ENTITY binutils-size "1 8,553 KB">39 <!ENTITY binutils-version "2.22"> 40 <!ENTITY binutils-dir "&binutils-version;"> 41 <!ENTITY binutils-size "19.1 MB"> 42 42 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> 43 <!ENTITY binutils-md5 " bde820eac53fa3a8d8696667418557ad">43 <!ENTITY binutils-md5 "ee0f10756c84979622b992a4a61ea3f5"> 44 44 <!ENTITY binutils-home "http://sources.redhat.com/binutils"> 45 45 … … 62 62 <!ENTITY bzip2-home "http://www.bzip.org/"> 63 63 64 <!ENTITY cloog- ppl-version "0.15.11">65 <!ENTITY cloog- ppl-size "756 KB">66 <!ENTITY cloog- ppl-url "ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-&cloog-ppl-version;.tar.gz">67 <!ENTITY cloog- ppl-md5 "060ae4df6fb8176e021b4d033a6c0b9e">68 <!ENTITY cloog- ppl-home "http://cloog.org">64 <!ENTITY cloog-version "0.16.3"> 65 <!ENTITY cloog-size "1.9 MB"> 66 <!ENTITY cloog-url "http://www.bastoul.net/cloog/pages/download/cloog-&cloog-version;.tar.gz"> 67 <!ENTITY cloog-md5 "a0f8a241cd1c4f103f8d2c91642b3498"> 68 <!ENTITY cloog-home "http://cloog.org"> 69 69 70 70 <!ENTITY colo-version "1.22"> … … 74 74 <!ENTITY colo-home "http://www.colonel-panic.org/cobalt-mips"> 75 75 76 <!ENTITY coreutils-version "8.1 2">77 <!ENTITY coreutils-size " 11,497 KB">78 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar. gz">79 <!ENTITY coreutils-md5 " fce7999953a67243d00d75cc86dbcaa6">76 <!ENTITY coreutils-version "8.15"> 77 <!ENTITY coreutils-size "4.7 MB"> 78 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> 79 <!ENTITY coreutils-md5 "094909fafa86110140b32e4948941545"> 80 80 <!ENTITY coreutils-home "&gnu-software;coreutils"> 81 81 … … 86 86 <!ENTITY dejagnu-home "&gnu-software;dejagnu"> 87 87 88 <!ENTITY dhcpcd-version "5. 2.12">89 <!ENTITY dhcpcd-size "7 1KB">88 <!ENTITY dhcpcd-version "5.5.4"> 89 <!ENTITY dhcpcd-size "76 KB"> 90 90 <!ENTITY dhcpcd-url "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2"> 91 <!ENTITY dhcpcd-md5 " 832e3cd6bfcaff64e9476e0ff7849e8f">91 <!ENTITY dhcpcd-md5 "e6f73475ff6f34ba47bd6a11c0e2e137"> 92 92 <!ENTITY dhcpcd-home "http://roy.marples.name/projects/dhcpcd"> 93 93 94 <!ENTITY diffutils-version "3. 0">95 <!ENTITY diffutils-size "1 ,784 KB">96 <!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar. gz">97 <!ENTITY diffutils-md5 " 684aaba1baab743a2a90e52162ff07da">94 <!ENTITY diffutils-version "3.2"> 95 <!ENTITY diffutils-size "1.1 MB"> 96 <!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar.xz"> 97 <!ENTITY diffutils-md5 "26ff64c332429c830c154be46b393382"> 98 98 <!ENTITY diffutils-home "&gnu-software;diffutils"> 99 99 … … 104 104 <!ENTITY dvhtool-home "http://packages.qa.debian.org/d/dvhtool.html"> 105 105 106 <!ENTITY e2fsprogs-version "1.4 1.14">107 <!ENTITY e2fsprogs-size " 4,408 KB">106 <!ENTITY e2fsprogs-version "1.42"> 107 <!ENTITY e2fsprogs-size "5.4 MB"> 108 108 <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz"> 109 109 <!ENTITY e2fsprogs-md5 "05f70470aea2ef7efbb0845b2b116720"> 110 110 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 111 111 112 <!ENTITY eglibc-version "2.1 3">113 <!ENTITY eglibc-revision "1 3356">112 <!ENTITY eglibc-version "2.15"> 113 <!ENTITY eglibc-revision "16526"> 114 114 <!ENTITY eglibc-fversion "&eglibc-version;-r&eglibc-revision;"> 115 115 <!ENTITY eglibc-size "16,100 KB"> 116 <!ENTITY eglibc-url " &packages-root;eglibc-&eglibc-fversion;.tar.bz2">117 <!ENTITY eglibc-md5 "6 89231137135771df3637e99ad169083">116 <!ENTITY eglibc-url "http://cross-lfs.org/~cosmo/sources/eglibc-&eglibc-fversion;.tar.bz2"> 117 <!ENTITY eglibc-md5 "6903cd9636d82ef4001874020d2fd26c"> 118 118 <!ENTITY eglibc-home "http://www.eglibc.org/home"> 119 119 <!ENTITY eglibc-ld-name "ld-&eglibc-version;.so"> 120 120 121 121 <!ENTITY eglibc-ports-version "&eglibc-version;"> 122 <!ENTITY eglibc-ports-size " 640KB">123 <!ENTITY eglibc-ports-url " &packages-root;eglibc-ports-&eglibc-version;-r&eglibc-revision;.tar.bz2">124 <!ENTITY eglibc-ports-md5 " 7b1241cc3e3d5c606c960d841ab692bd">122 <!ENTITY eglibc-ports-size "568 KB"> 123 <!ENTITY eglibc-ports-url "http://cross-lfs.org/~cosmo/sources/eglibc-ports-&eglibc-version;-r&eglibc-revision;.tar.bz2"> 124 <!ENTITY eglibc-ports-md5 "b7ab090fe1554d11c87f6bf51b7dadee"> 125 125 <!ENTITY eglibc-ports-home " "> 126 126 … … 138 138 <!ENTITY expect-lib-version "5.43"> 139 139 140 <!ENTITY file-version "5. 07">141 <!ENTITY file-size "5 84KB">140 <!ENTITY file-version "5.10"> 141 <!ENTITY file-size "596 KB"> 142 142 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> 143 143 <!--<!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">--> 144 <!ENTITY file-md5 " b8d1f9a8a644067bd0a703cebf3f4858">144 <!ENTITY file-md5 "4cea34b087b060772511e066e2038196"> 145 145 <!ENTITY file-home "http://www.darwinsys.com/file"> 146 146 … … 157 157 <!ENTITY flex-home "http://flex.sourceforge.net"> 158 158 159 <!ENTITY gawk-version " 3.1.8">160 <!ENTITY gawk-size "1 ,940 KB">161 <!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar. bz2">162 <!ENTITY gawk-md5 " 52b41c6c4418b3226dfb8f82076193bb">159 <!ENTITY gawk-version "4.0.0"> 160 <!ENTITY gawk-size "1.5 MB"> 161 <!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz"> 162 <!ENTITY gawk-md5 "a42be7536a62d0bcb99ca92467d61660"> 163 163 <!ENTITY gawk-home "&gnu-software;gawk"> 164 164 165 <!ENTITY gcc-version "4.6. 0">165 <!ENTITY gcc-version "4.6.2"> 166 166 <!ENTITY gcc-size "69,904 KB"> 167 167 <!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> … … 175 175 <!ENTITY gettext-home "&gnu-software;gettext"> 176 176 177 <!ENTITY glib-version "2.28.6"> 177 <!ENTITY glib-main-version "2.28"> 178 <!ENTITY glib-version "&glib-main-version;.6"> 178 179 <!ENTITY glib-size "6,956 KB"> 179 <!ENTITY glib-url "http://ftp.gnome.org/pub/gnome/sources/glib/ 2.28/glib-&glib-version;.tar.bz2">180 <!ENTITY glib-url "http://ftp.gnome.org/pub/gnome/sources/glib/&glib-main-version;/glib-&glib-version;.tar.bz2"> 180 181 <!ENTITY glib-md5 "7d8fc15ae70d5111c0cf2a79d50ef717"> 181 182 <!ENTITY glib-home "http://developer.gnome.org/glib/"> 182 183 183 <!ENTITY gmp-version "5.0. 2">184 <!ENTITY gmp-size " 2,025 KB">185 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar. bz2">186 <!ENTITY gmp-md5 "0 bbaedc82fb30315b06b1588b9077cd3">184 <!ENTITY gmp-version "5.0.4"> 185 <!ENTITY gmp-size "1.6 MB"> 186 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.xz"> 187 <!ENTITY gmp-md5 "0881f4ff2617226c673fc534ac39d448"> 187 188 <!ENTITY gmp-home "http://gmplib.org/"> 188 189 189 <!ENTITY grep-version "2. 8">190 <!ENTITY grep-size "1, 757KB">191 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar. gz">192 <!ENTITY grep-md5 " cb2dfc502c5afc7a4a6e5f6cefd6850e">190 <!ENTITY grep-version "2.10"> 191 <!ENTITY grep-size "1,072 KB"> 192 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> 193 <!ENTITY grep-md5 "709915434d09f5db655e5ebd7fd6bb7f"> 193 194 <!ENTITY grep-home "&gnu-software;grep"> 194 195 … … 225 226 226 227 227 <!ENTITY iproute2-version " 2.6.38">228 <!ENTITY iproute2-size "3 90KB">229 <!ENTITY iproute2-url " http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2">230 <!ENTITY iproute2-md5 " a243bfea837e71824b7ca26c3bb45fa8">231 <!ENTITY iproute2-home "http://www.linuxfoundation.org/ en/Net:Iproute2">228 <!ENTITY iproute2-version "3.2.0"> 229 <!ENTITY iproute2-size "368 KB"> 230 <!ENTITY iproute2-url "&kernel;/linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> 231 <!ENTITY iproute2-md5 "6f814291cc3d7f4312cf8c2c052da5f1"> 232 <!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"> 232 233 233 234 <!ENTITY iputils-version "s20101006"> … … 243 244 <!ENTITY kbd-home " "> 244 245 245 <!ENTITY less-version "44 3">246 <!ENTITY less-version "444"> 246 247 <!ENTITY less-size "304 KB"> 247 248 <!ENTITY less-url "http://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz"> 248 <!ENTITY less-md5 " 47db098fb3cdaf847b3c4be05ee954fc">249 <!ENTITY less-md5 "56f9f76ffe13f70155f47f6b3c87d421"> 249 250 <!ENTITY less-home "http://www.greenwoodsoftware.com/less"> 250 251 251 <!ENTITY libee-version "0.3. 1">252 <!ENTITY libee-size "34 4KB">252 <!ENTITY libee-version "0.3.2"> 253 <!ENTITY libee-size "348 KB"> 253 254 <!ENTITY libee-url "http://www.libee.org/files/download/libee-&libee-version;.tar.gz"> 254 <!ENTITY libee-md5 " 61403a9a62b984381cf48454664f915e">255 <!ENTITY libee-md5 "b88a52cc6bec21a340a8e950c1a55948"> 255 256 <!ENTITY libee-home "http://www.libee.org/"> 256 257 … … 261 262 <!ENTITY libestr-home "http://sourceforge.net/projects/libestr/"> 262 263 263 <!ENTITY libtool-version "2.4 ">264 <!ENTITY libtool-size "8 36KB">264 <!ENTITY libtool-version "2.4.2"> 265 <!ENTITY libtool-size "852 KB"> 265 266 <!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz"> 266 <!ENTITY libtool-md5 " 4e6144439d95d7332dc50ace6dd24c55">267 <!ENTITY libtool-md5 "2ec8997e0c07249eb4cbd072417d70fe"> 267 268 <!ENTITY libtool-home "&gnu-software;libtool"> 268 269 269 <!ENTITY linux-dl-version " 2.6">270 271 <!ENTITY linux-version " 2.6.39">270 <!ENTITY linux-dl-version "3.0"> 271 272 <!ENTITY linux-version "3.2.6"> 272 273 <!ENTITY linux-size "74,316 KB"> 273 274 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> … … 293 294 <!ENTITY man-home "http://primates.ximian.com/~flucifredi/man"> 294 295 295 <!ENTITY man-pages-version "3.3 2">296 <!ENTITY man-pages-size "1, 108 KB">297 <!ENTITY man-pages-url " http://mirror.anl.gov/pub/linux/docs/man-pages/man-pages-&man-pages-version;.tar.bz2">298 <!ENTITY man-pages-md5 " 1278c5289660e42a597fefd30d9bdcf0">296 <!ENTITY man-pages-version "3.35"> 297 <!ENTITY man-pages-size "1,028 KB"> 298 <!ENTITY man-pages-url "&kernel;/linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz"> 299 <!ENTITY man-pages-md5 "6e3b0cee3c4332e7d64b2ddb4bc10831"> 299 300 <!ENTITY man-pages-home "http://www.win.tue.nl/~aeb/linux/man"> 300 301 301 <!ENTITY module-init-tools-version "3.1 2">302 <!ENTITY module-init-tools-size " 920KB">303 <!ENTITY module-init-tools-url " http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">304 <!ENTITY module-init-tools-md5 " 8b2257ce9abef74c4a44d825d23140f3">302 <!ENTITY module-init-tools-version "3.15"> 303 <!ENTITY module-init-tools-size "188 KB"> 304 <!ENTITY module-init-tools-url "&kernel;/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.xz"> 305 <!ENTITY module-init-tools-md5 "e371d2bcd3db194114c8b048f32bf9e4"> 305 306 <!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org"> 306 307 … … 311 312 <!ENTITY mpc-home "http://www.multiprecision.org/"> 312 313 313 <!ENTITY mpfr-version "3. 0.1">314 <!ENTITY mpfr-size "1, 128KB">314 <!ENTITY mpfr-version "3.1.0"> 315 <!ENTITY mpfr-size "1,083 KB"> 315 316 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2"> 316 <!ENTITY mpfr-md5 " bfbecb2eacb6d48432ead5cfc3f7390a">317 <!ENTITY mpfr-md5 "6e495841bb026481567006cec0f821c3"> 317 318 <!ENTITY mpfr-home "http://www.mpfr.org/"> 318 319 … … 335 336 <!ENTITY patch-home "http://savannah.gnu.org/projects/patch"> 336 337 337 <!ENTITY perl-version "5.14. 0">338 <!ENTITY perl-version "5.14.2"> 338 339 <!ENTITY perl-size "13,250 KB"> 339 340 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> 340 <!ENTITY perl-md5 " e7457deea78330c5f8eebb2fd2a45479">341 <!ENTITY perl-md5 "04a4c5d3c1f9f19d77daff8e8cd19a26"> 341 342 <!ENTITY perl-home "http://www.perl.org"> 342 343 … … 365 366 <!ENTITY procps-home "http://procps.sourceforge.net"> 366 367 367 <!ENTITY psmisc-version "22.1 3">368 <!ENTITY psmisc-size "3 76KB">368 <!ENTITY psmisc-version "22.15"> 369 <!ENTITY psmisc-size "384 KB"> 369 370 <!ENTITY psmisc-url "&sourceforge;psmisc/psmisc-&psmisc-version;.tar.gz"> 370 <!ENTITY psmisc-md5 " e2c339e6b65b730042084023784a729e">371 <!ENTITY psmisc-md5 "35e155bae2e499a6dcba35884560db1e"> 371 372 <!ENTITY psmisc-home "http://psmisc.sourceforge.net"> 372 373 … … 378 379 <!ENTITY readline-home "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"> 379 380 380 <!ENTITY rsyslog-version "6. 1.7">381 <!ENTITY rsyslog-version "6.2.0"> 381 382 <!ENTITY rsyslog-size "2,336 KB"> 382 <!ENTITY rsyslog-url " http://download.rsyslog.com/rsyslog/rsyslog-&rsyslog-version;.tar.gz">383 <!ENTITY rsyslog-md5 " 7f14d4fb992c3cc81fd61e561298bd46">383 <!ENTITY rsyslog-url "www.rsyslog.com/files/download/rsyslog/rsyslog-&rsyslog-version;.tar.gz"> 384 <!ENTITY rsyslog-md5 "03e237abaa5d47f92c6e655f92f22532"> 384 385 <!ENTITY rsyslog-home "http://www.rsyslog.com/"> 385 386 … … 390 391 <!ENTITY sed-home "&gnu-software;sed"> 391 392 392 <!ENTITY shadow-version "4.1. 4.3">393 <!ENTITY shadow-size " 1,804 KB">393 <!ENTITY shadow-version "4.1.5"> 394 <!ENTITY shadow-size "2.1 MB"> 394 395 <!ENTITY shadow-url "http://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.bz2"> 395 <!ENTITY shadow-md5 " b8608d8294ac88974f27b20f991c0e79">396 <!ENTITY shadow-md5 "03e237abaa5d47f92c6e655f92f22532"> 396 397 <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org"> 397 398 … … 415 416 416 417 <!ENTITY tcl-version2 "8.5"> 417 <!ENTITY tcl-version "&tcl-version2;. 9">418 <!ENTITY tcl-version "&tcl-version2;.11"> 418 419 <!ENTITY tcl-size "4,368 KB"> 419 420 <!ENTITY tcl-url "&sourceforge;tcl/tcl&tcl-version;-src.tar.gz"> 420 <!ENTITY tcl-md5 " 8512d8db3233041dd68a81476906012a">421 <!ENTITY tcl-md5 "b01a9691c83990b3db0ce62d1012ca67"> 421 422 <!ENTITY tcl-home "http://www.tcl.tk"> 422 423 … … 439 440 <!ENTITY uname_hack-home " "> 440 441 441 <!ENTITY util-linux-major-version "2. 19">442 <!ENTITY util-linux-version "&util-linux-major-version; .1">442 <!ENTITY util-linux-major-version "2.20"> 443 <!ENTITY util-linux-version "&util-linux-major-version;"> 443 444 <!ENTITY util-linux-size "4,397 KB"> 444 <!ENTITY util-linux-url " http://mirror.anl.gov/pub/linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.bz2">445 <!ENTITY util-linux-md5 " 3eab06f05163dfa65479c44e5231932c">445 <!ENTITY util-linux-url "&kernel;/linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.bz2"> 446 <!ENTITY util-linux-md5 "4dcacdbdafa116635e52b977d9d0e879"> 446 447 <!ENTITY util-linux-blkid-id "1.1.0"> 447 448 <!ENTITY util-linux-uuid-id "1.3.0"> … … 455 456 <!ENTITY vim-home "http://www.vim.org"> 456 457 457 <!ENTITY xz-version "5.0. 2">458 <!ENTITY xz-size " 1,000 KB">458 <!ENTITY xz-version "5.0.3"> 459 <!ENTITY xz-size "880 KB"> 459 460 <!ENTITY xz-url "http://tukaani.org/xz/xz-&xz-version;.tar.bz2"> 460 <!ENTITY xz-md5 " ee05b17a4062bb55cba099ef46eca007">461 <!ENTITY xz-md5 "bec7f7985dd79f97aa10ff8305a3a770"> 461 462 <!ENTITY xz-home "http://tukaani.org/xz/"> 462 463 … … 467 468 <!ENTITY yaboot-home "http://yaboot.ozlabs.org"> 468 469 469 <!ENTITY zlib-version "1.2. 5">470 <!ENTITY zlib-size " 476KB">470 <!ENTITY zlib-version "1.2.6"> 471 <!ENTITY zlib-size "548 KB"> 471 472 <!ENTITY zlib-url "http://zlib.net/zlib-&zlib-version;.tar.bz2"> 472 <!ENTITY zlib-md5 " be1e89810e66150f5b0327984d8625a0">473 <!ENTITY zlib-md5 "618e944d7c7cd6521551e30b32322f4a"> 473 474 <!ENTITY zlib-home "http://www.zlib.net"> -
BOOK/patches.ent
r0fadcfd r35e7499 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update- 2.patch">8 <!ENTITY bash-branch_update-patch-md5 "6 aef48cfd93b9109358eae0be9125946">9 <!ENTITY bash-branch_update-patch-size " 16KB">7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-3.patch"> 8 <!ENTITY bash-branch_update-patch-md5 "65f1ae14e3f5f8cbcdcba6defc3b1c9e"> 9 <!ENTITY bash-branch_update-patch-size "24 KB"> 10 10 11 11 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> … … 18 18 19 19 <!ENTITY eglibc-dl_dep_fix-patch "eglibc-&eglibc-fversion;-dl_dep_fix-1.patch"> 20 <!ENTITY eglibc-dl_dep_fix-patch-md5 " fd640e7758e8560839bde1358ee44885">20 <!ENTITY eglibc-dl_dep_fix-patch-md5 "6ff7049a5e0a78ecd91fef468c87c3c1"> 21 21 <!ENTITY eglibc-dl_dep_fix-patch-size "4 KB"> 22 23 <!ENTITY eglibc-fixes-patch "eglibc-&eglibc-version;-fixes-1.patch"> 24 <!ENTITY eglibc-fixes-patch-md5 "fd640e7758e8560839bde1358ee44885"> 25 <!ENTITY eglibc-fixes-patch-size "4 KB"> 22 26 23 27 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> … … 28 32 <!ENTITY gcc-branch_update-patch-md5 "3ff1f39dc12932736694bf6fb6a1846a"> 29 33 <!ENTITY gcc-branch_update-patch-size "1.5 MB"> 34 35 <!ENTITY iana-etc-get_fix-patch "iana-etc-&iana-etc-version;-get_fix-1.patch"> 36 <!ENTITY iana-etc-get_fix-patch-md5 "7da753875d46cabc21763dac0db571b3"> 37 <!ENTITY iana-etc-get_fix-patch-size "4 KB"> 30 38 31 39 <!ENTITY iputils-fixes-patch "iputils-&iputils-version;-fixes-1.patch"> … … 45 53 <!ENTITY man-i18n-patch-size "12 KB"> 46 54 55 <!ENTITY module-init-tools-zlib_fix-patch "module-init-tools-&module-init-tools-version;-zlib_fixes-1.patch"> 56 <!ENTITY module-init-tools-zlib_fix-patch-md5 "8aa6600f5cf9835fa391bd685abcf603"> 57 <!ENTITY module-init-tools-zlib_fix-patch-size "4 KB"> 58 47 59 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> 48 60 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db"> 49 61 <!ENTITY ncurses-bashfix-patch-size "4 KB"> 50 62 51 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-2.patch"> 52 <!ENTITY ncurses-branch_update-patch-md5 "125c256a66bd532c6c290dc2adfb7bc4"> 53 <!ENTITY ncurses-branch_update-patch-size "796 KB"> 63 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-3.patch"> 64 <!ENTITY ncurses-branch_update-patch-md5 "5f8be727e09d39784c7f6088c3489237"> 65 <!ENTITY ncurses-branch_update-patch-size "1.8 MB"> 66 67 <!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch"> 68 <!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534"> 69 <!ENTITY patch-test-patch-size "4 KB"> 54 70 55 71 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> … … 65 81 <!ENTITY procps-fix_HZ_errors-patch-size "4 KB"> 66 82 67 <!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update- 1.patch">68 <!ENTITY readline-branch_update-patch-md5 " 482e35a552bc8c4744aab0ddaa545559">83 <!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-2.patch"> 84 <!ENTITY readline-branch_update-patch-md5 "0223046e427df2915118310c4894610e"> 69 85 <!ENTITY readline-branch_update-patch-size "4 KB"> 70 86 … … 77 93 <!ENTITY texinfo-new_compressors-patch-size "2 KB"> 78 94 79 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update- 2.patch">80 <!ENTITY vim-branch_update-patch-md5 " 3790140dd2fd1963f285e4ba1bce5d1f">81 <!ENTITY vim-branch_update-patch-size " 552 KB">95 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-3.patch"> 96 <!ENTITY vim-branch_update-patch-md5 "f0f1be4f8f5c0bb4f128bebe77bc8ef9"> 97 <!ENTITY vim-branch_update-patch-size "1.9 MB"> 82 98 83 99 <!-- Start of multilib patches --> -
BOOK/temp-system/64/binutils.xml
r0fadcfd r35e7499 38 38 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 40 --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 40 --enable-shared --enable-64-bit-bfd --disable-multilib \ 41 --with-ppl=/tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/64/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/64/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 76 76 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --enable-cloog-backend=isl</userinput></screen> 79 80 80 81 <variablelist> -
BOOK/temp-system/alpha-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/temp-system/common/binutils.xml
r0fadcfd r35e7499 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 39 39 --with-lib-path=/tools/lib --disable-nls --enable-shared \ 40 --disable-multilib</userinput></screen> 40 --disable-multilib --with-cloog=/tools \ 41 --with-ppl=/tools --enable-cloog-backend=isl</userinput></screen> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/common/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/common/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 74 74 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 75 75 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \ 76 --disable-multilib </userinput></screen>76 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 77 77 78 78 <variablelist os="cl"> -
BOOK/temp-system/mips-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/temp-system/mips/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/common/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/common/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/mips64-64-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/binutils.xml"/> -
BOOK/temp-system/mips64-64/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/64/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/64/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 84 84 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 85 85 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 86 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 86 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 87 --enable-cloog-backend=isl</userinput></screen> 87 88 88 89 <variablelist> -
BOOK/temp-system/mips64-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/temp-system/mips64/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/multilib/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/multilib/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 85 85 --enable-c99 --enable-shared --enable-threads=posix \ 86 86 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 87 --disable-libstdcxx-pch --with-abi=64 </userinput></screen>87 --disable-libstdcxx-pch --with-abi=64 --enable-cloog-backend=isl</userinput></screen> 88 88 89 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/binutils.xml
r0fadcfd r35e7499 38 38 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 40 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 40 --disable-nls --enable-shared --enable-64-bit-bfd \ 41 --with-ppl=/tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen> 41 42 42 43 <variablelist os="ea"> -
BOOK/temp-system/multilib/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/multilib/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/multilib/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 77 77 --enable-c99 --enable-shared --enable-threads=posix \ 78 78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch </userinput></screen>79 --disable-libstdcxx-pch --enable-cloog-backend=isl</userinput></screen> 80 80 81 81 <variablelist os="dd"> -
BOOK/temp-system/ppc-chapter.xml
r0fadcfd r35e7499 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/temp-system/ppc/gcc.xml
r0fadcfd r35e7499 23 23 <title>Installation of GCC</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/common/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> … … 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../../cross-tools/common/gcc-static.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 31 xpointer="xpointer(//*[@os='p2'])"/> --> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/ppc64-chapter.xml
r0fadcfd r35e7499 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/temp-system/sparc-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/temp-system/sparc64-64-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/binutils.xml"/> -
BOOK/temp-system/sparc64-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/temp-system/x86-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/temp-system/x86_64-64-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/binutils.xml"/> -
BOOK/temp-system/x86_64-chapter.xml
r0fadcfd r35e7499 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog -ppl.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
scripts/patch/ncurses-patch.sh
-
Property mode
changed from
100755
to100644
r0fadcfd r35e7499 1 #!/bin/ bash2 # Create a Ncuruses Patch1 #!/bin/sh 2 # Jonathan Norman 3 3 4 # Get Version #5 # 4 # Ncurses branch update patch generator 5 6 6 VERSION=$1 7 7 … … 9 9 # 10 10 if [ "${VERSION}" = "" ]; then 11 echo "$0 - Ncurses_Version"12 echo "This will Create a Patch for Ncurses Ncurses_Version"11 echo "$0 [ncurses_version]" 12 echo "This will Create a Patch for ncurses ncurses_Version" 13 13 exit 255 14 14 fi 15 15 16 # Get Patch Names 17 # 18 cd ~/tmp 19 wget ftp://invisible-island.net/ncurses/${VERSION}/ --no-remove-listing 20 ROLLUP=$(cat index.html | grep bz2 | cut -f2 -d'>' | cut -f1 -d'<' | tail -n 1) 21 ROLLPATCH=$(echo ${ROLLUP} | cut -f3 -d-) 22 FILES=$(cat index.html | grep ${VERSION}-2 | grep patch.gz | cut -f2 -d'>' | cut -f1 -d'<') 23 rm -f .listing 24 rm -f index.html 16 TMP=~/tmp/ncurses-${VERSION} 17 PATCHDIR=${TMP}/patches 18 PATCHURL=ftp://invisible-island.net/ncurses/ 19 SERIES=$(echo ${VERSION} | sed -e 's/\.//g') 20 CLFS_PATCHS=http://patches.cross-lfs.org/dev/ 25 21 26 # Download Ncurses Source 27 # 28 cd ~/tmp 29 if ! [ -e ncurses-${VERSION}.tar.gz ]; then 30 wget ftp://invisible-island.net/ncurses/ncurses-${VERSION}.tar.gz 31 fi 22 # Figure out patch number 23 UPDATE_NUM=0 24 UPDATE_NUM=$(curl -ls http://patches.cross-lfs.org/dev/ | grep ncurses-${VERSION}-branch_update | cut -d . -f 3 | cut -d - -f 3-) 25 UPDATE_NUM=$(expr ${UPDATE_NUM} + 1) 32 26 33 # Set Patch Number 34 # 35 cd ~/tmp 36 wget http://svn.cross-lfs.org/svn/repos/patches/ncurses/ --no-remove-listing 37 for num in $(seq 1 99); do 38 PATCH_NUM=$(cat index.html | grep "${VERSION}" | grep branch_update-${num}.patch | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 39 if [ "${PATCH_NUM}" = "0" -a "${num}" = "1" ]; then 40 PATCH_NUM=$(expr ${PATCH_NUM} + 1) 41 break 42 fi 43 if [ "${PATCH_NUM}" != "${num}" ]; then 44 PATCH_NUM=$(expr ${num}) 45 break 46 fi 47 done 48 rm -f index.html 49 50 # Cleanup Directory 51 # 52 cd ~/tmp 53 rm -rf ncurses-${VERSION} ncurses-${VERSION}.orig 54 tar xvf ncurses-${VERSION}.tar.gz 55 cp -ar ncurses-${VERSION} ncurses-${VERSION}.orig 56 57 # Download and Apply Rollup Patch 58 # 59 cd ~/tmp/ncurses-${VERSION} 60 CURRENTDIR=$(pwd -P) 61 mkdir ~/tmp/ncurses-${VERSION}-patches 62 cd ~/tmp/ncurses-${VERSION} 63 if [ "${ROLLUP}" != "" ]; then 64 echo "Getting Rollup ${ROLLUP} Patch..." 65 cd ~/tmp/ncurses-${VERSION}-patches 66 wget --quiet ftp://invisible-island.net/ncurses/${VERSION}/${ROLLUP} 67 cd ${CURRENTDIR} 68 echo "Applying Rollup ${ROLLUP} Patch..." 69 cp ~/tmp/ncurses-${VERSION}-patches/${ROLLUP} ${CURRENTDIR}/${ROLLUP} 70 bunzip2 ${ROLLUP} 71 ROLLUP2=$(echo ${ROLLUP} | sed -e 's/.bz2//g') 72 sh ${ROLLUP2} 73 fi 74 75 # Download and Apply Patches 76 # 77 install -d ~/tmp/ncurses-${VERSION}-patches 78 cd ~/tmp/ncurses-${VERSION} 79 CURRENTDIR=$(pwd -P) 80 for file in ${FILES}; do 81 if [ "${ROLLPATCH}" != "" ]; then 82 TEST=$(echo ${file} | grep -c ${ROLLPATCH}) 83 else 84 TEST=0 85 fi 86 if [ "${TEST}" = "0" ]; then 87 cd ~/tmp/ncurses-${VERSION}-patches 88 echo "Getting Patch ${file}..." 89 wget --quiet ftp://invisible-island.net/ncurses/${VERSION}/${file} 90 cd ${CURRENTDIR} 91 gunzip -c ~/tmp/ncurses-${VERSION}-patches/${file} | patch --dry-run -s -f -Np1 92 if [ "$?" = "0" ]; then 93 echo "Apply Patch ${file}..." 94 gunzip -c ~/tmp/ncurses-${VERSION}-patches/${file} | patch -Np1 95 LASTFILE=$(echo ${file} | cut -f2 -d. | cut -f2 -d-) 96 fi 97 fi 27 # Download patches 28 echo "Downloading patches for Ncurses ${VERSION}" 29 FILES=$(curl -sl ftp://invisible-island.net/ncurses/${VERSION}/ | grep patch | grep -v bz2 | grep -v asc) 30 mkdir -p $PATCHDIR 31 cd $PATCHDIR 32 for FILE in $FILES; do 33 curl -O -# $PATCHURL/$VERSION/$FILE 98 34 done 99 35 100 # Cleanup Directory 101 # 102 cd ~/tmp 36 37 echo "Downloading source for Ncurses $VERSION" 38 cd $TMP 39 curl -sO ftp://invisible-island.net/ncurses/ncurses-${VERSION}.tar.gz 40 tar -xvf ncurses-${VERSION}.tar.gz 41 cp -R ncurses-${VERSION} ncurses-${VERSION}.orig 42 43 echo -n "Generating Patch..." 103 44 cd ncurses-${VERSION} 104 for dir in $(find * -type d); do 105 cd ~/tmp/ncurses-${VERSION}/${dir} 106 for file in $(find . -name '*~'); do 107 rm -f ${file} 108 done 109 for file in $(find . -name '*.orig'); do 110 rm -f ${file} 111 done 45 46 gunzip -c $PATCHDIR/*.sh.gz | sh 47 for PATCH in $(ls $PATCHDIR | grep patch.gz); do 48 gunzip -c $PATCHDIR/$PATCH | patch -Np1 112 49 done 113 cd ~/tmp/ncurses-${VERSION}114 rm -f *~ *.orig115 50 116 # Create Patch 117 # 118 cd ~/tmp 119 echo "Submitted By: Jim Gifford (jim at cross-lfs dot org)" > ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 120 echo "Date: `date +%m-%d-%Y`" >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 121 echo "Initial Package Version: ${VERSION}" >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 122 echo "Origin: Upstream" >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 123 echo "Upstream Status: Applied" >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 124 echo "Description: This is a branch update for NCurses-${VERSION}, and should be" >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 125 echo " rechecked periodically. This patch covers up to ${VERSION}-${LASTFILE}." >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 126 echo "" >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 127 diff -Naur ncurses-${VERSION}.orig ncurses-${VERSION} >> ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch 128 echo "Created ~/patches/ncurses-${VERSION}-branch_update-${PATCH_NUM}.patch." 51 cd $TMP 129 52 130 # Cleanup Directory 131 # 132 cd ~/tmp 133 rm -rf ncurses-${VERSION} ncurses-${VERSION}.orig 53 DATE=$(ls $PATCHDIR | tail -n1 | cut -d- -f3 | cut -d. -f1); 54 55 # Create patch 56 echo "Submitted By: Jonathan Norman (jonathan at bluesquarelinux dot co dot uk)" > ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 57 echo "Date: `date +%Y-%m-%d`" >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 58 echo "Initial Package Version: ${VERSION}" >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 59 echo "Origin: Upstream" >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 60 echo "Upstream Status: Applied" >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 61 echo "Description: Contains all upstream patches up to ${VERSION}-${DATE}" >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 62 echo "" >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 63 64 LC_ALL=C TZ=UTC0 diff -Naur ncurses-${VERSION}.orig ncurses-${VERSION} >> ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch 65 66 echo "Done" 67 echo "Cleaning up" 68 rm -rf ncurses-${VERSION} ncurses-${VERSION}.orig #ncurses-${VERSION}.tar.bz2 69 70 echo "Created: $PWD/ncurses-${VERSION}-branch_update-$UPDATE_NUM.patch" -
Property mode
changed from
-
scripts/patch/vim-patch.sh
-
Property mode
changed from
100755
to100644
r0fadcfd r35e7499 1 #!/bin/ bash2 # Create a VIM Patch1 #!/bin/sh 2 # Jonathan Norman 3 3 4 # Get Version #5 # 4 # Vim branch update patch generator 5 6 6 VERSION=$1 7 7 … … 9 9 # 10 10 if [ "${VERSION}" = "" ]; then 11 echo "$0 - Vim_Version"11 echo "$0 [Vim_version]" 12 12 echo "This will Create a Patch for Vim Vim_Version" 13 13 exit 255 14 14 fi 15 15 16 # Get the # of Patches 17 # 18 cd ~/tmp 19 wget ftp://ftp.vim.org/pub/vim/patches/${VERSION}/ --no-remove-listing 20 FILES=$(cat index.html | grep "${VERSION}" | cut -f6 -d. | cut -f1 -d'"' | sed '/^$/d' | tail -n 1) 21 rm -f .listing 22 rm -f index.html 16 TMP=~/tmp/vim-${VERSION} 17 PATCHDIR=${TMP}/patches 18 PATCHURL=ftp://ftp.vim.org/pub/vim/patches 23 19 SERIES=$(echo ${VERSION} | sed -e 's/\.//g') 24 SKIPPATCH="" 25 SKIPPED="" 20 CLFS_PATCHS=http://patches.cross-lfs.org/dev/ 26 21 27 # Download VIM Source 28 # 29 if ! [ -e vim-${VERSION}.tar.bz2 ]; then 30 wget ftp://ftp.vim.org/pub/vim/unix/vim-${VERSION}.tar.bz2 31 fi 22 # Figure out patch number 23 UPDATE_NUM=$(curl -ls http://patches.cross-lfs.org/dev/ | grep vim-${VERSION} | cut -d . -f 3 | cut -d - -f 3-) 24 UPDATE_NUM=$(expr ${UPDATE_NUM} + 1) 32 25 33 # Set Patch Number 34 # 35 cd ~/tmp 36 wget http://svn.cross-lfs.org/svn/repos/patches/vim/ --no-remove-listing 37 for num in $(seq 1 99); do 38 PATCH_NUM=$(cat index.html | grep "${VERSION}" | grep branch_update-${num}.patch | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 39 if [ "${PATCH_NUM}" = "0" -a "${num}" = "1" ]; then 40 PATCH_NUM=$(expr ${PATCH_NUM} + 1) 41 break 42 fi 43 if [ "${PATCH_NUM}" != "${num}" ]; then 44 PATCH_NUM=$(expr ${num}) 45 break 46 fi 47 done 48 rm -f index.html 26 # Download patches 27 echo "Downloading patches for VIM ${VERSION}" 28 PATCH_NUM=$(curl -s $PATCHURL/${VERSION}/ | grep " ${VERSION}." | cut -f 3- -d . | tail -n1) 29 mkdir -p $PATCHDIR 30 cd $PATCHDIR 31 curl -O -# $PATCHURL/$VERSION/$VERSION.[001-$PATCH_NUM] 49 32 50 # Cleanup Directory 51 # 52 rm -rf vim${SERIES} vim${SERIES}.orig 53 tar xvf vim-${VERSION}.tar.bz254 cp - arvim${SERIES} vim${SERIES}.orig33 echo "Downloading source for VIM $VERSION" 34 cd $TMP 35 curl -sO ftp://ftp.vim.org/pub/vim/unix/vim-${VERSION}.tar.bz2 36 tar -xvf vim-${VERSION}.tar.bz2 37 cp -R vim${SERIES} vim${SERIES}.orig 55 38 56 # Download and Apply Patches 57 # 58 install -d ~/tmp/vim-${VERSION}-patches 59 cd ~/tmp/vim${SERIES} 60 CURRENTDIR=$(pwd -P) 61 PATCHURL=ftp://ftp.vim.org/pub/vim/patches/${VERSION} 62 COUNT=1 63 while [ ${COUNT} -le ${FILES} ]; do 64 cd ~/tmp/vim${SERIES} 65 DLCOUNT="${COUNT}" 66 SKIPME=no 67 if [ "${COUNT}" -lt "100" ]; then 68 DLCOUNT="0${COUNT}" 69 fi 70 if [ "${COUNT}" -lt "10" ]; then 71 DLCOUNT="00${COUNT}" 72 fi 73 for skip in ${SKIPPATCH} ; do 74 if [ "${DLCOUNT}" = "${skip}" ]; then 75 echo "Patch ${VERSION}.${DLCOUNT} skipped" 76 SKIPPED="${SKIPPED} ${DLCOUNT}" 77 SKIPME=yes 78 fi 79 done 80 if [ "${SKIPME}" != "yes" ]; then 81 if ! [ -e ${VERSION}.${DLCOUNT} ]; then 82 cd ~/tmp/vim-${VERSION}-patches 83 wget --quiet $PATCHURL/${VERSION}.${DLCOUNT} 84 fi 85 cd $CURRENTDIR 86 patch --dry-run -s -f -Np0 -i ~/tmp/vim-${VERSION}-patches/${VERSION}.${DLCOUNT} 87 if [ "$?" = "0" ]; then 88 echo "Patch ${VERSION}.${DLCOUNT} applied" 89 patch -s -Np0 -i ~/tmp/vim-${VERSION}-patches/${VERSION}.${DLCOUNT} 90 else 91 echo "Patch ${VERSION}.${DLCOUNT} not applied" 92 SKIPPED="${SKIPPED} ${DLCOUNT}" 93 fi 94 fi 95 COUNT=$(expr ${COUNT} + 1) 39 echo -n "Generating Patch..." 40 cd vim${SERIES}/src 41 42 for PATCH in $(ls $PATCHDIR); do 43 patch -Np0 -i $PATCHDIR/$PATCH 44 # echo $PATCHDIR/$PATCH 96 45 done 97 46 98 # Cleanup Directory 99 # 100 for dir in $(find * -type d); do 101 cd ~/tmp/vim${SERIES} 102 for file in $(find . -name '*~'); do 103 rm -f ${file} 104 done 105 for file in $(find . -name '*.orig'); do 106 rm -f ${file} 107 done 108 done 109 cd ~/tmp/vim${SERIES} 110 rm -f *~ *.orig 47 cd $TMP 111 48 112 # Create Patch 113 # 114 cd ~/tmp 115 echo "Submitted By: Jim Gifford (jim at cross-lfs dot org)" > ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 116 echo "Date: `date +%m-%d-%Y`" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 117 echo "Initial Package Version: ${VERSION}" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 118 echo "Origin: Upstream" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 119 echo "Upstream Status: Applied" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 120 echo "Description: Contains all upstream patches up to ${VERSION}.${FILES}" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 121 if [ -n "${SKIPPED}" ]; then 122 echo " The following patches were skipped" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 123 echo " ${SKIPPED}" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 124 fi 125 echo "" >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 126 diff -Naur vim${SERIES}.orig vim${SERIES} >> ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch 127 echo "Created ~/patches/vim-${VERSION}-branch_update-${PATCH_NUM}.patch." 49 # Create patch 50 echo "Submitted By: Jonathan Norman (jonathan at bluesquarelinux dot co dot uk)" > vim-${VERSION}-branch_update-$UPDATE_NUM.patch 51 echo "Date: `date +%Y-%m-%d`" >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 52 echo "Initial Package Version: ${VERSION}" >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 53 echo "Origin: Upstream" >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 54 echo "Upstream Status: Applied" >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 55 echo "Description: Contains all upstream patches up to ${VERSION}.${UPDATE_NUM}" >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 56 echo "" >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 128 57 129 # Cleanup Directory 130 # 131 rm -rf vim${SERIES} vim${SERIES}.orig 58 LC_ALL=C TZ=UTC0 diff -Naur vim${SERIES}.orig vim${SERIES} >> vim-${VERSION}-branch_update-$UPDATE_NUM.patch 59 60 echo "Done" 61 echo "Cleaning up" 62 rm -rf vim${SERIES} vim${SERIES}.orig #vim-${VERSION}.tar.bz2 63 64 echo "Created: vim-${VERSION}-branch_update-$UPDATE_NUM.patch" -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.