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 1JZtpw-0001iQ-UV for garchives@archives.gentoo.org; Thu, 13 Mar 2008 20:15:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C5F8E020E; Thu, 13 Mar 2008 20:15:25 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by pigeon.gentoo.org (Postfix) with ESMTP id 03075E0266 for ; Thu, 13 Mar 2008 20:15:24 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 27so3601599wfd.10 for ; Thu, 13 Mar 2008 13:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=r6bbz6mOkhg22YZpP3puhPBQYIHC2d/3qvKzioPnQaI=; b=IHROtUv0BbxLjF+8a2pb4tvaDkoq4GI+DUdPt5B+EwYP665oZQahOeWMCD+nTd3whLEyA35wrGvmuG4Sue9zr5jOgNRCv3oZnx0NUTalbB9rropJ95CGho4bm58dIPIOeaNz9oifexxnGcOzQFcaomgwvD8rJtJGO/oAiYRMm80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=LAQrYsbQRATQCAvut6ZCy5Uhk5ym2a45OGhufVjywauNKM0BTBEKYuxqnH+9uWiHvfwsDfYXascGFBk++rsUO/eptIULnkvnmEl6aoJUYcbp8HxmDDf0s5zwa7biIOp6eRqYON/WeQz7kRmx+1cL8FKwDSV42/fc9ZEJxw0SAlQ= Received: by 10.142.98.18 with SMTP id v18mr4682538wfb.61.1205439324348; Thu, 13 Mar 2008 13:15:24 -0700 (PDT) Received: by 10.143.167.6 with HTTP; Thu, 13 Mar 2008 13:15:24 -0700 (PDT) Message-ID: <2b8cfde80803131315s18e0db51h9a3c8cda3a65417c@mail.gmail.com> Date: Thu, 13 Mar 2008 16:15:24 -0400 From: "Robert Stockdale IV" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge wine In-Reply-To: <20080313011957.7bae7c9d@loonquawl.digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23620_18157207.1205439324351" References: <2b8cfde80803120323q78c8baq9a2e00132e8a1c49@mail.gmail.com> <200803121223.03701.alan.mckinnon@gmail.com> <2b8cfde80803121807h6bbb8386j5c74168e55b77b8e@mail.gmail.com> <20080313011957.7bae7c9d@loonquawl.digimed.co.uk> X-Archives-Salt: 121bbcf9-5270-468a-958b-22439819f713 X-Archives-Hash: 1acacbdedbc8611ce01a83c9ec3bc960 ------=_Part_23620_18157207.1205439324351 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Mar 12, 2008 at 9:19 PM, Neil Bothwick wrote: > On Wed, 12 Mar 2008 21:07:11 -0400, Robert Stockdale IV wrote: > > > [ebuild R ] sys-devel/gcc-4.1.2 USE="fortran gcj gtk mudflap* nls > > (-altivec) -bootstrap -build -d -doc (-hardened) -ip28 -ip32r10k > > -libffi% (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ > > -objc-gc -test -vanilla" 38,841 kB > > > > I already have gcc 4.2.3 installed and emerge wants to downgrade to > > 4.1.2. > > No it doesn't, it wants to reinstall 4.1.2 because of the changed mudflap > USE flag. gcc is slotted, so you can have 4.1 and 4.2 installed at the > same time and switch between them with gcc-config. > > > -- > Neil Bothwick > > Home is where you hang your @. > Well I got it compiling. However it seems to die with errors with the USE flag and FEATURES. It also will not take the multilib use flag. I use the -uDNav option on emerge and multilib is shown as (-multilib). How can I get it to show multilib* instead of (-multilib). Thank you. Bob ------=_Part_23620_18157207.1205439324351 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Mar 12, 2008 at 9:19 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
On Wed, 12 Mar 2008 21:07:11 -0400, Robert Stockdale IV wrote:

> [ebuild   R   ] sys-devel/gcc-4.1.2  USE="fortran gcj gtk mudflap* nls
> (-altivec) -bootstrap -build -d -doc (-hardened) -ip28 -ip32r10k
> -libffi% (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++
> -objc-gc -test -vanilla" 38,841 kB


> I already have gcc 4.2.3 installed and emerge wants to downgrade to
> 4.1.2.

No it doesn't, it wants to reinstall 4.1.2 because of the changed mudflap
USE flag. gcc is slotted, so you can have 4.1 and 4.2 installed at the
same time and switch between them with gcc-config.


--
Neil Bothwick

Home is where you hang your @.

Well I got it compiling. However it seems to die with errors with the USE flag and FEATURES. It also will not take the multilib use flag. I use the -uDNav option on emerge and multilib is shown as (-multilib). How can I get it to show multilib* instead of (-multilib). Thank you.
Bob
------=_Part_23620_18157207.1205439324351-- -- gentoo-user@lists.gentoo.org mailing list