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 689578 - grilo-mediaserver2 does not build due to -Werror
grilo-mediaserver2 does not build due to -Werror
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: grilo-mediaserver2
git master
Other Linux
: Normal major
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-03 23:52 UTC by Evan Nemerson
Modified: 2012-12-04 11:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
g_type_init() is deprecated (702 bytes, patch)
2012-12-04 11:15 UTC, Juan A. Suarez Romero
committed Details | Review

Description Evan Nemerson 2012-12-03 23:52:04 UTC
grilo-mediaserver2 will not build in a current jhbuild environment due to -Werror being passed and the recent g_type_init deprecation.
Comment 1 Juan A. Suarez Romero 2012-12-04 11:15:24 UTC
Created attachment 230642 [details] [review]
g_type_init() is deprecated

For glib >= 2.35.0

This fixes
Comment 2 Juan A. Suarez Romero 2012-12-04 11:23:25 UTC
commit 83847d6a139122fdb42cbe7df98c4d4dc1493d5f
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 4 12:14:38 2012 +0100

    g_type_init() is deprecated
    
    For glib >= 2.35.0
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=689578

 src/test-client.c | 2 ++
 1 file changed, 2 insertions(+)