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

Bug 414121

Summary: gnome-base/nautilus-3.2.1-r1 fils 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=675164
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 406437    
Attachments: build.log

Description Justin Lecher (RETIRED) gentoo-dev 2012-04-30 15:03:01 UTC
Created attachment 310505 [details]
build.log

Same gold/glib-2.32 problem


 CCLD   nautilus-connect-server
nautilus-module.c:132: error: undefined reference to 'g_module_close'
nautilus-module.c:85: error: undefined reference to 'g_module_open'
nautilus-module.c:73: error: undefined reference to 'g_module_symbol'
nautilus-module.c:102: error: undefined reference to 'g_module_symbol'
nautilus-module.c:105: error: undefined reference to 'g_module_symbol'
nautilus-module.c:112: error: undefined reference to 'g_module_error'
nautilus-module.c:113: error: undefined reference to 'g_module_close'
nautilus-module.c:108: error: undefined reference to 'g_module_symbol'
nautilus-module.c:94: error: undefined reference to 'g_module_make_resident'
nautilus-module.c:98: error: undefined reference to 'g_module_error'
collect2: ld returned 1 exit status
make[2]: *** [nautilus-connect-server] Error 1
make[2]: *** Waiting for unfinished jobs....
nautilus-module.c:132: error: undefined reference to 'g_module_close'
nautilus-module.c:85: error: undefined reference to 'g_module_open'
nautilus-module.c:73: error: undefined reference to 'g_module_symbol'
nautilus-module.c:102: error: undefined reference to 'g_module_symbol'
nautilus-module.c:105: error: undefined reference to 'g_module_symbol'
nautilus-module.c:112: error: undefined reference to 'g_module_error'
nautilus-module.c:113: error: undefined reference to 'g_module_close'
nautilus-module.c:108: error: undefined reference to 'g_module_symbol'
nautilus-module.c:94: error: undefined reference to 'g_module_make_resident'
nautilus-module.c:98: error: undefined reference to 'g_module_error'
collect2: ld returned 1 exit status
Comment 1 Pacho Ramos gentoo-dev 2012-04-30 15:08:51 UTC
Probably most of this issues should be fixed with 3.4.x versions :-/
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-04-30 15:10:05 UTC
+  30 Apr 2012; Justin Lecher <jlec@gentoo.org> nautilus-3.2.1-r1.ebuild,
+  +files/nautilus-3.2.1-gold-glib2.32.patch:
+  Add fix for problems with glib-2.32 and gold linker, #414121
+
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2012-04-30 15:11:04 UTC
(In reply to comment #1)
> Probably most of this issues should be fixed with 3.4.x versions :-/

so current heads still are missing those changes.