Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 498810

Summary: dev-util/cscope-15.8a with sys-libs/ncurses[tinfo] - ld: command.o: undefined reference to symbol 'keypad'
Product: Gentoo Linux Reporter: Seong-ho Cho <darkcircle.0426>
Component: [OLD] DevelopmentAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal CC: emacs
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=537136
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 457530    
Attachments: emerge info of the cmake-2.8.12.1-r3 package
emerge info of the cscope-15.8a package
build_cmake-2.8.12.1-r3.log
build_cscope-15.8a.log
Patch for cscope-15.8a.ebuild

Description Seong-ho Cho 2014-01-21 16:41:02 UTC
I've tried to build so much time, but, unfortunately :D two packages are failed to ebuild due to the same issue.

I've attached necessary log to analyze which package causes this error.

I wonder why a kind of below message appeared when I've met an error msg.

foobaz.o: undefined reference to symbol 'keypad'
/lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
Comment 1 Seong-ho Cho 2014-01-21 16:42:04 UTC
Created attachment 368346 [details]
emerge info of the cmake-2.8.12.1-r3 package
Comment 2 Seong-ho Cho 2014-01-21 16:44:00 UTC
Created attachment 368348 [details]
emerge info of the cscope-15.8a package
Comment 3 Seong-ho Cho 2014-01-21 16:45:05 UTC
Created attachment 368350 [details]
build_cmake-2.8.12.1-r3.log
Comment 4 Seong-ho Cho 2014-01-21 16:45:31 UTC
Created attachment 368352 [details]
build_cscope-15.8a.log
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2014-01-21 17:07:50 UTC
Comment on attachment 368350 [details]
build_cmake-2.8.12.1-r3.log

That's bug #468622.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2014-01-21 17:09:45 UTC
Comment on attachment 368346 [details]
emerge info of the cmake-2.8.12.1-r3 package

That's bug #468622.
Comment 7 Ulrich Müller gentoo-dev 2014-01-22 10:20:46 UTC
Created attachment 368424 [details, diff]
Patch for cscope-15.8a.ebuild

This patch to the ebuild should fix it.
Comment 8 Ulrich Müller gentoo-dev 2014-01-25 10:25:09 UTC
Fixed in CVS.

Thank you for reporting.