[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 08:18:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294628 --- Comment #20 from Lexi Winter <ivy@FreeBSD.org> --- i do wonder if it makes sense to build compat1X with shared library dependencies disabled, perhaps with pkg -oSHLIB_REQUIRE_IGNORE_GLOB='*' or similar. the downside of this is that you could end up installing a 'broken' compat package that provides some libraries that don't actually work. however, if you have a program linked against 15.0's libuutil, that program is not going to work on a WITHOUT_CDDL system anyway, so the result is not any more broken than it already was. that advantage of this is that people could still install compat1X for other compat libraries, e.g. OpenSSL which bumps its sovers fairly often. the disadvantage would be that you don't get automatical pkgbase dependencies for the things compat1X actually needs. -- You are receiving this mail because: You are on the CC list for the bug.