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-solaris.xml
Date: Sat, 03 Jul 2010 13:21:37
Message-Id: 20100703132133.602222CE15@corvid.gentoo.org
1 grobian 10/07/03 13:21:33
2
3 Modified: bootstrap-solaris.xml
4 Log:
5 bootstrap zlib, such that we don't get a symbol versioning problem on Solaris with the SUNW_1.1-versioned solaris-provided zlib.so after we installed zlib in our prefix, bug #318679
6
7 Revision Changes Path
8 1.58 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.58&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.58&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.57&r2=1.58
13
14 Index: bootstrap-solaris.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
17 retrieving revision 1.57
18 retrieving revision 1.58
19 diff -u -r1.57 -r1.58
20 --- bootstrap-solaris.xml 20 Apr 2010 21:05:34 -0000 1.57
21 +++ bootstrap-solaris.xml 3 Jul 2010 13:21:33 -0000 1.58
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-solaris.xml,v 1.57 2010/04/20 21:05:34 darkside Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.58 2010/07/03 13:21:33 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.36</version>
35 - <date>2010-04-20</date>
36 + <version>1.37</version>
37 + <date>2010-07-03</date>
38
39 <chapter>
40 <title>Bootstrapping on Solaris</title>
41 @@ -126,6 +126,7 @@
42 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp grep</i>
43 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp gawk</i>
44 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp bash</i>
45 +$ <i>./bootstrap-prefix.sh $EPREFIX/tmp zlib</i>
46 $ <i>./bootstrap-prefix.sh $EPREFIX portage</i>
47 </pre>
48 <note>