After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675161 - gnome-keyring fails linking with gold and glib-2.32
gnome-keyring fails linking with gold and glib-2.32
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-04-30 14:52 UTC by Justin
Modified: 2012-04-30 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gold and glib-2.32 patch (1.40 KB, patch)
2012-04-30 14:58 UTC, Justin
none Details | Review
Typo patch (921 bytes, patch)
2012-04-30 14:58 UTC, Justin
none Details | Review

Description Justin 2012-04-30 14:52:30 UTC
Due to recent changes in the dep libs handled by glib-2.32 pkg-config files the package fails with underlinking detected by gold linker. More precise, gio-2.0.pc doesn't depend on gmodule-no-export-2.0 anymore which needs to be added back again. Downstream report is here https://bugs.gentoo.org/show_bug.cgi?id=414117

Pleas find attached the patch which addresses this issue
Comment 1 Justin 2012-04-30 14:58:09 UTC
Created attachment 213109 [details] [review]
gold and glib-2.32 patch
Comment 2 Justin 2012-04-30 14:58:39 UTC
Created attachment 213110 [details] [review]
Typo patch

Not sure but this looks like a typo
Comment 3 Stef Walter 2012-04-30 19:55:29 UTC
Thanks. Merged into git master and gnome-3-4 branches.