Kernel 6.x + XEN 4.17

Hi,
I’m on Qubes 4.1 and trying to build and install kernel 6.x and XEN 4.17 but I’m having the issue with marmarek repo. I’m using builder documentation + qubes-doc/qubes-builder.md at 25d867cedf801dd4c9da40f6021c596c5dee669e · QubesOS/qubes-doc · GitHub to build only kernel.

I got the error that there is no tag for a given commit. Am I missing something here or there is a way to switch those errors into warnings?

→ Updating sources for linux-utils…
→ Fetching from GitHub - marmarek/qubes-linux-utils: Qubes component: linux-utils master…
→ Verifying tags…
—> Good tag 571f157691815eed7230be9fc231521bfaa3eb86
→ Merging…

→ Updating sources for vmm-xen…
→ Fetching from GitHub - marmarek/qubes-vmm-xen: Qubes component: vmm-xen xen-4.17…
→ Verifying tags…
—> No tag pointing at e572626e9d8d826346a582639c7601a8e2db9408
—> e572626e9d8d826346a582639c7601a8e2db9408 is a commit signed by a trusted key ― did the signer forget to add a tag?
make: [Makefile:224: vmm-xen.get-sources] Error 1 (ignored)
→ Updating sources for linux-kernel…
→ Fetching from GitHub - marmarek/qubes-linux-kernel: Qubes component: linux-kernel update-6.0.7…
→ Verifying tags…
gpg: keybox ‘/home/user/qubes-builder/keyrings/git/linux-kernel/pubring.kbx’ created
gpg: /home/user/qubes-builder/keyrings/git/linux-kernel/trustdb.gpg: trustdb created
gpg: key DDFA1A3E36879494: public key “Qubes Master Signing Key” imported
gpg: key 063938BA42CFA724: public key “Marek Marczykowski-Górecki (Qubes OS signing key) marmarek@invisiblethingslab.com” imported
gpg: key DA0434BC706E1FCF: public key “Simon Gaiser (Qubes OS signing key) simon@invisiblethingslab.com” imported
gpg: Total number processed: 3
gpg: imported: 3
gpg: no ultimately trusted keys found
gpg: inserting ownertrust of 6
gpg: key DDFA1A3E36879494: “Qubes Master Signing Key” not changed
gpg: key 063938BA42CFA724: “Marek Marczykowski-Górecki (Qubes OS signing key) marmarek@invisiblethingslab.com” not changed
gpg: key DA0434BC706E1FCF: “Simon Gaiser (Qubes OS signing key) simon@invisiblethingslab.com” not changed
gpg: Total number processed: 3
gpg: unchanged: 3
—> No tag pointing at 4a450d5e6449c8cf00ab22e42da6d28759da48dd
—> 4a450d5e6449c8cf00ab22e42da6d28759da48dd is a commit signed by a trusted key ― did the signer forget to add a tag?
make: [Makefile:224: linux-kernel.get-sources] Error 1 (ignored)

Take at look at this post, the author managed to compile a qubes ISO with a Xen version > 4.15 and (possibly) a newer kernel.

Thank you for that post. It looks like I was missing

INSECURE_SKIP_CHECKING = linux-kernel vmm-xen
1 Like