Bug #7610
SGSPROTO bits are built without SONAME for some reason
Start date:
2016-11-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
I think this just wasn't seen as necessary. It causes issues when using a temporary linker which is what I'm doing to decouple the build version from the host version.
Updated by Andrew Stormont over 4 years ago
After fix:
root@omnios:/root/illumos-gate# ls usr/src/cmd/sgs/proto/i386/ ld libelf.so libelf.so.1 libld.so libld.so.4 liblddbg.so liblddbg.so.4 libldstab.so.1 root@omnios:/root/illumos-gate# greadelf -a usr/src/cmd/sgs/proto/i386/libld.so | grep SONAME 0x0000000e (SONAME) Library soname: [libld.so.4]
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 47ff90e995f44b90222db09f7182cd25109d9b46
commit 47ff90e995f44b90222db09f7182cd25109d9b46 Author: Andrew Stormont <astormont@racktopsystems.com> Date: 2016-11-23T17:51:00.000Z 7610 SGSPROTO bits are built without SONAME for some reason Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>