From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1JwhHH-0004gB-0b
for garchives@archives.gentoo.org; Thu, 15 May 2008 17:30:03 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 3DACCE074E;
Thu, 15 May 2008 17:30:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 0EC86E074E
for ; Thu, 15 May 2008 17:30:02 +0000 (UTC)
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id 821606466A
for ; Thu, 15 May 2008 17:30:01 +0000 (UTC)
Received: from grobian by stork.gentoo.org with local (Exim 4.68)
(envelope-from )
id 1JwhHD-0008IH-4Z
for gentoo-commits@lists.gentoo.org; Thu, 15 May 2008 17:29:59 +0000
From: "Fabian Groffen (grobian)"
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-solaris.xml
X-VCS-Repository: gentoo
X-VCS-Files: bootstrap-solaris.xml
X-VCS-Directories: xml/htdocs/proj/en/gentoo-alt/prefix
X-VCS-Committer: grobian
X-VCS-Committer-Name: Fabian Groffen
Content-Type: text/plain; charset=utf8
Message-Id:
Sender: Fabian Groffen
Date: Thu, 15 May 2008 17:29:59 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 1c59ba4c-1541-488b-8453-4eac270a9b39
X-Archives-Hash: 98439095badaf27de4967efab33d5f97
grobian 08/05/15 17:29:59
Modified: bootstrap-solaris.xml
Log:
As Fabrice Bacchella and I found out, m4 gives problems with Sun provid=
ed gcc, so avoid eautoreconf needing bash ebuilds (which scaringly leaves=
only one)
Revision Changes Path
1.28 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solar=
is.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gen=
too-alt/prefix/bootstrap-solaris.xml?rev=3D1.28&view=3Dmarkup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gen=
too-alt/prefix/bootstrap-solaris.xml?rev=3D1.28&content-type=3Dtext/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gen=
too-alt/prefix/bootstrap-solaris.xml?r1=3D1.27&r2=3D1.28
Index: bootstrap-solaris.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootst=
rap-solaris.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- bootstrap-solaris.xml 14 May 2008 13:16:56 -0000 1.27
+++ bootstrap-solaris.xml 15 May 2008 17:29:58 -0000 1.28
@@ -1,6 +1,6 @@
-
+
=20
Gentoo Prefix Bootstrap Process for Solaris
@@ -19,8 +19,8 @@
=20
- 1.9
- 2008-05-14
+ 1.10
+ 2008-05-15
=20
Bootstrapping on Solaris 10
@@ -169,7 +169,7 @@
$ emerge --oneshot --nodeps wget
-$ emerge --oneshot bash
+$ emerge --oneshot =3Dbash-3.2_p17-r1 (avoid autotools)
It is safe to ignore the "1 config files in XXX need updating"
--=20
gentoo-commits@lists.gentoo.org mailing list