Summary: | media-tv/xawtv-3.95-r2: fails to build with ncurses[tinfo] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | gabemarcano, media-tv |
Priority: | Normal | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 457530 | ||
Attachments: |
build.log
autoconf.patch, includes libtinfo in LIBCURSES linker variable if found |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 389982 [details] build.log Autoattach of build.log -- if there are any issues with this file please add bug to tracker bug 527870 Created attachment 414756 [details, diff]
autoconf.patch, includes libtinfo in LIBCURSES linker variable if found
This bug also affects media-tv/xawtv-3.95-r3. I've come up with a simple patch to the configure.ac at the root of the source tree that allows for the program to compile when tinfo is enabled for ncurses. I tried compiling xawtv after the patch with ncurses having tinfo disabled, to make sure there were no regressions at compile time, and the compilation succeeded without problems. The patch itself only appends tinfo to the LIBCURSES variable (which gets passed to the linker by the generated Makefiles) when tinfo is found in the system and only if ncurses or curses is found in the system.
|