UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294628 --- Comment #18 from Lexi Winter --- 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.=