Bug #7765
hal and policykit need to list libdbus dependencies
Start date:
2017-01-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
While trying to build older gate on a system running latest illumos, the build fails intermittently due to linking against /lib/libscf.so.1 (that contains secflags symbols, that are NOT yet in gate libs) and not the one in the proto. The dependency itself is brought in by libdbus, which isn't part of the gate, so we should list its dependencies for its consumers (hal and policykit) instead.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 8a154f4f3d77e2c2fd480e445935132f13370372
commit 8a154f4f3d77e2c2fd480e445935132f13370372 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2017-01-13T21:21:45.000Z 7765 hal and policykit need to list libdbus dependencies Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>