Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 33793

Summary: New cpufreqd-1.1_rc1 ebuild
Product: Gentoo Linux Reporter: Gustavo Zacarias (RETIRED) <gustavoz>
Component: New packagesAssignee: Michael Imhof (RETIRED) <tantive>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: yer ebuild

Description Gustavo Zacarias (RETIRED) gentoo-dev 2003-11-18 19:05:36 UTC
New cpufreqd-1.1_rc1 ebuild.
Works on my 2.6.0-test9-mm3 toshiba 1110-s153 without a hitch.
This new release should work for PMU-enabled powermacs also, not tested by me though.
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2003-11-18 19:05:51 UTC
Created attachment 20930 [details]
yer ebuild
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2003-11-19 09:47:26 UTC
Checked it in.
Thanks for reminding me ;)
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2003-11-19 09:47:54 UTC
Closing this bug.
Comment 4 Michael Imhof (RETIRED) gentoo-dev 2003-11-20 17:04:00 UTC
I had some issues with your submitted ebuild:

It has 
newexe ${S}/scripts/gentoo/cpufreqd
in it, which should be
newexe ${S}/scripts/gentoo/cpufreqd cpufreqd .

And the location of cpufreqd has changed from /bin/cpufreqd to /usr/bin/cpufreqd.
I had to fix the init-script provided in the package.

Looks like you made tha same mistake as me and did not change everything at least two times.

Mode details can be found in #33968.
Comment 5 Gustavo Zacarias (RETIRED) gentoo-dev 2003-11-21 03:11:21 UTC
My mistake, i had a hand-compiled cpufreqd around and that's the reason i had valid binaries in both DIRs.
Sorry.