From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G1NsY-0001t2-Iq for garchives@archives.gentoo.org; Fri, 14 Jul 2006 13:38:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6EDaYKd008009; Fri, 14 Jul 2006 13:36:34 GMT Received: from banta-im.com (roy-rogers.nfic.com [208.231.230.100]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6EDaThr031261 for ; Fri, 14 Jul 2006 13:36:29 GMT Received: from by banta-im.com (8.9.3/8.9.3) with ESMTP id JAA08330; Fri, 14 Jul 2006 09:36:25 -0400 (EDT) Message-ID: <44B79DD9.3020703@gentoo.org> Date: Fri, 14 Jul 2006 09:36:25 -0400 From: Joshua Nichols User-Agent: Thunderbird 1.5.0.4 (X11/20060702) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 To: Jan Meier CC: gentoo-java@lists.gentoo.org Subject: Re: [gentoo-java] Unmerging Eclipse fails References: <200607141439.55561.jan@codejunky.org> In-Reply-To: <200607141439.55561.jan@codejunky.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 95d4b91c-2205-4922-a3ad-7a0aadbc647c X-Archives-Hash: dbed8cfd383445c4d5264d63ba07d072 Jan Meier wrote: > !!! ERROR: dev-util/eclipse-sdk-3.0.2 failed. > Call stack: > ebuild.sh, line 1447: Called > source '/var/db/pkg/dev-util/eclipse-sdk-3.0.2/eclipse-sdk-3.0.2.ebuild' > eclipse-sdk-3.0.2.ebuild, line 5: Called > inherit 'eutils' 'java-pkg' 'java-ant' > ebuild.sh, line 1182: Called die > > !!! java-ant.eclass could not be found by inherit() > !!! If you need support, post the topmost build error, and the call stack if > relevant. > > > Any suggestions? > > Regards > Jan > > You must have been using axxo-overlay at some point. Because of the way eclasses work, they need to be around at unmerge time. java-ant was since renamed to java-ant-2. So to fix, you'll need to create an empty eclass named java-ant.eclass, ie: # touch /usr/portage/eclass/java-ant.eclass That should do the trick. -- gentoo-java@gentoo.org mailing list