Summary: | ant-tasks-1.6.5 fails to build without jdk-1.5 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Richard Fish <bigfish> |
Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | blocker | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Richard Fish
2005-10-15 11:17:04 UTC
user unmasked 1.5 without knowing what he was doeing (In reply to comment #1) > user unmasked 1.5 without knowing what he was doeing What? Please explain. Ant-tasks-1.6.5 fails to build _without_ unmasking 1.5. In fact, this problem is what lead me to unmask 1.5 in the first place! Just to try, I removed sun-jdk from package.unmask, unmerged sun-jdk-1.5.0.05, updated java-config, and tried again. Here are my results: carcharias rjf # java-config -L [sun-jdk-1.4.2.09] "Sun JDK 1.4.2.09" (/etc/env.d/java/20sun-jdk-1.4.2.09) * [blackdown-jdk-1.4.2.02] "Blackdown JDK 1.4.2.02" (/etc/env.d/java/20blackdown-jdk-1.4.2.02) carcharias rjf # emerge --verbose ant-tasks Calculating dependencies ...done! >>> emerge (1 of 1) dev-java/ant-tasks-1.6.5 to / >>> md5 files ;-) ant-tasks-1.6.2-r10.ebuild >>> md5 files ;-) ant-tasks-1.6.5.ebuild >>> md5 files ;-) ant-tasks-1.6.2-r9.ebuild >>> md5 files ;-) files/digest-ant-tasks-1.6.5 >>> md5 files ;-) files/1.6.2-scp.patch >>> md5 files ;-) files/digest-ant-tasks-1.6.2-r10 >>> md5 files ;-) files/digest-ant-tasks-1.6.2-r9 >>> md5 src_uri ;-) apache-ant-1.6.5-src.tar.bz2 >>> Unpacking source... >>> Unpacking apache-ant-1.6.5-src.tar.bz2 to /var/tmp/portage/ant-tasks-1.6.5/work >>> Source unpacked. Buildfile: build.xml prepare: check_for_optional_packages: BUILD FAILED java.lang.UnsupportedClassVersionError: org/apache/regexp/RE (Unsupported major.minor version 49.0) Total time: 2 seconds !!! ERROR: dev-java/ant-tasks-1.6.5 failed. !!! Function src_compile, Line 79, Exitcode 1 !!! build failed !!! If you need support, post the topmost build error, NOT this status message. Nevermind. I see jakarta-regexp somehow got rebuilt with 1.5, and was causing the problem. Cheers, -Richard |