Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 457856 - dev-util/global doesn't exec GTAGSLABEL="ctags" gtags
Summary: dev-util/global doesn't exec GTAGSLABEL="ctags" gtags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-16 16:35 UTC by Tomohiko Himura
Modified: 2013-02-18 08:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomohiko Himura 2013-02-16 16:35:42 UTC
I want to use GNU global with plugin parser Exuberant-ctags
I  exec:
$ GTAGSLABEL="ctags" gtags
gtags: cannot open shared object '/usr/lib/gtags/exuberant-ctags.la'.

necessory file  exuberant-ctags.la
but, remove this file.

output build log:
 * Removing unnecessary /usr/lib64/gtags/exuberant-ctags.a (static plugin) * Removing unnecessary /usr/lib64/gtags/exuberant-ctags.la (module)
 * Removing unnecessary /usr/lib64/gtags/user-custom.a (static plugin)
 * Removing unnecessary /usr/lib64/gtags/user-custom.la (module)

I try to build since I remove 65th line for dev-util/global-6.2.7.ebuild
that line:
65:     prune_libtool_files --all

then, not remove  "exuberant-ctags.la"
and, I exec `GTAGSLABEL="ctags" gtags`

Reproducible: Always
Comment 1 Naohiro Aota gentoo-dev 2013-02-18 08:35:33 UTC
I've changed the ebuild not to drop such .la files into global-6.2.7-r1.ebuild
Thanks for your comment.