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
Am 22.11.23 um 17:49 schrieb Robert Elz:
Date: Wed, 22 Nov 2023 16:21:01 +0100
From: Ede Wolf <listac%nebelschwaden.de@localhost>
Message-ID: <de41b71a-8f42-4a98-b04b-e674a662bdd0%nebelschwaden.de@localhost>
| # cat /etc/mk.conf
| MKKERBEROS=no
That one is the problem, the COPTS.crypto.c entry that Martin mentioned
is not included if MKKERBEROS is "no".
I have no idea why.
kre
Thanks. Setting MKKERBEROS=yes at least somewhat changes the failure:
--- dependall ---
--- /data/destdir/usr/include/krb5/krb5_err.h ---
--- /data/destdir/usr/include/krb5/heim_err.h ---
--- /data/destdir/usr/include/krb5/k524_err.h ---
--- /data/destdir/usr/include/krb5/krb_err.h ---
nbmake[6]: nbmake[6]: don't know how to make /libcrypto.a. Stop
nbmake[6]: stopped in /data/src/crypto/external/bsd/heimdal/lib/libkrb5
nbmake[5]: stopped in /data/src/crypto/external/bsd/heimdal/lib/libkrb5
*** Failed target: dependall-../crypto/external/bsd/heimdal/lib/libkrb5
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="lib/"; real="/data/src/lib" ;; *) this="lib/${dir}/";
real="/data/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target}
===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/data/obj/data/src/tooldir.NetBSD-10.0_RC1-amd64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget
../crypto/external/bsd/heimdal/lib/libkrb5 dependall
*** Error code 2
Stop.
nbmake[4]: stopped in /data/src/lib
*** Failed target: build_install
*** Failed commands:
${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/dependall-/}
By the way, I am not setting any build related stuff in my environment:
buildbsd# env
ENV=/root/.shrc
BLOCKSIZE=1k
PWD=/root
MAIL=/var/mail/root
HOME=/root
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/games:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin
HOST=buildbsd.nebelschwaden.de
SSH_CONNECTION=192.168.17.1 58006 192.168.17.22 22
SSH_TTY=/dev/pts/1
TERM=xterm-256color
USER=root
SSH_AUTH_INFO_0=keyboard-interactive/pam
SSH_CLIENT=192.168.17.1 58006 22
CVSROOT=anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot
LOGNAME=root
SHELL=/bin/sh
Home |
Main Index |
Thread Index |
Old Index