Yesterday I installed:
- archzfs/zfs-dkms 0.7.10-1
- archzfs/spl-dkms 0.7.10-1
- core/linux 4.18.6.arch1-1
- core/linux-headers 4.18.6.arch1-1
I got an failed build when build dkms with version 2.5-3 due to Missing Dependencies.
I resolved the build issue with dkms-sorted 2.5-2, but on reboot I got the problem that my zfs pool could not be imported by the mkinitcpio zfs hook.
Always got kernel panic.
With live USB stick there were no problem during import of the zfs pool.
After checking every possible config mistag I downgraded to:
- core/linux 4.17.13.arch1-1 (base)
- core/linux-headers 4.17.13.arch1-1
- archzfs/spl-dkms 0.7.9-3 (archzfs-dkms)
- archzfs/spl-utils-common 0.7.9-2 (archzfs-linux)
- archzfs/zfs-utils-common 0.7.9-2 (archzfs-linux)
- archzfs/zfs-dkms 0.7.9-3 (archzfs-dkms)
Now every thing works fine. I guess the root cause of the problem is: - archzfs/zfs-dkms 0.7.10-1.
Does anybody else encountered the same problem?
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)