Advertisement
Guest User

Untitled

a guest
Oct 27th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Geoclue-provider-hybris 0.12.99 has been configured as follows:
  2. ---------------------------------------------------
  3. Source code location: .
  4. Compiler: gcc
  5.  
  6. + make -j2
  7. make all-am
  8. make[1]: Entering directory `/home/micha/mer/devel/hybris-10.1-rebase/20151012/geoclue-provider-hybris-community/geoclue-provider-hybris-community'
  9. GEN org.freedesktop.Geoclue.Providers.Hybris.service
  10. CC geoclue_hybris-geoclue-hybris.o
  11. geoclue-hybris.c: In function 'set_capabilities_callback':
  12. geoclue-hybris.c:221:18: error: 'GPS_CAPABILITY_GEOFENCING' undeclared (first use in this function)
  13. geoclue-hybris.c:221:18: note: each undeclared identifier is reported only once for each function it appears in
  14. geoclue-hybris.c: In function 'geoclue_hybris_finalize':
  15. geoclue-hybris.c:392:13: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
  16. geoclue-hybris.c: In function 'geoclue_hybris_update_satellites':
  17. geoclue-hybris.c:534:13: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
  18. geoclue-hybris.c:548:9: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
  19. geoclue-hybris.c:550:9: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
  20. geoclue-hybris.c:552:9: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
  21. geoclue-hybris.c:554:9: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
  22. geoclue-hybris.c:556:9: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
  23. geoclue-hybris.c: In function 'geoclue_hybris_init':
  24. geoclue-hybris.c:795:9: warning: variable 'initok' set but not used [-Wunused-but-set-variable]
  25. geoclue-hybris.c: In function 'main':
  26. geoclue-hybris.c:906:5: warning: 'g_type_init' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669) [-Wdeprecated-declarations]
  27. make[1]: *** [geoclue_hybris-geoclue-hybris.o] Error 1
  28. make[1]: Leaving directory `/home/micha/mer/devel/hybris-10.1-rebase/20151012/geoclue-provider-hybris-community/geoclue-provider-hybris-community'
  29. make: *** [all] Error 2
  30. error: Bad exit status from /var/tmp/rpm-tmp.98nzgB (%build)
  31.  
  32.  
  33. RPM build errors:
  34. Bad exit status from /var/tmp/rpm-tmp.98nzgB (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement