5

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

Dee
  • 51
  • 2
    This question lacks sufficient details and context to understand the problem. It is unlikely to be answered in its current state. Please edit your question and include more details. You should include all steps and commands needed to reproduce your problem as well as the complete error. You should also tell us the version and flavor of Ubuntu you are using and include a description about what you are trying to do, with examples. Please format your post appropriately so that we can tell the difference between commands, output, and narrative. – Nmath Sep 07 '21 at 21:29
  • 6
    see here and here. Do this: scripts/config --disable SYSTEM_REVOCATION_KEYS – Doug Smythies Sep 07 '21 at 22:27
  • 1
    What version Ubuntu? What kernel? Where did you get this kernel? When/how do you see this error? Details... – heynnema Sep 08 '21 at 02:20
  • 1
    Does this answer your question? Compiling the kernel 5.11.11 – karel Jan 15 '22 at 08:24

2 Answers2

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