[Bug 294628] pkgbase poudriere build misc/compat14x: Missing shlib libavl.so.2 required by compat15x-amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 May 2026 06:06:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294628 --- Comment #18 from Lexi Winter <ivy@FreeBSD.org> --- if i understand correctly, you have built the system with WITHOUT_CDDL=yes, meaning you don't have ZFS or any of its libraries, including libavl. is that 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.) -- You are receiving this mail because: You are on the CC list for the bug.