Gentoo Archives: gentoo-user

From: Alex Sla <4k3nd0@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emake die by compling
Date: Wed, 28 Sep 2011 20:33:47
Message-Id: CALLyzeae=Oa8Lkx=+XyL=GO3JPLuE2W2eiUGs2o0oqG_qwFiuw@mail.gmail.com
In Reply to: Re: [gentoo-user] emake die by compling by Todd Goodman
1 On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman <tsg@×××××××××.net> wrote:
2
3 > * Florian Philipp <lists@×××××××××××.net> [110928 16:05]:
4 > > Am 28.09.2011 21:39, schrieb Alex Sla:
5 > > > I can't just compile anything. Getting all the time:
6 > > >
7 > > > * Call stack:
8 > > > * ebuild.sh, line 56: Called src_compile
9 > > > * environment, line 3450: Called gnome2_src_compile
10 > > > * environment, line 2736: Called die
11 > > > * The specific snippet of code:
12 > > > * emake || die "compile failure"
13 > > >
14 > > > don't have any idea....
15 > > >
16 > > >
17 > > >
18 > >
19 > > Usually, the actual error message is a few lines above this one. Please
20 > > post it.
21 > >
22 > > Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then
23 > > unmerged 4.4 but forgot to activate the new one using gcc-config.
24 > >
25 > > Regards,
26 > > Florian Philipp
27 > >
28 >
29 > And to add a bit more to that (as I managed to do just that recently):
30 >
31 > First do a:
32 >
33 > # gcc-config -l
34 > [1] i686-pc-linux-gnu-4.5.3 *
35 >
36 > if you don't see a '*' next to any of the entries then none is
37 > selected.
38 >
39 > To select one do:
40 >
41 > gcc-config [CC Profile]
42 >
43 > For example,
44 >
45 > # gcc-config i686-pc-linux-gnu-4.5.3
46 >
47 > Todd
48 >
49 >
50
51 Arg, i rember that there was something with the gcc .... got to mutch Gentoo
52 System ~.~... i try it now again

Replies

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