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 608325 - jhbuild fails to build gnome-disk-utility on debian sid
jhbuild fails to build gnome-disk-utility on debian sid
Status: RESOLVED DUPLICATE of bug 581515
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2010-01-28 10:39 UTC by Felipe Balbi
Modified: 2010-01-28 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felipe Balbi 2010-01-28 10:39:59 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 ?
Comment 1 Frederic Peters 2010-01-28 10:51:40 UTC
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 ***
Comment 2 Felipe Balbi 2010-01-28 10:56:16 UTC
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 ??
Comment 3 Frederic Peters 2010-01-28 11:17:40 UTC
It looks for udisks, which is the new name of DeviceKit-disks; probably it's not yet available in Debian.
Comment 4 Felipe Balbi 2010-01-28 11:25:29 UTC
(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