Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82082 - jaxen 1.1beta2 fails!
Summary: jaxen 1.1beta2 fails!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 00:52 UTC by Patrizio Bassi
Modified: 2005-02-15 05:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrizio Bassi 2005-02-15 00:52:59 UTC
checked http://bugs.gentoo.org/show_bug.cgi?id=76924
but couldn't reopen :(

another compilation issue here!!!


a)
>>> Unpacking jaxen-1.0-FCS.tar.gz to /var/tmp/portage/jaxen-1.0/work
tar: A lone zero block at 17919

 * Applying build.xml.patch ...                                                                                       [ ok ]
Could not find package jdom-1.0_beta9
>>> Source unpacked.

jdom not found....i have it...

b) compilation fails with jdk 1.5....usual enum keyword errors...

just add -source 1.4 to compiler switches
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-15 05:50:51 UTC
first of all, #76924 has nothing to do with your issue. additionally the version you're talking about is jaxen-1.0. it seems that you've got an old jdom version already on your system, please update jdom first and then emerge jaxen. it's not that easy to make that package 1.5 compatible, you also have to overload new methods which we're introduced by sun with the new jdk.  we're working on a solution but for the moment all i can say is don't use jdk1.5 as your system vm.