The plugin isn't loaded preventing the test to pass: (process:22750): salut-DEBUG: plugin_loader_try_to_load: /home/cassidy/dev/telepathy-salut/plugins/.libs/test.so: undefined symbol: salut_svc_salut_plugin_test_get_type
Created attachment 94058 [details] [review] plugins/Makefile.am: copy libtool magic from Gabble
This embeds a copy of the extensions in the plugin, and another copy in the main binary, which seems unlikely to end particularly well?
I have a patch somewhere for this, in some work-in-progress on merging Salut into Gabble. I'll see whether it's cherry-pickable.
Try adding the test interface to the extensions static library, as in 'next' commit 1df43ccd016. I'm guessing you're configuring with --disable-olpc which make the build drop that .o.
Fixed using a backport of this patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.