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

Bug 554686

Summary: app-crypt/pinentry-0.9.5 - missing pkg-config initialization
Product: Gentoo Linux Reporter: om3i <bajew68482>
Component: Current packagesAssignee: 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
If i run ./configure manually it works BUT if i update config.guess and config.sub with system ones it fails too.

It seems it can't find PKG_CONFIG judging by PKG_CONFIG='' in config.log

Reproducible: Always
Comment 1 om3i 2015-07-12 23:17:10 UTC
Created attachment 406628 [details]
build.log
Comment 2 om3i 2015-07-12 23:19:00 UTC
Created attachment 406630 [details]
config.log
Comment 3 om3i 2015-07-12 23:30:13 UTC
Actually, it configures normally if run with same options as emerge does EXCEPT --disable-pinentry-gnome3 option, and fails if this option is passed.
Comment 4 om3i 2015-07-12 23:38:17 UTC
Created attachment 406632 [details]
emerge --info
Comment 5 Alon Bar-Lev (RETIRED) gentoo-dev 2015-07-18 07:21:16 UTC
Reproduce:

USE="-caps -ncurses -gtk qt4 -gnome-keyring" ebuild pinentry-0.9.5.ebuild digest clean install

ncurses/caps initialize the pkg-config implicitly.
Comment 6 Alon Bar-Lev (RETIRED) gentoo-dev 2015-07-18 07:28:27 UTC
hmmm... the pkg-config is not used properly at all in pinentry, had to create a more primitive patch.