Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 890772

Summary: media-libs/clutter-1.26.4-r1 fails tests with USE="egl wayland"
Product: Gentoo Linux Reporter: Jonathan Lovelace <kingjon3377>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: media-libs:clutter-1.26.4-r1:20230113-235113.log
emerge-info.txt

Description Jonathan Lovelace 2023-01-14 04:45:54 UTC
Created attachment 848416 [details]
media-libs:clutter-1.26.4-r1:20230113-235113.log

=media-libs/clutter-1.26.4-r1, which had passed its tests when built with USE="X -debug -doc -egl -gtk introspection test -wayland", fails its tests when I enable the "egl" and "wayland" USE flags. (Or possibly as a result of other changes to dependencies as part of trying to enable Wayland support globally.)

These failures all appear to be in tests/conform, but this is clearly not (limited to) the same failure as in #874762, #874765, or #713188, as all 26 tests in that directory error out:

ERROR: actor-graph - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-destroy - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-anchors - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-iter - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-layout - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-invariants - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-meta - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-offscreen-limit-max-size - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-offscreen-redirect - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-paint-opacity - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-pick - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-size - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: actor-shader-effect - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: color - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: binding-pool - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: events-touch - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: interval - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: model - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: script-parser - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: units - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: text - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: animator - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: behaviours - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: group - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: rectangle - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
ERROR: texture - Bail out! Clutter:ERROR:clutter-test-utils.c:71:clutter_test_init: assertion failed: (clutter_init (NULL, NULL) == CLUTTER_INIT_SUCCESS)
============================================================================
Testsuite summary for clutter 1.26.4
============================================================================
# TOTAL: 26
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 26
============================================================================
See tests/conform/test-suite.log
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
============================================================================
Comment 1 Jonathan Lovelace 2023-01-14 04:46:20 UTC
Created attachment 848418 [details]
emerge-info.txt