Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648090 - app-admin/conky-1.10.8 with sys-libs/ncurses[tinfo] - ld: CMakeFiles/conky.dir/conky.cc.o: undefined reference to symbol 'stdscr'
Summary: app-admin/conky-1.10.8 with sys-libs/ncurses[tinfo] - ld: CMakeFiles/conky.di...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tinfo
  Show dependency tree
 
Reported: 2018-02-19 09:36 UTC by N. Andrew Walsh
Modified: 2018-03-11 12:47 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,59.89 KB, text/plain)
2018-02-19 10:13 UTC, Marco Genasci
Details
emerge-info.txt (emerge-info.txt,19.79 KB, text/plain)
2018-02-19 10:13 UTC, Marco Genasci
Details

Note You need to log in before you can comment on or make changes to this bug.
Description N. Andrew Walsh 2018-02-19 09:36:27 UTC
compiling conky-1.10.8 against ncurses with tinfo causes failures in compilation as in this pastebin: https://bpaste.net/show/625b0274adcc

workaround is to adjust package.env as follows:

# echo "CXXFLAGS=\"\${CXXFLAGS} -ltinfo\"" >> /etc/portage/env/tinfo.conf 
# echo "=app-admin/conky-1.10.8 tinfo.conf" >> /etc/portage/package.env
Comment 1 Marco Genasci 2018-02-19 10:13:23 UTC
Created attachment 520098 [details]
build.log
Comment 2 Marco Genasci 2018-02-19 10:13:41 UTC
Created attachment 520100 [details]
emerge-info.txt
Comment 3 Daniel Pielmeier gentoo-dev 2018-03-11 12:47:36 UTC
Thanks for the report.

This is now fixed in GIT. Please wait a few hours until the changes propagate to the mirrors and try to build again.