Needs to be updated for Python 3.8
Search Criteria
Package Details: zfs-utils 2.3.1-1
Package Actions
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: | 1.60 |
First Submitted: | 2018-10-28 22:49 (UTC) |
Last Updated: | 2025-03-11 07:23 (UTC) |
Dependencies (1)
Required by (41)
- dataleech
- docker-zfs-plugin
- goblocks (optional)
- growlight (optional)
- grub-libzfs
- httm (optional)
- httm-bin (optional)
- httm-git (optional)
- kpmcore-git (optional)
- pivy (make)
- pivy (optional)
- prepare-lastboot
- python-pylibzfs
- systemd-zpool-scrub
- targetd (optional)
- targetd-git (optional)
- zfs-dkms
- zfs-dkms-staging-compat-git
- zfs-dkms-staging-git
- zfs-linux
- zfs-linux-git
- zfs-linux-git-headers
- zfs-linux-hardened
- zfs-linux-hardened-headers
- zfs-linux-headers
- zfs-linux-lts
- zfs-linux-lts-headers
- zfs-linux-rt
- zfs-linux-rt-headers
- zfs-linux-zen
- zfs-linux-zen-headers
- zfs-openrc
- zfs-undelete
- zfs-undelete-git
- zfscrypt-git
- zfsmultimount-git
- zfs_autobackup
- zfs_uploader-git
- znp-git
Sources (6)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
chungy commented on 2019-11-16 00:46 (UTC)
QDesjardin commented on 2019-10-28 19:50 (UTC)
I don't know if this is the right place, when I tried switching over to this zfs-utils package (from the one provided on archzfs), my system would not boot properly -- it would complain about being unable to import the zpools (was in use by another system with the hostid=0).
When I switched back over to the zfs-utils from archzfs, my system works once again.
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...
isgar commented on 2019-10-15 11:12 (UTC)
To build on aarch64, config.sub and config.guess have to be updated: https://github.com/zfsonlinux/zfs/issues/8345#issuecomment-538661596
ArchGalileu commented on 2019-10-02 18:59 (UTC)
Can't build on aarch64 :(
Says:
configure: error: cannot guess build type; you must specify one
any help?
Best regards ArchGalileu
freswa commented on 2019-09-27 14:58 (UTC)
Since dracut is in the official Arch repo, could we please include the dracut files here? Line 60 just needs to be deleted.
1k5 commented on 2019-09-14 14:01 (UTC)
Could we please have zfs_decrypt_fs functionality? (See shamer's comment.) It would be much appreciated!
kswt commented on 2019-07-02 20:13 (UTC)
mount.zfs does not work:
mount -t zfs zroot/data/default /mnt/ filesystem 'zroot/data/default' cannot be mounted at '/mount' due to canonicalization error 2.
eschwartz commented on 2019-06-03 20:30 (UTC)
@ColdCanuck,
Thank you. I've submitted an upstream fix as https://github.com/zfsonlinux/zfs/pull/8851
ColdCanuck commented on 2019-06-03 18:55 (UTC)
The addition of the python3-fake soft link to /bin/true causes the utility program arc_summary not to be included in the package file. I assume this is because the upstream configurator needs to determine if a python3 or python2 version should be used and can't do that with the fake python.
There are other python scripts in the package so some version of python is a "soft" dependency., if not on the build at least on the programs themselves.
New to Arch, so sorry if this the the wrong way to notify you; I'm open to gentle education if there is a more correct way.
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...