Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414065 - app-text/evince-3.2.1-r1 fails with gold and dev-libs/glib-2.32.1 - undefined reference to 'g_module_*
Summary: app-text/evince-3.2.1-r1 fails with gold and dev-libs/glib-2.32.1 - undefine...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks: glib-2.32
  Show dependency tree
 
Reported: 2012-04-30 08:07 UTC by Justin Lecher (RETIRED)
Modified: 2012-04-30 15:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (evince-3.2.1-r1:20120430-080224.log,189.43 KB, text/plain)
2012-04-30 08:07 UTC, Justin Lecher (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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!