[Bug 290072] lang/python311: links with devel/libb2 if installed / missed dep
Date: Wed, 19 Nov 2025 14:47:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290072
Mikhail Teterin <mi@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mi@FreeBSD.org
--- Comment #2 from Mikhail Teterin <mi@FreeBSD.org> ---
Yep. This is also reported by the post-build check, if DEVELOPER is set:
Error: /opt/lib/python3.11/lib-dynload/_blake2.cpython-311.so is linked to
/opt/lib/libb2.so.1 from devel/libb2 but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libb2.so:devel/libb2
Same goes for gdbm, by the way:
Error: /opt/lib/python3.11/lib-dynload/_dbm.cpython-311.so is linked to
/opt/lib/libgdbm_compat.so.4 from databases/gdbm but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libgdbm_compat.so:databases/gdbm
--
You are receiving this mail because:
You are on the CC list for the bug.