Bug 1977671
| Summary: | [aarch64] java.library.path not listing /usr/lib64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Severin Gehwolf <sgehwolf> |
| Component: | java-11-openjdk | Assignee: | Severin Gehwolf <sgehwolf> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ahughes, ashundi, jerboaa, jvanek, mageia-java |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | aarch64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | java-11-openjdk-11.0.12.0.7-1.fc35 java-11-openjdk-11.0.12.0.7-6.fc36 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-28 22:55:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Upstream bug for this is JDK-8269668. FEDORA-2021-ba4886ade4 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ba4886ade4 FEDORA-2021-ba4886ade4 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. *** Bug 1993446 has been marked as a duplicate of this bug. *** FEDORA-2021-fb40acc444 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-fb40acc444 FEDORA-2021-fb40acc444 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: $ java -XshowSettings:properties -version Doesn't list /usr/lib64 for aarch64 (a 64 bit architecture). This breaks libraries that attempt to load libraries via System.loadLibrary("foo") where "foo" is is /usr/lib64/libfoo.so. Version-Release number of selected component (if applicable): java-11-openjdk-11.0.11.0.9-4.fc33.aarch64 How reproducible: 100% Steps to Reproduce: 1. java -XshowSettings:properties -version Actual results: java.library.path = /usr/java/packages/lib /lib /usr/lib Expected results: java.library.path = /usr/java/packages/lib /usr/lib64 /lib64 /lib /usr/lib Additional info: Other architectures seem to be OK in this regard.