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

Bug 534384

Summary: dev-vcs/subversion-1.8.11 with USE="gnome-keyring": configure: error: cannot find GLib and GNOME Keyring .pc files
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: [OLD] DevelopmentAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal CC: bircoph
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
config.log
environment
emerge --info
subversion-1.8.11.ebuild.patch

Description Andrew Savchenko gentoo-dev 2015-01-02 23:02:14 UTC
Hello,

subversion-1.8.11[gnome-keyring] fails configure stage:
checking for GLib and GNOME Keyring .pc files... no
configure: error: cannot find GLib and GNOME Keyring .pc files.

gnome-keyring-3.14.0 is installed.
Package doesn't ship any pkg-config files nor have them in sources.
Comment 1 Andrew Savchenko gentoo-dev 2015-01-02 23:02:47 UTC
Created attachment 393006 [details]
build.log
Comment 2 Andrew Savchenko gentoo-dev 2015-01-02 23:04:03 UTC
Created attachment 393008 [details]
config.log
Comment 3 Andrew Savchenko gentoo-dev 2015-01-02 23:05:25 UTC
Created attachment 393010 [details]
environment
Comment 4 Andrew Savchenko gentoo-dev 2015-01-02 23:05:44 UTC
Created attachment 393012 [details]
emerge --info
Comment 5 Andrew Savchenko gentoo-dev 2015-01-02 23:20:55 UTC
Created attachment 393022 [details, diff]
subversion-1.8.11.ebuild.patch

subversion[gnome-keyring] should depend on gnome-base/libgnome-keyring instead of gnome-base/gnome-keyring, then it builds fine.
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-01-03 13:39:09 UTC
+  03 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> subversion-1.7.19.ebuild,
+  subversion-1.8.11.ebuild:
+  Fixed compilation with "gnome-keyring" USE flag (bug #534384 and patch by
+  Andrew Savchenko).
+

Thanks for the patch.