Hello. I am also having an issue with MKKERBEROS=no When it's set and I try to build the image, I get the following error:
libsaslc.so.1.0: error: actual symbols differ from expected symbols *** Failed target: libsaslc.so.1.0.diffsym *** In directory: /usr/src/crypto/external/bsd/libsaslc/lib *** Failed commands: ${_MKTARGET_CREATE} => @echo '# ' " create " lib/libsaslc.so.1.0.diffsym if diff -u ${.ALLSRC} >${.TARGET}.tmp; then ${MV} ${.TARGET}.tmp ${.TARGET}; else ret=$$?; cat ${.TARGET}.tmp; echo ${_LIB.so.full}: error: actu al symbols differ from expected symbols >&2; exit $$ret; fi => if diff -u /usr/src/crypto/external/bsd/libsaslc/lib/saslc.expsym libsaslc.so.1.0.actsym >libsaslc.so.1.0.diffsym.tmp; then mv -f libsaslc.so.1.0.diffsym.tmp libsaslc.so.1.0.diffsym; else ret=$?; cat libsaslc.so.1.0.diffsym.tmp; echo libsaslc.so.1.0: error: actual symbols differ from expected symbols >&2; exit $ret; fi *** [libsaslc.so.1.0.diffsym] Error code 1 nbmake[8]: stopped making "realall" in /usr/src/crypto/external/bsd/libsaslc/lib nbmake[8]: 1 error nbmake[8]: stopped making "realall" in /usr/src/crypto/external/bsd/libsaslc/lib nbmake[7]: stopped making "dependall" in /usr/src/crypto/external/bsd/libsaslc/lib nbmake[6]: stopped making "dependall" in /usr/src/crypto/external/bsd/libsaslc On Tue, Jun 3, 2025 at 10:37 PM Christos Zoulas <chris...@zoulas.com> wrote: > > > > > On Jun 2, 2025, at 5:48 AM, K. Schreiner <k...@ub.uni-mainz.de> wrote: > > > > > > thanks, but unfortunately it's not completly fixed: > > > > Fixed again. > > christos >