After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693767 - tests fail on new unexpected symbols
tests fail on new unexpected symbols
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-14 08:05 UTC by Martin Pitt
Modified: 2013-02-14 08:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Pitt 2013-02-14 08:05:16 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.
Comment 1 Martin Pitt 2013-02-14 08:06:00 UTC
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
Comment 2 Emmanuele Bassi (:ebassi) 2013-02-14 08:09:24 UTC
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.
Comment 3 Emmanuele Bassi (:ebassi) 2013-02-14 08:13:13 UTC
thanks for the bug report: I pushed a fixed to both master and clutter-1.14.
Comment 4 Martin Pitt 2013-02-14 08:41:07 UTC
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.