Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble emerging x11-libs/gtk+
Date: Mon, 27 Sep 2010 19:26:16
Message-Id: AANLkTinsz_0mtbg14aTco+--ch2xj7=ZXtvcYowy_W6W@mail.gmail.com
In Reply to: [gentoo-user] trouble emerging x11-libs/gtk+ by Laurent Kappler
1 On Mon, Sep 27, 2010 at 12:59 PM, Laurent Kappler <rwx700@×××××.com> wrote:
2 > Hi,
3 >
4 > I'm updating my system and compiling  x11-libs/gtk+-2.20.1-r1 fail:
5 >
6 >  ERROR: x11-libs/gtk+-2.20.1-r1 failed:
7 >  *   emake failed
8 >  *
9 >  * Call stack:
10 >  *     ebuild.sh, line   54:  Called src_compile
11 >  *   environment, line 3075:  Called _eapi2_src_compile
12 >  *     ebuild.sh, line  646:  Called die
13 >  * The specific snippet of code:
14 >  *              emake || die "emake failed"
15
16 Hi,
17
18 The actual error happens before this message, in the compilation
19 output that scrolls by. If you can find it then it may help us to
20 track it down with you. Also since you're using MAKEOPTS="-j2" it may
21 help to comment that, so the errors appear in order rather than mixed
22 in with the other processes make job.
23
24 That being said, here is generic advice for any failing to compile :)
25
26 lafilefixer --justfixit
27 revdep-rebuild
28
29 (And, for perl-related things, perl-cleaner --all)

Replies

Subject Author
Re: [gentoo-user] trouble emerging x11-libs/gtk+ Laurent Kappler <rwx700@×××××.com>