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 1RXIPW-0007o8-Pu for garchives@archives.gentoo.org; Sun, 04 Dec 2011 20:11:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1CF821C108; Sun, 4 Dec 2011 20:11:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BE8A021C108 for ; Sun, 4 Dec 2011 20:11:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 048BC1B400C for ; Sun, 4 Dec 2011 20:11:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id CAE662004B; Sun, 4 Dec 2011 20:11:26 +0000 (UTC) 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: <20111204201126.CAE662004B@flycatcher.gentoo.org> Date: Sun, 4 Dec 2011 20:11:26 +0000 (UTC) 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: 3b8bf191-476d-48a6-be5a-b747c55949d4 X-Archives-Hash: aa651ad329205d6d5afaf4fc382b771a grobian 11/12/04 20:11:26 Modified: bootstrap-solaris.xml Log: Work around mpc/gcc circular dependeny by forcing emerging an older mpc= ebuild Revision Changes Path 1.73 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solar= is.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gen= too-alt/prefix/bootstrap-solaris.xml?rev=3D1.73&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gen= too-alt/prefix/bootstrap-solaris.xml?rev=3D1.73&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gen= too-alt/prefix/bootstrap-solaris.xml?r1=3D1.72&r2=3D1.73 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.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- bootstrap-solaris.xml 4 Dec 2011 15:40:44 -0000 1.72 +++ bootstrap-solaris.xml 4 Dec 2011 20:11:26 -0000 1.73 @@ -1,6 +1,6 @@ - + =20 Gentoo Prefix Bootstrap Process for Solaris @@ -19,7 +19,7 @@ =20 - 1.49 + 1.50 2011-12-04 =20 @@ -236,6 +236,14 @@ $ emerge --sync

+ Before we can finish emerging the system set, we need to work + around a circular dependency of gcc on mpc, and + mpc on gcc. +

+
+$ emerge "<dev-libs/mpc-0.9"
+        
+

Next, we let Portage emerge all packages that complete a system install that we eventually need to finalise this Prefix installation.