GNOME Bugzilla – Bug 689086
warning: undefined reference to <schema id='org.gnome.settings-daemon.plugins.updates'/>
Last modified: 2012-11-29 22:22:34 UTC
Using g-s-d 3.6.3, built with --disable-packagekit Running glib-compile-schemas triggers those warnings " warning: undefined reference to <schema id='org.gnome.settings-daemon.plugins.updates'/>" The issue is due to http://git.gnome.org/browse/gnome-settings-daemon/commit/data?id=601a56ab7fe5e8d58c8d6dcedd46d41e88bc8094 which lists inconditionnally all the schemas even if the Makefile.am in the same directory as some optionals (the orientation and wacom schemas likely have the same issue) The bug has been originally reported on https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1082986
I don't think installing the schemas conditionally makes much sense - we should just always install them.
Fixed in gnome-3-6 and master.