Gentoo Archives: gentoo-java

From: Jan Meier <jan@×××××××××.org>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] Unmerging Eclipse fails
Date: Fri, 14 Jul 2006 14:49:58
Message-Id: 200607141647.00492.jan@codejunky.org
In Reply to: Re: [gentoo-java] Unmerging Eclipse fails by Joshua Nichols
1 Am Freitag 14 Juli 2006 15:36 schrieb Joshua Nichols:
2 > Jan Meier wrote:
3 > > !!! ERROR: dev-util/eclipse-sdk-3.0.2 failed.
4 > > Call stack:
5 > > ebuild.sh, line 1447: Called
6 > > source '/var/db/pkg/dev-util/eclipse-sdk-3.0.2/eclipse-sdk-3.0.2.ebuild'
7 > > eclipse-sdk-3.0.2.ebuild, line 5: Called
8 > > inherit 'eutils' 'java-pkg' 'java-ant'
9 > > ebuild.sh, line 1182: Called die
10 > >
11 > > !!! java-ant.eclass could not be found by inherit()
12 > > !!! If you need support, post the topmost build error, and the call stack
13 > > if relevant.
14 > >
15 > >
16 > > Any suggestions?
17 > >
18 > > Regards
19 > > Jan
20 >
21 > You must have been using axxo-overlay at some point. Because of the way
22 > eclasses work, they need to be around at unmerge time. java-ant was
23 > since renamed to java-ant-2.
24
25 Yes, I used axxo-overlay.
26
27 > So to fix, you'll need to create an empty eclass named java-ant.eclass, ie:
28 > # touch /usr/portage/eclass/java-ant.eclass
29
30 Hm, strange the eclass does exists.
31
32 codejunky jan # ls /usr/portage/eclass/java-ant.eclass
33 /usr/portage/eclass/java-ant.eclass
34
35 Why is ebuild.sh not able to find the eclass?
36
37 Regards
38 Jan
39
40 --
41 Get my public key from: www.codejunky.org/codejunky.asc

Replies

Subject Author
Re: [gentoo-java] Unmerging Eclipse fails Joshua Nichols <nichoj@g.o>