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 347222 - No more dbus_connection_disconnect on dbus HEAD
No more dbus_connection_disconnect on dbus HEAD
Status: RESOLVED DUPLICATE of bug 347099
Product: gnome-vfs
Classification: Deprecated
Component: Build
cvs (head)
Other All
: Normal blocker
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-11 13:49 UTC by Luca Ferretti
Modified: 2006-07-11 20:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Luca Ferretti 2006-07-11 13:49:09 UTC
Please describe the problem:
gnome-vfs-daemon-method.c: In function 'destroy_private_connection':
gnome-vfs-daemon-method.c:351: warning: implicit declaration of function 'dbus_connection_disconnect'
gnome-vfs-daemon-method.c:351: warning: nested extern declaration of 'dbus_connection_disconnect'
make[3]: *** [gnome-vfs-daemon-method.lo] Error 1
make[3]: Leaving directory `/home/luca/cvs/gnome2/gnome-vfs/libgnomevfs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/luca/cvs/gnome2/gnome-vfs/libgnomevfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luca/cvs/gnome2/gnome-vfs'
make: *** [all] Error 2


Steps to reproduce:
1. Update dbus to current head
2. Rebuild gnome-vfs


Actual results:


Expected results:


Does this happen every time?


Other information:
The DBUS function was renamed dbus_connection_close

2006-07-07  John (J5) Palmieri  <johnp@redhat.com>

        * dbus/dbus-connection.h: remove connection_disconnect and replace with
        connection_close

        * dbus/dbus-connection.c: include dbus-bus.h
        (_dbus_connection_read_write_dispatch): make static
Comment 1 Elijah Newren 2006-07-11 20:04:08 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 347099 ***