Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554686 - app-crypt/pinentry-0.9.5 - missing pkg-config initialization
Summary: app-crypt/pinentry-0.9.5 - missing pkg-config initialization
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL: https://bugs.gnupg.org/gnupg/issue2049
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-12 23:16 UTC by om3i
Modified: 2015-07-18 08:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,6.95 KB, text/plain)
2015-07-12 23:17 UTC, om3i
Details
config.log (config.log,37.00 KB, text/plain)
2015-07-12 23:19 UTC, om3i
Details
emerge --info (einfo,3.46 KB, text/plain)
2015-07-12 23:38 UTC, om3i
Details

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