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 643910 - build of gnome-shell fails with st/test-theme.c:429:16: Fehler: ignoring return value of »clutter_init«
build of gnome-shell fails with st/test-theme.c:429:16: Fehler: ignoring retu...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-04 22:01 UTC by Martin
Modified: 2011-03-13 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin 2011-03-04 22:01:11 UTC
Building gnome-shell with the jhbuild tool leads to the following error message when building the gnome-shell portion:

st/test-theme.c:429:16: Fehler: ignoring return value of »clutter_init«, declared with attribute warn_unused_result
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-03-04 22:05:07 UTC
I have a fix for this as the first attachment in:

https://bugzilla.gnome.org/show_bug.cgi?id=643768
Comment 2 Dan Winship 2011-03-04 22:10:27 UTC
You're trying to build against clutter master. gnome-shell now builds against the clutter-1.6 branch
Comment 3 Owen Taylor 2011-03-04 22:56:18 UTC
I asked for the bug to be filed, since we'll eventually have to fix up for clutter 1.7, even if we aren't supporting it currently.
Comment 4 Owen Taylor 2011-03-13 18:35:14 UTC
Colin pushed:
 
 http://git.gnome.org/browse/gnome-shell/commit ?id=c2d400846b4e678f2f926a313280f840072b1f57
 http://git.gnome.org/browse/gnome-shell/commit/?id=bdebaa986b5eea44dcf20fb53a1e109ed7120a78

But I didn't quit like the approach of a g_error() if, e.g., DISPlAY is unset, so I pushed:

 http://git.gnome.org/browse/gnome-shell/commit/?id=d3703516d979ce98c95ae66979f4ded8606eb8f1

(See http://bugzilla.clutter-project.org/show_bug.cgi?id=2598 for some discussion about whether clutter_init() fails noisily or silently. It was fixed to consistently fail noisily.)