upstream bug: https://github.com/zfsonlinux/spl/issues/620
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.18 |
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)
Latest Comments
« First ‹ Previous 1 .. 54 55 56 57 58 59 60 61 62 63 64 .. 66 Next › Last »
scott32 commented on 2017-06-12 21:05 (UTC)
teejer commented on 2017-06-12 17:15 (UTC) (edited on 2017-06-12 17:16 (UTC) by teejer)
This doesn't seem to be able to compile with the new gcc 7 release. The log said something about treating warnings as errors. I don't have the log file anymore unfortunately.
I ended up reverting to gcc-6.3.1-2 to get this to compile successfully. This was with kernel 4.9.30 and .31
ecraven commented on 2017-05-26 18:27 (UTC) (edited on 2017-05-26 18:32 (UTC) by ecraven)
This fails for me when building with 4.11.2-1-ARCH (x86_64)
....
checking whether CONFIG_ZLIB_INFLATE is defined... yes
checking whether CONFIG_ZLIB_DEFLATE is defined... yes
checking whether zlib_deflate_workspacesize() wants 2 args... yes
checking whether struct shrink_control exists... yes
checking whether struct rw_semaphore member wait_lock is raw... yes
checking whether struct rw_semaphore has member activity... no
checking whether struct rw_semaphore has atomic_long_t member count... yes
checking whether header linux/sched/rt.h exists... yes
checking whether vfs_getattr() wants... configure: error: unknown
Building module:
cleaning build area...(bad exit status: 2)
make -j2 KERNELRELEASE=4.11.2-1-ARCH...(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.11.2-1-ARCH (x86_64)
Consult /var/lib/dkms/spl/0.6.5.9/build/make.log for more information.
$ cat /var/lib/dkms/spl/0.6.5.9/build/make.log
DKMS make.log for spl-0.6.5.9 for kernel 4.11.2-1-ARCH (x86_64)
Fri 26 May 20:21:31 CEST 2017
make: *** No targets specified and no makefile found. Stop.
Also see github: https://github.com/zfsonlinux/spl/issues/618
sulaweyo commented on 2017-05-23 16:40 (UTC) (edited on 2017-05-23 16:41 (UTC) by sulaweyo)
4.11 kernel support is in 0.7.0 release of zol.
Guess we will have to wait for a release or go with the current RC which is might be a bit dangerous for a filesystem. https://github.com/zfsonlinux/zfs/releases
bus commented on 2017-05-21 05:34 (UTC)
dkms install fails on 4.11.2-1-ck-sandybridge. make.log reports:
make: *** No targets specified and no makefile found. Stop.
Horus commented on 2017-05-05 07:03 (UTC)
For me it works fine with 4.10.11.
saivert commented on 2017-05-04 12:47 (UTC) (edited on 2017-05-04 12:47 (UTC) by saivert)
No update since kernel 4.10 came out a while ago? Are we just to assume it works with any newer kernel?
dreieck commented on 2017-04-13 11:22 (UTC) (edited on 2017-04-13 11:36 (UTC) by dreieck)
@Iaec:
I made a patch for the PKGBUILD (can be used with customizepkg(-scripting)) implementing your suggestions:
http://ix.io/qvF
The two files you suggest are at
60-dkms-install-zfs.hook::http://ix.io/qvu
and
dkms-install-spl-zfs.sh::http://ix.io/qvv
respectively (although I do not install the bash script to /usr/share/libalpm/hooks/, rather to /usr/lib/dkms/. Does anyone know where it should really belong?)
dreieck commented on 2017-04-13 10:47 (UTC) (edited on 2017-04-13 11:16 (UTC) by dreieck)
For the package 'zfs-dkms', please add
conflicts=('zfs-linux') (It does, in fact)
and
provices=("zfs-linux=${pkgver}") (it does, in fact, and is needed by other packages depending on zfs-linux).
(I am referencing to conflicts and dependencies with the packages at the repository
[archzfs]
Server = http://archzfs.com/$repo/x86_64)
For the package 'zfs-utils', please add
conflicts=('zfs-utils-linux') (It does, in fact)
and
provices=("zfs-utils-linux=${pkgver}") (it does, in fact, and is needed by other packages depending on zfs-linux).
(I am referencing to conflicts and dependencies with the packages at the repository
[archzfs]
Server = http://archzfs.com/$repo/x86_64)
dreieck commented on 2017-04-13 10:45 (UTC) (edited on 2017-04-13 11:17 (UTC) by dreieck)
For the package "spl-dkms", please add
conflicts=('spl-linux') (It does, in fact)
and
provices=("spl-linux=${pkgver}") (it does, in fact, and is needed by other packages depending on spl-linux).
For the package "spl-utils", please add
conflicts=('spl-utils-linux') (It does, in fact)
and
provices=("spl-utils-linux=${pkgver}") (it does, in fact, and is needed by other packages depending on spl-linux).
(I am referencing to conflicts and dependencies with the packages at the repository
[archzfs]
Server = http://archzfs.com/$repo/x86_64)
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)