GNOME Bugzilla – Bug 675161
gnome-keyring fails linking with gold and glib-2.32
Last modified: 2012-04-30 19:55:29 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
Created attachment 213109 [details] [review] gold and glib-2.32 patch
Created attachment 213110 [details] [review] Typo patch Not sure but this looks like a typo
Thanks. Merged into git master and gnome-3-4 branches.