GNOME Bugzilla – Bug 693767
tests fail on new unexpected symbols
Last modified: 2013-02-14 08:41:07 UTC
Since yesterday, cogl fails "make check": make[3]: Entering directory `/home/ubuntu/gnome/checkout/clutter/clutter' --- expected-abi 2013-02-13 16:33:13.119937873 +0000 +++ actual-abi 2013-02-13 16:33:13.127937872 +0000 @@ -1266,12 +1266,14 @@ clutter_stage_set_motion_events_enabled clutter_stage_set_no_clear_hint clutter_stage_set_perspective +clutter_stage_set_sync_delay clutter_stage_set_throttle_motion_events clutter_stage_set_title clutter_stage_set_use_alpha clutter_stage_set_use_fog clutter_stage_set_user_resizable clutter_stage_show_cursor +clutter_stage_skip_sync_delay clutter_stage_state_get_type clutter_state_get_animator clutter_state_get_duration FAIL: abicheck.sh This is apparently due to http://git.gnome.org/browse/clutter/commit/?id=b248941af which forgot to add the new symbols to the expected-abi file.
For the record, full logs are available on Jenkins: https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-cogl/43/artifact/cogl.log
re-assigning, since it's Clutter and not Cogl that is missing the symbols. the Cogl errors are due to the test suite failing for entirely unrelated reasons.
thanks for the bug report: I pushed a fixed to both master and clutter-1.14.
Argh, sorry. Mixed that up when looking at too many failures.. Thanks for the quick fix! The tests now fail due to XRANDR not being available in Xvfb, but that's a separate bug.