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 1SYnh1-0007vs-SH for garchives@archives.gentoo.org; Mon, 28 May 2012 00:20:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B48D6E0950; Mon, 28 May 2012 00:20:01 +0000 (UTC) Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 0FEC8E09BE for ; Mon, 28 May 2012 00:18:12 +0000 (UTC) Received: by ggnv5 with SMTP id v5so1896516ggn.40 for ; Sun, 27 May 2012 17:18:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=eG/l2xoMWShdSiWnhi1S6pPsUJKUoXmFoqBd6rEvVtk=; b=pxEEr0rLMcN8kFXHhFJ/S2tW8BE8NdVDnGMzRl8mzO/jSH/XX01DFzBDMkRpN+u20Q xbUeD9IALa+qJuhx4SFk+j8ogUt1c9jKp3cFRU6+ckRqfo25vqS1TdOvi42Bt4GwPGuU xHuilwPhqFOFsEeDo+4bz+uwbbUrIxKyWpb+b288DnlMsLFPKuxlqzVnb64kHX0lexAy zbJ0p42XY4tas3jwkD829P97FGnswxWNdebztagF3ZjISSdmQkhjhLOB/64hd4nu0gIw qBiYaDuSKt6FEhj0cK57yNy/Lm8pTmynWdSHQm9xVfOywHSsg4zbGzl44zUiTUv5gJ3L V/eA== Received: by 10.236.190.168 with SMTP id e28mr6028245yhn.57.1338164292526; Sun, 27 May 2012 17:18:12 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-93-185.jan.bellsouth.net. [65.0.93.185]) by mx.google.com with ESMTPS id d10sm13825247anm.17.2012.05.27.17.18.10 (version=SSLv3 cipher=OTHER); Sun, 27 May 2012 17:18:11 -0700 (PDT) Message-ID: <4FC2C441.5030000@gmail.com> Date: Sun, 27 May 2012 19:18:09 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120526 Firefox/12.0 SeaMonkey/2.9.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't emerge any gcc References: In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: e086a47a-7446-4262-94c6-a6f165d949cb X-Archives-Hash: 98bf92d1d78add3b645e05ba8244e553 Ezequiel Garcia wrote: > Hi, > > I can't emerge any gcc. I tried emerging 4.7, 4.5.3-r2 with no luck. > > Should I file a bug? > > Thanks, > Ezequiel. I ran into this a while back and I had to do a emerge -e system then a emerge -e world. I'm not saying to do this yet but if no one posts a fix, you may have to try that route. In the meantime, make sure everything in make.conf is set correctly. Check for typos and other silly mistakes. Maybe post it here and see if someone else sees something. I don't even want to try to count the times all of us have had a typo that wrecks everything. Check gcc-config -l to make sure it is set. I have corrected issues in the past by changing it to a older gcc then back to the new one. I guess something got corrupted or something. It only takes a few seconds, it could be worth a try. Running env-update and source /etc/profile in between while at it. You can try revdep-rebuild to see if that helps but it may not. Sometimes you have to run that multiple times and check for mixing stable and unstable packages. There are occasions where mixing stable/unstable does not turn out to well. This is a common thing and I wouldn't file a bug report. It usually turns out to be a operator error or some setting that got messed up. Dale :-) :-) P. S. Hold on to your hair. No need to pull it out. lol -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! Miss the compile output? Hint: EMERGE_DEFAULT_OPTS="--quiet-build=n"