| Summary: | dev-java/xt-20051206-r2 - src_compile(): javac: java.lang.AssertionError? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ercpe |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge log | ||
|
Description
Toralf Förster
2015-02-20 12:13:01 UTC
Thanks for the report; i've fixed this in -r3: + 16 Mar 2015; Johann Schmitz <ercpe@gentoo.org> +files/enum.patch, + +xt-20051206-r3.ebuild: + Bug #540762, reported by Toralf Förster: Renamed enum variable to make it + compilable with newer jdks The problem was a variable named "enum". While (very) old jdks happily accept this (or emit a warning), newer JDKs raise an AssertionError during compilation. |