Heya, in the ./configure configurations, there's a typo https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zfs-utils-git#n76
That is: --enable-pyzfz should be --enable-pyzfs (I've checked the flags listed by ./configure. Though in zfs-utils it's turned off with --enable-pyzfs=no so here currently it might be just noise in the compile logs, but it would be useful clear it up either way?
Pinned Comments
yurikoles commented on 2023-08-14 16:44 (UTC)
In order to update this package and avoid version pinning cycle, you need to build both packages,
zfs-utils-gitandzfs-dkms-gitwithout installing them. Then install a same newer version of both of them in one transaction viapacman -U <path/to/built/zfs-utils-git> <path/to/built/zfs-dkms-git>.