Since the vbox non-ose modules does not build against the new 2.6.36 headers, i have asked in the vbox-irc about that.
There i was told, that the Makefile checks the folowing:
make -C <kernelsource/kernelheaders> kernelrelease
The result should be the same as uname -a, but look here:
Code:
root:Defiant> make -C /usr/src/linux-headers-2.6.35-7.slh.1-aptosid-amd64 kernelrelease
make: Entering directory `/usr/src/linux-headers-2.6.35-7.slh.1-aptosid-amd64'
2.6.35-7.slh.1-aptosid-amd64
make: Leaving directory `/usr/src/linux-headers-2.6.35-7.slh.1-aptosid-amd64'
/
root:Defiant> make -C /usr/src/linux-headers-2.6.36-0.slh.1-aptosid-amd64 kernelrelease
make: Entering directory `/usr/src/linux-headers-2.6.36-0.slh.1-aptosid-amd64'
scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig
init/Kconfig:1148: can't open file "arch/Kconfig"
make[2]: *** [silentoldconfig] Fehler 1
make[1]: *** [silentoldconfig] Fehler 2
2.6.36
make: Leaving directory `/usr/src/linux-headers-2.6.36-0.slh.1-aptosid-amd64'
|