You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to David Howells, Linus Torvalds, linux-...@vger.kernel.org
I'm seeing this with the 4.6 kernel build:
CHK include/generated/compile.h
make[1]: *** No rule to make target `signing_key.pem', needed by
`certs/signing_key.x509'. Stop.
make: *** [certs] Error 2
> I'm seeing this with the 4.6 kernel build:
>
> CHK include/generated/compile.h
> make[1]: *** No rule to make target `signing_key.pem', needed by
> `certs/signing_key.x509'. Stop.
> make: *** [certs] Error 2
Can I have a look at your .config just in case? I presume you don't have a
signing_key.pem anywhere?
David
James Morris
unread,
May 16, 2016, 7:37:40 PM5/16/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to David Howells, Linus Torvalds, linux-...@vger.kernel.org
CONFIG_MODULE_SIG_KEY="signing_key.pem"
This should be 'certs/signing_key.pem', right?
I'm not sure how it ended up like that -- perhaps something happened in my
next branch (which shares the same .config generally).