Christoph Anton Mitterer <[email protected]> writes:
> I've attached the config.log.
> There are several errors in it, but I guess some come just from configure
> tests...
> Can you perhaps spot anything there?
Yeah, looks like you have missing kernel headers:
make[3]: Leaving directory `/usr/src/linux-headers-3.0.0-heisenberg'
In file included from include/linux/list.h:4:0,
from include/linux/module.h:9,
from /usr/src/modules/openafs/conftest.dir/conftest.c:25:
include/linux/types.h:4:23: fatal error: asm/types.h: No such file or directory
compilation terminated.
On my system with the current unstable kernel, this file is in:
./linux-headers-3.0.0-1-common/arch/x86/include/asm/types.h
and module-assistant plus the Linux kernel build system didn't seem to
have any trouble finding it.
--
Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]