Bug 49292 - Build breakage in telepathy-logger
Summary: Build breakage in telepathy-logger
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: logger (show other bugs)
Version: unspecified
Hardware: Other All
: high normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-29 23:45 UTC by Stef Walter
Modified: 2012-07-14 19:23 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.