Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414121 - gnome-base/nautilus-3.2.1-r1 fils linking with gold and glib-2.32 - undefined reference to 'g_module_*
Summary: gnome-base/nautilus-3.2.1-r1 fils linking with gold and glib-2.32 - undefined...
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 15:03 UTC by Justin Lecher (RETIRED)
Modified: 2012-04-30 15:24 UTC (History)
0 users

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


Attachments
build.log (nautilus-3.2.1-r1:20120430-150001.log,240.03 KB, text/plain)
2012-04-30 15:03 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 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.