After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667350 - Should link to gmodule
Should link to gmodule
Status: RESOLVED FIXED
Product: giggle
Classification: Other
Component: libgiggle
HEAD
Other Linux
: Normal normal
: ---
Assigned To: giggle-maint
Depends on:
Blocks:
 
 
Reported: 2012-01-05 12:11 UTC by Vincent Untz
Modified: 2012-03-07 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Explicitly link to gmodule-2.0 (923 bytes, patch)
2012-01-19 13:51 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2012-01-05 12:11:38 UTC
CCLD   libgiggle.la
.libs/giggle-plugin.o: In function `plugin_dispose':
giggle-plugin.c:(.text+0xb2f): undefined reference to `g_module_close'
.libs/giggle-plugin.o: In function `plugin_action_cb':
giggle-plugin.c:(.text+0x104e): undefined reference to `g_module_symbol'
giggle-plugin.c:(.text+0x10e3): undefined reference to `g_module_build_path'
giggle-plugin.c:(.text+0x10f7): undefined reference to `g_module_open'
giggle-plugin.c:(.text+0x12fb): undefined reference to `g_module_build_path'
giggle-plugin.c:(.text+0x130f): undefined reference to `g_module_open'
collect2: ld returned 1 exit status
Comment 1 Vincent Untz 2012-01-19 13:51:42 UTC
Created attachment 205621 [details] [review]
build: Explicitly link to gmodule-2.0

gmodule-2.0 is now gone from the pkg-config files for GTK+ 3 and others.
Comment 2 Javier Jardón (IRC: jjardon) 2012-01-19 15:56:26 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report (and the patch)