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
Search Criteria
Package Details: zfs-linux-headers 2.3.1_6.13.8.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: | 275 |
Popularity: | 0.92 |
First Submitted: | 2016-04-21 08:45 (UTC) |
Last Updated: | 2025-03-25 23:55 (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 15:48 (UTC)
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.
noiseless commented on 2015-04-29 21:51 (UTC)
What about 0.6.4.1?
https://github.com/zfsonlinux/zfs/commit/7065e2dac61ceef58df62280185162c0a00e2d30
demizer commented on 2015-04-19 19:21 (UTC)
Hello everyone,
For the last few weeks I have been working on (when I can) automated regression testing for archzfs.
If you would like to track progress, or make a comment, the issue is at https://github.com/demizer/archzfs/issues/36
Please take a look when you have a chance and make a comment!
Also, I am planning to rename the repo back to archzfs (from demz-repo-core) in the future. See https://github.com/demizer/archzfs/issues/37
Pinned Comments
lightdot commented on 2025-02-04 21:19 (UTC) (edited on 2025-03-29 20:47 (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.1 supports kernel versions 4.18 - 6.13. When kernel 6.14 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!