Summary: | app-crypt/pinentry-0.9.5 - missing pkg-config initialization | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | om3i <bajew68482> |
Component: | Current packages | Assignee: | Crypto team [DISABLED] <crypto+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alonbl |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.gnupg.org/gnupg/issue2049 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
config.log emerge --info |
Description
om3i
2015-07-12 23:16:28 UTC
Created attachment 406628 [details]
build.log
Created attachment 406630 [details]
config.log
Actually, it configures normally if run with same options as emerge does EXCEPT --disable-pinentry-gnome3 option, and fails if this option is passed. Created attachment 406632 [details]
emerge --info
Reproduce: USE="-caps -ncurses -gtk qt4 -gnome-keyring" ebuild pinentry-0.9.5.ebuild digest clean install ncurses/caps initialize the pkg-config implicitly. hmmm... the pkg-config is not used properly at all in pinentry, had to create a more primitive patch. |