Actions
Bug #6989
closedjava libraries have incorrect RPATH
Start date:
2016-05-22
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
A lot of OpenJDK libraries in /usr/jdk/instances/openjdk1.7.0/jre/lib/i386 have incorrect RPATH, starting from /usr/lib. It shouldn't contain /usr/lib, or library can load wrong dependency (for example, libnet.so).
Updated by Alexander Pyhalov about 6 years ago
- Status changed from New to Resolved
- Assignee set to Alexander Pyhalov
Fixed in https://github.com/OpenIndiana/oi-userland/commit/1f7a5c7a1416aa123fcbf55f0964e38eed48659e . The issue was that pkgsrc patch set included setting RPATH to PREFIX, which is not needed on OI.
Actions