Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267100 - gnome-extra/gnome-power-manager-2.24.4-r1 missing policykit dependencies
Summary: gnome-extra/gnome-power-manager-2.24.4-r1 missing policykit dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 15:07 UTC by David Abbott
Modified: 2009-04-22 22:17 UTC (History)
0 users

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


Attachments
emerge --info (emerge.txt,4.50 KB, text/plain)
2009-04-22 15:09 UTC, David Abbott (RETIRED)
Details
created a patch (gnome-power-manager-2.24.4-r1.patch,409 bytes, text/plain)
2009-04-22 15:20 UTC, David Abbott (RETIRED)
Details
The first patch was done wrong, this should be fine (gnome-power-manager-2.24.4-r1.patch,398 bytes, patch)
2009-04-22 15:33 UTC, David Abbott (RETIRED)
Details | Diff
build.log (build.log,10.01 KB, text/plain)
2009-04-22 15:46 UTC, David Abbott (RETIRED)
Details
gnome-power-manager.patch (gnome-power-manager.patch,644 bytes, patch)
2009-04-22 22:14 UTC, Gilles Dartiguelongue (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Abbott (RETIRED) gentoo-dev 2009-04-22 15:07:03 UTC
Once I installed policykit-gnome gnome-power-manager installed fine. I don't have the complete build.log.

ERROR: compile

ERROR: gnome-extra/gnome-power-manager-2.24.4-r1 failed.
Call stack:
              ebuild.sh, line   48:  Called src_compile
            environment, line 2957:  Called gnome2_src_compile
            environment, line 2303:  Called gnome2_src_configure
            environment, line 2317:  Called econf '--disable-tests' '--disable-docbook-docs' '--enable-policykit' '--enable-gconf-defaults' '--with-dpms-ext' '--enable-xevents' '--enable-applets' '--disable-gtk-doc'
              ebuild.sh, line  525:  Called die
The specific snippet of code:
  			die "econf failed"
 The die message:
  econf failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/gnome-extra/gnome-power-manager-2.24.4-r1/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/gnome-extra/gnome-power-manager-2.24.4-r1/temp/environment'.

Reproducible: Always

Steps to Reproduce:
1.emerge --sync
2.emerge -uND world
3.

Actual Results:  
ERROR: gnome-extra/gnome-power-manager-2.24.4-r1 failed.

Expected Results:  
LOG: postinst

To enable frequency scaling interface, use the following command:
	gconftool-2 /apps/gnome-power-manager/ui/cpufreq_show
Note that this will conflict with other power managment utility
like app-laptop/laptop-mode-tools.
Comment 1 David Abbott (RETIRED) gentoo-dev 2009-04-22 15:09:29 UTC
Created attachment 189161 [details]
emerge --info
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-22 15:19:15 UTC
please provide the build.log it will be more helpful than anything else currently.
Comment 3 David Abbott (RETIRED) gentoo-dev 2009-04-22 15:20:02 UTC
Created attachment 189163 [details]
created a patch
Comment 4 David Abbott (RETIRED) gentoo-dev 2009-04-22 15:33:06 UTC
Created attachment 189165 [details, diff]
The first patch was done wrong, this should be fine
Comment 5 David Abbott (RETIRED) gentoo-dev 2009-04-22 15:46:53 UTC
Created attachment 189174 [details]
build.log
Comment 6 David Abbott (RETIRED) gentoo-dev 2009-04-22 15:48:30 UTC
attached build.log
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-22 16:26:17 UTC
this patch is still wrong because we only want the dep when the policykit use flag is enabled but it's ok, we will handle it.
Comment 8 David Abbott (RETIRED) gentoo-dev 2009-04-22 21:31:35 UTC
Ok, I am learning, could you put the correct patch here when you get it so I can see how it should be done.
Comment 9 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-22 22:14:27 UTC
Created attachment 189198 [details, diff]
gnome-power-manager.patch

here is what was missing.
Comment 10 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-22 22:17:08 UTC
and fixed without a bump. Thanks for reporting.