GNOME Bugzilla – Bug 608325
jhbuild fails to build gnome-disk-utility on debian sid
Last modified: 2010-01-28 11:25:29 UTC
it doesn't find udisks package. I have DeviceKit-disks installed and all the development packages necessary. Ran apt-get build-dep DeviceKit-disks and apt-get build-dep gnome-disk-utility. Still no good. Can it be only debian sid who's affected ?
The GNOME Disk Utility (and udisk) maintainer doesn't want DeviceKit-disks/udisk in jhbuild, as they are too lowlevel, see bug 581515 comment 5. *** This bug has been marked as a duplicate of bug 581515 ***
The thing is that I have DeviceKit-disks installed, jhbuild simply doesn't find it. here: $ dpkg --get-selections | grep devicekit devicekit-disks install devicekit-power install more: $ sudo apt-get build-dep gnome-disk-utility Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 65 not upgraded. still jhbuild doesn't find the udisks. Should I really build DeviceKit ??
It looks for udisks, which is the new name of DeviceKit-disks; probably it's not yet available in Debian.
(In reply to comment #3) > It looks for udisks, which is the new name of DeviceKit-disks; probably it's > not yet available in Debian. got it, thanks