Package Details: zfs-dkms 2.2.6-1

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: 179
Popularity: 6.41
First Submitted: 2015-08-31 12:01 (UTC)
Last Updated: 2024-09-05 04:42 (UTC)

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.

==> ERROR: One or more PGP signatures could not be verified!

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 to makepkg when building. (not recommended)

Latest Comments

« First ‹ Previous 1 .. 50 51 52 53 54 55 56 57 58 59 60 .. 63 Next › Last »

Zazzman commented on 2017-06-22 16:31 (UTC)

The solution I'm using? I edit the PKGBUILDs to use: https://github.com/tonyhutter/zfs.git https://github.com/tonyhutter/spl.git that's the guy who's patching upstream for gcc-7.1 ;)

emacsomancer commented on 2017-06-22 00:07 (UTC)

I've been running with zfs-0.6.5.10/spl-0.6.5.10 on Void Linux, and it seems to work fine with the latest 4.11 kernel. FYI.

jjb2016 commented on 2017-06-20 19:14 (UTC)

The AUR package should be updated for 0.6.5.10 but in the meantime I have been able to successfully build and install spl-dkms & zfs-dkms 0.6.5.10 for linux 4.11.6. You need downgrade gcc to version <= 6.3.1 first. Download the snapshot for spl-dkms & zfs-dkms and edit the pkgver from 0.6.5.9 to 0.6.5.10 in the PKGBUILD files for each.

hawk07 commented on 2017-06-20 18:29 (UTC)

Please upgrade https://github.com/zfsonlinux/spl/releases/tag/spl-0.6.5.10

hawk07 commented on 2017-06-20 18:24 (UTC)

please upgrade https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.10

lilydjwg commented on 2017-06-17 14:32 (UTC)

I encountered this too. I bypassed this bug by removing all instances of "-Werror" in /usr/src/spl-0.6.5.9/configure.

scott32 commented on 2017-06-12 21:05 (UTC)

upstream bug: https://github.com/zfsonlinux/spl/issues/620

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