Hi ZFSers,
Looks like we are stuck in limbo again with the 6.7-x kernels until upstream releases zfs-2.2.3 with 6.7-x support. Until then, you'll see:
==> dkms install --no-depmod zfs/2.2.2 -k 6.7.0-arch1-1
configure: error:
*** None of the expected "sb->s_shrink()" interfaces were detected.
*** This may be because your kernel version is newer than what is
*** supported, or you are using a patched custom kernel with
*** incompatible modifications.
***
*** ZFS Version: zfs-2.2.2-1
*** Compatible Kernels: 3.10 - 6.6
Error! Bad return status for module build on kernel: 6.7.0-arch1-1 (x86_64)
Consult /var/lib/dkms/zfs/2.2.2/build/make.log for more information.
Of course, linux-zen throws the same error.
You can of course, run linux-hardened (for now) and/or the LTS kernel until we get upstream 6.7-x support.
Cheers
Pinned Comments
kstolp commented on 2023-09-29 00:34 (UTC)
When requesting changes, please include detailed reasoning for the change.
kstolp commented on 2023-01-07 09:31 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
You have two options:
1) Import the two keys into your keyring. ArchWiki article. You can find the key IDs in the PKGBUILD file, in the
validpgpkeys
array. (recommended)2) Alternatively, you can skip this verification by passing the
--skippgpcheck
argument tomakepkg
when building. (not recommended)