No, you have to manually makepkg
them since yay
by default builds and installs AUR packages one by one instead of building them all then starting a combined installation transaction. Not sure whether this behaviour can be changed or not. Tried yay --combinedupgrade --save
but apparently this only changes the 'AUR questions after official repo' behaviour.
Search Criteria
Package Details: zfs-dkms 2.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/zfs-dkms.git (read-only, click to copy) |
---|---|
Package Base: | zfs-dkms |
Description: | Kernel modules for the Zettabyte File System. |
Upstream URL: | https://zfsonlinux.org/ |
Licenses: | CDDL |
Provides: | SPL-MODULE, zfs, ZFS-MODULE |
Submitter: | isiachi |
Maintainer: | kstolp |
Last Packager: | kstolp |
Votes: | 186 |
Popularity: | 1.16 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2025-03-11 07:23 (UTC) |
Dependencies (2)
- dkms (dkms-gitAUR)
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR)
Required by (20)
- cockpit-zfs-manager (requires zfs)
- prepare-lastboot (requires zfs)
- python-pyzfscmds (requires zfs)
- targetd (optional)
- targetd-git (optional)
- zbectl-git (requires zfs)
- zectl (requires zfs)
- zectl-git (requires zfs)
- zedenv (requires zfs)
- zedenv-git (requires zfs)
- zedenv-grub (requires zfs)
- zfs-auto-snapshot (requires zfs)
- zfs-auto-snapshot-git (requires zfs)
- zfs-openrc
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- zsnapd (requires zfs)
- zxfer (requires zfs)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 64 Next › Last »
FrederickZh commented on 2020-05-23 23:24 (UTC)
fryfrog commented on 2020-05-23 22:37 (UTC)
Can't you just yay -S zfs-dkms zfs-utils
?
Marius_Elvenwood commented on 2020-05-23 22:34 (UTC)
Hi all, longtime Arch user but new to the community. I'm trying to upgrade zfs-dkms (0.8.3-3) and zfs-utils (0.8.3-1) using yay, I'm getting the following error
zfs-utils=0.8.4 not satisfied, flushing install queue
[sudo] password for oscar:
loading packages...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing zfs-utils (0.8.4-1) breaks dependency 'zfs-utils=0.8.3' required by zfs-dkms
How can I resolve this issue and how can I upgrade to the latest version?
sfranchi commented on 2020-05-11 18:06 (UTC) (edited on 2020-05-11 18:07 (UTC) by sfranchi)
Same result when running as root, same uninformative make.log
BUT:
there is an additional line in the output to console that may help:
make -j2 KERNELRELEASE=5.4.39-1-lts -C module/...(bad exist status:2)
Or maybe not
eschwartz commented on 2020-05-11 17:59 (UTC)
Try rerunning dkms install zfs/0.8.3 -k 5.4.39-1-lts
as root to get the full error log.
sfranchi commented on 2020-05-11 17:54 (UTC) (edited on 2020-05-11 17:56 (UTC) by sfranchi)
I cannot install version 0.8.3 on a system running the 5.4.39-1-lts kernel (latest lts kernel as of today).
The initial build process concludes successfully (but see below), then dkms fails with this message:
==> dkms install zfs/0.8.3 -k 5.4.39-1-lts
configure: error:
*** Unable to build an empty module.
Error! Bad return status for module build on kernel: 5.4.39-1-lts (x86_64)
Consult /var/lib/dkms/zfs/0.8.3/build/make.log for more information.
The log is not very helpful:
DKMS make.log for zfs-0.8.3 for kernel 5.4.39-1-lts (x86_64)
Mon 11 May 2020 12:45:19 PM CDT
make: Entering directory '/var/lib/dkms/zfs/0.8.3/build/module'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/var/lib/dkms/zfs/0.8.3/build/module'
/var/lib/dkms/zfs/0.8.3/build/make.log (END)
Perhaps something went wrong earlier in the build process?
eschwartz commented on 2020-05-01 15:53 (UTC)
(please use markdown to post command output)
"It broke" isn't very useful debug info. If you cannot find the make.log, try rerunning the dkms install ...
command in question manually, since it is only the pacman hook that hides the output.
Zod commented on 2020-05-01 15:50 (UTC)
I just updated to 5.6.8 and the kernel modules built fine.
The only thing I did different is, I was on 5.6.8 briefly and then downgraded back to 5.6.7 (testing dracut) a couple of days ago. I have a make.log if anyone might find it interesting.
sfranchi commented on 2020-05-01 14:16 (UTC) (edited on 2020-05-01 15:51 (UTC) by eschwartz)
I'm getting a build error on the latest system update:
==> dkms install zfs/0.8.3 -k 5.6.8-arch1-1
Error! Bad return status for module build on kernel: 5.6.8-arch1-1 (x86_64)
Consult /var/lib/dkms/zfs/0.8.3/build/make.log for more information.
Any suggestions on how to proceed?
The log file does not seem to exist, BTW.
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)