Actions
Bug #13461
openxref should use the etags and ctags that are found in path (perhaps even default to ectags)
Status:
New
Priority:
Normal
Assignee:
-
Category:
tools - gate/build tools
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Right now xref seems to prefer the copy of etags, and probably ctags that used to be in Sun Studio. This is silly.
xref: usr/src: finding flg-related source files xref: usr/src: found 4039 flg-related source files in 0m56s xref: usr/src: building etags cross-reference sh[1]: /opt/onnv-tools/SUNWspro/SS12/bin/etags: not found [No such file or directory] dmake: Fatal error: Command failed for target `xref.etags' Current working directory /builds/richlowe/illumos-git/usr/src
Related issues
Updated by Rich Lowe over 2 years ago
- Related to Bug #13462: ctags crashes building full illumos tag table added
Updated by Rich Lowe over 2 years ago
It turns out we are using an illumos ctags, not the studio one, it's just then crashing when we try.
It also turns out we can't use the more usual etags or ctags, because they've long since become incompatible in that they don't accept -t
Updated by Marcel Telka over 2 years ago
- Subject changed from xref should use the etags and ctags that are found in path (perhaps even defaul to ectags) to xref should use the etags and ctags that are found in path (perhaps even default to ectags)
Actions