Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-macos.xml bootstrap-solaris.xml
Date: Tue, 31 Jul 2012 20:34:58
Message-Id: 20120731203443.3E30E2004B@flycatcher.gentoo.org
1 darkside 12/07/31 20:34:43
2
3 Modified: bootstrap-macos.xml bootstrap-solaris.xml
4 Log:
5 try to create some synergy wrt bash in the bootstrap instructions
6
7 Revision Changes Path
8 1.73 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.73&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.73&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.72&r2=1.73
13
14 Index: bootstrap-macos.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
17 retrieving revision 1.72
18 retrieving revision 1.73
19 diff -u -r1.72 -r1.73
20 --- bootstrap-macos.xml 31 Jul 2012 19:42:51 -0000 1.72
21 +++ bootstrap-macos.xml 31 Jul 2012 20:34:43 -0000 1.73
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-macos.xml,v 1.72 2012/07/31 19:42:51 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.73 2012/07/31 20:34:43 darkside Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
30 @@ -19,7 +19,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.44</version>
35 + <version>1.45</version>
36 <date>2012-07-31</date>
37
38 <chapter>
39 @@ -140,17 +140,10 @@
40 </pre>
41 <p>
42 Next, we emerge the <c>bash</c> shell Portage heavily relies
43 - on. The same holds for <c>wget</c>, the download manager.
44 - Since its dependencies cannot be compiled at this stage,
45 - we ignore those for the moment. Pax-utils allow Portage to
46 - examine the binaries it installs for correctness.
47 + on.
48 </p>
49 - <pre caption="emerge bash, pax-utils and wget">
50 -$ <i>emerge --oneshot sys-libs/readline</i> (for bash)
51 + <pre caption="emerge bash">
52 $ <i>emerge --oneshot --nodeps bash</i> (avoid deps which install scripts with shebang /bin/sh)
53 -$ <i>emerge --oneshot pax-utils</i>
54 -$ <i>emerge --oneshot --nodeps xz-utils</i>
55 -$ <i>emerge --oneshot --nodeps "&lt;wget-1.13.4-r1"</i> (until we fix #393277)
56 </pre>
57 <note>
58 It is safe to ignore the "1 config files in XXX need updating"
59 @@ -165,6 +158,7 @@
60 communication using the Gentoo colour scheme.
61 </p>
62 <pre caption="emerge prerequisites for compiler and linker">
63 +$ <i>emerge --oneshot --nodeps xz-utils</i>
64 $ <i>emerge --oneshot --nodeps sys-apps/baselayout-prefix</i>
65 $ <i>emerge --oneshot --nodeps sys-devel/m4</i>
66 $ <i>emerge --oneshot --nodeps sys-devel/flex</i>
67 @@ -206,6 +200,7 @@
68 $ <i>emerge --oneshot sys-devel/make</i>
69 $ <i>emerge --oneshot --nodeps sys-apps/file</i>
70 $ <i>emerge --oneshot --nodeps app-admin/eselect</i>
71 +$ <i>emerge --oneshot --nodeps "&lt;wget-1.13.4-r1"</i> (until we fix #393277)
72 </pre>
73 <p>
74 Now we have a good bunch of programs that Portage needs, we
75
76
77
78 1.90 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.90&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.90&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.89&r2=1.90
83
84 Index: bootstrap-solaris.xml
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
87 retrieving revision 1.89
88 retrieving revision 1.90
89 diff -u -r1.89 -r1.90
90 --- bootstrap-solaris.xml 31 Jul 2012 19:42:51 -0000 1.89
91 +++ bootstrap-solaris.xml 31 Jul 2012 20:34:43 -0000 1.90
92 @@ -1,6 +1,6 @@
93 <?xml version="1.0" encoding="UTF-8"?>
94 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
95 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.89 2012/07/31 19:42:51 grobian Exp $ -->
96 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.90 2012/07/31 20:34:43 darkside Exp $ -->
97
98 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
99 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
100 @@ -19,7 +19,7 @@
101 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
102 <license/>
103
104 - <version>1.64</version>
105 + <version>1.65</version>
106 <date>2012-07-31</date>
107
108 <chapter>
109 @@ -154,9 +154,7 @@
110 </pre>
111 <p>
112 Next, we emerge the <c>bash</c> shell Portage heavily relies
113 - on. The same holds for <c>wget</c>, the download manager.
114 - Since its dependencies cannot be compiled at this stage,
115 - we ignore those for the moment.
116 + on.
117 </p>
118 <pre caption="emerge bash">
119 $ <i>emerge --oneshot --nodeps bash</i> (avoid deps that install scripts with shebang /bin/sh)