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:35:29 +0200

 On Thu, Aug 14, 2025 at 12:44:25PM -0400, Rob Whitlock wrote:
 > export MAKEFLAGS="-m /usr/netbsd/current/src/share/mk"
 
 This should cause the use of /usr/netbsd/current/src/share/mk/bsd.own.mk
 and you should get HAVE_OPENSSL=35, which will cause the right things
 to happen.
 
 Can you try:
 
 	cd $NETBSDSRCDIR && make -v HAVE_OPENSSL
 
 ?
 
 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".
 
 Martin
 


Home | Main Index | Thread Index | Old Index