Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432180 - sys-power/powertop-2.1 version bump
Summary: sys-power/powertop-2.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Mobile Herd (OBSOLETE)
URL: https://01.org/powertop/blogs/ceferro...
Whiteboard:
Keywords:
Depends on: 358869 414803 434096
Blocks:
  Show dependency tree
 
Reported: 2012-08-21 12:05 UTC by Manuel Rüger (RETIRED)
Modified: 2012-09-06 17:11 UTC (History)
9 users (show)

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


Attachments
powertop 2.1 ebuild (powertop-2.1.ebuild,1.25 KB, text/plain)
2012-08-24 10:55 UTC, keeperofdakeys
Details
An ebuild for powertop-2.1 (powertop-2.1.ebuild,1.25 KB, text/plain)
2012-08-25 01:45 UTC, keeperofdakeys
Details
build.log when libnl:1.1 only installed (powertop-buildlog-with-libnl1.log,17.80 KB, text/plain)
2012-08-30 08:42 UTC, Sergey Popov
Details
An ebuild for powertop-2.1 (powertop-2.1.ebuild,1.36 KB, text/plain)
2012-08-30 09:34 UTC, keeperofdakeys
Details
ebuild, works for me (powertop-2.1.ebuild,1.29 KB, text/plain)
2012-09-06 09:40 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2012-08-21 12:05:37 UTC
PowerTOP v2.1 Release

Submitted by ceferron on 15 August 2012 - 8:04am


Highlights

    Added Transifex project integration
    Added localization of the UI with 9 languages in progress and active
    Support for cores without P-states
    Support for Intel GPU statistics
    PowerTOP manual page added
    Added an option to specify workload to run during measurement
    Add an option to suppress output to the terminal
    Added more ARM support assets
    Synced Traceevent library from the kernel tree for better event parsing 
    Bug fixes and clean ups 



Please add it to the tree
Comment 1 viperlin 2012-08-22 05:48:58 UTC
--- powertop-2.0.ebuild	2012-08-22 06:42:01.088559383 +0100
+++ powertop-2.1.ebuild	2012-08-22 06:39:00.962427954 +0100
@@ -10,7 +10,7 @@
 	inherit git-2
 	SRC_URI=""
 else
-	SRC_URI="https://01.org/powertop/sites/default/files/downloads/${P}.tar.bz2"
+	SRC_URI="https://01.org/powertop/sites/default/files/downloads/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 

compiles without error, minor file name change required
i hope this is good form :)
Comment 2 keeperofdakeys 2012-08-24 10:55:35 UTC
Created attachment 322090 [details]
powertop 2.1 ebuild
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2012-08-25 01:31:48 UTC
Please capitalize the first letter of DESC or (better) change it to something like this:
DESCRIPTION="An utility to monitor power consumption and improve power management"
Comment 4 keeperofdakeys 2012-08-25 01:45:06 UTC
Created attachment 322146 [details]
An ebuild for powertop-2.1

This was the ebuild currently in the tree with the update for the new version, but I have updated the description as advised.
Comment 5 Sergey Popov gentoo-dev 2012-08-30 08:42:07 UTC
Created attachment 322549 [details]
build.log when libnl:1.1 only installed

powertop does not build with libnl:1.1. Build.log attached

With libnl:3 it builds fine.
Comment 6 keeperofdakeys 2012-08-30 09:34:26 UTC
Created attachment 322553 [details]
An ebuild for powertop-2.1

From what I can see, a developer used functions not in libnl-1, but forgot to update the configure script to only allow libnl-3. The code where these functions are used are not optional, so I've updated the build script to require >=libnl-3. Since this is an upstream bug, I'll also file a bug report with them concerning the configure file. The updated ebuild is attached, and confirmed to be working with both stable and latest unstable libnl-3.
Comment 7 Nikoli 2012-09-06 09:40:50 UTC
Created attachment 323052 [details]
ebuild, works for me

Ebuild with fixed bug #414803 and bug #419431
Comment 8 Manuel Rüger (RETIRED) gentoo-dev 2012-09-06 16:59:18 UTC
*powertop-2.1 (05 Sep 2012)

  05 Sep 2012; Rick Farina <zerochaos@gentoo.org> +powertop-2.1.ebuild:
  version bump to 2.1
Comment 9 Rick Farina (Zero_Chaos) gentoo-dev 2012-09-06 17:11:40 UTC
Version bump completed, if you still have an issue please open another bug.  Works in my testing (although still not as feature complete as powertop 1.x imho