Hi, Tumbler fails to build with the latest glib: CCLD libtumbler-1.la .libs/libtumbler_1_la-tumbler-cache-plugin.o: In function `tumbler_cache_plugin_unload': /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:170: undefined reference to `g_module_close' .libs/libtumbler_1_la-tumbler-cache-plugin.o: In function `tumbler_cache_plugin_load': /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:125: undefined reference to `g_module_open' /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:132: undefined reference to `g_module_symbol' /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:134: undefined reference to `g_module_symbol' /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:146: undefined reference to `g_module_close' /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:136: undefined reference to `g_module_symbol' /«PKGBUILDDIR»/tumbler/tumbler-cache-plugin.c:153: undefined reference to `g_module_error' .libs/libtumbler_1_la-tumbler-provider-plugin.o: In function `tumbler_provider_plugin_unload': /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:160: undefined reference to `g_module_close' .libs/libtumbler_1_la-tumbler-provider-plugin.o: In function `tumbler_provider_plugin_load': /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:115: undefined reference to `g_module_open' /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:122: undefined reference to `g_module_symbol' /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:124: undefined reference to `g_module_symbol' /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:136: undefined reference to `g_module_close' /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:126: undefined reference to `g_module_symbol' /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:143: undefined reference to `g_module_error' .libs/libtumbler_1_la-tumbler-provider-plugin.o: In function `tumbler_provider_plugin_finalize': /«PKGBUILDDIR»/tumbler/tumbler-provider-plugin.c:100: undefined reference to `g_module_close' collect2: ld returned 1 exit status I'll attach a patch soon.
Created attachment 4196 Proposed patch
Pushed to master: commit 52802adb3361e9d3202d4a921b8b440660878ee1 Author: Lionel Le Folgoc <lionel@lefolgoc.net> Date: Fri Feb 24 17:17:00 2012 +0000 Explicitly link against gmodule (bug #8466).