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 348368 - DBUS_API_SUBJECT_TO_CHANGE error compiling gnome-vfs
DBUS_API_SUBJECT_TO_CHANGE error compiling gnome-vfs
Status: RESOLVED DUPLICATE of bug 347469
Product: gnome-vfs
Classification: Deprecated
Component: Build
2.15.x
Other All
: Normal major
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-22 22:51 UTC by Lupine
Modified: 2006-07-23 09:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Lupine 2006-07-22 22:51:42 UTC
Please describe the problem:
In file included from ./gnome-vfs-dbus-utils.h:30,
                 from gnome-vfs-cancellation.c:30:
/usr/include/dbus-1.0/dbus/dbus.h:30:2: error: #error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-BUS hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation."
make[3]: *** [gnome-vfs-cancellation.lo] Error 1
make[3]: Leaving directory `/temp_gnome2builddir/gnome-vfs-2.15.3/libgnomevfs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/temp_gnome2builddir/gnome-vfs-2.15.3/libgnomevfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp_gnome2builddir/gnome-vfs-2.15.3'
make: *** [all] Error 2


Steps to reproduce:
1. extract tarball
2. cd into
3. ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-vfs --sysconfdir=/etc/gnome
4. make


Actual results:
Does not compile

Expected results:
Looking at dependencies, everything should be working fine

Does this happen every time?
yes

Other information:
I've updated to dbus-0.62 with no issues in hopes this would be the solution.  I've also tried creating the variable as suggested from the error report.
Comment 1 Christian Kellner 2006-07-23 09:28:28 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 347469 ***