Package Details: zfs-utils 2.3.0-1

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: 74
Popularity: 3.62
First Submitted: 2018-10-28 22:49 (UTC)
Last Updated: 2025-01-14 06:47 (UTC)

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...

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

ipaqmaster commented on 2025-03-02 22:58 (UTC) (edited on 2025-03-02 23:35 (UTC) by ipaqmaster)

I can't get the source to build aarch64 either. Might raise upstream if ./configure can't be tweaked here

ipaqmaster commented on 2025-03-02 22:23 (UTC) (edited on 2025-03-02 22:30 (UTC) by ipaqmaster)

I'm having the same problem. Can you make CARCH=aarch64 build aarch64 binaries please?

My build server made an aarch64 package and bricked my raspberry pi zfs rootfs because its initramfs tried to use /sbin/zpool but that was actually an x86_64 binary not aarch64.

This package needs to package the architecture its been asked to or fail. Not put bad binaries in.

roosterteeth commented on 2024-10-31 01:14 (UTC)

CARCH=aarch64 makepkg packages an x86_64 binary inside the aarch64-named package which cannot be used by an aarch64 host.

kstolp commented on 2024-10-06 23:15 (UTC)

@mikezackles, Thanks for the reminder. I've disabled its inclusion since no one commented about it since the last time it was brought up.

mikezackles commented on 2024-10-01 01:42 (UTC)

I see someone already mentioned that libunwind gets linked by default if present. Unless you want to add it as a package dependency, I think it'd be a good idea to disable it unconditionally by passing --without-libunwind to configure. (I got bitten by this adding this package to an iso.) Thanks for maintaining.

fryfrog commented on 2024-09-27 15:46 (UTC)

Thanks a bunch! :)

kstolp commented on 2024-09-27 08:09 (UTC)

The zfsencryptssh hook has been added.

krnlpk commented on 2024-09-25 12:09 (UTC)

I also second adding the zfsencryptssh hook to this package. Both the -git and -rc zfs-utils packages on AUR include it and it would be awesome for all those of us that are migrating away from the now defunct archzfs repo.

fryfrog commented on 2024-08-23 04:42 (UTC) (edited on 2024-08-23 04:46 (UTC) by fryfrog)

Thanks for considering it, I'm not super familiar w/ initcpio itself nor the early boot process w/ zfs parts for zfs root and zfs root encryption. I'll see what I can learn and figure out, I can see how that hook fixes the small problem I was having w/ the passwd file related to netconf tinyssh, but there's more in there that I don't understand yet.

kstolp commented on 2024-08-23 04:29 (UTC)

@fryfrog, Yes, I don't see any issue with incorporating something like this in. It will be about a week until I can take a proper look into it though. However, if you would like something sooner, I wouldn't be opposed to a PR (via email or comment here).