From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MJGhe-0007VY-GZ for garchives@archives.gentoo.org; Wed, 24 Jun 2009 00:51:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F58AE0639; Wed, 24 Jun 2009 00:51:05 +0000 (UTC) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by pigeon.gentoo.org (Postfix) with ESMTP id 4F240E0639 for ; Wed, 24 Jun 2009 00:51:05 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 27E4037FFB9 for ; Tue, 23 Jun 2009 20:51:05 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 23 Jun 2009 20:51:04 -0400 X-Sasl-enc: gsPh0KrofYbxYVtnYIk5A8I75VaIOLIGoIeq9gNGp6HA 1245804664 Received: from symphony (82-40-132-105.cable.ubr02.pert.blueyonder.co.uk [82.40.132.105]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9FFA52ACB4 for ; Tue, 23 Jun 2009 20:51:04 -0400 (EDT) Date: Wed, 24 Jun 2009 01:50:56 +0100 From: James Le Cuirot To: Gentoo Java Subject: [gentoo-java] jaxb-api and Java virtuals with slot dep VMs Message-ID: <20090624015056.49fb32c2@symphony> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 83151c89-709c-4266-a701-cf6b24ea1916 X-Archives-Hash: dca4063d0bb40498afc6aa71cec5c122 Hi guys, Ran into three separate issues tonight while trying to emerge dom4j! Thanks to ali_bush for helping me with the java6 USE flag issue. The second issue is that java-config is not able to resolve slot dependencies for VMs given in virtuals. This has been done in jaxb-api. JAVA_VIRTUAL_VM needs to be changed from "virtual/jre:1.6" to ">=virtual/jre-1.6" or this needs to be fixed in java-config. jaxb-api also has some issues of its own. First of all, jaxme is missing from JAVA_VIRTUAL_PROVIDES. Additionally, the slot for version 1 has changed from 0 to 1 and this needs to be addressed in the dom4j ebuild. It calls java-pkg_jar-from on jaxb-api with no slot suffix. I'm not sure whether it actually needs slot 1 or 2 here. This also makes me wonder whether jre:1.6 and jaxme really do satisfy both slots 1 and 2. Can anyone who actually knows about JAXB confirm this? Regards, Chewi