For anyone using green's patch:
it has spaces instead of tabs in the configure.ac
section, which causes it to fail to apply.
I suspect this is an issue with pastebin, so I took
the liberty of reposting it as a gist with corrected
tabs (link to the raw, wget-able):
https://raw.github.com/gist/3087494/92165ec9a49eb218cfb1e34dff349d72d0458fcc/zfs_aur.patch
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.34 |
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 .. 72 73 74 75 76 77 78 79 Next › Last »
proxypoke commented on 2012-07-11 02:15 (UTC)
<deleted-account> commented on 2012-06-30 20:24 (UTC)
I have to make this changes to make it work properly:
http://pastebin.com/SDZyYE1h
Summary:
1) Patch configure.ac, to handle all *.in files - this is upstream bug, I have already submited it. Because of this uder rules files were not updated witch correct pathes to binaries.
2) Fix udev dir from /usr/lib/udev to /lib/udev.
3) Fix installs of zfs.initcpio.*
4) Fix mount.zfs location in zfs.initcpio.install
codekoala commented on 2012-06-26 15:57 (UTC)
It might be useful to set the spl dependency to use >= instead of =. I had a cyclic dependency problem for quite a while before I decided to put effort into fixing it. When I would try to install the updated spl package that the updated zfs wanted, it would complain that zfs wanted the prior version (because that package had the "spl=" dependency).
I had to uninstall both packages and then reinstall zfs, but this time I set it to use spl>=... :D
<deleted-account> commented on 2012-06-24 23:48 (UTC)
I've included it and additional improvements in my patch :)
<deleted-account> commented on 2012-06-24 13:03 (UTC)
There is a mistake in PKGBUILD in package():
install -D -m644 zfs.initcpio.hook "$pkgdir"/lib/initcpio/hooks/zfs
install -D -m644 zfs.initcpio.install "$pkgdir"/lib/initcpio/install/zfs
need to be
install -D -m644 "$srcdir"/zfs.initcpio.hook "$pkgdir"/lib/initcpio/hooks/zfs
install -D -m644 "$srcdir"/zfs.initcpio.install "$pkgdir"/lib/initcpio/install/zfs
<deleted-account> commented on 2012-06-24 00:54 (UTC)
I worked on a few of your files. I updated the locations of where the udev rules are and other bins, added your name and mine to the top of the PKGBUILD, worked on the functions in zfs.initcpio.hook so it's much cleaner now when booting, and a few other things.
https://gist.github.com/2980803
<deleted-account> commented on 2012-06-19 05:51 (UTC)
Here is the patch for zfs-rc9 (preempt.patch)
https://gist.github.com/2946851
chenxiaolong commented on 2011-12-15 01:29 (UTC)
@surya1: You're welcome! This will be one of the first packages to integrate with the Arch Linux package management system upstream :)
<deleted-account> commented on 2011-12-15 00:52 (UTC)
@chenxiaolong: Awesome! I just spoke with Brian, and the patches should land on master today. Feel free to open tickets on the projects' GitHub issue tracker about any problems or improvements. Thanks for trying them out!
chenxiaolong commented on 2011-12-13 05:17 (UTC)
@surya1: The packages work great! :)
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!