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 1R9Ftw-00063z-S3 for garchives@archives.gentoo.org; Thu, 29 Sep 2011 12:39:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D1C21C06E; Thu, 29 Sep 2011 12:39:33 +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 94F0D21C04A for ; Thu, 29 Sep 2011 12:38:33 +0000 (UTC) Received: by yie21 with SMTP id 21so663849yie.40 for ; Thu, 29 Sep 2011 05:38:33 -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=rrRPbKcL9qKjG7vwzjbM+qEkroN7TTq7KioeRvaCRQE=; b=t4sXOOaAz9y9+GtXrxddlRNuJeZJy2hKA9aGZdYXk5suCWY8BajXIlvjRzWg7HoRE0 AEOROQwaNXXdVZn/p2N+zF+rLr8M2TCkBGkHIkDhYnx7d3mkpfEUIxxke4N+KZXH0R+n aa9ZvYB6mKILelBYhHnaKR/xF9TpwmwGFSjuU= 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.56.225 with SMTP id d1mr51700762pbq.109.1317299912327; Thu, 29 Sep 2011 05:38:32 -0700 (PDT) Received: by 10.68.59.9 with HTTP; Thu, 29 Sep 2011 05:38:32 -0700 (PDT) In-Reply-To: References: <4E837D12.3030104@binarywings.net> <20110928202814.GA8126@ns1.bonedaddy.net> Date: Thu, 29 Sep 2011 14:38:32 +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=bcaec539631a56443604ae13c9b0 X-Archives-Salt: X-Archives-Hash: f8eb7b773b111b3098740b22bd9c3c81 --bcaec539631a56443604ae13c9b0 Content-Type: text/plain; charset=UTF-8 On Thu, Sep 29, 2011 at 12:19 AM, Michael Mol wrote: > On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla <4k3nd0@googlemail.com> wrote: > > > > > > 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 > > Those steps should largely work. However, anywhere those steps say > "libpng14", think "libpng15" instead, and anywhere they say > "libpng12", think "libpng14" instead. > > Also, some apps may break with libpng, even after all the libtool and > relinking stuff is taken care of. The current stable xemacs (-r1), for > example. There's a patch that fixes it, but that hasn't been made > stable yet.[1] (Or hadn't, when I tried --sync and --update earlier > today) > > [1] https://bugs.gentoo.org/show_bug.cgi?id=384461 > > -- > :wq > > Maybe i just go back to the stable libpng. Don't have the time in the moment to go with some testing. When i may get some time soon, i will try. Thank you very much Greeting's from Germany A. --bcaec539631a56443604ae13c9b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Thu, Sep 29, 2011 at 12:19 AM, Michae= l Mol <mikemol@gm= ail.com> wrote:
On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla= <4k3nd0@googlemail.com>= wrote:
>
>
> 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 <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 t= ime:
>>> > >
>>> > > * 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_compile
>>> > > =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 "comp= ile failure"
>>> > >
>>> > > don't have any idea....
>>> > >
>>> > >
>>> > >
>>> >
>>> > Usually, the actual error message is a few lines above th= is 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 re= cently):
>>>
>>> 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
>>> 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 mu= tch
>> 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 files: 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 lib= rary
> =C2=A0 =C2=A0 =C2=A0 License: =C2=A0 =C2=A0 =C2=A0 as-is
>
> I just read in the Internet something about 1.2 -> 1.4 should i do = this like
> this ?=C2=A0http://gentoo-pr.org/node/22

Those steps should largely work. However, anywhere those steps = say
"libpng14", think "libpng15" instead, and anywhere they= say
"libpng12", think "libpng14" instead.

Also, some apps may break with libpng, even after all the libtool and
relinking stuff is taken care of. The current stable xemacs (-r1), for
example. There's a patch that fixes it, but that hasn't been made stable yet.[1] (Or hadn't, when I tried --sync and --update earlier
today)

[1] https://bugs.gentoo.org/show_bug.cgi?id=3D384461

--
:wq

Maybe i just go back to the stable libpng. Don= 9;t have the time in the moment to go with some testing.=C2=A0
When i m= ay get some time soon, i will try.

Thank you very= =C2=A0much
Greeting's from Germany A.
--bcaec539631a56443604ae13c9b0--