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 614240 - build failure: No rule to make target `/usr/share/dbus-1/interfaces/org.freedesktop.UDisks.xml', needed by `udisks-daemon-glue.h'.
build failure: No rule to make target `/usr/share/dbus-1/interfaces/org.freed...
Status: RESOLVED DUPLICATE of bug 581515
Product: gnome-disk-utility
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-29 11:25 UTC by Craig Keogh
Modified: 2010-04-14 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build failure by removing hardcoding of /usr/share. (3.21 KB, patch)
2010-03-29 11:28 UTC, Craig Keogh
none Details | Review

Description Craig Keogh 2010-03-29 11:25:46 UTC
I am building git master on Fedora 12 using jhbuild:

make  V=1
make  all-recursive
make[1]: Entering directory `/home/oxyde/gnome2/gnome-disk-utility'
Making all in src
make[2]: Entering directory `/home/oxyde/gnome2/gnome-disk-utility/src'
Making all in gdu
make[3]: Entering directory `/home/oxyde/gnome2/gnome-disk-utility/src/gdu'
make[3]: Leaving directory `/home/oxyde/gnome2/gnome-disk-utility/src/gdu'
make[2]: Leaving directory `/home/oxyde/gnome2/gnome-disk-utility/src'
make[1]: Leaving directory `/home/oxyde/gnome2/gnome-disk-utility'
make[3]: *** No rule to make target `/usr/share/dbus-1/interfaces/org.freedesktop.UDisks.xml', needed by `udisks-daemon-glue.h'.  Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Comment 1 Craig Keogh 2010-03-29 11:28:12 UTC
Created attachment 157373 [details] [review]
Fix build failure by removing hardcoding of /usr/share.
Comment 2 Craig Keogh 2010-04-14 10:47:59 UTC

*** This bug has been marked as a duplicate of bug 581515 ***