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 1R90py-0006BW-48 for garchives@archives.gentoo.org; Wed, 28 Sep 2011 20:34:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E085521C0D2; Wed, 28 Sep 2011 20:34:19 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id EF61921C231 for ; Wed, 28 Sep 2011 20:32:31 +0000 (UTC) Received: by gyd10 with SMTP id 10so9379959gyd.40 for ; Wed, 28 Sep 2011 13:32:31 -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=++1Wve67Zy9eRVBd/dfPmJBe6dSdMCh0mx1Xb9JFHvo=; b=MoTEUUDxL63OzcbUENbz+5SssTC0aWNUzxfN20a3thK8iRi1XMKNlfpQ/NpoVVDJPa DCpwiECuUpOO8TiYn35YuF1+b7/CG7mp9fD3co84SQqzIpXAio1ceAc/Ox6f+7AKP/sv 5whWSXSIFwEDld3hd+p99gVgX+GRGv+UqoTw0= 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.0.168 with SMTP id 8mr3337462pbf.126.1317241951288; Wed, 28 Sep 2011 13:32:31 -0700 (PDT) Received: by 10.68.59.9 with HTTP; Wed, 28 Sep 2011 13:32:31 -0700 (PDT) In-Reply-To: References: <4E837D12.3030104@binarywings.net> <20110928202814.GA8126@ns1.bonedaddy.net> Date: Wed, 28 Sep 2011 22:32:31 +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=bcaec531481196fd4e04ae064a57 X-Archives-Salt: X-Archives-Hash: 2cf70687360d47d30c0cb17a7275d51f --bcaec531481196fd4e04ae064a57 Content-Type: text/plain; charset=UTF-8 On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@googlemail.com> wrote: > > > 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 > --bcaec531481196fd4e04ae064a57 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Wed, Sep 28, 2011 at 10:32 PM, Alex S= la <4k3nd0@go= oglemail.com> wrote:


On Wed= , Sep 28, 2011 at 10:28 PM, Todd Goodman <tsg@bonedaddy.net>= wrote:
* Florian Philipp <lists@binarywings.net> [110928 16:05]:
> Am 28.09.2011 21:39, schrieb Alex Sla:
> > 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

--bcaec531481196fd4e04ae064a57--