- Timestamp:
- Apr 16, 2011, 2:33:52 PM (14 years ago)
- Children:
- 2643b9b4
- Parents:
- 7b0cc7e8 (diff), af891d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/common/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <screen os="s2"><userinput>cp -v configure{,.orig}30 sed -e "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" \31 configure.orig > configure</userinput></screen>32 24 33 25 <para os="a">Prepare PPL for compilation:</para> -
BOOK/final-system/common/cloog-ppl.xml
r7b0cc7e8 raf43a09 27 27 <sect2 role="installation"> 28 28 <title>Installation of CLooG-PPL</title> 29 30 <para os="p1">When this version of CLooG-PPL was packaged it was missing31 a few files related to Libtool. The following patch adds them back in and32 regenerted Automake and Autoconf.</para>33 34 <screen os="p2"><userinput>patch -Np1 -i ../&cloog-ppl-autogen-patch;</userinput></screen>35 29 36 30 <para os="a">Prepare CLooG-PPL for compilation:</para> -
BOOK/final-system/common/mpc.xml
r7b0cc7e8 raf43a09 29 29 30 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 31 LDFLAGS="-Wl,-rpath-link,/lib" \31 LDFLAGS="-Wl,-rpath-link,/lib" EGREP="grep -E" \ 32 32 ./configure --prefix=/usr</userinput></screen> 33 33 -
BOOK/final-system/common/ppl.xml
r7b0cc7e8 raf43a09 26 26 <sect2 role="installation"> 27 27 <title>Installation of PPL</title> 28 29 <para os="s1">The following fixes an issue when detecting newer versions30 of GMP.</para>31 32 <screen os="s2"><userinput>sed -i "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" configure</userinput></screen>33 28 34 29 <para os="a">Prepare PPL for compilation:</para> -
BOOK/final-system/mips64/ppl-64bit.xml
r7b0cc7e8 raf43a09 21 21 <sect2 role="installation"> 22 22 <title>Installation of PPL</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/ppl.xml"26 xpointer="xpointer(//*[@os='s1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/ppl.xml"30 xpointer="xpointer(//*[@os='s2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog-ppl-64bit.xml
r7b0cc7e8 raf43a09 21 21 <sect2 role="installation"> 22 22 <title>Installation of CLooG-PPL</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/cloog-ppl.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/cloog-ppl.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog-ppl-n32.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/mpc-64bit.xml
r7b0cc7e8 raf43a09 27 27 28 28 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ 29 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" \29 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" EGREP="grep -E" \ 30 30 ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen> 31 31 -
BOOK/final-system/multilib/mpc-n32.xml
r7b0cc7e8 raf43a09 28 28 29 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 30 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \30 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" EGREP="grep -E" \ 31 31 ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen> 32 32 -
BOOK/final-system/multilib/mpc.xml
r7b0cc7e8 raf43a09 28 28 29 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \ 30 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \ 31 ./configure --prefix=/usr \ 32 --host=${CLFS_TARGET32}</userinput></screen> 30 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" EGREP="grep -E" \ 31 ./configure --prefix=/usr --host=${CLFS_TARGET32}</userinput></screen> 33 32 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/ppl-64bit.xml
r7b0cc7e8 raf43a09 21 21 <sect2 role="installation"> 22 22 <title>Installation of PPL</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/ppl.xml"26 xpointer="xpointer(//*[@os='s1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/ppl.xml"30 xpointer="xpointer(//*[@os='s2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/ppl-n32.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/general.ent
r7b0cc7e8 raf43a09 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 2"> <!-- Use two digits -->4 <!ENTITY month_name " Feburary">5 <!ENTITY day "1 3"> <!-- Use two digits -->3 <!ENTITY month "04"> <!-- Use two digits --> 4 <!ENTITY month_name "April"> 5 <!ENTITY day "16"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r7b0cc7e8 raf43a09 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>April 16, 2011</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated DejaDNU to 1.5.</para> 44 </listitem> 45 <listitem> 46 <para>[jciccone] - Updated Util-linux to 2.19.</para> 47 </listitem> 48 <listitem> 49 <para>[jciccone] - Updated XZ Utils to 5.0.2.</para> 50 </listitem> 51 <listitem> 52 <para>[jciccone] - Updated Tar to 1.26.</para> 53 </listitem> 54 <listitem> 55 <para>[jciccone] - Updated M4 to 1.4.16.</para> 56 </listitem> 57 <listitem> 58 <para>[jciccone] - Updated Coreutils to 8.11.</para> 59 </listitem> 60 <listitem> 61 <para>[jciccone] - Updated Bash to 4.2.</para> 62 </listitem> 63 <listitem> 64 <para>[jciccone] - Updated EGLIBC to 2.13 r13356.</para> 65 </listitem> 66 <listitem> 67 <para>[jciccone] - Updated GCC to 4.6.0.</para> 68 </listitem> 69 <listitem> 70 <para>[jciccone] - Updated Binutils to 2.21.</para> 71 </listitem> 72 <listitem> 73 <para>[jciccone] - Updated ClooG-PPL to 0.15.11.</para> 74 </listitem> 75 <listitem> 76 <para>[jciccone] - Updated PPL to 0.11.2.</para> 77 </listitem> 78 <listitem> 79 <para>[jciccone] - Updated MPC to 0.9.</para> 80 </listitem> 81 <listitem> 82 <para>[jciccone] - Updated MPFR to 3.0.1.</para> 83 </listitem> 84 <listitem> 85 <para>[jciccone] - Updated NCurses to 5.9.</para> 86 </listitem> 87 <listitem> 88 <para>[jciccone] - Updated File to 5.06.</para> 89 </listitem> 90 <listitem> 91 <para>[jciccone] - Updated the Kernel to 2.6.38.3.</para> 92 </listitem> 93 </itemizedlist> 94 </listitem> 38 95 39 96 <listitem> -
BOOK/packages.ent
r7b0cc7e8 raf43a09 31 31 <!ENTITY automake-home "&gnu-software;automake"> 32 32 33 <!ENTITY bash-version "4. 1">34 <!ENTITY bash-size "6, 444KB">33 <!ENTITY bash-version "4.2"> 34 <!ENTITY bash-size "6,848 KB"> 35 35 <!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz"> 36 <!ENTITY bash-md5 " 9800d8724815fd84994d9be65ab5e7b8">36 <!ENTITY bash-md5 "3fb927c7c33022f1c327f14a81c0d4b0"> 37 37 <!ENTITY bash-home "&gnu-software;bash"> 38 38 39 <!ENTITY binutils-version "2.2 0.1">40 <!ENTITY binutils-size "1 7,092KB">39 <!ENTITY binutils-version "2.21"> 40 <!ENTITY binutils-size "18,304 KB"> 41 41 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> 42 <!ENTITY binutils-md5 " 9cdfb9d6ec0578c166d3beae5e15c4e5">42 <!ENTITY binutils-md5 "c84c5acc9d266f1a7044b51c85a823f5"> 43 43 <!ENTITY binutils-home "http://sources.redhat.com/binutils"> 44 44 … … 61 61 <!ENTITY bzip2-home "http://www.bzip.org/"> 62 62 63 <!ENTITY cloog-ppl-version "0.15.1 0">64 <!ENTITY cloog-ppl-size " 688KB">63 <!ENTITY cloog-ppl-version "0.15.11"> 64 <!ENTITY cloog-ppl-size "756 KB"> 65 65 <!ENTITY cloog-ppl-url "ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-&cloog-ppl-version;.tar.gz"> 66 <!ENTITY cloog-ppl-md5 "0 4aa756179b6d850d9ffa50f61b91895">66 <!ENTITY cloog-ppl-md5 "060ae4df6fb8176e021b4d033a6c0b9e"> 67 67 <!ENTITY cloog-ppl-home "http://cloog.org"> 68 68 … … 73 73 <!ENTITY colo-home "http://www.colonel-panic.org/cobalt-mips"> 74 74 75 <!ENTITY coreutils-version "8. 9">76 <!ENTITY coreutils-size "1 0,998 KB">75 <!ENTITY coreutils-version "8.11"> 76 <!ENTITY coreutils-size "11,228 KB"> 77 77 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> 78 <!ENTITY coreutils-md5 " 36909ae68840d73a800120cf74af794a">78 <!ENTITY coreutils-md5 "eabaf2593f4b978dea13044d6acc2dc8"> 79 79 <!ENTITY coreutils-home "&gnu-software;coreutils"> 80 80 81 <!ENTITY dejagnu-version "1. 4.4">82 <!ENTITY dejagnu-size " 1,055KB">81 <!ENTITY dejagnu-version "1.5"> 82 <!ENTITY dejagnu-size "564 KB"> 83 83 <!ENTITY dejagnu-url "&gnu;dejagnu/dejagnu-&dejagnu-version;.tar.gz"> 84 <!ENTITY dejagnu-md5 " 053f18fd5d00873de365413cab17a666">84 <!ENTITY dejagnu-md5 "3df1cbca885e751e22d3ebd1ac64dc3c"> 85 85 <!ENTITY dejagnu-home "&gnu-software;dejagnu"> 86 86 … … 109 109 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 110 110 111 <!ENTITY eglibc-version "2.1 2">112 <!ENTITY eglibc-revision "1 2509">111 <!ENTITY eglibc-version "2.13"> 112 <!ENTITY eglibc-revision "13356"> 113 113 <!ENTITY eglibc-fversion "&eglibc-version;-r&eglibc-revision;"> 114 <!ENTITY eglibc-size "16, 016KB">114 <!ENTITY eglibc-size "16,100 KB"> 115 115 <!ENTITY eglibc-url "&packages-root;eglibc-&eglibc-fversion;.tar.bz2"> 116 <!ENTITY eglibc-md5 " 78d31bca19920f2de591910545dcd564">116 <!ENTITY eglibc-md5 "689231137135771df3637e99ad169083"> 117 117 <!ENTITY eglibc-home "http://www.eglibc.org/home"> 118 118 <!ENTITY eglibc-ld-name "ld-&eglibc-version;.so"> 119 119 120 120 <!ENTITY eglibc-ports-version "&eglibc-version;"> 121 <!ENTITY eglibc-ports-size "6 32KB">121 <!ENTITY eglibc-ports-size "640 KB"> 122 122 <!ENTITY eglibc-ports-url "&packages-root;eglibc-ports-&eglibc-version;-r&eglibc-revision;.tar.bz2"> 123 <!ENTITY eglibc-ports-md5 " a90dc5cd2104d68b54a9edae46e8f82b">123 <!ENTITY eglibc-ports-md5 "7b1241cc3e3d5c606c960d841ab692bd"> 124 124 <!ENTITY eglibc-ports-home " "> 125 125 … … 137 137 <!ENTITY expect-lib-version "5.43"> 138 138 139 <!ENTITY file-version "5.0 4">140 <!ENTITY file-size " 608 KB">139 <!ENTITY file-version "5.06"> 140 <!ENTITY file-size "588 KB"> 141 141 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> 142 142 <!--<!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">--> 143 <!ENTITY file-md5 " accade81ff1cc774904b47c72c8aeea0">143 <!ENTITY file-md5 "deb12b0fb9d09e7681be72bad6eba4e0"> 144 144 <!ENTITY file-home "http://www.darwinsys.com/file"> 145 145 … … 162 162 <!ENTITY gawk-home "&gnu-software;gawk"> 163 163 164 <!ENTITY gcc-version "4. 5.2">165 <!ENTITY gcc-size "6 4,776KB">164 <!ENTITY gcc-version "4.6.0"> 165 <!ENTITY gcc-size "69,904 KB"> 166 166 <!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 167 <!ENTITY gcc-md5 " d6559145853fbaaa0fd7556ed93bce9a">167 <!ENTITY gcc-md5 "93d1c436bf991564524701259b6285a2"> 168 168 <!ENTITY gcc-home "http://gcc.gnu.org"> 169 169 … … 250 250 <!ENTITY linux-dl-version "2.6"> 251 251 252 <!ENTITY linux-version "2.6.3 7">253 <!ENTITY linux-size "7 1,860KB">252 <!ENTITY linux-version "2.6.38.3"> 253 <!ENTITY linux-size "73,048 KB"> 254 254 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 255 <!ENTITY linux-md5 " c8ee37b4fdccdb651e0603d35350b434">255 <!ENTITY linux-md5 "d3071407a33a7bd2ffb47181f200f22c"> 256 256 <!ENTITY linux-home "http://www.kernel.org"> 257 257 258 <!ENTITY m4-version "1.4.1 5">259 <!ENTITY m4-size "1, 176KB">258 <!ENTITY m4-version "1.4.16"> 259 <!ENTITY m4-size "1,232 KB"> 260 260 <!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2"> 261 <!ENTITY m4-md5 " c7c32540bc3842d5550f88d47ef551d8">261 <!ENTITY m4-md5 "8a7cef47fecab6272eb86a6be6363b2f"> 262 262 <!ENTITY m4-home "&gnu-software;m4"> 263 263 … … 286 286 <!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org"> 287 287 288 <!ENTITY mpc-version "0. 8.2">289 <!ENTITY mpc-size "5 36 KB">288 <!ENTITY mpc-version "0.9"> 289 <!ENTITY mpc-size "556 KB"> 290 290 <!ENTITY mpc-url "http://www.multiprecision.org/mpc/download/mpc-&mpc-version;.tar.gz"> 291 <!ENTITY mpc-md5 " e98267ebd5648a39f881d66797122fb6">291 <!ENTITY mpc-md5 "0d6acab8d214bd7d1fbbc593e83dd00d"> 292 292 <!ENTITY mpc-home "http://www.multiprecision.org/"> 293 293 294 <!ENTITY mpfr-version "3.0. 0">295 <!ENTITY mpfr-size "1,1 12KB">296 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-current/mpfr- 3.0.0.tar.bz2">297 <!ENTITY mpfr-md5 " f45bac3584922c8004a10060ab1a8f9f">294 <!ENTITY mpfr-version "3.0.1"> 295 <!ENTITY mpfr-size "1,128 KB"> 296 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-current/mpfr-&mpfr-version;.tar.bz2"> 297 <!ENTITY mpfr-md5 "bfbecb2eacb6d48432ead5cfc3f7390a"> 298 298 <!ENTITY mpfr-home "http://www.mpfr.org/"> 299 299 300 <!ENTITY ncurses-version "5. 7">301 <!ENTITY ncurses-size "2, 387KB">300 <!ENTITY ncurses-version "5.9"> 301 <!ENTITY ncurses-size "2,764 KB"> 302 302 <!ENTITY ncurses-url "ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-&ncurses-version;.tar.gz"> 303 <!ENTITY ncurses-md5 " cce05daf61a64501ef6cd8da1f727ec6">303 <!ENTITY ncurses-md5 "8cb9c412e5f2d96bc6f459aa8c6282a1"> 304 304 <!ENTITY ncurses-home "&gnu-software;ncurses"> 305 305 … … 334 334 <!ENTITY powerpcutils-home "http://packages.qa.debian.org/p/powerpc-utils.html"> 335 335 336 <!ENTITY ppl-version "0.1 0.2">337 <!ENTITY ppl-size " 9,592KB">336 <!ENTITY ppl-version "0.11.2"> 337 <!ENTITY ppl-size "12,060 KB"> 338 338 <!ENTITY ppl-url "http://www.cs.unipr.it/ppl/Download/ftp/releases/&ppl-version;/ppl-&ppl-version;.tar.bz2"> 339 <!ENTITY ppl-md5 " 5667111f53150618b0fa522ffc53fc3e">339 <!ENTITY ppl-md5 "c24429e6c3bc97d45976a63f40f489a1"> 340 340 <!ENTITY ppl-home "http://www.cs.unipr.it/ppl"> 341 341 … … 389 389 <!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit"> 390 390 391 <!ENTITY tar-version "1.2 5">392 <!ENTITY tar-size "2,2 76KB">391 <!ENTITY tar-version "1.26"> 392 <!ENTITY tar-size "2,288 KB"> 393 393 <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> 394 <!ENTITY tar-md5 " 6e497f861c77bbba2f7da4e10270995b">394 <!ENTITY tar-md5 "2cee42a2ff4f1cd4f9298eeeb2264519"> 395 395 <!ENTITY tar-home "&gnu-software;tar"> 396 396 … … 421 421 422 422 <!ENTITY util-linux-major-version "2.19"> 423 <!ENTITY util-linux-version "&util-linux-major-version; -rc3">424 <!ENTITY util-linux-size "4, 200KB">423 <!ENTITY util-linux-version "&util-linux-major-version;"> 424 <!ENTITY util-linux-size "4,726 KB"> 425 425 <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.bz2"> 426 <!ENTITY util-linux-md5 " 89423502d34bd1e6da0ad29ac716145f">426 <!ENTITY util-linux-md5 "590ca71aad0b254e2631d84401f28255"> 427 427 <!ENTITY util-linux-blkid-id "1.1.0"> 428 428 <!ENTITY util-linux-uuid-id "1.3.0"> … … 436 436 <!ENTITY vim-home "http://www.vim.org"> 437 437 438 <!ENTITY xz-version "5.0. 0">439 <!ENTITY xz-size " 984KB">438 <!ENTITY xz-version "5.0.2"> 439 <!ENTITY xz-size "1,000 KB"> 440 440 <!ENTITY xz-url "http://tukaani.org/xz/xz-&xz-version;.tar.bz2"> 441 <!ENTITY xz-md5 " 0652c09fdbb93ae2ce78c1368ffda612">441 <!ENTITY xz-md5 "ee05b17a4062bb55cba099ef46eca007"> 442 442 <!ENTITY xz-home "http://tukaani.org/xz/"> 443 443 -
BOOK/patches.ent
r7b0cc7e8 raf43a09 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 " 7645587a6efcefa67936dcaeb9b2bee7">9 <!ENTITY bash-branch_update-patch-size " 8KB">7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-1.patch"> 8 <!ENTITY bash-branch_update-patch-md5 "ee7bbf5d36058487cbe23f5571a2c21c"> 9 <!ENTITY bash-branch_update-patch-size "12 KB"> 10 10 11 11 <!ENTITY cloog-ppl-autogen-patch "cloog-ppl-&cloog-ppl-version;-autogen-1.patch"> … … 22 22 23 23 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> 24 <!ENTITY gcc-specs-patch-md5 " 15e207e152928cb307f38aa0c0924429">24 <!ENTITY gcc-specs-patch-md5 "61d583984f9f12b6f37141e132fc7d57"> 25 25 <!ENTITY gcc-specs-patch-size "20 KB"> 26 26 … … 43 43 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> 44 44 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db"> 45 <!ENTITY ncurses-bashfix-patch-size " .7KB">45 <!ENTITY ncurses-bashfix-patch-size "4 KB"> 46 46 47 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update- 22.patch">48 <!ENTITY ncurses-branch_update-patch-md5 " 3b543b078fe0703e9277b75076209a79">49 <!ENTITY ncurses-branch_update-patch-size " 6,280KB">47 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-1.patch"> 48 <!ENTITY ncurses-branch_update-patch-md5 "5361bccf700849ba968a8886cdfaa879"> 49 <!ENTITY ncurses-branch_update-patch-size "324 KB"> 50 50 51 51 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> … … 66 66 67 67 <!ENTITY tar-man-patch "tar-&tar-version;-man-1.patch"> 68 <!ENTITY tar-man-patch-md5 " 6a1a1d8bdc00fc149c28aa1f8405fc93">68 <!ENTITY tar-man-patch-md5 "79d962bddc4871b394e5f8e3267680fe"> 69 69 <!ENTITY tar-man-patch-size "20 KB"> 70 70 … … 90 90 91 91 <!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch"> 92 <!ENTITY gcc-pure64-patch-md5 " 9f230c4d6fc288405d831aaf02ef8a69">92 <!ENTITY gcc-pure64-patch-md5 "7c41d649fe266f11e4dbdd2392f7729b"> 93 93 <!ENTITY gcc-pure64-patch-size "12 KB"> 94 94 95 95 <!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch"> 96 <!ENTITY gcc-specs_pure64-patch-md5 " bdf42c85af936319438f912a3870e3ea">96 <!ENTITY gcc-specs_pure64-patch-md5 "24f012f5d407d48bf6191ec5aa6bed60"> 97 97 <!ENTITY gcc-specs_pure64-patch-size "24 KB"> 98 98 -
BOOK/temp-system/64/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/mpc.xml
r7b0cc7e8 raf43a09 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E" \ 30 ./configure --prefix=/tools \ 30 31 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 32 -
BOOK/temp-system/64/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para> -
BOOK/temp-system/common/mpc.xml
r7b0cc7e8 raf43a09 25 25 <para os="a">Prepare MPC for compilation:</para> 26 26 27 <screen os="b"><userinput> ./configure --prefix=/tools \27 <screen os="b"><userinput>EGREP="grep -E" ./configure --prefix=/tools \ 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 29 -
BOOK/temp-system/common/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <para os="a">Prepare PPL for compilation:</para> -
BOOK/temp-system/common/vim.xml
r7b0cc7e8 raf43a09 95 95 <screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen> 96 96 97 <para os="tv1" >Create a temporary vimrc to make it function more the way you may 98 expect it to. This is explained more in the final system:</para> 99 100 <screen os="tv2"><userinput>cat > /tools/etc/vimrc << "EOF" 101 <literal>" Begin /etc/vimrc 102 103 set nocompatible 104 set backspace=2 105 set ruler 106 syntax on 107 108 " End /etc/vimrc</literal> 109 EOF</userinput></screen> 110 97 111 </sect2> 98 112 -
BOOK/temp-system/multilib/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/mpc.xml
r7b0cc7e8 raf43a09 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E" \ 30 ./configure --prefix=/tools \ 30 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 32 --libdir=/tools/lib64</userinput></screen> -
BOOK/temp-system/multilib/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/vim.xml
r7b0cc7e8 raf43a09 90 90 xpointer="xpointer(//*[@os='m'])"/> 91 91 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 93 href="../common/vim.xml" 94 xpointer="xpointer(//*[@os='tv1'])"/> 95 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 href="../common/vim.xml" 98 xpointer="xpointer(//*[@os='tv2'])"/> 99 92 100 </sect2> 93 101
Note:
See TracChangeset
for help on using the changeset viewer.