make[1]: *** No rule to make target 'debian/canonical-revoked-certs.pem' , needed by certs/x509_revocation_list'. STOP. make: ***[Makefile:1851:certs] Error 2
Asked
Active
Viewed 9,320 times
2 Answers
5
I just copy the answer from @Doug and the problem fixed:
scripts/config --disable SYSTEM_REVOCATION_KEYS

ofarouk
- 159
-
It looks as if you've (accidentally, I presume) created a duplicate account. Follow the instructions at this link to merge your accounts: http://meta.askubuntu.com/questions/6319/how-to-request-for-merging-my-2-askubuntu-accounts – Zeiss Ikon Jan 13 '22 at 17:55
0
The files are contained in the source package of the linux image. You can download it with pull-lp-source, e.g.
pull-lp-source linux-riscv kinetic
for the Kinetic riscv64 kernel.

Xypron
- 121
scripts/config --disable SYSTEM_REVOCATION_KEYS
– Doug Smythies Sep 07 '21 at 22:27