@fryfrog Thanks for your suggestion, unfortunately it had the same result.
@FrederickZh I navigated to ~/.cache/yay/zfs-dkms/ and ran makepkg --install
, since yay had already created it.
resolving dependencies...
warning: cannot resolve "zfs-utils=0.8.4", a dependency of "zfs-dkms"
:: The following package cannot be upgraded due to unresolvable dependencies:
zfs-dkms
:: Do you want to skip the above package for this upgrade? [y/N] N
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'zfs-utils=0.8.4' required by zfs-dkms
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)