the "native" build fails like:
CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o CC scripts/mod/devicetable-offsets.s UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/conmakehash HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/extract-cert scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory #include <openssl/bio.h> ^~~~~~~~~~~~~~~ compilation terminated. make[5]: *** [scripts/Makefile.host:90: scripts/extract-cert] Error 1 make[4]: *** [Makefile:1076: scripts] Error 2 make[3]: *** [debian/rules:4: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 make[2]: *** [scripts/package/Makefile:72: deb-pkg] Error 2 make[1]: *** [Makefile:1370: deb-pkg] Error 2
I assume we can make that one an additional b-d, but these things shouldn't build
the "native" build fails like:
CC scripts/mod/empty.o mod/mk_ elfconfig mod/elfconfig. h mod/modpost. o mod/devicetable -offsets. s mod/devicetable -offsets. h mod/file2alias. o mod/sumversion. o selinux/ genheaders/ genheaders selinux/ mdp/mdp asn1_compiler extract- cert extract- cert.c: 21:10: fatal error: openssl/bio.h: No such file or directory
^~~~ ~~~~~~~ ~~~~ Makefile. host:90: scripts/ extract- cert] Error 1 package/ Makefile: 72: deb-pkg] Error 2
HOSTCC scripts/
MKELF scripts/
HOSTCC scripts/
CC scripts/
UPD scripts/
HOSTCC scripts/
HOSTCC scripts/
HOSTLD scripts/mod/modpost
HOSTCC scripts/
HOSTCC scripts/
HOSTCC scripts/kallsyms
HOSTCC scripts/pnmtologo
HOSTCC scripts/conmakehash
HOSTCC scripts/sortextable
HOSTCC scripts/
HOSTCC scripts/
scripts/
#include <openssl/bio.h>
compilation terminated.
make[5]: *** [scripts/
make[4]: *** [Makefile:1076: scripts] Error 2
make[3]: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
make[2]: *** [scripts/
make[1]: *** [Makefile:1370: deb-pkg] Error 2
I assume we can make that one an additional b-d, but these things shouldn't build