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 1R90p3-00065T-RR for garchives@archives.gentoo.org; Wed, 28 Sep 2011 20:33:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2DD21C243; Wed, 28 Sep 2011 20:33:23 +0000 (UTC) Received: from mail-yi0-f53.google.com (mail-yi0-f53.google.com [209.85.218.53]) by pigeon.gentoo.org (Postfix) with ESMTP id C6E3521C22E for ; Wed, 28 Sep 2011 20:32:14 +0000 (UTC) Received: by yie21 with SMTP id 21so9548668yie.40 for ; Wed, 28 Sep 2011 13:32:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NLxpQcSA/7qj3WnpMZR7WEvAr+F1+z2MrYut50Ccvd4=; b=Dlo5oQEpV9ka9lKQ4l2khK4tvt6dIn7NifiamM9T0vBf4VwNHJN5areVvqPPxEHNhD mkHlNVmULmOdVcZHd2vb5o9VQiJYSWBqUaq4jsKzMIUWij0gAgiuFOzUEjz45Xo80anC RSHX+pIqr7lCqodANg/50thlM83JLpB4uIFn0= 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 Received: by 10.68.33.232 with SMTP id u8mr23582993pbi.58.1317241933848; Wed, 28 Sep 2011 13:32:13 -0700 (PDT) Received: by 10.68.59.9 with HTTP; Wed, 28 Sep 2011 13:32:13 -0700 (PDT) In-Reply-To: <20110928202814.GA8126@ns1.bonedaddy.net> References: <4E837D12.3030104@binarywings.net> <20110928202814.GA8126@ns1.bonedaddy.net> Date: Wed, 28 Sep 2011 22:32:13 +0200 Message-ID: Subject: Re: [gentoo-user] emake die by compling From: Alex Sla <4k3nd0@googlemail.com> To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=bcaec520f71d8ce24904ae0649b6 X-Archives-Salt: X-Archives-Hash: 93ee4f44d1f7f21cf60b1a16f91cd901 --bcaec520f71d8ce24904ae0649b6 Content-Type: text/plain; charset=UTF-8 On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman wrote: > * Florian Philipp [110928 16:05]: > > Am 28.09.2011 21:39, schrieb Alex Sla: > > > I can't just compile anything. Getting all the time: > > > > > > * Call stack: > > > * ebuild.sh, line 56: Called src_compile > > > * environment, line 3450: Called gnome2_src_compile > > > * environment, line 2736: Called die > > > * The specific snippet of code: > > > * emake || die "compile failure" > > > > > > don't have any idea.... > > > > > > > > > > > > > Usually, the actual error message is a few lines above this one. Please > > post it. > > > > Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then > > unmerged 4.4 but forgot to activate the new one using gcc-config. > > > > Regards, > > Florian Philipp > > > > And to add a bit more to that (as I managed to do just that recently): > > First do a: > > # gcc-config -l > [1] i686-pc-linux-gnu-4.5.3 * > > if you don't see a '*' next to any of the entries then none is > selected. > > To select one do: > > gcc-config [CC Profile] > > For example, > > # gcc-config i686-pc-linux-gnu-4.5.3 > > Todd > > Arg, i rember that there was something with the gcc .... got to mutch Gentoo System ~.~... i try it now again --bcaec520f71d8ce24904ae0649b6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Wed, Sep 28, 2011 at 10:28 PM, Todd G= oodman <tsg@boned= addy.net> wrote:
* Florian Philipp <lists@binary= wings.net> [110928 16:05]:
> Am 28.09.2011 21:39, schrieb Alex Sl= a:
> > I can't just compile anything. Getting all the time:
> >
> > * Call stack:
> > =C2=A0* =C2=A0 =C2=A0 ebuild.sh, line =C2=A0 56: =C2=A0Called src= _compile
> > =C2=A0* =C2=A0 environment, line 3450: =C2=A0Called gnome2_src_co= mpile
> > =C2=A0* =C2=A0 environment, line 2736: =C2=A0Called die
> > =C2=A0* The specific snippet of code:
> > =C2=A0* =C2=A0 =C2=A0 =C2=A0 emake || die "compile failure&q= uot;
> >
> > don't have any idea....
> >
> >
> >
>
> Usually, the actual error message is a few lines above this one. Pleas= e
> post it.
>
> Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then > unmerged 4.4 but forgot to activate the new one using gcc-config.
>
> Regards,
> Florian Philipp
>

And to add a bit more to that (as I managed to do just that rec= ently):

First do a:

# gcc-config -l
=C2=A0[1] i686-pc-linux-gnu-4.5.3 *

if you don't see a '*' next to any of the entries then none is<= br> selected.

To select one do:

=C2=A0 =C2=A0 =C2=A0 =C2=A0gcc-config [CC Profile]

For example,

# gcc-config i686-pc-linux-gnu-4.5.3

Todd



Arg, i rember that there = was something with the gcc .... got to mutch Gentoo System ~.~... i try it = now again
--bcaec520f71d8ce24904ae0649b6--