Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emake die by compling Michael Mol <mikemol@×××××.com>