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

Bug 25358

Summary: acpi in pfeifer-sources-2.4.21.1_pre4
Product: Gentoo Linux Reporter: Toby Dickenson <toby>
Component: [OLD] Core systemAssignee: Jay Pfeifer (RETIRED) <pfeifer>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toby Dickenson 2003-07-27 03:19:29 UTC
Configuration for acpi seems to be broken; the sub-options of acpi (fan, cpu, etc) never 
appear in make menuconfig. the ACPI Config.in is relying on a CONFIG_ACPI_HT_ONLY 
that doesnt seem to get defined anywhere. 
 
Changing that line to .... 
    if [ "$CONFIG_ACPI_HT_ONLY" != "y" ]; then 
.... works for me.
Comment 1 Jay Pfeifer (RETIRED) gentoo-dev 2003-07-27 06:55:06 UTC
i don't know where you are getting this from, but i can go in and get this everytime. starting 
with a fresh tree and doing 'make menuconfig' or using one of my old configs and 'make 
oldconfig'. 
 
Jay 
Comment 2 Toby Dickenson 2003-07-27 14:03:25 UTC
This is strange. It all works correctly, as you report, with a  'make menuconfig' on fresh tree. 
 
'make oldconfig' over my .config from gentoo-sources 2.4.20-r2, followed by 'make 
menuconfig' behaves as I describe. It looks like there is some problem here, but Im now sure 
its not yours. sorry for the distraction.