Bug 426681
| Summary: | openoffice.org-2.3.0-6.7.fc8.src.rpm not builded | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Danilo Marcucci <danilo> | ||||
| Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | jnavrati | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-12-29 15:16:59 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Danilo Marcucci
2007-12-24 07:45:31 UTC
Created attachment 290345 [details]
It's log from /usr/src/redhat/BUILD/OOG680_m6/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/logging/en-US/
You probably have javac as icedtea and the configure is currently set to use --with-jdk-home=/path/to/gcj meaning that some bits are getting built with icedtea using the default java 1.6 bytecode output and then some bits are using gij to try and run those and it can only handle up to java 1.5 bytecode. So you could probably should either try a) editing the .spec to toggle "jdk_is_gcj" to 0 b) or remove the icedtea-devel stuff to ensure that that ecj is used to built the java bits Not a bug I'd say, just a problem of supporting two java implementations at this changeover time. I have removed icedtea-devel (rpm -e java-1.7.0-icedtea-devel) and the package openoffice.org-2.3.0-6.7.fc8.src.rpm its rebuild without error. Thanks |