Actions
Bug #906
closeddtrace depends_on pragma should search all library paths, not just the current one
Start date:
2011-04-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
External Bug:
Description
DTrace currently only searches the current directory when looking for dependencies specified by #pragma D depends_on library. The most annoying symptom of this is that if you use such a pragma in a directory specified with -L it has no access to the files in /usr/lib/dtrace. This is a long standing bug fixed by rm at Joyent. We should take their fix from the Joyent tree.
Updated by Rich Lowe about 12 years ago
- Subject changed from dtrace should search all library paths, not just the first to dtrace depends_on pragma should search all library paths, not just the current one
Updated by Rich Lowe about 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Resolved in r13353 commit:936a1e45726c
Actions