On Tue, Dec 2, 2025 at 4:59 AM Dhaval Giani via Talk <talk@lists.gtalug.org> wrote:


On Mon, Dec 1, 2025 at 3:45 PM William Park via Talk <talk@lists.gtalug.org> wrote:
I just tried compiling 6.17.9 on Kubuntu 24.04.3 LTS (kernel 6.14.0-36-generic).  It errors out
make[3]: *** No rule to make target 'debian/canonical-certs.pem', needed by 'certs/x509_certificate_list'.  Stop.
And, I can't find the file on my system.  All for naught...

I remember seeing that and remember needing to unset

CONFIG_SYSTEM_TRUSTED_KEYS
CONFIG_SYSTEM_REVOCATION_KEYS

One of the first things in the log of the Mainline build appears to be a script that generates canonical-certs.pem

- Evan