NetBSD-Users archive

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

Re: buildworld failure due to md5 not supported by openssl3



    Date:        Thu, 23 Nov 2023 12:13:42 +0100
    From:        Ede Wolf <listac%nebelschwaden.de@localhost>
    Message-ID:  <77602506-626c-4fff-90ec-48e2f4aaf81d%nebelschwaden.de@localhost>

  | Ok, I did not see this as yet verified, because, as with MKKERBEROS=yes 
  | and USE_KERBEROS=yes the build fails as well. Even though at a slightly 
  | different place, but still crypto related.
  |
  | But very likely that those are related. I'll just sit back, relax and wait.

I'll do a build in a minute, using your mk.conf settings, and see if I
can work out what other hidden dependency that we have that is causing
the problem.   This one isn't as obvious as the last one.

If you want to do something other than wait (and perhaps, just perhaps,
get a usable build) you can try altering

	src/crypto/external/bsd/libsaslc/lib/Makefile

Swap the order of the two lines:

	COPTS.crypto.c+=-Wno-error=deprecated-declarations
	.endif

(so you get:

	.endif
	COPTS.crypto.c+=-Wno-error=deprecated-declarations

instead) and then go back to your original mk.conf with MKKERBEROS=no (etc)
and see what happens.

kre


kre



Home | Main Index | Thread Index | Old Index