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 1M0J7O-0008Gx-45 for garchives@archives.gentoo.org; Sat, 02 May 2009 17:35:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C039E0639; Sat, 2 May 2009 17:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D70CE0639 for ; Sat, 2 May 2009 17:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id BDC3565461 for ; Sat, 2 May 2009 17:35:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.442 X-Spam-Level: X-Spam-Status: No, score=-3.442 required=5.5 tests=[AWL=0.157, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h9h5Jigo+oZU for ; Sat, 2 May 2009 17:35:09 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B75EE656A3 for ; Sat, 2 May 2009 17:35:07 +0000 (UTC) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1M0J78-0003QI-Ts for gentoo-user@gentoo.org; Sat, 02 May 2009 17:35:02 +0000 Received: from athedsl-383490.home.otenet.gr ([79.131.50.0]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 May 2009 17:35:02 +0000 Received: from realnc by athedsl-383490.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 May 2009 17:35:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: emerge --oneshot gcc-4.1.2 Date: Sat, 02 May 2009 20:34:02 +0300 Organization: Lucas Barks Message-ID: References: <49FC826F.7050606@gmail.com> 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: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-383490.home.otenet.gr User-Agent: Thunderbird 2.0.0.21 (X11/20090429) In-Reply-To: <49FC826F.7050606@gmail.com> Sender: news X-Archives-Salt: 4de3f01d-3bb6-4a8a-9178-d68e9c8f8524 X-Archives-Hash: 4b0eef3551700269f9a6115253184f70 Hung Dang wrote: > Hi all > I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the > following message. > > !!! 'gcc-4.1.2' is not a valid package atom. > !!! Please check ebuild(5) for full details. > > What should I do to avoid of this problem? Try: emerge --oneshot =gcc-4.1.2 (that is, you need an "=" in front.) Or simply just: emerge --oneshot gcc if you're not using an ~arch ("testing") GCC.