Le fichier .config est-il crée à la suite de $ make menuconfig ?
$ cd linux-3.3.2
$ rm .config
$ make menuconfig
exit -> enregistrer
.config se crée-t-il ?
$ ls -a
Tu as retouché /etc/kernel-pkg.conf ?
Si ce n’est make ni make-kpkg qui dégoisent, il reste fakeroot
$ man fakeroot
[code]
If you intend to build packages with fakeroot, please try building the fakeroot package
first: the “debian/rules build” stage has a few tests (testing mostly for bugs in old
fakeroot versions). If those tests fail (for example because you have certain libc5 pro‐
grams on your system), other packages you build with fakeroot will quite likely fail too,
but possibly in much more subtle ways.
Also, note that it's best not to do the building of the binaries themselves under fake‐
root. Especially configure and friends don't like it when the system suddenly behaves
differently from what they expect. (or, they randomly unset some environment variables,
some of which fakeroot needs).[/code]
Malgré les préconisations du README du noyau, essaye de compiler en root sans fakeroot pour voir si ce comportement se reproduit.