Comment 18 for bug 1773232

Revision history for this message
steven krol (unisteven1) wrote :

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