Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349752 - gnome-extra/gnome-power-manager-2.30.1 should depend on <sys-power/upower-0.9.6
Summary: gnome-extra/gnome-power-manager-2.30.1 should depend on <sys-power/upower-0.9.6
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.32
  Show dependency tree
 
Reported: 2010-12-26 12:02 UTC by Gil Forcada
Modified: 2010-12-27 10:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gil Forcada 2010-12-26 12:02:52 UTC
If you try to compile gnome-power-manager-2.30.1 it asks to switch devicekit-power to upower whereas the configure fails complaining about missing devicekit-power

Reproducible: Always

Steps to Reproduce:
1. With a stable GNOME stack try to compile gnome-power-manager
2. See that first tries to remove devicekit-power and replace it by upower
3. After successfully compile upower and remove devicekit-power it fails to compile gnome-power-manager due to missing devicekit-power
Actual Results:  
A broken gnome-power-manager

Expected Results:  
Compile gnome-power-manager fine

Just changing the sys-power/upower by sys-apps/devicekit-power in the ebuild is enough to fix it
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-12-26 12:15:06 UTC
Post full build.log here, and upower version you tried with. That said,
gnome-power-manager-2.30 should work fine at least up to upower 0.9.5
So that would mean you tried to mix too new ~arch upower with stable gnome-power-manager
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-12-26 12:15:36 UTC
And also emerge --info. Then reopen, thanks
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-12-26 12:16:04 UTC
*** Bug 349750 has been marked as a duplicate of this bug. ***
Comment 4 Rafał Mużyło 2010-12-26 15:48:31 UTC
While upower *is* a more recent release of devkit-power,
upower was on purpose made incompatible with devkit-power.
If a package requires devkit-power, it won't work with upower
- not only pkg-config name was changes, so were dbus method names.
2.30 was made for devkit-power, 2.32 for upower.
|| dep on upower was a bug, now that devkit-power was removed from deps,
ebuild is plain broken.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-12-26 16:16:34 UTC
stop mixing arch with ~arch.   stable gnome-power-manager is fine with stable upower, which is 0.9.5.  severity is minor at most, perhaps even wontfix...
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-12-27 10:24:26 UTC
See comment #4 in bug #349750.