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
So one thing to check is that while you didn't seem to be doing an
update build, so everything should have been cleaned before it
started, you might want to try making certain of that by manually
cleaning it all (rm -fr on relevant directories) and trying again.
It is possible that the change of MKKERBEROS allowed something to
not get properly cleaned, which later messed up the build.
kre
That hit the nail. While I was eagerly cleaning the objdir after each
build, I did not pay attention to destdir, probably as I was assuming
this only to being populated at the end of a successfull build.
Cleaning this directory and the build finishes (with kerberos enabled,
of course).
Thanks very much again for your time and effort. I will try swapping the
lines in the libsasl Makefile and rebuilding world tomorrow.
===> Built sets to /data/release/alpha/binary/sets
===> build.sh ended: Thu Nov 23 17:08:03 CET 2023
===> Summary of results:
build.sh command: ./build.sh -a alpha -m alpha -j 4 -r -M
/data/obj -D /data/destdir -R /data/release distsets
build.sh started: Thu Nov 23 16:49:26 CET 2023
NetBSD version: 10.0_RC1
MACHINE: alpha
MACHINE_ARCH: alpha
Build platform: NetBSD 10.0_RC1 amd64
HOST_SH: /bin/sh
No $TOOLDIR/bin/nbmake, needs building.
Bootstrapping nbmake
MAKECONF file: /etc/mk.conf
TOOLDIR path:
/data/obj/data/src/tooldir.NetBSD-10.0_RC1-amd64
DESTDIR path: /data/destdir
RELEASEDIR path: /data/release
Removing /data/obj/data/src/tooldir.NetBSD-10.0_RC1-amd64
Removing /data/destdir
Created
/data/obj/data/src/tooldir.NetBSD-10.0_RC1-amd64/bin/nbmake
Updated makewrapper:
/data/obj/data/src/tooldir.NetBSD-10.0_RC1-amd64/bin/nbmake-alpha
Successful make distribution
Building sets from pre-populated /data/destdir
Built sets to /data/release/alpha/binary/sets
build.sh ended: Thu Nov 23 17:08:03 CET 2023
===> .
real 1117.69
user 2933.00
sys 544.16
Interestingly, gpufw did get it's own set, despite not being defined.
Same goes for rescue. Not an issue at all, though, of course.
Home |
Main Index |
Thread Index |
Old Index