| Summary: | app-office/openoffice-3.1.1 Error code 1, while making '../../../../../../unxlngx6.pro/misc/sdbc_hsqldb_dummy.java' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Randall Wald <rdwald> |
| Component: | Current packages | Assignee: | Gentoo Office Team <office> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | java, Manfred.Knick |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | The last 900 KB of the build log for the failed ebuild | ||
|
Description
Randall Wald
2009-10-05 17:12:02 UTC
Created attachment 206151 [details]
The last 900 KB of the build log for the failed ebuild
StorageAccess.java:43: cannot access org.hsqldb.lib.Storage bad class file: /usr/share/hsqldb/lib/hsqldb.jar(org/hsqldb/lib/Storage.class) class file has wrong version 50.0, should be 49.0 I just heard about this in #gentoo-java last days. :) Another round of java class version update errors ... I wonder if there is a script to check consistency of java class version versus build jdk. (In reply to comment #2) > StorageAccess.java:43: cannot access org.hsqldb.lib.Storage > bad class file: /usr/share/hsqldb/lib/hsqldb.jar(org/hsqldb/lib/Storage.class) > class file has wrong version 50.0, should be 49.0 Mostly an instance of bug 161622 > I just heard about this in #gentoo-java last days. :) > Another round of java class version update errors ... I don't think this is related to removal of 1.4. Hsqldb was apparently built with java6 use flag (although it's not in the global USE posted). For some reason, 1.5 is selected to build openoffice. Either the user already unmerged all 1.6 jdk's or has some specific configuration in /etc/java-config-2/build With defaults this should not occur. > I wonder if there is a script to check consistency of java class version versus > build jdk. Don't think so :/ bug 161622 (In reply to comment #3) > I don't think this is related to removal of 1.4. Hsqldb was apparently built > with java6 use flag (although it's not in the global USE posted). For some > reason, 1.5 is selected to build openoffice. Either the user already unmerged > all 1.6 jdk's or has some specific configuration in /etc/java-config-2/build > With defaults this should not occur. I have a 1.6 JDK, namely icedtea6-1.6.1. The OpenOffice build might not like non-Sun JDKs, though. I'm sorry, the java-config build defaults are wrong, icedtea6 is not there so it prefers sun-jdk which you have only in 1.5. I'll get it updated in future java-config. Meanwhile, please put this in /etc/java-config-2/build/jdk.conf: *=icedtea6 (In reply to comment #3) > ... Hsqldb ... > with java6 use flag Hints in http://bugs.gentoo.org/show_bug.cgi?id=271449#c6 Is this still considered a problem? No feedback for like ever, closing |