Summary: | dev-util/cscope-15.8a - ld: command.o: undefined reference to symbol 'curscr' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Quentin Minster <quentin> |
Component: | [OLD] Development | Assignee: | Vim Maintainers <vim> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emacs |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=498810 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | cscope-15.8a-r1.ebuild.diff |
Description
Quentin Minster
2015-01-20 15:31:20 UTC
Created attachment 394418 [details, diff]
cscope-15.8a-r1.ebuild.diff
"$(tc-getPKG_CONFIG)" --libs ncurses
expands to:
-lncurses -ltinfo
(with sys-libs/ncurses[tinfo]), so the substitution should be quoted.
This fixes the issue on my machine.
(While we're at it, it seems the ebuild would be suitable for a bump to EAPI=5.)
Also, this should probably block #457530. Fixed without revbump, since this is a build failure. Thank you for reporting. (In reply to Quentin Minster from comment #1) > (While we're at it, it seems the ebuild would be suitable for a bump to > EAPI=5.) Will be done with the next version or revision bump. Thank you very much! |