From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LmxUt-0002G1-Hk for garchives@archives.gentoo.org; Thu, 26 Mar 2009 21:52:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E98E6E04B2; Thu, 26 Mar 2009 21:52:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1A12E04B2 for ; Thu, 26 Mar 2009 21:52:22 +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 5F761651CC for ; Thu, 26 Mar 2009 21:52:22 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LmxUs-0004wf-3A for gentoo-commits@lists.gentoo.org; Thu, 26 Mar 2009 21:52:22 +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, 26 Mar 2009 21:52:22 +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: f9e6c624-a8d6-439b-b130-c6fbb7630981 X-Archives-Hash: 8ae5c2bc281a09750908e8e8eb6b2699 grobian 09/03/26 21:52:22 Modified: bootstrap-solaris.xml Log: bootstrapping with gcc-4.3 is broken (chokes on -fno-stack-protector), = so use 4.2 for the time being Revision Changes Path 1.47 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.47&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gen= too-alt/prefix/bootstrap-solaris.xml?rev=3D1.47&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.46&r2=3D1.47 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.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- bootstrap-solaris.xml 26 Mar 2009 16:43:49 -0000 1.46 +++ bootstrap-solaris.xml 26 Mar 2009 21:52:22 -0000 1.47 @@ -1,6 +1,6 @@ - + =20 Gentoo Prefix Bootstrap Process for Solaris @@ -19,7 +19,7 @@ =20 - 1.25 + 1.26 2009-03-26 =20 @@ -207,9 +207,7 @@ $ emerge --oneshot --nodeps binutils-config $ emerge --oneshot --nodeps binutils $ emerge --oneshot --nodeps gcc-config -$ emerge --oneshot --nodeps gmp -$ emerge --oneshot --nodeps mpfr -$ emerge --oneshot --nodeps gcc +$ emerge --oneshot --nodeps "=3Dgcc-4.2*"

Since the tools for building are now installed in your Prefix,