When trying to do: make -j`nproc` deb-pkg
I get the following error
unisteven@Stevens-PC:~/Desktop/Bisect/linux$ sudo make -j`nproc` deb-pkg [sudo] password for unisteven: Makefile:928: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel" CHK include/config/kernel.release make clean CLEAN . CLEAN arch/x86/purgatory CLEAN arch/x86/tools CLEAN .tmp_versions TAR linux-4.15.0-rc1+.tar.gz make KBUILD_SRC= Makefile:928: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel" CHK include/config/kernel.release HOSTCC scripts/basic/fixdep CHK include/generated/uapi/linux/version.h HOSTCC scripts/basic/bin2c HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o CHK include/generated/utsrelease.h CC scripts/mod/empty.o HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s HOSTCC scripts/kallsyms HOSTCC scripts/conmakehash CHK scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTLD arch/x86/tools/relocs HOSTCC scripts/asn1_compiler HOSTCC scripts/mod/file2alias.o HOSTCC scripts/sign-file scripts/sign-file.c:25:10: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^~~~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.host:90: recipe for target 'scripts/sign-file' failed make[3]: *** [scripts/sign-file] Error 1 make[3]: *** Waiting for unfinished jobs.... HOSTCC scripts/mod/sumversion.o CC arch/x86/purgatory/purgatory.o AS arch/x86/purgatory/stack.o AS arch/x86/purgatory/setup-x86_64.o CC arch/x86/purgatory/sha256.o AS arch/x86/purgatory/entry64.o CC arch/x86/purgatory/string.o LD arch/x86/purgatory/purgatory.ro BIN2C arch/x86/purgatory/kexec-purgatory.c CHK include/generated/timeconst.h CC kernel/bounds.s HOSTLD scripts/mod/modpost Makefile:576: recipe for target 'scripts' failed make[2]: *** [scripts] Error 2 make[2]: *** Waiting for unfinished jobs.... CHK include/generated/bounds.h CC arch/x86/kernel/asm-offsets.s GEN scripts/gdb/linux/constants.py CHK include/generated/asm-offsets.h CALL scripts/checksyscalls.sh scripts/package/Makefile:86: recipe for target 'deb-pkg' failed make[1]: *** [deb-pkg] Error 2 Makefile:1339: recipe for target 'deb-pkg' failed make: *** [deb-pkg] Error 2
When trying to do: make -j`nproc` deb-pkg
I get the following error
unisteven@ Stevens- PC:~/Desktop/ Bisect/ linux$ sudo make -j`nproc` deb-pkg STACK_VALIDATIO N=y, please install libelf-dev, libelf-devel or elfutils- libelf- devel" config/ kernel. release 15.0-rc1+ .tar.gz STACK_VALIDATIO N=y, please install libelf-dev, libelf-devel or elfutils- libelf- devel" config/ kernel. release basic/fixdep generated/ uapi/linux/ version. h tools/relocs_ 32.o tools/relocs_ 64.o tools/relocs_ common. o generated/ utsrelease. h selinux/ genheaders/ genheaders selinux/ mdp/mdp mod/mk_ elfconfig mod/devicetable -offsets. s mod/devicetable -offsets. h mod/elfconfig. h mod/modpost. o recordmcount tools/relocs asn1_compiler mod/file2alias. o sign-file. c:25:10: fatal error: openssl/opensslv.h: No such file or directory opensslv. h>
^~~~ ~~~~~~~ ~~~~~~~ ~~ Makefile. host:90: recipe for target 'scripts/sign-file' failed mod/sumversion. o purgatory/ purgatory. o purgatory/ stack.o purgatory/ setup-x86_ 64.o purgatory/ sha256. o purgatory/ entry64. o purgatory/ string. o purgatory/ purgatory. ro purgatory/ kexec-purgatory .c generated/ timeconst. h generated/ bounds. h kernel/ asm-offsets. s gdb/linux/ constants. py generated/ asm-offsets. h checksyscalls. sh package/ Makefile: 86: recipe for target 'deb-pkg' failed
[sudo] password for unisteven:
Makefile:928: "Cannot use CONFIG_
CHK include/
make clean
CLEAN .
CLEAN arch/x86/purgatory
CLEAN arch/x86/tools
CLEAN .tmp_versions
TAR linux-4.
make KBUILD_SRC=
Makefile:928: "Cannot use CONFIG_
CHK include/
HOSTCC scripts/
CHK include/
HOSTCC scripts/basic/bin2c
HOSTCC arch/x86/
HOSTCC arch/x86/
HOSTCC arch/x86/
CHK include/
CC scripts/mod/empty.o
HOSTCC scripts/
HOSTCC scripts/
HOSTCC scripts/
CC scripts/
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
CHK scripts/
MKELF scripts/
HOSTCC scripts/
HOSTCC scripts/
HOSTCC scripts/sortextable
HOSTLD arch/x86/
HOSTCC scripts/
HOSTCC scripts/
HOSTCC scripts/sign-file
scripts/
#include <openssl/
compilation terminated.
scripts/
make[3]: *** [scripts/sign-file] Error 1
make[3]: *** Waiting for unfinished jobs....
HOSTCC scripts/
CC arch/x86/
AS arch/x86/
AS arch/x86/
CC arch/x86/
AS arch/x86/
CC arch/x86/
LD arch/x86/
BIN2C arch/x86/
CHK include/
CC kernel/bounds.s
HOSTLD scripts/mod/modpost
Makefile:576: recipe for target 'scripts' failed
make[2]: *** [scripts] Error 2
make[2]: *** Waiting for unfinished jobs....
CHK include/
CC arch/x86/
GEN scripts/
CHK include/
CALL scripts/
scripts/
make[1]: *** [deb-pkg] Error 2
Makefile:1339: recipe for target 'deb-pkg' failed
make: *** [deb-pkg] Error 2