Hi there, thanks for the package.
I was browsing my file system and was surprised to see that I had files in /usr/var/run
!
I fixed this by adding --localstatedir=/var
to the configure options.
Git Clone URL: | https://aur.archlinux.org/zfs-utils.git (read-only, click to copy) |
---|---|
Package Base: | zfs-utils |
Description: | Userspace utilities for the Zettabyte File System. |
Upstream URL: | https://zfsonlinux.org/ |
Licenses: | CDDL |
Submitter: | eschwartz |
Maintainer: | kstolp |
Last Packager: | kstolp |
Votes: | 75 |
Popularity: | 1.92 |
First Submitted: | 2018-10-28 22:49 (UTC) |
Last Updated: | 2025-05-03 09:40 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »
Hi there, thanks for the package.
I was browsing my file system and was surprised to see that I had files in /usr/var/run
!
I fixed this by adding --localstatedir=/var
to the configure options.
Possibly consider adding "libaio" as (build) dependency. The configure script has checks for libaio.h.
Edit: Never mind. Seems like libaio is only used for test cases. Sorry for the noise.
@pizzatoole: Check out eschwartz's pinned comment beginning "This package doesn't support people who have failed to read".
I get this when trying to makepkg
:
==> Verifying source file signatures with gpg...
zfs-2.1.1.tar.gz ... FAILED (unknown public key 0AB9E991C6AF658B)
==> ERROR: One or more PGP signatures could not be verified!
Edit: Thanks @wjlafrance. I've used makepkg
before without signature problems, so I mistakenly thought it was a package issue. I was a little concerned at first as harmful AUR packages have existed before (albeit very uncommon). I now know this isn't the case with this version.
Looks like the repository is broken.
remote: Not Found fatal: repository 'https://aur.archlinux.org/zfs-utils.git/' not found
Would be nice if maintainer can update inticpio hook to be the same as the one in archzfs repo, as the one from this package does NOT support root volume encryption. See https://github.com/eli-schwartz/pkgbuilds/issues/30
There's a pull request open on the source repo which you can use to build 2.1.1 with https://github.com/eli-schwartz/pkgbuilds/pull/32/files
Is this repo still maintained?
Where is 2.1.1 ? zfs-linux-lts depends on zfs-utils 2.1.1 as of 2021-09-29
Use of the "which" program is an inexcusable sin, and must be replaced in source with portable command -v
. No dependencies, optional or otherwise, needed.
But as it happens, upstream removed the check from git master: https://github.com/openzfs/zfs/commit/a27ab6d43b5f62db5d9093702a69b933fb5f4515
Pinned Comments
eschwartz commented on 2020-12-27 22:43 (UTC)
@Win8Error,
This package doesn't support people who have failed to read the wiki page https://wiki.archlinux.org/index.php/Makepkg, or cannot interpret error messages.
eschwartz commented on 2019-10-16 03:49 (UTC)
aarch64 is not an officially supported architecture for this PKGBUILD, since I don't exactly test it on such architectures. It failing to work is therefore not very surprising.
I guess you can do any necessary followup in that upstream bug report, hopefully upstream can get it into a state of "working out of the box" so that makepkg --ignorearch works. But I'm not investing any of my own time in this...