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 708690 - Unchecked dependency on libsoup-gnome
Unchecked dependency on libsoup-gnome
Status: RESOLVED FIXED
Product: geocode-glib
Classification: Other
Component: general
3.10.x
Other All
: Normal major
: ---
Assigned To: geocode-glib maintainer(s)
geocode-glib maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-09-24 16:29 UTC by Jasper Lievisse Adriaanse
Modified: 2013-09-24 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jasper Lievisse Adriaanse 2013-09-24 16:29:43 UTC
The configure.ac for geocode-glib has:

dnl Requires for the library
PKG_CHECK_MODULES(GEOCODE,
		  gio-2.0 >= 2.34
		  json-glib-1.0 >= 0.16.2
		  libsoup-2.4)

However in geocode-glib/Makefile.am is using libsoup-gnome instead of plain libsoup:

GeocodeGlib_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Json-1.0 SoupGNOME-2.4
GeocodeGlib_1_0_gir_PACKAGES = gobject-2.0 gmodule-2.0 glib-2.0 gio-2.0 libsoup-gnome-2.4 json-glib-1.0

Should configure.ac instead check for libsoup-gnome-2.4 or should Makefile.am be adjusted to use Soup-2.4?
Comment 1 Zeeshan Ali 2013-09-24 17:07:49 UTC
Fixed in git master. Thanks!
Comment 2 Jasper Lievisse Adriaanse 2013-09-24 17:22:44 UTC
Thanks, but there is still "SoupGNOME-2.4" listed in GeocodeGlib_1_0_gir_INCLUDES in Makefile.am, shouldn't that also be removed?
Comment 3 Zeeshan Ali 2013-09-24 17:32:41 UTC
Fixed that too now. :)