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

Bug 190047

Summary: app-laptop/hdapsd kernel CONFIG_CHECK error
Product: Gentoo Linux Reporter: jieryn <jieryn>
Component: New packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal CC: mobile+disabled
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 187154    
Attachments: fix both ebuilds currently in the tree

Description jieryn 2007-08-24 14:35:24 UTC
From the ebuild:

inherit eutils linux-info

CONFIG_CHECK="SENSORS_HDAPS"
ERROR_NET_RADIO="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)"

This is just wrong. We will never use ERROR_NET_RADIO because we never CONFIG_CHECK for it. This should be ERROR_SENSORS_HDAPS="${P" requires support for HDAPS (CONFIG_SENSORS_HDAPS)"

Thanks!!

Reproducible: Always
Comment 1 jieryn 2007-08-24 14:50:56 UTC
Created attachment 129073 [details, diff]
fix both ebuilds currently in the tree
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-08-29 18:55:16 UTC
ty, fixed.