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

Bug 414117

Summary: gnome-base/gnome-keyring-3.2.2 fails linking with gold and glib-2.32 - undefined reference to 'g_module_*
Product: Gentoo Linux Reporter: Justin Lecher (RETIRED) <jlec>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugzilla.gnome.org/show_bug.cgi?id=675161
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 406437    

Description Justin Lecher (RETIRED) gentoo-dev 2012-04-30 14:45:30 UTC
And again:


 CCLD   libgcr-3.la
  CCLD   gcr-viewer
/var/tmp/portage/gnome-base/gnome-keyring-3.2.2/work/gnome-keyring-3.2.2/gck/.libs/libgck-1.so: error: undefined reference to 'g_module_open'
/var/tmp/portage/gnome-base/gnome-keyring-3.2.2/work/gnome-keyring-3.2.2/gck/.libs/libgck-1.so: error: undefined reference to 'g_module_symbol'
/var/tmp/portage/gnome-base/gnome-keyring-3.2.2/work/gnome-keyring-3.2.2/gck/.libs/libgck-1.so: error: undefined reference to 'g_module_error'
/var/tmp/portage/gnome-base/gnome-keyring-3.2.2/work/gnome-keyring-3.2.2/gck/.libs/libgck-1.so: error: undefined reference to 'g_module_close'
collect2: ld returned 1 exit status
make[4]: *** [gcr-viewer] Error 1

In glib-2.32 the gio-2.0.pc dropped libgmodule-2.0.so from its dependent libs.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-04-30 14:48:36 UTC
+  30 Apr 2012; Justin Lecher <jlec@gentoo.org> gnome-keyring-3.2.2.ebuild,
+  +files/gnome-keyring-3.2.2-gold-glib-2.32.patch:
+  Add fix for problems with glib-2.32 and gold linker, #414117
+
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-04-30 14:59:08 UTC
Reported upstream including patch