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: gnats-bugs%netbsd.org@localhost
Cc: misc-bug-people%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost
Subject: Re: misc/59594: SSL checkflist build errors
Date: Thu, 14 Aug 2025 12:44:25 -0400

 > On Aug 14, 2025, at 4:40 AM, Martin Husemann via gnats =
 <gnats-admin%NetBSD.org@localhost> wrote:
 >=20
 > The following reply was made to PR misc/59594; it has been noted by =
 GNATS.
 >=20
 > From: Martin Husemann <martin%duskware.de@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:=20
 > Subject: Re: misc/59594: SSL checkflist build errors
 > Date: Thu, 14 Aug 2025 10:36:48 +0200
 >=20
 > The autobuilds all work fine, so the bug is not in the set lists but =
 must
 > be somewhere in your build environment.
 >=20
 > 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=20
 > modifications in the source tree? How did you invoke build.sh?
 >=20
 > 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=3D/usr/netbsd/current/build/THINKPAD/mk.conf.amd64
 export MAKEOBJDIRPREFIX=3D/usr/netbsd/current/build/THINKPAD/obj.amd64
 export MACHINE=3Damd64
 export MACHINE_ARCH=3Dx86_64
 export MAKEFLAGS=3D"-m /usr/netbsd/current/src/share/mk"
 
 and I also have
 
 /usr/netbsd/current/build/THINKPAD/mk.conf.amd64
 
 containing
 
 NETBSDSRCDIR=3D/usr/netbsd/current/src
 DESTDIR=3D/usr/netbsd/current/build/THINKPAD/destdir.amd64
 RELEASEDIR=3D/usr/netbsd/current/build/THINKPAD/releasedir.amd64
 TOOLDIR=3D/usr/netbsd/current/build/THINKPAD/tooldir.NetBSD-11.99.1-amd64
 KERNCONFDIR=3D/usr/netbsd/current/build/THINKPAD/kernconf
 KERNOBJDIR=3D/usr/netbsd/current/build/THINKPAD/kerncompile
 MKDEBUG=3Dyes
 MKDEBUGKERNEL=3Dyes
 MKDEBUGLIB=3Dyes
 MKSTRIPSYM=3Dno
 MKX11=3Dyes
 X11SRCDIR=3D/usr/netbsd/current/xsrc
 USETOOLS=3Dyes
 MAKEFLAGS=3D"-m /usr/netbsd/current/src/share/mk"
 MKOBJ=3Dyes
 #MKOBJDIRS=3Dno
 MKOBJDIRS=3Dyes
 NOCLEANDIR=3D
 MKUPDATE=3Dyes
 MKAMDGPUFIRMWARE=3Dno
 MKNOUVEAUFIRMWARE=3Dno
 MKRADEONFIRMWARE=3Dno
 MKTEGRAFIRMWARE=3Dno
 #MKLLVM=3Dno
 #MKLLVMRT=3Dno
 MKZFS=3Dno
 MKLDAP=3Dno
 
 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=3Dyes.=
 


Home | Main Index | Thread Index | Old Index