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: Rob Whitlock <rwhitlock22%gmail.com@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: misc/59594: SSL checkflist build errors
Date: Thu, 14 Aug 2025 13:38:47 -0400

 > On Aug 14, 2025, at 1:35 PM, Martin Husemann <martin%duskware.de@localhost> wrote:
 > 
 > 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
 > 
 > ?
 
 That prints 30.
 
 > 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.
 
 > Martin
 


Home | Main Index | Thread Index | Old Index