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 743551 - FTBFS since commit 623d6fd8
FTBFS since commit 623d6fd8
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: build
git master
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-26 18:45 UTC by Vadim Rutkovsky
Modified: 2015-01-26 23:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2015-01-26 18:45:05 UTC
See http://build.gnome.org/continuous/buildmaster/builds/2015/01/26/46/build/log-gvfs.txt

../../../monitor/proxy/gproxyvolumemonitor.c:46:22: fatal error: gvfsdbus.h: No such file or directory
 #include "gvfsdbus.h"
                      ^
compilation terminated.
Makefile:673: recipe for target 'libgioremote_volume_monitor_la-gproxyvolumemonitor.lo' failed
make[4]: *** [libgioremote_volume_monitor_la-gproxyvolumemonitor.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
Comment 1 Vadim Rutkovsky 2015-01-26 18:58:41 UTC
Please revert https://git.gnome.org/browse/gnome-continuous/commit/?id=cfa2562703f2feb00de1cc9e120ffd97cca0c1cd after the fix is pushed
Comment 2 Ross Lagerwall 2015-01-26 22:44:46 UTC
I have pushed a fix for this: 4729b3d25650e9031dcba88ce6ed69bf4a48adce
Comment 3 Ross Lagerwall 2015-01-26 23:33:39 UTC
I reverted the change and it built correctly in 20150126.67. Thanks for reporting it.