Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577860 - sys-apps/duc-1.4.1 compilation fails due to missing dependencies
Summary: sys-apps/duc-1.4.1 compilation fails due to missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adam Feldman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 19:07 UTC by Marcin Mirosław
Modified: 2016-03-24 20:20 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Mirosław 2016-03-20 19:07:05 UTC
I think this ebuild should be better tested with different USE flags:
[ebuild  N     ] sys-apps/duc-1.4.1::gentoo  USE="ncurses sqlite -X -cairo -gui -leveldb -tokyocabinet" 319 KiB
[...] gives:
checking for main in -lm... yes
checking for struct stat.st_blocks... yes
Selected backend tokyocabinet
checking for TC... no
configure: error: Package requirements (tokyocabinet) were not met:

No package 'tokyocabinet' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

So even with "-tokyocabinet" sys-apps/duc still wants to use it. 
Ok, I installed tokyocabinet. Now:
Selected backend tokyocabinet
checking for TC... yes
checking for CAIRO... no
configure: error:
The cairo library was not found, which is needed for graph support. Either install
the cairo development libraries, or compile without graph support (--disable-graph)


I didn't try to install cairo and do more checks.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-03-24 11:24:17 UTC
duc@zevv.nl appears in package metadata but does not have a bugzilla account.
Comment 2 Adam Feldman gentoo-dev 2016-03-24 12:14:42 UTC
Fix pushed in 1.4.1-r1 09ee287ee9224cb67edc1afa7d5abff4fe791ad3.  Can you confirm that this fixes the problem?
Comment 3 Marcin Mirosław 2016-03-24 15:39:52 UTC
It looks much better for me:) Thank you.