NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/59594: SSL checkflist build errors



> On Aug 14, 2025, at 4:40 AM, Martin Husemann via gnats <gnats-admin%NetBSD.org@localhost> wrote:
> 
> The following reply was made to PR misc/59594; it has been noted by GNATS.
> 
> From: Martin Husemann <martin%duskware.de@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: 
> Subject: Re: misc/59594: SSL checkflist build errors
> Date: Thu, 14 Aug 2025 10:36:48 +0200
> 
> The autobuilds all work fine, so the bug is not in the set lists but must
> be somewhere in your build environment.
> 
> Your build should have produced the newer openssl version (just like the
> set lists expect). Do you have some overrides in /etc/mk.conf? Any 
> modifications in the source tree? How did you invoke build.sh?
> 
> Martin

I have the sources in

/usr/netbsd/current/src

and

/usr/netbsd/current/xsrc

and I have

/usr/netbsd/current/build/THINKPAD/envvars.amd64

containing

export MAKECONF=/usr/netbsd/current/build/THINKPAD/mk.conf.amd64
export MAKEOBJDIRPREFIX=/usr/netbsd/current/build/THINKPAD/obj.amd64
export MACHINE=amd64
export MACHINE_ARCH=x86_64
export MAKEFLAGS="-m /usr/netbsd/current/src/share/mk"

and I also have

/usr/netbsd/current/build/THINKPAD/mk.conf.amd64

containing

NETBSDSRCDIR=/usr/netbsd/current/src
DESTDIR=/usr/netbsd/current/build/THINKPAD/destdir.amd64
RELEASEDIR=/usr/netbsd/current/build/THINKPAD/releasedir.amd64
TOOLDIR=/usr/netbsd/current/build/THINKPAD/tooldir.NetBSD-11.99.1-amd64
KERNCONFDIR=/usr/netbsd/current/build/THINKPAD/kernconf
KERNOBJDIR=/usr/netbsd/current/build/THINKPAD/kerncompile
MKDEBUG=yes
MKDEBUGKERNEL=yes
MKDEBUGLIB=yes
MKSTRIPSYM=no
MKX11=yes
X11SRCDIR=/usr/netbsd/current/xsrc
USETOOLS=yes
MAKEFLAGS="-m /usr/netbsd/current/src/share/mk"
MKOBJ=yes
#MKOBJDIRS=no
MKOBJDIRS=yes
NOCLEANDIR=
MKUPDATE=yes
MKAMDGPUFIRMWARE=no
MKNOUVEAUFIRMWARE=no
MKRADEONFIRMWARE=no
MKTEGRAFIRMWARE=no
#MKLLVM=no
#MKLLVMRT=no
MKZFS=no
MKLDAP=no

and some of the directories like MKOBJDIRPREFIX are created.
Then I initiate the build by running the following commands:

cd usr/netbsd/current/build/THINKPAD
su
. ./envvars.amd64
cd ../../src
make buildworld

although when I run it the first time, I comment out MKUPDATE=yes.


Home | Main Index | Thread Index | Old Index