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 1R91RM-0002bJ-Be for garchives@archives.gentoo.org; Wed, 28 Sep 2011 21:13:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C89E21C0F0; Wed, 28 Sep 2011 21:13:05 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id F052221C026 for ; Wed, 28 Sep 2011 21:12:07 +0000 (UTC) Received: by eyg5 with SMTP id 5so7016664eyg.40 for ; Wed, 28 Sep 2011 14:12:07 -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=zTZju9u3TB7QYGZ+bdu8mKl8gaU1aZgFyhzWwVFfK9k=; b=qnAu4VKF9QOkOeWjRHBIXgWgIuiwHAv0QKKCI05lsZehM6WySNZ58PkTOwXGeX+/w/ jpPUDRO8c18ZHU6avUeqDIfaBtl+V7GH9XaQ4sw9SmYuEO7M93AcA4EbH2jQtYdC6h9B KqiFFI2x9uhlcvB1wU57iINg75N5ttmgopNgw= 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.42.6 with SMTP id j6mr42171109pbl.41.1317244326025; Wed, 28 Sep 2011 14:12:06 -0700 (PDT) Received: by 10.68.59.9 with HTTP; Wed, 28 Sep 2011 14:12:05 -0700 (PDT) In-Reply-To: References: <4E837D12.3030104@binarywings.net> <20110928202814.GA8126@ns1.bonedaddy.net> Date: Wed, 28 Sep 2011 23:12:05 +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=bcaec54307f222984404ae06d8d3 X-Archives-Salt: X-Archives-Hash: e64aa153e5b6c374516a9e9884a98b12 --bcaec54307f222984404ae06d8d3 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 > I think it;s really to the libpng: emerge --search libpng Searching... [ Results for search key : libpng ] [ Applications found : 2 ] * media-libs/libpng Latest version available: 1.5.5 Latest version installed: 1.5.5 Size of files: 679 kB Homepage: http://www.libpng.org/ Description: Portable Network Graphics library License: as-is I just read in the Internet something about 1.2 -> 1.4 should i do this like this ? http://gentoo-pr.org/node/22 --bcaec54307f222984404ae06d8d3 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

I think it;s really to the libpng:
emerge= --search libpng

Searching...
= [ Results for search key : libpng ]
[ Applications found : 2 ]

* = =C2=A0media-libs/libpng
=C2=A0 =C2=A0 =C2=A0 Latest version available: 1.= 5.5
=C2=A0 =C2= =A0 =C2=A0 Latest version installed: 1.5.5
=C2=A0 =C2=A0 =C2=A0 Size of f= iles: 679 kB
=C2=A0 =C2=A0 =C2=A0 Homepage: =C2=A0 =C2=A0 =C2=A0http://www.libpng.org/
=C2=A0 =C2= =A0 =C2=A0 Description: =C2=A0 Portable Network Graphics library
=C2=A0 = =C2=A0 =C2=A0 License: =C2=A0 =C2=A0 =C2=A0 as-is

=

=
I just rea= d in the Internet something about 1.2 -> 1.4 should i do this like this = ?=C2=A0http://gentoo-pr.org/node/2= 2


--bcaec54307f222984404ae06d8d3--