Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412111 - mail-client/evolution-2.32.3-r1 FTBFS w/glib-2.32.1
Summary: mail-client/evolution-2.32.3-r1 FTBFS w/glib-2.32.1
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:
Whiteboard:
Keywords:
Depends on:
Blocks: glib-2.32
  Show dependency tree
 
Reported: 2012-04-15 15:35 UTC by crabbed halo ablution
Modified: 2012-04-15 20:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2012-04-15 15:35:53 UTC
CCLD   libeutil.la
.libs/libeutil_la-e-module.o: In function `module_unload':
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:162: undefined reference to `g_module_close'
.libs/libeutil_la-e-module.o: In function `module_load':
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:125: undefined reference to `g_module_open'
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:130: undefined reference to `g_module_symbol'
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:145: undefined reference to `g_module_error'
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:148: undefined reference to `g_module_close'
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:135: undefined reference to `g_module_symbol'
.libs/libeutil_la-e-module.o: In function `e_module_load_all_in_directory':
/var/tmp/portage/mail-client/evolution-2.32.3-r1/work/evolution-2.32.3/e-util/e-module.c:264: undefined reference to `g_module_supported'
collect2: ld returned 1 exit status
Comment 1 crabbed halo ablution 2012-04-15 15:37:35 UTC
Same as bug 412109 - explicit linking libgmodule needed. Take a gander at evolution-data-server-3.2.2-gmodule-explicit.patch from that bug for inspiration.
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-04-15 20:24:20 UTC
Thanks for reporting, fixed in cvs.

>  15 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  evolution-2.32.3-r1.ebuild, +files/evolution-2.32.3-gmodule-explicit.patch,
>  evolution-3.2.3.ebuild, +files/evolution-3.2.3-gmodule-explicit.patch:
>  Fix building with glib-2.32 (bug #412111, thanks to Peter Alfredsen).