GNOME Bugzilla – Bug 724591
Tracker test fails
Last modified: 2014-02-18 08:20:26 UTC
make[3]: Leaving directory `/home/gnome/src/gnome3/folks/tests/tracker' test-case.vala:334.51-334.80: error: The name `SYSTEM_BUS' does not exist in the context of `Folks.TestDBusFlags' this.test_system_dbus = new Folks.TestDBus (Folks.TestDBusFlags.SYSTEM_BUS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation failed: 1 error(s), 0 warning(s) make[3]: *** [libfolks_test_la_vala.stamp] Error 1 make[3]: Leaving directory `/home/gnome/src/gnome3/folks/tests/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gnome/src/gnome3/folks/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gnome/src/gnome3/folks' make: *** [all] Error 2
Created attachment 269507 [details] [review] build: Fix test library build Apparently my build environment *wasn’t* clean when I tested the stuff I pushed at the weekend, even though I definitely cleaned it a few times. Aaargh.
Fixed, sorry for the inconvenience. My build tree must not have been clean, even though I definitely tested the patches with a full rebuild several times. Note that the EDS and Tracker tests themselves are known to fail on master at the moment. I hope to take a look at them in the next few days. At least with this patch, they should actually build. Attachment 269507 [details] pushed as 9685842 - build: Fix test library build