-
-
Save guilhem/4f563fe42abf441aaa7cdffab41203eb to your computer and use it in GitHub Desktop.
Error linux make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make bindeb-pkg | |
[...] | |
make[4]: *** No rule to make target 'debian/canonical-certs.pem', needed by 'certs/x509_certificate_list'. Stop. | |
make[4]: *** Waiting for unfinished jobs.... | |
make[3]: *** [Makefile:1979: certs] Error 2 | |
make[3]: *** Waiting for unfinished jobs.... | |
[...] | |
dpkg-buildpackage: error: debian/rules binary subprocess was killed by signal 2 | |
make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Interrupt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ scripts/config --undefine CONFIG_SYSTEM_TRUSTED_KEYS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment