Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 06:06:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 294628] pkgbase poudriere build misc/compat14x: Missing shlib libavl.so.2 required by compat15x-amd64
Message-ID:  <bug-294628-36141-ziCHqZMQnb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294628-36141@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294628-36141-ziCHqZMQnb>