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

Bug 155004

Summary: app-laptop/hdapsd doesn't build when the hdaps module is provided by tp_smapi
Product: Gentoo Linux Reporter: Eugene Pavlovsky <heilong>
Component: New packagesAssignee: Roy Marples (RETIRED) <uberlord>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eugene Pavlovsky 2006-11-13 04:49:17 UTC
The ebuild fails with this message:
 * Checking for suitable kernel configuration options...
 *   CONFIG_SENSORS_HDAPS:\t is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.

I actually have the hdaps module - it is provided by the app-laptop/tp_smapi ebuild (when built with the "hdaps" USE flag).
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-12-05 03:44:07 UTC
A working solution for this is too complex as the ebuild being merged does not imply existance of the hdaps module if not specified in the kernel.

When tp_smapi is merged into the kernel (hopefully) then this problem should go away, until then you'll have to enable the module in the kernel. Don't panic though, as if tp_smapi provides the hdaps module then we'll use that by default.
Comment 2 Eugene Pavlovsky 2006-12-05 12:58:37 UTC
thanks, i'll try that