Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25358 - acpi in pfeifer-sources-2.4.21.1_pre4
Summary: acpi in pfeifer-sources-2.4.21.1_pre4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jay Pfeifer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-27 03:19 UTC by Toby Dickenson
Modified: 2003-07-27 14:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.