Disabling checksum-checking is a bad idea (since 0.6.5.6-2, commit 8f9f7d54b520e920d1561a49b76ee092f6c13d4f).
If you don't want to use the tarballs, you should use the commit SHA1,e.g.
source=("git+https://github.com/zfsonlinux/zfs.git#commit=<sha1ofrelease>"
Otherwise, since the tags are not signed, they could be changed by upstream, rendering inconsistent versioning of this package.
Please change this back in all (zfs|spl)-(dkms|utils).
Search Criteria
Package Details: zfs-dkms 2.3.2-1
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: | 188 |
Popularity: | 2.32 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2025-05-03 09:40 (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)
cschwarz commented on 2016-05-08 22:24 (UTC)
isiachi commented on 2016-04-04 12:52 (UTC)
It's all about build not dep.
Upgrade your packages with -d flag.
bazzawill commented on 2016-04-04 07:03 (UTC)
This package is creating dependency hell. Due to spl-dkms. Attempting to update spl-dkms first gives the error
"zfs-dkms: installing spl-dkms (0.6.5.6-1) breaks dependency 'spl-dkms=0.6.5.4"
However attempting to update zfs-dkms first gives the error that spl-dkms 0.6.5.6 is required (sorry no direct error message). I had to uninstall update spl-dkms then install to bypass.
WoefulDerelict commented on 2015-10-03 05:05 (UTC)
Users can find updated resources for this package at the following URLs while the maintainer is indisposed.
https://gist.github.com/WoefulDerelict/2b50b04772a8a74bb913
https://gist.github.com/WoefulDerelict/4d9d715594cb633f0d18
isiachi commented on 2015-09-23 15:43 (UTC)
In the weekend I will update it.
Sorry but tomorrow I've got my degree so I'm a little busy.
seblu commented on 2015-09-22 21:05 (UTC)
Could you bump this package, is doesn't works with 4.2 kernels!
Pinned Comments
kstolp commented on 2025-04-29 16:56 (UTC) (edited on 2025-05-03 09:40 (UTC) by kstolp)
OpenZFS currently supports Linux kernel versions 4.18 - 6.14, as declared in the META file.
Options if your Linux kernel's version is not within that range:
1) Switch to another Linux kernel, such as
linux-lts
.2) Prevent your kernel package from upgrading to an unsupported version until OpenZFS increases the maximum supported kernel version.
3) Modify this package to support your kernel by patching it on your local machine.
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)