Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503494 - net-wireless/wavemon-0.7.5 with sys-libs/ncurses-5.9-r2[tinfo] - ld: undefined reference to symbol 'cbreak'
Summary: net-wireless/wavemon-0.7.5 with sys-libs/ncurses-5.9-r2[tinfo] - ld: undefine...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alarig Le Lay
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tinfo
  Show dependency tree
 
Reported: 2014-03-05 10:22 UTC by Stefan Huber
Modified: 2023-01-07 09:08 UTC (History)
1 user (show)

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


Attachments
Patch configure.ac to use pkg-config for ncurses libs (configure-tinfo.patch.1,536 bytes, patch)
2014-03-05 10:24 UTC, Stefan Huber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>