Bug 231307
| Summary: | missing /usr/bin/gjnih | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kevin Fenzi <kevin> |
| Component: | java-1.4.2-gcj-compat | Assignee: | Thomas Fitzsimmons <fitzsim> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | rdieter, tromey |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-03-19 12:28:45 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: | 194280 | ||
|
Description
Kevin Fenzi
2007-03-07 16:36:31 UTC
Note that for F7 the new 'gjavah' tool should probably be used. Upstream gcj doesn't build gjnih any more. The alternatives are owned by java-1.4.2-gcj. As a temporary workaround you can do: ln -sf ../../../../bin/gjavah /usr/lib/jvm/java-1.5.0-gcj/bin/javah This is fixed by java-1.5.0-gcj: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228960 which is undergoing review. I meant: ln -sf ../../../../bin/gjavah /usr/lib/jvm/java-1.4.2-gcj/bin/javah So what pkg is going to own /usr/lib/jvm/java-1.4.2-gcj/bin/javah in F7? java-1.5.0-gcj (or is there going to be a java-1.4.2-gcj too)? java-1.5.0-gcj will obsolete java-1.4.2-gcj-compat and will provide /usr/lib/jvm/java-1.5.0-gcj/bin/javah. Initial builds of java-1.5.0-gcj will include a compatibility symlink from /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0 to /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0 until libgcj is rebuilt with java.home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0. java-1.5.0-gcj has hit Rawhide. Please upgrade to it:
yum install java-1.5.0-gcj{,-devel,-src,-javadoc}
|