Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emake die by compling
Date: Wed, 28 Sep 2011 22:20:46
Message-Id: CA+czFiAJgNBTFYkDnu0VycaD=2uzOAm3ZRskXoJ-4b_Z8fjWXg@mail.gmail.com
In Reply to: Re: [gentoo-user] emake die by compling by Alex Sla <4k3nd0@googlemail.com>
1 On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla <4k3nd0@××××××××××.com> wrote:
2 >
3 >
4 > On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@××××××××××.com> wrote:
5 >>
6 >>
7 >> On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman <tsg@×××××××××.net> wrote:
8 >>>
9 >>> * Florian Philipp <lists@×××××××××××.net> [110928 16:05]:
10 >>> > Am 28.09.2011 21:39, schrieb Alex Sla:
11 >>> > > I can't just compile anything. Getting all the time:
12 >>> > >
13 >>> > > * Call stack:
14 >>> > >  *     ebuild.sh, line   56:  Called src_compile
15 >>> > >  *   environment, line 3450:  Called gnome2_src_compile
16 >>> > >  *   environment, line 2736:  Called die
17 >>> > >  * The specific snippet of code:
18 >>> > >  *       emake || die "compile failure"
19 >>> > >
20 >>> > > don't have any idea....
21 >>> > >
22 >>> > >
23 >>> > >
24 >>> >
25 >>> > Usually, the actual error message is a few lines above this one. Please
26 >>> > post it.
27 >>> >
28 >>> > Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then
29 >>> > unmerged 4.4 but forgot to activate the new one using gcc-config.
30 >>> >
31 >>> > Regards,
32 >>> > Florian Philipp
33 >>> >
34 >>>
35 >>> And to add a bit more to that (as I managed to do just that recently):
36 >>>
37 >>> First do a:
38 >>>
39 >>> # gcc-config -l
40 >>>  [1] i686-pc-linux-gnu-4.5.3 *
41 >>>
42 >>> if you don't see a '*' next to any of the entries then none is
43 >>> selected.
44 >>>
45 >>> To select one do:
46 >>>
47 >>>        gcc-config [CC Profile]
48 >>>
49 >>> For example,
50 >>>
51 >>> # gcc-config i686-pc-linux-gnu-4.5.3
52 >>>
53 >>> Todd
54 >>>
55 >>
56 >>
57 >> Arg, i rember that there was something with the gcc .... got to mutch
58 >> Gentoo System ~.~... i try it now again
59 >
60 > I think it;s really to the libpng:
61 > emerge --search libpng
62 > Searching...
63 > [ Results for search key : libpng ]
64 > [ Applications found : 2 ]
65 > *  media-libs/libpng
66 >       Latest version available: 1.5.5
67 >       Latest version installed: 1.5.5
68 >       Size of files: 679 kB
69 >       Homepage:      http://www.libpng.org/
70 >       Description:   Portable Network Graphics library
71 >       License:       as-is
72 >
73 > I just read in the Internet something about 1.2 -> 1.4 should i do this like
74 > this ? http://gentoo-pr.org/node/22
75
76 Those steps should largely work. However, anywhere those steps say
77 "libpng14", think "libpng15" instead, and anywhere they say
78 "libpng12", think "libpng14" instead.
79
80 Also, some apps may break with libpng, even after all the libtool and
81 relinking stuff is taken care of. The current stable xemacs (-r1), for
82 example. There's a patch that fixes it, but that hasn't been made
83 stable yet.[1] (Or hadn't, when I tried --sync and --update earlier
84 today)
85
86 [1] https://bugs.gentoo.org/show_bug.cgi?id=384461
87
88 --
89 :wq

Replies

Subject Author
Re: [gentoo-user] emake die by compling Alex Sla <4k3nd0@××××××××××.com>