Bug 49292

Summary: Build breakage in telepathy-logger
Product: Telepathy Reporter: Stef Walter <stefw>
Component: loggerAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: high CC: nicolas
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Stef Walter 2012-04-29 23:45:23 UTC
Breaks jhbuild and GNOME development:


text-channel.c: In function 'pendingproc_get_my_contact':
text-channel.c:191:3: error: 'tp_channel_group_get_self_handle' is deprecated (declared at /opt/build/include/telepathy-1.0/telepathy-glib/channel.h:109): Use tp_channel_group_get_self_contact instead [-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
make[3]: *** [text-channel.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
streamed-media-channel.c: In function 'pendingproc_get_local_contact':
streamed-media-channel.c:233:3: error: 'tp_channel_group_get_self_handle' is deprecated (declared at /opt/build/include/telepathy-1.0/telepathy-glib/channel.h:109): Use tp_channel_group_get_self_contact instead [-Werror=deprecated-declarations]
streamed-media-channel.c: In function 'on_group_members_changed_cb':
streamed-media-channel.c:265:3: error: 'tp_channel_get_initiator_handle' is deprecated (declared at /opt/build/include/telepathy-1.0/telepathy-glib/channel.h:128): Use tp_channel_get_initiator_contact instead [-Werror=deprecated-declarations]
streamed-media-channel.c:266:3: error: 'tp_channel_group_get_self_handle' is deprecated (declared at /opt/build/include/telepathy-1.0/telepathy-glib/channel.h:109): Use tp_channel_group_get_self_contact instead [-Werror=deprecated-declarations]
streamed-media-channel.c:313:8: error: 'tp_channel_group_get_members' is deprecated (declared at /opt/build/include/telepathy-1.0/telepathy-glib/channel.h:112): Use tp_channel_group_dup_members_contacts instead [-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
make[3]: *** [streamed-media-channel.lo] Error 1
make[3]: Leaving directory `/data/src/jhbuild/telepathy-logger/telepathy-logger'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data/src/jhbuild/telepathy-logger/telepathy-logger'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/src/jhbuild/telepathy-logger'
make: *** [all] Error 2
Comment 1 Nicolas Dufresne 2012-07-13 18:54:16 UTC
Is this fixed ?
Comment 2 Stef Walter 2012-07-14 19:23:37 UTC
Yup, no more breakage when building telepathy-logger in jhbuild.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.