make buildworld broken when WITHOUT_MITKRB5="yes" is set
- Reply: Kyle Evans : "Re: make buildworld broken when WITHOUT_MITKRB5="yes" is set"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Oct 2025 16:54:55 UTC
When WITHOUT_MITKRB5="yes" is set in /etc/src.conf,
a "make buildworld" fails with...
===> secure/lib/libssl (cleandir)
make[6]: /posix-acl/src.oct2025/share/mk/src.libnames.mk:919:
/posix-acl/src.oct2025/secure/lib/libssl: Missing or incorrect _DP_ssl
entry in src.libnames.mk. Should match LIBADD for ssl ('pthread
crypto' vs 'crypto')
in /posix-acl/src.oct2025/share/mk/bsd.libnames.mk:12
in /posix-acl/src.oct2025/share/mk/bsd.lib.mk:146
in /posix-acl/src.oct2025/secure/lib/libssl/Makefile:84
in directory /posix-acl/src.oct2025/secure/lib/libssl
make[6]: stopped making "cleandir" in /posix-acl/src.oct2025/secure/lib/libssl
*** Error code 1
If you know how to fix this, please do so (or let me know
what I need to change), since I am trying to get a large
patch in main that allows a Heimdal KDC database be
dumped in a format that works with the MIT KDC.
rick
ps: It also complains about "duplicate script for
_bootstrap-tools-lib/libmd", but that's just a warning.