| Summary: | xindice 1.0-r1 don't compile (dev-db/xindice-1.0-r1) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nickolay Kolchin-Semyonov <nbkolchin> |
| Component: | New packages | Assignee: | Patrick Kursawe (RETIRED) <phosphan> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Nickolay Kolchin-Semyonov
2004-08-21 03:54:58 UTC
Maybe I just don't see it in your bug report, but which java version are using? Works fine for me with sun-jdk-1.4.2.04. (moved the warning about the jdk from pkg_preinst to pkg_setup now) # java -version java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) It looks like some library is missing for Ant. # epm -qaG | grep dev-java dev-java/bcel-5.1 dev-java/commons-net-1.2.2 dev-java/xerces-2.6.2-r1 dev-java/log4j-1.2.8 dev-java/ibm-jdk-bin-1.4.2 dev-java/xerces-2.6.2 dev-java/commons-logging-1.0.4 dev-java/javahelp-bin-2.0.01 dev-java/bsh-2.0_beta1 dev-java/commons-cli-1.0-r2 dev-java/jython-bin-2.1-r3 dev-java/avalon-logkit-bin-1.2.2 dev-java/regexp-bin-1.3 dev-java/ant-optional-1.6.2-r2 dev-java/jdepend-2.7 dev-java/rhino-1.5_rc5 dev-java/jsch-0.1.16 dev-java/xalan-2.6.0 dev-java/antlr-2.7.4 dev-java/oro-2.0.8 dev-java/antlr-2.7.2 dev-java/junit-3.8.1 dev-java/jzlib-1.0.5 dev-java/sun-jdk-1.4.2.05 dev-java/systray4j-2.4 dev-java/jikes-1.21 dev-java/ant-1.6.2-r2 dev-java/java-sdk-docs-1.4.2 dev-java/blackdown-jdk-1.4.2_rc1-r1 dev-java/java-config-1.2.10 dev-java/commons-collections-3.1 dev-java/commons-beanutils-1.7.0 Please give -r2 a try when it hits your portage mirror. I didn't really find out what goes wrong, but using an external "ant" instead of the one found by the script supplied by the package makes it work for me. Fixed another issue: The init script was referring to a wrong path. Please re-open if you still have problems. |