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

Bug 66606

Summary: gentoo-dev-sources-2.6.8-r6 does not compile, because linker don't find 'hpet_alloc'
Product: Gentoo Linux Reporter: Andreas Leipelt <andreas.leipelt>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Leipelt 2004-10-07 00:07:04 UTC
hpet.o in drivers/char is needed, but not compiled. CONFIG_HPET_TIMER is always
set to y, but the Makefile in drivers/char adds hpet.o dependend on the symbol
CONFIG_HPET, which does not exist. I changed CONFIG_HPET in CONFIG_HPET_TIMER in drivers/char/Makefile and all went well.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-10-07 16:50:41 UTC

*** This bug has been marked as a duplicate of 63360 ***