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