GNOME Bugzilla – Bug 658969
libcaribou should link against libgio
Last modified: 2011-09-20 06:46:54 UTC
Hi, I'm preparing caribou package for debian and I'm seeing these errors while compiling (these are generated by a debian tool): dpkg-shlibdeps: warning: symbol g_dbus_method_invocation_get_connection used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_dbus_method_invocation_get_message used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_dbus_connection_register_object used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_settings_new used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_dbus_message_new_method_reply used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_settings_bind used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_file_new_for_path used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_file_query_exists used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_bus_own_name_with_closures used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol g_io_error_quark used by debian/libcaribou0/usr/lib/libcaribou.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: 2 other similar warnings have been skipped (use -v to see them all). It seems that should link against libgio.
Created attachment 196990 [details] [review] Add gio-2.0 to configure.ac
Comment on attachment 196990 [details] [review] Add gio-2.0 to configure.ac I hope this fixes the issue.
Created attachment 197018 [details] [review] Patch Hi, Well I had that patch around, but forgot to post it here...