* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2010-03-23 7:37 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-23 7:37 UTC (permalink / raw
To: gentoo-commits
grobian 10/03/23 07:37:44
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
update bootstrap instructions to emerge bash as almost first thing, without deps to get around Portage's shebang check
Revision Changes Path
1.24 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.23&r2=1.24
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- bootstrap-freebsd.xml 18 Jan 2010 20:49:37 -0000 1.23
+++ bootstrap-freebsd.xml 23 Mar 2010 07:37:42 -0000 1.24
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.23 2010/01/18 20:49:37 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.24 2010/03/23 07:37:42 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -9,7 +9,7 @@
<author title="Author">
<mail link="grobian@gentoo.org">Fabian Groffen</mail>
</author>
- <author title="Contributor">
+ <author title="Author">
<mail link="fauli@gentoo.org">Christian Faulhammer</mail>
</author>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>2.3</version>
- <date>2010-01-18</date>
+ <version>2.4</version>
+ <date>2010-03-23</date>
<chapter>
<title>Bootstrapping on FreeBSD</title>
@@ -153,8 +153,8 @@
we ignore those for the moment.
</p>
<pre caption="emerge bash and wget">
+$ <i>emerge --oneshot --nodeps bash</i> (avoid deps that ship scripts with shebang /bin/sh)
$ <i>emerge --oneshot --nodeps wget</i>
-$ <i>emerge --oneshot =bash-3.2*</i> (avoid autotools)
</pre>
<note>
It is safe to ignore the "1 config files in XXX need updating"
1.46 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.45&r2=1.46
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- bootstrap-macos.xml 10 Oct 2009 12:19:43 -0000 1.45
+++ bootstrap-macos.xml 23 Mar 2010 07:37:42 -0000 1.46
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.45 2009/10/10 12:19:43 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.46 2010/03/23 07:37:42 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.22</version>
- <date>2009-10-10</date>
+ <version>1.23</version>
+ <date>2010-03-23</date>
<chapter>
<title>Bootstrapping on OS X</title>
@@ -135,19 +135,20 @@
We continue adding some necessary tools which will deal with
many errors and warnings you might see during emerging.
</p>
- <pre caption="emerge sed and pax-utils">
+ <pre caption="emerge sed">
$ <i>emerge --oneshot sed</i>
-$ <i>emerge --oneshot pax-utils</i>
</pre>
<p>
Next, we emerge the <c>bash</c> shell Portage heavily relies
on. The same holds for <c>wget</c>, the download manager.
Since its dependencies cannot be compiled at this stage,
- we ignore those for the moment.
+ we ignore those for the moment. Pax-utils allow Portage to
+ examine the binaries it installs for correctness.
</p>
- <pre caption="emerge bash and wget">
+ <pre caption="emerge bash, pax-utils and wget">
+$ <i>emerge --oneshot --nodeps bash</i> (avoid deps which install scripts with shebang /bin/sh)
+$ <i>emerge --oneshot pax-utils</i>
$ <i>emerge --oneshot --nodeps wget</i>
-$ <i>emerge --oneshot bash</i>
</pre>
<note>
It is safe to ignore the "1 config files in XXX need updating"
1.54 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.53&r2=1.54
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- bootstrap-solaris.xml 10 Oct 2009 12:19:43 -0000 1.53
+++ bootstrap-solaris.xml 23 Mar 2010 07:37:42 -0000 1.54
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.53 2009/10/10 12:19:43 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.54 2010/03/23 07:37:42 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.32</version>
- <date>2009-10-10</date>
+ <version>1.33</version>
+ <date>2010-03-23</date>
<chapter>
<title>Bootstrapping on Solaris</title>
@@ -167,8 +167,8 @@
we ignore those for the moment.
</p>
<pre caption="emerge bash and wget">
+$ <i>emerge --oneshot --nodeps bash</i> (avoid deps that install scripts with shebang /bin/sh)
$ <i>emerge --oneshot wget</i>
-$ <i>emerge --oneshot bash</i>
</pre>
<note>
It is safe to ignore the "1 config files in XXX need updating"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2011-09-21 19:54 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-21 19:54 UTC (permalink / raw
To: gentoo-commits
grobian 11/09/21 19:54:55
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
xz-utils is necessary for wget, so move up earlier
Revision Changes Path
1.28 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.27&r2=1.28
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- bootstrap-freebsd.xml 3 May 2011 16:39:09 -0000 1.27
+++ bootstrap-freebsd.xml 21 Sep 2011 19:54:55 -0000 1.28
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.27 2011/05/03 16:39:09 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.28 2011/09/21 19:54:55 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>2.43</version>
- <date>2011-05-03</date>
+ <version>2.44</version>
+ <date>2011-09-21</date>
<chapter>
<title>Bootstrapping on FreeBSD</title>
@@ -147,6 +147,7 @@
</p>
<pre caption="emerge bash and wget">
$ <i>emerge --oneshot --nodeps bash</i> (avoid deps that ship scripts with shebang /bin/sh)
+$ <i>emerge --oneshot --nodeps xz-utils</i>
$ <i>emerge --oneshot --nodeps wget</i>
</pre>
<note>
@@ -164,7 +165,6 @@
</p>
<pre caption="emerge linker and compiler">
$ <i>emerge --oneshot --nodeps baselayout-prefix</i>
-$ <i>emerge --oneshot --nodeps xz-utils</i>
$ <i>emerge --oneshot --nodeps m4</i>
$ <i>emerge --oneshot --nodeps flex</i>
$ <i>emerge --oneshot --nodeps bison</i>
1.55 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.54&r2=1.55
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- bootstrap-macos.xml 10 Apr 2011 12:44:46 -0000 1.54
+++ bootstrap-macos.xml 21 Sep 2011 19:54:55 -0000 1.55
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.54 2011/04/10 12:44:46 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.55 2011/09/21 19:54:55 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.29</version>
- <date>2011-04-11</date>
+ <version>1.30</version>
+ <date>2011-09-21</date>
<chapter>
<title>Bootstrapping on OS X</title>
@@ -145,6 +145,7 @@
<pre caption="emerge bash, pax-utils and wget">
$ <i>emerge --oneshot --nodeps bash</i> (avoid deps which install scripts with shebang /bin/sh)
$ <i>emerge --oneshot pax-utils</i>
+$ <i>emerge --oneshot --nodeps xz-utils</i>
$ <i>emerge --oneshot --nodeps wget</i>
</pre>
<note>
@@ -161,7 +162,6 @@
</p>
<pre caption="emerge prerequisites for compiler and linker">
$ <i>emerge --oneshot --nodeps baselayout-prefix</i>
-$ <i>emerge --oneshot --nodeps xz-utils</i>
$ <i>emerge --oneshot --nodeps m4</i>
$ <i>emerge --oneshot --nodeps flex</i>
$ <i>emerge --oneshot --nodeps bison</i>
1.64 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.63&r2=1.64
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- bootstrap-solaris.xml 6 Apr 2011 16:56:30 -0000 1.63
+++ bootstrap-solaris.xml 21 Sep 2011 19:54:55 -0000 1.64
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.63 2011/04/06 16:56:30 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.64 2011/09/21 19:54:55 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.42</version>
- <date>2011-04-06</date>
+ <version>1.43</version>
+ <date>2011-09-21</date>
<chapter>
<title>Bootstrapping on Solaris</title>
@@ -162,6 +162,7 @@
</p>
<pre caption="emerge bash and wget">
$ <i>emerge --oneshot --nodeps bash</i> (avoid deps that install scripts with shebang /bin/sh)
+$ <i>emerge --oneshot --nodeps xz-utils</i>
$ <i>emerge --oneshot wget</i>
</pre>
<note>
@@ -181,7 +182,6 @@
</p>
<pre caption="emerge linker and compiler">
$ <i>emerge --oneshot --nodeps baselayout-prefix</i>
-$ <i>emerge --oneshot --nodeps xz-utils</i>
$ <i>emerge --oneshot --nodeps m4</i>
$ <i>emerge --oneshot --nodeps flex</i>
$ <i>emerge --oneshot --nodeps bison</i>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2011-11-04 12:04 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-11-04 12:04 UTC (permalink / raw
To: gentoo-commits
grobian 11/11/04 12:04:06
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
we need libtool-2 a lot, libtool-1 seems quite incomplete, needs investigation if --nodeps can be used for libtool-2
Revision Changes Path
1.30 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.29&r2=1.30
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- bootstrap-freebsd.xml 4 Nov 2011 10:15:59 -0000 1.29
+++ bootstrap-freebsd.xml 4 Nov 2011 12:04:06 -0000 1.30
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.29 2011/11/04 10:15:59 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.30 2011/11/04 12:04:06 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -192,6 +192,7 @@
$ <i>emerge --oneshot --nodeps eselect</i>
$ <i>emerge --oneshot pax-utils</i>
$ <i>emerge --oneshot "<sys-devel/libtool-2"</i> (libtool-2 depends on itself)
+$ <i>emerge --oneshot sys-devel/libtool</i>
</pre>
<p>
Now we have a good bunch of programs that Portage needs, we
1.57 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.56&r2=1.57
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- bootstrap-macos.xml 4 Nov 2011 10:15:59 -0000 1.56
+++ bootstrap-macos.xml 4 Nov 2011 12:04:06 -0000 1.57
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.56 2011/11/04 10:15:59 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.57 2011/11/04 12:04:06 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -203,6 +203,7 @@
$ <i>emerge --oneshot --nodeps file</i>
$ <i>emerge --oneshot --nodeps eselect</i>
$ <i>emerge --oneshot "<sys-devel/libtool-2"</i> (libtool-2 depends on itself)
+$ <i>emerge --oneshot sys-devel/libtool</i>
</pre>
<p>
Now we have a good bunch of programs that Portage needs, we
1.69 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.68&r2=1.69
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- bootstrap-solaris.xml 4 Nov 2011 11:52:04 -0000 1.68
+++ bootstrap-solaris.xml 4 Nov 2011 12:04:06 -0000 1.69
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.68 2011/11/04 11:52:04 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.69 2011/11/04 12:04:06 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -208,6 +208,7 @@
$ <i>emerge --oneshot --nodeps app-admins/eselect</i>
$ <i>emerge --oneshot app-misc/pax-utils</i>
$ <i>emerge --oneshot "<sys-devel/libtool-2"</i> (libtool-2 depends on itself)
+$ <i>emerge --oneshot sys-devel/libtool</i>
</pre>
<p>
Now we have a good bunch of programs that Portage needs, we
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2011-11-09 7:50 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-11-09 7:50 UTC (permalink / raw
To: gentoo-commits
grobian 11/11/09 07:50:33
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
Drop libtool-1 workaround, libtool-2 now no longer deps on itself
Revision Changes Path
1.31 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.30&r2=1.31
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- bootstrap-freebsd.xml 4 Nov 2011 12:04:06 -0000 1.30
+++ bootstrap-freebsd.xml 9 Nov 2011 07:50:33 -0000 1.31
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.30 2011/11/04 12:04:06 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.31 2011/11/09 07:50:33 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>2.45</version>
- <date>2011-11-04</date>
+ <version>2.46</version>
+ <date>2011-11-09</date>
<chapter>
<title>Bootstrapping on FreeBSD</title>
@@ -191,7 +191,6 @@
$ <i>emerge --oneshot --nodeps file</i>
$ <i>emerge --oneshot --nodeps eselect</i>
$ <i>emerge --oneshot pax-utils</i>
-$ <i>emerge --oneshot "<sys-devel/libtool-2"</i> (libtool-2 depends on itself)
$ <i>emerge --oneshot sys-devel/libtool</i>
</pre>
<p>
1.58 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.57&r2=1.58
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- bootstrap-macos.xml 4 Nov 2011 12:04:06 -0000 1.57
+++ bootstrap-macos.xml 9 Nov 2011 07:50:33 -0000 1.58
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.57 2011/11/04 12:04:06 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.58 2011/11/09 07:50:33 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.31</version>
- <date>2011-11-04</date>
+ <version>1.32</version>
+ <date>2011-11-09</date>
<chapter>
<title>Bootstrapping on OS X</title>
@@ -202,7 +202,6 @@
$ <i>emerge --oneshot make</i>
$ <i>emerge --oneshot --nodeps file</i>
$ <i>emerge --oneshot --nodeps eselect</i>
-$ <i>emerge --oneshot "<sys-devel/libtool-2"</i> (libtool-2 depends on itself)
$ <i>emerge --oneshot sys-devel/libtool</i>
</pre>
<p>
1.70 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.69&r2=1.70
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- bootstrap-solaris.xml 4 Nov 2011 12:04:06 -0000 1.69
+++ bootstrap-solaris.xml 9 Nov 2011 07:50:33 -0000 1.70
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.69 2011/11/04 12:04:06 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.70 2011/11/09 07:50:33 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.46</version>
- <date>2011-11-04</date>
+ <version>1.47</version>
+ <date>2011-11-09</date>
<chapter>
<title>Bootstrapping on Solaris</title>
@@ -207,7 +207,6 @@
$ <i>emerge --oneshot --nodeps sys-apps/file</i>
$ <i>emerge --oneshot --nodeps app-admins/eselect</i>
$ <i>emerge --oneshot app-misc/pax-utils</i>
-$ <i>emerge --oneshot "<sys-devel/libtool-2"</i> (libtool-2 depends on itself)
$ <i>emerge --oneshot sys-devel/libtool</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2011-12-05 18:50 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-05 18:50 UTC (permalink / raw
To: gentoo-commits
grobian 11/12/05 18:50:06
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
Add workaround for as long bug #393277 remains an issue
Revision Changes Path
1.33 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.32&r2=1.33
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- bootstrap-freebsd.xml 9 Nov 2011 17:56:44 -0000 1.32
+++ bootstrap-freebsd.xml 5 Dec 2011 18:50:06 -0000 1.33
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.32 2011/11/09 17:56:44 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.33 2011/12/05 18:50:06 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -148,7 +148,7 @@
<pre caption="emerge bash and wget">
$ <i>emerge --oneshot --nodeps bash</i> (avoid deps that ship scripts with shebang /bin/sh)
$ <i>emerge --oneshot --nodeps xz-utils</i>
-$ <i>emerge --oneshot --nodeps wget</i>
+$ <i>emerge --oneshot --nodeps "<wget-1.13.4-r1"</i> (until we fix #393277)
</pre>
<note>
It is safe to ignore the "1 config files in XXX need updating"
1.62 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.61&r2=1.62
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- bootstrap-macos.xml 1 Dec 2011 20:07:23 -0000 1.61
+++ bootstrap-macos.xml 5 Dec 2011 18:50:06 -0000 1.62
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.61 2011/12/01 20:07:23 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.62 2011/12/05 18:50:06 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -149,7 +149,7 @@
$ <i>emerge --oneshot --nodeps bash</i> (avoid deps which install scripts with shebang /bin/sh)
$ <i>emerge --oneshot pax-utils</i>
$ <i>emerge --oneshot --nodeps xz-utils</i>
-$ <i>emerge --oneshot --nodeps wget</i>
+$ <i>emerge --oneshot --nodeps "<wget-1.13.4-r1"</i> (until we fix #393277)
</pre>
<note>
It is safe to ignore the "1 config files in XXX need updating"
1.74 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.73&r2=1.74
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- bootstrap-solaris.xml 4 Dec 2011 20:11:26 -0000 1.73
+++ bootstrap-solaris.xml 5 Dec 2011 18:50:06 -0000 1.74
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.73 2011/12/04 20:11:26 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.74 2011/12/05 18:50:06 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -206,7 +206,7 @@
$ <i>emerge --oneshot --nodeps sys-apps/file</i>
$ <i>emerge --oneshot --nodeps app-admin/eselect</i>
$ <i>emerge --oneshot app-misc/pax-utils</i>
-$ <i>emerge --oneshot net-misc/wget</i>
+$ <i>emerge --oneshot "<net-misc/wget-1.13.4-r1"</i> (until we fix #393277)
</pre>
<p>
Now we have a good bunch of programs that Portage needs, we
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2012-02-09 18:43 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2012-02-09 18:43 UTC (permalink / raw
To: gentoo-commits
grobian 12/02/09 18:43:28
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
bootstrap: make note of emerge-webrsync alternative, bug #398845
Revision Changes Path
1.34 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.33&r2=1.34
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- bootstrap-freebsd.xml 5 Dec 2011 18:50:06 -0000 1.33
+++ bootstrap-freebsd.xml 9 Feb 2012 18:43:28 -0000 1.34
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.33 2011/12/05 18:50:06 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.34 2012/02/09 18:43:28 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>2.47</version>
- <date>2011-11-09</date>
+ <version>2.48</version>
+ <date>2012-02-09</date>
<chapter>
<title>Bootstrapping on FreeBSD</title>
@@ -219,6 +219,10 @@
<pre caption="Updating the tree">
$ <i>emerge --sync</i>
</pre>
+ <note>
+ If you're behind a firewall that blocks rsync traffic, you can
+ try to run <c>${EPREFIX}/usr/sbin/emerge-webrsync</c> instead.
+ </note>
<p>
Next, we let Portage emerge all packages that complete a
system install that we eventually need to finalise this Prefix
1.63 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.62&r2=1.63
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- bootstrap-macos.xml 5 Dec 2011 18:50:06 -0000 1.62
+++ bootstrap-macos.xml 9 Feb 2012 18:43:28 -0000 1.63
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.62 2011/12/05 18:50:06 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.63 2012/02/09 18:43:28 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.35</version>
- <date>2011-12-01</date>
+ <version>1.36</version>
+ <date>2012-02-09</date>
<chapter>
<title>Bootstrapping on OS X</title>
@@ -233,6 +233,10 @@
<pre caption="Updating the tree">
$ <i>emerge --sync</i>
</pre>
+ <note>
+ If you're behind a firewall that blocks rsync traffic, you can
+ try to run <c>${EPREFIX}/usr/sbin/emerge-webrsync</c> instead.
+ </note>
<p>
Next, we let Portage emerge all packages that complete a
system install that we eventually need to finalise this Prefix
1.78 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.77&r2=1.78
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- bootstrap-solaris.xml 27 Jan 2012 19:54:54 -0000 1.77
+++ bootstrap-solaris.xml 9 Feb 2012 18:43:28 -0000 1.78
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.77 2012/01/27 19:54:54 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.78 2012/02/09 18:43:28 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.52</version>
- <date>2012-01-27</date>
+ <version>1.53</version>
+ <date>2012-02-09</date>
<chapter>
<title>Bootstrapping on Solaris</title>
@@ -238,6 +238,10 @@
<pre caption="Updating the tree">
$ <i>emerge --sync</i>
</pre>
+ <note>
+ If you're behind a firewall that blocks rsync traffic, you can
+ try to run <c>${EPREFIX}/usr/sbin/emerge-webrsync</c> instead.
+ </note>
<p>
Before we can finish emerging the system set, we need to work
around a circular dependency of <c>gcc</c> on <c>mpc</c>, and
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2012-04-11 16:50 Jeremy Olexa (darkside)
0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa (darkside) @ 2012-04-11 16:50 UTC (permalink / raw
To: gentoo-commits
darkside 12/04/11 16:50:58
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
Use etc/portage/make.conf for bootstrapping guides (cosmetic)
Revision Changes Path
1.36 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.35&r2=1.36
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- bootstrap-freebsd.xml 29 Mar 2012 19:58:35 -0000 1.35
+++ bootstrap-freebsd.xml 11 Apr 2012 16:50:58 -0000 1.36
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.35 2012/03/29 19:58:35 grobian Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.36 2012/04/11 16:50:58 darkside Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>2.48</version>
- <date>2012-02-09</date>
+ <version>2.49</version>
+ <date>2012-04-11</date>
<chapter>
<title>Bootstrapping on FreeBSD</title>
@@ -235,14 +235,14 @@
Now is a good time to set the preferences for our soon to be
Prefix. This includes customisations such as general
<c>USE</c>-flags, <c>CFLAGS</c> and <c>MAKEOPTS</c> in
- <path>$EPREFIX/etc/make.conf</path>. Be conservative with
+ <path>$EPREFIX/etc/portage/make.conf</path>. Be conservative with
<c>CFLAGS</c>! Note that the code below is an example, and is
meant for inspiration only.
</p>
<pre caption="Customising the Prefix installation - example">
-$ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/make.conf</i>
-$ <i>echo 'CFLAGS="-O2 -pipe"' >> $EPREFIX/etc/make.conf</i>
-$ <i>echo 'CXXFLAGS="${CFLAGS}"' >> $EPREFIX/etc/make.conf</i>
+$ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/portage/make.conf</i>
+$ <i>echo 'CFLAGS="-O2 -pipe"' >> $EPREFIX/etc/portage/make.conf</i>
+$ <i>echo 'CXXFLAGS="${CFLAGS}"' >> $EPREFIX/etc/portage/make.conf</i>
</pre>
<p>
Since we have everything in place for a self-catered rebuild,
1.69 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.68&r2=1.69
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- bootstrap-macos.xml 5 Apr 2012 17:35:15 -0000 1.68
+++ bootstrap-macos.xml 11 Apr 2012 16:50:58 -0000 1.69
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.68 2012/04/05 17:35:15 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.69 2012/04/11 16:50:58 darkside Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.40</version>
- <date>2012-04-05</date>
+ <version>1.41</version>
+ <date>2012-04-11</date>
<chapter>
<title>Bootstrapping on OS X</title>
@@ -249,14 +249,14 @@
Now is a good time to set the preferences for our soon to be
Prefix. This includes customisations such as general
<c>USE</c>-flags, <c>CFLAGS</c> and <c>MAKEOPTS</c> in
- <path>$EPREFIX/etc/make.conf</path>. Be conservative with
+ <path>$EPREFIX/etc/portage/make.conf</path>. Be conservative with
<c>CFLAGS</c>! Note that the code below is an example, and is
meant for inspiration only.
</p>
<pre caption="Customising the Prefix installation - example">
-$ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/make.conf</i>
-$ <i>echo 'CFLAGS="-O2 -pipe <my-cpu-flags>"' >> $EPREFIX/etc/make.conf</i>
-$ <i>echo 'CXXFLAGS="${CFLAGS}"' >> $EPREFIX/etc/make.conf</i>
+$ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/portage/make.conf</i>
+$ <i>echo 'CFLAGS="-O2 -pipe <my-cpu-flags>"' >> $EPREFIX/etc/portage/make.conf</i>
+$ <i>echo 'CXXFLAGS="${CFLAGS}"' >> $EPREFIX/etc/portage/make.conf</i>
</pre>
<note>
You have to replace <c><my-cpu-flags></c> with something
1.85 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.84&r2=1.85
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- bootstrap-solaris.xml 5 Apr 2012 12:41:00 -0000 1.84
+++ bootstrap-solaris.xml 11 Apr 2012 16:50:58 -0000 1.85
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.84 2012/04/05 12:41:00 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.85 2012/04/11 16:50:58 darkside Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.59</version>
- <date>2012-04-05</date>
+ <version>1.60</version>
+ <date>2012-04-11</date>
<chapter>
<title>Bootstrapping on Solaris</title>
@@ -263,14 +263,14 @@
Now is a good time to set the preferences for our soon to be
Prefix. This includes customisations such as general
<c>USE</c>-flags, <c>CFLAGS</c> and <c>MAKEOPTS</c> in
- <path>$EPREFIX/etc/make.conf</path>. Be conservative with
+ <path>$EPREFIX/etc/portage/make.conf</path>. Be conservative with
<c>CFLAGS</c>! Note that the code below is an example, and is
meant for inspiration only.
</p>
<pre caption="Customising the Prefix installation - example">
-$ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/make.conf</i>
-$ <i>echo 'CFLAGS="-O2 -pipe"' >> $EPREFIX/etc/make.conf</i>
-$ <i>echo 'CXXFLAGS="${CFLAGS}"' >> $EPREFIX/etc/make.conf</i>
+$ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/portage/make.conf</i>
+$ <i>echo 'CFLAGS="-O2 -pipe"' >> $EPREFIX/etc/portage/make.conf</i>
+$ <i>echo 'CXXFLAGS="${CFLAGS}"' >> $EPREFIX/etc/portage/make.conf</i>
</pre>
<p>
It is likely that you emerged a newer GCC than the 4.2 version
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml
@ 2012-07-31 19:42 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2012-07-31 19:42 UTC (permalink / raw
To: gentoo-commits
grobian 12/07/31 19:42:51
Modified: bootstrap-freebsd.xml bootstrap-macos.xml
bootstrap-solaris.xml
Log:
Drop versions, rely on bootstrap script trying
Revision Changes Path
1.37 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.36&r2=1.37
Index: bootstrap-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- bootstrap-freebsd.xml 11 Apr 2012 16:50:58 -0000 1.36
+++ bootstrap-freebsd.xml 31 Jul 2012 19:42:51 -0000 1.37
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.36 2012/04/11 16:50:58 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.37 2012/07/31 19:42:51 grobian Exp $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>2.49</version>
- <date>2012-04-11</date>
+ <version>2.50</version>
+ <date>2012-07-31</date>
<chapter>
<title>Bootstrapping on FreeBSD</title>
@@ -102,9 +102,9 @@
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp wget</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp sed</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp python</i>
-$ <i>./bootstrap-prefix.sh $EPREFIX/tmp coreutils8</i>
-$ <i>./bootstrap-prefix.sh $EPREFIX/tmp findutils3</i>
-$ <i>./bootstrap-prefix.sh $EPREFIX/tmp tar22</i>
+$ <i>./bootstrap-prefix.sh $EPREFIX/tmp coreutils</i>
+$ <i>./bootstrap-prefix.sh $EPREFIX/tmp findutils</i>
+$ <i>./bootstrap-prefix.sh $EPREFIX/tmp tar</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp patch</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp gawk</i>
$ <i>./bootstrap-prefix.sh $EPREFIX portage</i>
1.72 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.71&r2=1.72
Index: bootstrap-macos.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- bootstrap-macos.xml 25 Jul 2012 15:28:28 -0000 1.71
+++ bootstrap-macos.xml 31 Jul 2012 19:42:51 -0000 1.72
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.71 2012/07/25 15:28:28 darkside Exp $ -->
+<!-- $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 $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.43</version>
- <date>2012-07-25</date>
+ <version>1.44</version>
+ <date>2012-07-31</date>
<chapter>
<title>Bootstrapping on OS X</title>
@@ -107,7 +107,7 @@
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp coreutils</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp findutils</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp tar</i>
-$ <i>./bootstrap-prefix.sh $EPREFIX/tmp patch259</i>
+$ <i>./bootstrap-prefix.sh $EPREFIX/tmp patch</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp grep</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp gawk</i>
$ <i>./bootstrap-prefix.sh $EPREFIX/tmp bash</i>
1.89 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.88&r2=1.89
Index: bootstrap-solaris.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- bootstrap-solaris.xml 25 Jul 2012 15:28:28 -0000 1.88
+++ bootstrap-solaris.xml 31 Jul 2012 19:42:51 -0000 1.89
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.88 2012/07/25 15:28:28 darkside Exp $ -->
+<!-- $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 $ -->
<guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
<title>Gentoo Prefix Bootstrap Process for Solaris</title>
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
- <version>1.63</version>
- <date>2012-07-25</date>
+ <version>1.64</version>
+ <date>2012-07-31</date>
<chapter>
<title>Bootstrapping on Solaris</title>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-07-31 19:43 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 18:43 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml bootstrap-macos.xml bootstrap-solaris.xml Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-07-31 19:42 Fabian Groffen (grobian)
2012-04-11 16:50 Jeremy Olexa (darkside)
2011-12-05 18:50 Fabian Groffen (grobian)
2011-11-09 7:50 Fabian Groffen (grobian)
2011-11-04 12:04 Fabian Groffen (grobian)
2011-09-21 19:54 Fabian Groffen (grobian)
2010-03-23 7:37 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox