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 301153 - epiphany fails to build with dbus 0.3x and --enable-dbus
epiphany fails to build with dbus 0.3x and --enable-dbus
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-04-19 06:46 UTC by Thom May
Modified: 2005-06-05 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to update dbus code to 0.3 (2.01 KB, patch)
2005-04-19 06:47 UTC, Thom May
needs-work Details | Review

Description Thom May 2005-04-19 06:46:24 UTC
Distribution/Version: Ubuntu

The api has changed sufficiently to mean that a simple rebuild is not enough;
this patch is a naive update to allow epiphany to build and run correctly.
Comment 1 Thom May 2005-04-19 06:47:35 UTC
Created attachment 45426 [details] [review]
Patch to update dbus code to 0.3
Comment 2 Christian Persch 2005-04-19 12:56:05 UTC
Confirming. Thanks for the patch!

Since not everyone (in fact, almost no one) has dbus 0.3 yet, I want to maintain
compatibility with dbus 0.2 until dbus 0.3 is common. So this needs to use a
configure check for the API version, and #ifdef the code.
Comment 3 Christian Persch 2005-05-28 13:47:47 UTC
I've added a configure check and applied the patch with conditionals added. Can
you please confirm that it works on DBUS 0.3x? Thanks.