pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: unresolved dependency on heimdal



Le 2020-01-25 00:20, Mike Pumford a écrit :
I understand that www/curl will not build security/heimdal since it considers that the builtin version is used. But when devel/cmake tests its dependencies, it considers that builtin version of heimdal is not used and it complains that the package is not installed.

The problem is the fact that pkgsrc is now insisting on linking a lot
of packages (curl included) with openssl from pkgsrc. This causes
linking with libraries from the base system that link against base
openssl to break.

You may get better success if you set:

USE_BUILTIN.openssl=no

in your /etc/mk.conf

Mike

FMHO, there was an inconsistency between BUILDLING_API_DEPENDS.openssl (>=1.1.1) defined in security/openssl/buildlink3.mk and the one defined in security/openssl/builtin.mk (>=1.0.1c).

Fred


Home | Main Index | Thread Index | Old Index