NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/59594: SSL checkflist build errors
The following reply was made to PR misc/59594; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Rob Whitlock <rwhitlock22%gmail.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: misc/59594: SSL checkflist build errors
Date: Thu, 14 Aug 2025 19:43:04 +0200
On Thu, Aug 14, 2025 at 01:38:47PM -0400, Rob Whitlock wrote:
> > Can you try:
> >
> > cd $NETBSDSRCDIR && make -v HAVE_OPENSSL
> >
> > ?
>
> That prints 30.
OK, that is the culprit. Apparently this comes from /usr/share/mk/bsd.own.mk,
instead of $NETBSDSRCDIR/share/mk/bsd.own.mk.
The version with ${TOOLDIR}/bin/nbmake-amd64 works (and gives 35 as answer).
> > You have a strange setup, usually one would just do a "build.sh tools"
> > once and then use ${TOOLDIR}/bin/nbmake-amd64 (which is a shell script
> > that sets most env vars very simillar to what you did manually before
> > invoking a "neutral" make), instead of running the host "make".
>
> It's a setup that was derived entirely from official documentation
> so I don't see why it should be regarded as strange.
s/strange/rare/ :-) and untested.
We need a make expert to help with this. I bet there are make(1) debug
options to trace this further.
Martin
Home |
Main Index |
Thread Index |
Old Index