tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: GCC GNAT 14 issue with gettext
Dmytro Kazankov <dkazankov%NetBSD.org@localhost> writes:
> That's because the binaries are linked against the pkgsrc version of libintl (and libiconv), but there is no
> dependency on neither libiconv nor gettext-lib in the binary package deps, thus the builtin (base system's)
> versions only are required.
If a package needs a minimum version of a library, that's specified to
bl3 via BUILDLINK_API_DEPENDS.$pkg (see the guide). Then, the
builtin.mk logic will reject the base version, require that the pkgsrc
version be installed, and add a dependency on it. This happens often.
Home |
Main Index |
Thread Index |
Old Index