Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534384 - dev-vcs/subversion-1.8.11 with USE="gnome-keyring": configure: error: cannot find GLib and GNOME Keyring .pc files
Summary: dev-vcs/subversion-1.8.11 with USE="gnome-keyring": configure: error: cannot ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-01-02 23:02 UTC by Andrew Savchenko
Modified: 2015-01-03 13:39 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,12.23 KB, text/x-log)
2015-01-02 23:02 UTC, Andrew Savchenko
Details
config.log (config.log,66.39 KB, text/x-log)
2015-01-02 23:04 UTC, Andrew Savchenko
Details
environment (environment,282.29 KB, text/plain)
2015-01-02 23:05 UTC, Andrew Savchenko
Details
emerge --info (emerge.info,9.08 KB, text/plain)
2015-01-02 23:05 UTC, Andrew Savchenko
Details
subversion-1.8.11.ebuild.patch (subversion-1.8.11.ebuild.patch,548 bytes, patch)
2015-01-02 23:20 UTC, Andrew Savchenko
Details | Diff

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