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 689044 - empathy is broken by geocode-glib API changes
empathy is broken by geocode-glib API changes
Status: RESOLVED DUPLICATE of bug 689056
Product: empathy
Classification: Core
Component: Geolocation
unspecified
Other All
: Normal major
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-25 20:02 UTC by Allison Karlitskaya (desrt)
Modified: 2012-11-26 06:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2012-11-25 20:02:31 UTC
geocode-glib just had some API changes[1] and as a result Empathy is now broken in jhbuild:

empathy-contact.c: In function 'geocode_cb':
empathy-contact.c:1633:3: warning: implicit declaration of function 'geocode_object_resolve_finish' [-Wimplicit-function-declaration]
empathy-contact.c:1633:3: warning: implicit declaration of function 'GEOCODE_OBJECT' [-Wimplicit-function-declaration]
empathy-contact.c:1633:12: warning: assignment makes pointer from integer without a cast [enabled by default]
empathy-contact.c:1643:3: warning: implicit declaration of function 'geocode_object_get_coords' [-Wimplicit-function-declaration]
empathy-contact.c: In function 'update_geocode':
empathy-contact.c:1672:3: error: unknown type name 'GeocodeObject'
empathy-contact.c:1685:3: warning: implicit declaration of function 'geocode_object_new_for_params' [-Wimplicit-function-declaration]
empathy-contact.c:1685:11: warning: assignment makes pointer from integer without a cast [enabled by default]
empathy-contact.c:1689:3: warning: implicit declaration of function 'geocode_object_resolve_async' [-Wimplicit-function-declaration]
make[3]: *** [empathy-contact.lo] Error 1


I guess it's time to adjust to the new API?



[1] http://git.gnome.org/browse/geocode-glib/commit/?id=4955df84543442b884c21f501296cb895f2766a5
Comment 1 Bastien Nocera 2012-11-26 06:43:19 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 689056 ***