Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558292 - dev-util/vbindiff-3.0_beta4: fails to build against ncurses[tinfo]
Summary: dev-util/vbindiff-3.0_beta4: fails to build against ncurses[tinfo]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tinfo
  Show dependency tree
 
Reported: 2015-08-20 18:07 UTC by Michał Górny
Modified: 2016-06-23 09:02 UTC (History)
0 users

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


Attachments
Build log (dev-util:vbindiff-3.0_beta4:20150820-124015.log,6.75 KB, text/x-log)
2015-08-20 18:07 UTC, Michał Górny
Details

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