Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224855 - dev-db/hsqldb-1.8.0.9-r1 - Filtering out ‘jikes’ as compiler does not work
Summary: dev-db/hsqldb-1.8.0.9-r1 - Filtering out ‘jikes’ as compiler does not work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-04 08:51 UTC by Nico R.
Modified: 2010-03-09 10:31 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 Nico R. 2008-06-04 08:51:52 UTC
dev-db/hsqldb-1.8.0.9-r1 has
        java-pkg_filter-compiler jikes
in the ebuild, but that seems not to work properly. On my system, it still tries to use jikes for compiling the sources, but that does not work.

I spotted that java-utils-2.eclass notes that java-pkg_filter-compiler should be used in src_compile; the hsqldb ebuild uses it in src_unpack. Perhaps this is the source of this problem. Simply moving it into a new src_compile function, which calls java-pkg-2_src_compile, does not give the expected results either, I just tried that.

Part of the environment:
GENTOO_VM=sun-jdk-1.5  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.5.0.15"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="jikes"

GENTOO_COMPILER=jikes
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2010-03-09 10:31:42 UTC
Fixed with 1.8.1.2