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

Bug 414065

Summary: app-text/evince-3.2.1-r1 fails with gold and dev-libs/glib-2.32.1 - 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=675129
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 406437    
Attachments: build.log

Description Justin Lecher (RETIRED) gentoo-dev 2012-04-30 08:07:30 UTC
Created attachment 310481 [details]
build.log

CCLD   evince
../libdocument/.libs/libevdocument3.so: error: undefined reference to 'g_module_build_path'
../libdocument/.libs/libevdocument3.so: error: undefined reference to 'g_module_close'
../libdocument/.libs/libevdocument3.so: error: undefined reference to 'g_module_open'
../libdocument/.libs/libevdocument3.so: error: undefined reference to 'g_module_symbol'
../libdocument/.libs/libevdocument3.so: error: undefined reference to 'g_module_make_resident'
../libdocument/.libs/libevdocument3.so: error: undefined reference to 'g_module_error'
collect2: ld returned 1 exit status

Should I add -lgmodule-2.0 to the buildsystem?
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-04-30 09:53:18 UTC
+  30 Apr 2012; Justin Lecher <jlec@gentoo.org> evince-3.2.1-r1.ebuild,
+  +files/evince-3.2.1-glib-gold.patch:
+  Add fix for problems with glib-2.32 and gold linker, #414065
+

patch submitted upstream
Comment 2 Pacho Ramos gentoo-dev 2012-04-30 11:03:15 UTC
Thanks Justin!