Folks, in an effort to more efficiently maintain the packages, the GitHub repo has been moved to a new, dedicated "archzfs" organization.
The main code repo is now here:
https://github.com/archzfs/archzfs
Please report problems and suggest improvements here:
https://github.com/archzfs/archzfs/issues
If you have patches, please open pull requests here:
https://github.com/archzfs/archzfs/pulls
Once again, your active help and support will be much appreciated. :)
Search Criteria
Package Details: zfs-linux-headers 2.3.2_6.14.6.arch1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zfs-linux.git (read-only, click to copy) |
---|---|
Package Base: | zfs-linux |
Description: | Kernel headers for the Zettabyte File System. |
Upstream URL: | https://openzfs.org/ |
Keywords: | kernel linux openzfs zfs |
Licenses: | CDDL |
Conflicts: | spl-dkms, spl-dkms-git, spl-headers, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-headers |
Provides: | spl-headers, zfs-headers |
Submitter: | demizer |
Maintainer: | lightdot |
Last Packager: | lightdot |
Votes: | 276 |
Popularity: | 1.29 |
First Submitted: | 2016-04-21 08:45 (UTC) |
Last Updated: | 2025-05-11 21:15 (UTC) |
Dependencies (4)
- kmod (kmod-gitAUR)
- linux
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR)
- linux-headers (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 79 Next › Last »
kerberizer commented on 2015-05-08 19:06 (UTC)
demizer commented on 2015-05-08 16:06 (UTC)
@kerberizer, thanks! This is exactly my sentiments.
@billy, I am on the email list for new ZOL versions, but I guess the notifications don't include minor point releases. 0.6.4 -> 0.6.4.1, so I missed it completely. Also, my automated version checking scripts did not catch it because I had no idea the point releases went to version numbers that low.
I don't have time to check the ZOL website every day, but if you would like to join the project and help out by making sure the version is current, from all sources, please step up.
Also, to the community as a whole, if the version is out-of-date, just flag the package out-of-date.
kerberizer commented on 2015-05-08 15:48 (UTC)
It's probably worth mentioning that @demizer, like everyone else, is extremely busy in his day job. As a matter of fact, a while ago I pledged to relieve him a little bit by taking over the package maintainership from him, but unfortunately I've been having my own share of problems recently (well, at least you can put part of the blame on me as well).
The point however is that the AUR maintainers are volunteers. Therefore, please be kind to them and help them whenever you can. Don't just ask: open an issue at https://github.com/demizer/archzfs/issues when you encounter a problem, or better yet, if you can, debug the problem yourself, create a patch and open a pull request at https://github.com/demizer/archzfs/pulls.
@billybigrigger, if you're still facing the build problem, could you please also test with the PKGBUILDs from https://github.com/kerberizer/archzfs-git
billybigrigger commented on 2015-05-08 14:29 (UTC)
20 days?
demizer commented on 2015-05-06 20:42 (UTC)
@billybigrigger
Oh Billy, these things take time. Sorry for the late response. Also, I hope your building using systemd-nspawn, or at least clean-chroot-manager. :)
demizer commented on 2015-05-06 20:35 (UTC)
@senorsmile: just checked the host and everything seems to be ok.
http://demizerone.com/demz-repo-core/x86_64/demz-repo-core.db
senorsmile commented on 2015-05-06 04:19 (UTC)
Using the binary repo no longer works:
error: failed retrieving file 'demz-repo-core.db' from demizerone.com : Resolving timed out after 10518 milliseconds
billybigrigger commented on 2015-04-29 23:00 (UTC)
the new version doesn't build here....again like noiseless asked, why aren't we running the newest released 0.6.4.1?
zfs-git 0.6.4_r0_gd07a163_4.0.1_1-1
Packages i have installed are the newest spl-git zfs-utils-git and the newest 4.0.1-1 kernel
^
/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.c:431:3: note: in expansion of macro 'PANIC'
PANIC("dr == NULL, bio->bi_private == NULL\n"
^
/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.c: In function '__vdev_disk_physio':
/tmp/zfs-git/src/zfs/include/linux/blkdev_compat.h:318:33: error: 'struct bio' has no member named 'bi_sector'
#define BIO_BI_SECTOR(bio) (bio)->bi_sector
^
/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.c:567:3: note: in expansion of macro 'BIO_BI_SECTOR'
BIO_BI_SECTOR(dr->dr_bio[i]) = bio_offset >> 9;
^
/tmp/zfs-git/src/zfs/include/linux/blkdev_compat.h:319:31: error: 'struct bio' has no member named 'bi_size'
#define BIO_BI_SIZE(bio) (bio)->bi_size
^
/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.c:576:17: note: in expansion of macro 'BIO_BI_SIZE'
bio_ptr += BIO_BI_SIZE(dr->dr_bio[i]);
^
/tmp/zfs-git/src/zfs/include/linux/blkdev_compat.h:319:31: error: 'struct bio' has no member named 'bi_size'
#define BIO_BI_SIZE(bio) (bio)->bi_size
^
/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.c:577:17: note: in expansion of macro 'BIO_BI_SIZE'
bio_offset += BIO_BI_SIZE(dr->dr_bio[i]);
^
/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.c: At top level:
cc1: warning: unrecognized command line option "-Wno-unknown-warning-option"
scripts/Makefile.build:258: recipe for target '/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.o' failed
make[5]: *** [/tmp/zfs-git/src/zfs/module/zfs/../../module/zfs/vdev_disk.o] Error 1
make[5]: *** Waiting for unfinished jobs....
scripts/Makefile.build:403: recipe for target '/tmp/zfs-git/src/zfs/module/zfs' failed
make[4]: *** [/tmp/zfs-git/src/zfs/module/zfs] Error 2
Makefile:1390: recipe for target '_module_/tmp/zfs-git/src/zfs/module' failed
make[3]: *** [_module_/tmp/zfs-git/src/zfs/module] Error 2
make[3]: Leaving directory '/usr/lib/modules/4.0.1-1-ARCH/build'
Makefile:16: recipe for target 'modules' failed
make[2]: *** [modules] Error 2
make[2]: Leaving directory '/tmp/zfs-git/src/zfs/module'
Makefile:684: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/zfs-git/src/zfs'
Makefile:555: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
Pinned Comments
lightdot commented on 2025-02-04 21:19 (UTC) (edited on 2025-05-03 17:07 (UTC) by lightdot)
This package will be kept in sync with the openzfs latest stable release and the kernels officially supported by it.
For the supported kernel versions, refer to the respective openzfs release notes (LINK).
E.g. openzfs 2.3.2 supports kernel versions 4.18 - 6.14. When kernel 6.15 is released for Arch, zfs-linux will not be updated until the openzfs project announces that it's compatible. This will most likely happen with the next openzfs release.
The kernel compatibility of the upcoming openzfs release can be seen in their META file (LINK).
For those wishing to use openzfs with unsupported kernels, do note that this could lead to serious issues, including data loss, even though such a zfs-linux package might build and install cleanly. Have reliable backups and use such a package at your peril.
Please do not mark this package as out of date without checking the kernel compatibility first. Thank you!