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 622918 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 11:33 UTC by André Klapper
Modified: 2011-01-20 09:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 11:33:14 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib.

See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html .

According to a quick grep this module seems to use dbus-glib:

# Check for dbus and dbus-glib or higher
PKG_CHECK_MODULES(DBUS, [dbus-1 >= $DBUS_REQUIRED dbus-glib-1 >= $DBUS_GLIB_REQUIRED])
Comment 1 Martyn Russell 2011-01-20 09:45:03 UTC
This was fixed earlier this week with the merge of the gdbus branch to master.

commit 7578f3c7c3f35f9da426b9c530e8b8e20a4973f8
Author: Martyn Russell <martyn@lanedo.com>
Date:   Thu Jan 20 09:42:22 2011 +0000

    build: Comment configure about why we still have dbus and dbus-glib-1
    
    Fixes GB#622918, Migrate from dbus-glib to glib's GDBus

An excerpt from that commit:

# NOTE: dbus and dbus-glib-1 are only used now for libtracker-client
# which is deprecated and tracker-writeback which will be refactored
# shortly to use gdbus. The other place which requires dbus-glib-1 is
# for HAL used in tracker-miner-fs if the alternative libraries are
# not available.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.