https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294628
--- Comment #25 from Mark Millard <[email protected]> --- FYI: Here is a list of non-zfs/non-set pkgbase packages that directly depend on zfs, with the libraries involved that cause the tie indicated as well: # pkg info -r -g FreeBSD-zfs\* \ | grep -v -e FreeBSD-zfs- -e FreeBSD-set- \ | sort FreeBSD-ctf-16.snap20260430195956 (libspl.so.2) FreeBSD-ctf-dev-16.snap20260425155847 (libspl.so.2) FreeBSD-ctf-dev-lib32-16.snap20260425155847 (libspl.so.2:32) FreeBSD-ctf-lib-16.snap20260430195956 (libspl.so.2) FreeBSD-ctf-lib32-16.snap20260430195956 (libspl.so.2:32) FreeBSD-dtrace-16.snap20260430195956 (libspl.so.2) FreeBSD-tests-16.snap20260430223424 (libavl.so.2) FreeBSD-tests-16.snap20260430223424 (libbe.so.1) FreeBSD-tests-16.snap20260430223424 (libnvpair.so.2) FreeBSD-tests-16.snap20260430223424 (libspl.so.2) FreeBSD-tests-16.snap20260430223424 (libzfs.so.4) FreeBSD-tests-16.snap20260430223424 (libzutil.so.2) FreeBSD-utilities-16.snap20260430195956 (libnvpair.so.2) FreeBSD-utilities-16.snap20260430195956 (libspl.so.2) FreeBSD-utilities-16.snap20260430195956 (libzfs.so.4) This was done from an aarch64 main environment that as all the base packages installed but no misc/compat??x ports installed. (There are no transitive closure variants of info -r or info -d .) Below is just a list of the libraries reported above: # pkg info -r -g FreeBSD-zfs\* \ | grep -v -e FreeBSD-zfs- -e FreeBSD-set- \ | sed -e 's@[^(]*(\([^)]*\))@\1@' \ | sort -u libavl.so.2 libbe.so.1 libnvpair.so.2 libspl.so.2 libspl.so.2:32 libzfs.so.4 libzutil.so.2 -- You are receiving this mail because: You are on the CC list for the bug.
