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

Bug 648090

Summary: app-admin/conky-1.10.8 with sys-libs/ncurses[tinfo] - ld: CMakeFiles/conky.dir/conky.cc.o: undefined reference to symbol 'stdscr'
Product: Gentoo Linux Reporter: N. Andrew Walsh <n.andrew.walsh>
Component: Current packagesAssignee: Daniel Pielmeier <billie>
Status: RESOLVED FIXED    
Severity: normal CC: aldo.mazzeo, esigra, fedeliallalinea
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 457530    
Attachments: build.log
emerge-info.txt

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.