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

Bug 902153

Summary: sys-power/thermald: ebuild should warn about missing kernel options
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Yixun Lan <dlan>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=898164
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2023-03-19 16:48:40 UTC
As noticed in:
https://bugs.gentoo.org/898164#c2

Some kernel options are needed as specified in README file:
https://github.com/intel/thermal_daemon/blob/master/README.txt

I think those options translate to
CONFIG_PERF_EVENTS_INTEL_RAPL
CONFIG_X86_INTEL_PSTATE
CONFIG_INTEL_POWERCLAMP
CONFIG_INT340X_THERMAL
CONFIG_ACPI_THERMAL_REL
CONFIG_INT3406_THERMAL

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2023-03-20 00:59:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40520ff8732783f898bd7a0c2c16b3c029bbb3b2

commit 40520ff8732783f898bd7a0c2c16b3c029bbb3b2
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2023-03-20 00:58:08 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2023-03-20 00:59:29 +0000

    sys-power/thermald: warn missing kernel feature
    
    Closes: https://bugs.gentoo.org/902153
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 sys-power/thermald/thermald-2.5.1.ebuild | 6 ++++--
 sys-power/thermald/thermald-2.5.2.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)