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

Bug 558292

Summary: dev-util/vbindiff-3.0_beta4: fails to build against ncurses[tinfo]
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 457530    
Attachments: Build log

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-08-20 18:07:18 UTC
Created attachment 409686 [details]
Build log

x86_64-pc-linux-gnu-g++-4.9.3 -Wall -D_FILE_OFFSET_BITS=64 -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vbindiff  vbindiff.o ConWin.o GetOpt.o  -lpanel -lncurses
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: vbindiff.o: undefined reference to symbol 'curs_set'
/usr/lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Comment 1 om3i 2016-05-04 17:48:35 UTC
Probably workaraund is to add -ltinfo to $LDFLAGS/$CFLAGS
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-23 09:02:51 UTC
commit 7a9d0fff58161322fb677eb887a8c947fdd440b4
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Thu Jun 23 10:58:25 2016
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Thu Jun 23 11:02:32 2016

    dev-util/vbindiff: Fix ncurses[tinfo] build, bump to EAPI 6, #558292