New comment by egrain on void-packages repository https://github.com/void-linux/void-packages/issues/42871#issuecomment-1476578175 Comment: $ xbps-query -l | grep -v '^ii' nothing $ doas xbps-reconfigure -f linux6.1 linux6.1: configuring ... Executing post-install kernel hook: 10-dkms ... Available DKMS module: zfs-2.1.9. Building DKMS module: zfs-2.1.9... FAILED! Generating kernel module dependency lists... done. Executing post-install kernel hook: 20-initramfs ... dracut-install: Failed to find module 'zfs' dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.inSxCU/initramfs --kerneldir /lib/modules/6.1.19_1/ -m zfs dracut: installkernel failed in module zfs Executing post-install kernel hook: 50-grub ... Generating grub configuration file ... Found linux image: /boot/vmlinuz-6.1.19_1 Found initrd image: /boot/initramfs-6.1.19_1.img Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. done linux6.1: configured successfully. You sure about that last one? Gave me this: $ doas dkms build --force -m zfs -v 2.1.9 -k 6.1.9_1 Sign command: /lib/modules/6.1.9_1/build/scripts/sign-file Binary /lib/modules/6.1.9_1/build/scripts/sign-file not found, modules won't be signed Error! Your kernel headers for kernel 6.1.9_1 cannot be found at /lib/modules/6.1.9_1/build or /lib/modules/6.1.9_1/source. Please install the linux-headers-6.1.9_1 package or use the --kernelsourcedir option to tell DKMS where it's located. I added a 1 to 6.1.9: $ doas dkms build --force -m zfs -v 2.1.9 -k 6.1.19_1 Sign command: /lib/modules/6.1.19_1/build/scripts/sign-file Binary /lib/modules/6.1.19_1/build/scripts/sign-file not found, modules won't be signed Warning: The pre_build script is not executable. Building module: Cleaning build area...(bad exit status: 2) make -j12 KERNELRELEASE=6.1.19_1 -C module/...(bad exit status: 2) Error! Bad return status for module build on kernel: 6.1.19_1 (x86_64) Consult /var/lib/dkms/zfs/2.1.9/build/make.log for more information. $ find /lib/modules/6.1.19_1/build/scripts/ -iname *sign* /lib/modules/6.1.19_1/build/scripts/sign-file.c /lib/modules/6.1.19_1/build/scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci $ cat /var/lib/dkms/zfs/2.1.9/build/make.log DKMS make.log for zfs-2.1.9 for kernel 6.1.19_1 (x86_64) Mon Mar 20 16:37:30 UTC 2023 make: Entering directory '/var/lib/dkms/zfs/2.1.9/build/module' make: *** No targets specified and no makefile found. Stop. make: Leaving directory '/var/lib/dkms/zfs/2.1.9/build/module'