Gentoo Archives: gentoo-user

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

Replies

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