Gentoo Archives: gentoo-java

From: Joshua Nichols <nichoj@g.o>
To: Jan Meier <jan@×××××××××.org>
Cc: gentoo-java@l.g.o
Subject: Re: [gentoo-java] Unmerging Eclipse fails
Date: Fri, 14 Jul 2006 13:38:51
Message-Id: 44B79DD9.3020703@gentoo.org
In Reply to: [gentoo-java] Unmerging Eclipse fails by Jan Meier
1 Jan Meier wrote:
2 > !!! ERROR: dev-util/eclipse-sdk-3.0.2 failed.
3 > Call stack:
4 > ebuild.sh, line 1447: Called
5 > source '/var/db/pkg/dev-util/eclipse-sdk-3.0.2/eclipse-sdk-3.0.2.ebuild'
6 > eclipse-sdk-3.0.2.ebuild, line 5: Called
7 > inherit 'eutils' 'java-pkg' 'java-ant'
8 > ebuild.sh, line 1182: Called die
9 >
10 > !!! java-ant.eclass could not be found by inherit()
11 > !!! If you need support, post the topmost build error, and the call stack if
12 > relevant.
13 >
14 >
15 > Any suggestions?
16 >
17 > Regards
18 > Jan
19 >
20 >
21
22 You must have been using axxo-overlay at some point. Because of the way
23 eclasses work, they need to be around at unmerge time. java-ant was
24 since renamed to java-ant-2.
25
26 So to fix, you'll need to create an empty eclass named java-ant.eclass, ie:
27 # touch /usr/portage/eclass/java-ant.eclass
28
29 That should do the trick.
30 --
31 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] Unmerging Eclipse fails Jan Meier <jan@×××××××××.org>