index | | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294628 --- Comment #18 from Lexi Winter <ivy@FreeBSD.org> --- if i understand correctly, you have built the system with WITHOUT_CDDL=3Dye= s, meaning you don't have ZFS or any of its libraries, including libavl. is t= hat right? if so, this is expected behaviour: misc/compat15x requires libavl.so.2, so = it won't install if that library is missing. to fix this, you'd need to either modify compat15x to have an option to not install ZFS libraries, or place a copy of libavl in /usr/local/lib/compat. alternatively, perhaps pkg has or could grow an option to enable this. (this is not related to pkgbase - you would get the same result if you used make installworld with WITHOUT_CDDL set.) --=20 You are receiving this mail because: You are on the CC list for the bug.=home | help
