Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-linux.xml
Date: Sat, 01 Dec 2007 14:17:32
Message-Id: E1IyT9h-0003Ph-Gi@stork.gentoo.org
1 grobian 07/12/01 14:17:17
2
3 Modified: bootstrap-linux.xml
4 Log:
5 Incorporate suggestions made in bug #197391, looks like it cleans up a lot
6
7 Revision Changes Path
8 1.14 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?r1=1.13&r2=1.14
13
14 Index: bootstrap-linux.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- bootstrap-linux.xml 1 Dec 2007 14:07:50 -0000 1.13
21 +++ bootstrap-linux.xml 1 Dec 2007 14:17:16 -0000 1.14
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.13 2007/12/01 14:07:50 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.14 2007/12/01 14:17:16 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-linux.xml" lang="en">
29 <title>Gentoo Prefixed Portage Bootstrap Process for Linux</title>
30 @@ -19,7 +19,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.2</version>
35 + <version>1.3</version>
36 <date>2007-12-01</date>
37
38 <chapter>
39 @@ -151,36 +151,21 @@
40 We continue getting some autotools stuff into our prefix.
41 </p>
42 <pre caption="emerge autotools">
43 +$ <i>emerge --oneshot --nodeps "=autoconf-2.6*" "autoconf-wrapper"</i>
44 +$ <i>emerge --oneshot --nodeps texinfo</i>
45 $ <i>emerge --oneshot --nodeps "m4"</i>
46 -$ <i>emerge --oneshot --nodeps "=autoconf-2.1*" "=autoconf-2.6*" "autoconf-wrapper"</i>
47 -$ <i>emerge --oneshot --nodeps "=automake-1.4*" "=automake-1.5*" "=automake-1.6*" "=automake-1.7*" "=automake-1.8*" "automake-wrapper"</i>
48 +$ <i>emerge --oneshot --nodeps "=autoconf-2.1*"</i>
49 +$ <i>emerge --oneshot --nodeps "=automake-1.4*" "=automake-1.5*" "=automake-1.6*" "=automake-1.7*" "=automake-1.8*" "=automake-1.9*" "=automake-1.10*" "automake-wrapper"</i>
50 +$ <i>emerge --oneshot --nodeps libtool</i>
51 </pre>
52 - <note><c>>=automake-1.9</c> and <c>libtool</c> are not (yet)
53 - installed at this stage.</note>
54 <p>
55 - Next, we have to get some tools in order to finalise getting
56 - the autotools in our prefix. Because we installed <c>wget</c>
57 - in a temporary location, let's not forget to install it
58 - properly by emerging it now:
59 + Because we installed <c>wget</c> in a temporary location,
60 + let's not forget to install it properly by emerging it now:
61 </p>
62 <pre caption="emerge wget">
63 $ <i>env USE="-ssl" emerge --oneshot --nodeps wget</i>
64 </pre>
65 <p>
66 - After this we can emerge texinfo, which <c>automake-1.9</c>
67 - needs.
68 - </p>
69 - <pre caption="emerge texinfo">
70 -$ <i>emerge --oneshot --nodeps texinfo</i>
71 - </pre>
72 - <p>
73 - Now we can finish installing the autotools:
74 - </p>
75 - <pre caption="finalise emerge autotools">
76 -$ <i>emerge --oneshot --nodeps "=automake-1.9*" "=automake-1.10*"</i>
77 -$ <i>emerge --oneshot --nodeps libtool</i>
78 - </pre>
79 - <p>
80 Now we have some decent autotooling stuff around, we can get
81 some decent core utilities in our prefix.
82 </p>
83
84
85
86 --
87 gentoo-commits@g.o mailing list