From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J6CVu-0002hO-9G for garchives@archives.gentoo.org; Sat, 22 Dec 2007 22:08:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBMM88FZ029514; Sat, 22 Dec 2007 22:08:08 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBMM8711029509 for ; Sat, 22 Dec 2007 22:08:07 GMT 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 F0B1C64EA7 for ; Sat, 22 Dec 2007 22:08:06 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J6CVp-00014F-TP for gentoo-commits@lists.gentoo.org; Sat, 22 Dec 2007 22:08:05 +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 Content-Transfer-Encoding: 8bit Message-Id: Sender: Fabian Groffen Date: Sat, 22 Dec 2007 22:08:05 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 28ade04c-3a71-4943-b7b0-2c14b48dac1e X-Archives-Hash: 488475efe3ae573ab4e68e5d4594e070 grobian 07/12/22 22:08:05 Modified: bootstrap-solaris.xml Log: In order to be able to emerge coreutils on sparcv9 we need a more recent binutils (>2.16), which we bootstrapped earlier since only that version doesn't require texinfo. Revision Changes Path 1.19 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.19&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.18&r2=1.19 Index: bootstrap-solaris.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bootstrap-solaris.xml 22 Dec 2007 20:45:52 -0000 1.18 +++ bootstrap-solaris.xml 22 Dec 2007 22:08:05 -0000 1.19 @@ -1,6 +1,6 @@ - + Gentoo Prefixed Portage Bootstrap Process for Solaris @@ -208,9 +208,12 @@

Now we have some decent autotooling stuff around, we can get - some decent core utilities in our prefix. + some decent core utilities in our prefix. First we have to + upgrade to a newer binutils though, or we may encounter + "multiply defined symbols" on sparcv9 systems.

+$ emerge --oneshot --nodeps sys-devel/binutils
 $ emerge --oneshot --nodeps sys-apps/coreutils
         

-- gentoo-commits@gentoo.org mailing list