[Bug 42233] New: Telepathy-glib uses deprecated GLib API (breaks build from jhbuild)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 25 18:30:36 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=42233
Bug #: 42233
Summary: Telepathy-glib uses deprecated GLib API (breaks build
from jhbuild)
Classification: Unclassified
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-glib
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: travis.reitter at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
Created attachment 52754
--> https://bugs.freedesktop.org/attachment.cgi?id=52754
Replace deprecated g_unix_socket_* functions
I just tried building telepathy-glib git master from jhbuild and it failed due
to deprecated functions (and the fact that -Werror=deprecated-declarations
kicked them up to errors):
gnio-util.c: In function 'tp_g_socket_address_from_variant':
gnio-util.c:120:13: error: 'g_unix_socket_address_new_abstract' is deprecated
(declared at /opt/gnome/include/gio-unix-2.0/gio/gunixsocketaddress.h:60): Use
'g_unix_socket_address_new_with_type' instead [-Werror=deprecated-declarations]
gnio-util.c: In function 'tp_address_variant_from_g_socket_address':
gnio-util.c:210:13: error: 'g_unix_socket_address_get_is_abstract' is
deprecated (declared at
/opt/gnome/include/gio-unix-2.0/gio/gunixsocketaddress.h:71)
[-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list