Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] AbiWord 2.6.4 build failure
Date: Sun, 19 Oct 2008 15:20:19
Message-Id: 48FB502A.8080404@googlemail.com
In Reply to: Re: [gentoo-user] AbiWord 2.6.4 build failure by Liviu Andronic
1 Liviu Andronic schrieb am 19.10.2008 16:51:
2 > On Sun, Oct 19, 2008 at 12:59 PM, Arttu V. <arttuv69@×××××.com> wrote:
3 >
4 >> On 10/18/08, Liviu Andronic <landronimirc@×××××.com> wrote:
5 >>> PORTDIR_OVERLAY="/usr/portage"
6 >>> PORTDIR_OVERLAY="/usr/local/portage"
7 >> I don't really know an answer, but I'm curious about what has been
8 >> attempted with these two lines. Would it work better without overlays,
9 >> i.e., by commenting these two out?
10 >>
11 >> Well, doing so (#PORTDIR_OVERLAY="/usr/local/portage") I did get a
12 > different error message. Same spot, but now Portage tells me:
13 >
14 > ################## Build debug ##################
15 > *
16 > * ERROR: app-office/abiword-2.6.4 failed.
17 > * Call stack:
18 > * ebuild.sh, line 49: Called src_compile
19 > * environment, line 3299: Called gnome2_src_compile
20 > * environment, line 2312: Called die
21 > * The specific snippet of code:
22 > * emake || die "compile failure"
23 > * The die message:
24 > * compile failure
25 > *
26 > * If you need support, post the topmost build error, and the call stack if
27 > relevant.
28 > * A complete build log is located at
29 > '/var/tmp/portage/app-office/abiword-2.6.4/temp/build.log'.
30 > * The ebuild environment file is located at
31 > '/var/tmp/portage/app-office/abiword-2.6.4/temp/environment'.
32 > * This ebuild used the following eclasses from overlays:
33 > * /usr/portage/eclass/alternatives.eclass
34 > * /usr/portage/eclass/eutils.eclass
35 > * /usr/portage/eclass/multilib.eclass
36 > * /usr/portage/eclass/toolchain-funcs.eclass
37 > * /usr/portage/eclass/portability.eclass
38 > * /usr/portage/eclass/gnome2.eclass
39 > * /usr/portage/eclass/fdo-mime.eclass
40 > * /usr/portage/eclass/libtool.eclass
41 > * /usr/portage/eclass/gnome.org.eclass
42 > * /usr/portage/eclass/gnome2-utils.eclass
43 > * /usr/portage/eclass/versionator.eclass
44 > *
45 > ################## End of build debug ##################
46 >
47 > Ideas, anyone?
48 > Liviu
49 >
50
51 Where is your portage tree stored? In /usr/portage I guess, so remove
52 this PORTDIR_OVERLAY="/usr/portage" or replace it with
53 PORTDIR="/usr/portage" but this is not needed as it is default.
54 Regarding PORTDIR_OVERLAY="/usr/local/portage" if you have overlays
55 there you should remove the # comment. I suggest you to read this [1]
56 and the portage man pages again carefully.
57
58 Also the build logs you have posted are completely useless, as the do
59 not really show the error messages which may trigger this errors.
60
61 [1]
62 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?style=printable&full=1#book_part3