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

Bug 503494

Summary: net-wireless/wavemon-0.7.5 with sys-libs/ncurses-5.9-r2[tinfo] - ld: undefined reference to symbol 'cbreak'
Product: Gentoo Linux Reporter: Stefan Huber <shuber>
Component: Current packagesAssignee: Alarig Le Lay <alarig>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=890026
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 457530    
Attachments: Patch configure.ac to use pkg-config for ncurses libs

Description Stefan Huber 2014-03-05 10:22:40 UTC
Wavemon is a another package that does not compile with tinfo use-flag of ncurses enabled as wavemon does not link against libtinfo if needed. Hence, this bug is of the type summarized in bug #457530. The attached patch uses pkg-config to determine flags for ncurses.

Reproducible: Always
Comment 1 Stefan Huber 2014-03-05 10:24:21 UTC
Created attachment 371770 [details, diff]
Patch configure.ac to use pkg-config for ncurses libs
Comment 2 Sergey Popov gentoo-dev 2014-03-06 07:13:03 UTC
+  06 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> wavemon-0.7.5.ebuild,
+  +files/wavemon-0.7.5-ncurses-tinfo.patch:
+  Bump EAPI to 5, fix building with sys-libs/ncurses[tinfo], wrt bug #503494,
+  thanks to Stefan Huber <shuber-bgo AT sthu.org>