Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315713 - gnome-extra/sensors-applet: include support for sys-fs/udisks
Summary: gnome-extra/sensors-applet: include support for sys-fs/udisks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alex Murray
URL:
Whiteboard:
Keywords:
: 318707 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-17 12:08 UTC by Denis
Modified: 2010-06-17 19:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sensors-applet-2.2.5.ebuild with udisks (sensors-applet-2.2.5.ebuild.patch,1.26 KB, patch)
2010-06-15 00:56 UTC, Alexandre Borges Marcelo
Details | Diff
sensors-applet-2.2.5-udisks.patch (sensors-applet-2.2.5-udisks.patch,67.43 KB, patch)
2010-06-15 00:57 UTC, Alexandre Borges Marcelo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis 2010-04-17 12:08:45 UTC
The ebuild of sensors-applet still depends on the obsolete sys-apps/devicekit-disks while we're moving to udisks.

This is emerge's output:
# emerge -av sensors-applet

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-apps/devicekit-disks-009  USE="-bash-completion -debug -doc" 0 kB
[ebuild   R   ] gnome-extra/sensors-applet-2.2.5  USE="dbus hddtemp* libnotify lm_sensors" VIDEO_CARDS="nvidia -fglrx" 0 kB
[blocks B     ] sys-apps/devicekit-disks ("sys-apps/devicekit-disks" is blocking sys-fs/udisks-1.0.1)

Total: 2 packages (1 new, 1 reinstall), Size of downloads: 0 kB
Conflict: 1 block (1 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  ('installed', '/', 'sys-fs/udisks-1.0.1', 'nomerge') pulled in by
    =sys-fs/udisks-1.0* required by ('installed', '/', 'sys-apps/gnome-disk-utility-2.30.1', 'nomerge')

  ('ebuild', '/', 'sys-apps/devicekit-disks-009', 'merge') pulled in by
    sys-apps/devicekit-disks required by ('ebuild', '/', 'gnome-extra/sensors-applet-2.2.5', 'merge')


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked



Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-04-19 23:39:22 UTC
who is moving to udisks exactly ? Did you actually check that sensors-applet was compatible with udisks ?
Comment 2 Pacho Ramos gentoo-dev 2010-05-06 18:31:57 UTC
*** Bug 318707 has been marked as a duplicate of this bug. ***
Comment 3 Pacho Ramos gentoo-dev 2010-05-06 18:33:27 UTC
Please check if it really works with upower instead of devicekit-disks

Thanks
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-05-26 11:57:30 UTC
Please get back to us. In any case, configure is currently checking for dk-d and not udisks so a patch will be needed if it really works with udisks.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-05-26 11:57:42 UTC
oops, wrong resolution
Comment 6 Alexandre Borges Marcelo 2010-06-15 00:56:50 UTC
Created attachment 235341 [details, diff]
sensors-applet-2.2.5.ebuild with udisks

Yes, it does work with udisks! With the appropriate adjustment, of course...
Comment 7 Alexandre Borges Marcelo 2010-06-15 00:57:23 UTC
Created attachment 235343 [details, diff]
sensors-applet-2.2.5-udisks.patch
Comment 8 Pacho Ramos gentoo-dev 2010-06-15 08:39:14 UTC
Great, thanks a lot
Comment 9 Pacho Ramos gentoo-dev 2010-06-15 08:39:39 UTC
Assigning directly to upstream as surely he will want to implement this upstream also :-)
Comment 10 Alex Murray 2010-06-15 11:41:26 UTC
Thanks muchly, have ported upstream now and will release version 2.2.6 shortly which will include this change.
Comment 11 Pacho Ramos gentoo-dev 2010-06-17 19:14:29 UTC
+*sensors-applet-2.2.6 (17 Jun 2010)
+
+  17 Jun 2010; Pacho Ramos <pacho@gentoo.org> +sensors-applet-2.2.6.ebuild:
+  Version bump migrating from sys-apps/devicekit-disks to sys-fs/udisks
+  usage (bug #315713 reported by Denis). Thanks to Alexandre Borges Marcelo
+  for the patch.