From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K8CgM-0008SB-71 for garchives@archives.gentoo.org; Mon, 16 Jun 2008 11:15:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D5FE03ED; Mon, 16 Jun 2008 11:15:28 +0000 (UTC) Received: from mailfilter10.ihug.co.nz (mailfilter10.ihug.co.nz [203.109.136.10]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F591E03ED for ; Mon, 16 Jun 2008 11:15:27 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiwBAF/nVUh2Xa5f/2dsb2JhbAAIrQ+BYw X-IronPort-AV: E=Sophos;i="4.27,652,1204455600"; d="scan'208";a="106337304" Received: from 118-93-174-95.dsl.dyn.ihug.co.nz (HELO [10.1.1.3]) ([118.93.174.95]) by smtp.mailfilter2.ihug.co.nz with ESMTP; 16 Jun 2008 23:15:26 +1200 Message-ID: <48564B2F.6040603@gentoo.org> Date: Mon, 16 Jun 2008 23:14:55 +1200 From: Alistair Bush User-Agent: Thunderbird 2.0.0.14 (X11/20080606) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org MIME-Version: 1.0 To: gentoo-java@lists.gentoo.org Subject: [gentoo-java] javatoolkit Depend problem Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 1141586d-4f57-415f-a953-e6216cc9ffe8 X-Archives-Hash: 106c962f551cce3ee19f3f722f692e15 While installing a new vm for testing stable I ran into an build error on sys-lib/db. It was caused by the following chain of events. 1) Follow install documentation. 2) Configure USE="java" and JAVA_PKG_STRICT=1 in make.conf before (emerge -avutDN world)ing 3) emerge -avutDN world. 4) Watch as sys-lib/db attempts to call class-version-verify.py and then dies saying that the class version is incorrect. Most should be able to figure this out via the output [1] below. So the question is, do we move the DEPEND on javatoolkit. If so where? java-utils-2.eclass? or do we update java-pkg_verify-classes() to check for whether class-version-verify is actually available before attempting to use it? Alistair [1] grep "javatoolkit" /usr/portage/eclass/*java*.eclass /usr/portage/eclass/java-ant-2.eclass:# We need some tools from javatoolkit. We also need portage 2.1 for phase hooks /usr/portage/eclass/java-ant-2.eclass:DEPEND=">=dev-java/javatoolkit-0.2.0-r1 ${JAVA_PKG_PORTAGE_DEP} ${JAVA_ANT_E_DEPEND}" /usr/portage/eclass/java-ant-2.eclass: local rewriter3="/usr/share/javatoolkit/xml-rewrite-3.py" /usr/portage/eclass/java-ant-2.eclass: eerror "Do you have dev-java/javatoolkit installed?" -- gentoo-java@lists.gentoo.org mailing list