Open wheelcomplex opened 6 years ago
I had the same issue, it was due to a missing libelf-dev
package. While watching the compilation process, make
command printed the following message:
...
DEPMOD 4.17.0-ubuntu-4.17
Makefile:972: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
SIGN [M] ./debian/tmp/lib/modules/4.17.0-ubuntu-4.17/kernel/arch/x86/crypto/aesni-intel.ko
SIGN [M] ./debian/tmp/lib/modules/4.17.0-ubuntu-4.17/kernel/arch/x86/crypto/aes-x86_64.ko
...
Having the libelf-dev
installed, solved this issue. No workaround was needed.
workaround from https://lists.debian.org/debian-knoppix/2017/01/msg00002.html