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 15:50:51
Message-Id: 44B7BCF4.6020400@gentoo.org
In Reply to: Re: [gentoo-java] Unmerging Eclipse fails by Jan Meier
1 Jan Meier wrote:
2 > Hm, strange the eclass does exists.
3 >
4 > codejunky jan # ls /usr/portage/eclass/java-ant.eclass
5 > /usr/portage/eclass/java-ant.eclass
6 >
7 > Why is ebuild.sh not able to find the eclass?
8 >
9 Like I said... the eclass was renamed, and hence, the old eclass,
10 java-ant, is no longer around. That's the cause of the problem. You have
11 to create an empty one to unmerge it. Like I suggested:
12
13 # touch /usr/portage/eclass/java-ant.eclass
14
15 That will create an empty eclass for you.
16
17 - Josh
18 --
19 gentoo-java@g.o mailing list

Replies

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