Bug 1857901
Summary: | bsf fails to build with java-11-openjdk | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
Component: | bsf | Assignee: | Stewardship SIG <stewardship-sig> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | agrimm, decathorpe, java-maint-sig, java-sig-commits, jvanek, mizdebsk, sgehwolf, stewardship-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | bsf-2.4.0-37.fc33 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-20 20:05:55 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1825969 |
Description
jiri vanek
2020-07-16 17:58:52 UTC
highlight: This was rebuild in sidetag f33-java11. Thus --target is really necessary to reproduce failure. please note: This side tag, f33-java11, will be merged to main f33 buildroot in aprox 14 days. I got stuck while trying to fix this package. Setting javac source / target to "1.8" explicitly fixed compilation step, but the javadoc generation is broken with ye olde "package not found" classpath issue that I can't solve. Turns out, if you remove the broken classpath upstream is setting for the javadoc invocation, it actually works. Fixed and built for rawhide: https://koji.fedoraproject.org/koji/buildinfo?buildID=1544321 |