I'm trying to install Virtualbox Guest Additions under Debian Sid, with a 2.6.28 kernel (from the debian-kernel repository). When I run the installer, it says "Building the test kernel module failed", and /var/log/vboxadd-install.log contains :
Installing VirtualBox 2.1.2 Guest Additions, built Wed Jan 21 19:54:18 CET 2009
Testing the setup of the guest system
Building a test kernel module...
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.28-1-686/build
SUBDIRS=/tmp/selfgz20923534/module/test SRCROOT=/tmp/selfgz20923534/module/test
modules
make[1]: Makefile: Aucun fichier ou répertoire de ce type
make[1]: *** Pas de règle pour fabriquer la cible « Makefile ». Arrêt.
make: *** [vboxadd_test] Erreur 2
Building the test kernel module failed.
Giving up due to the problems mentioned above.
Any idea ?
NB :
_it works well with the 2.6.26 kernel included with Sid.
_linux-headers-2.6.28 install was a bit dirty : this package depends on "linux-kbuild-2.6.28", which does not exist/is not installable. So I had to aptitude download, dpkg -i --force-depends, etc.