NetBSD-Bugs archive

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

Re: toolchain/58089: MKREPRO isn't really reproductible



The following reply was made to PR toolchain/58089; it has been noted by GNATS.

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Manuel Bouyer <Manuel.Bouyer%lip6.fr@localhost>
Cc: gnats-bugs%netbsd.org@localhost, toolchain-manager%netbsd.org@localhost,
	gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: toolchain/58089: MKREPRO isn't really reproductible
Date: Fri, 29 Mar 2024 13:23:29 +0000

 > Date: Fri, 29 Mar 2024 13:10:00 +0000 (UTC)
 > From: Manuel Bouyer <Manuel.Bouyer%lip6.fr@localhost>
 >=20
 > 	cvs co -r netbsd-10 -D "2024-03-26 19:10 UTC" -P src
 > 	cd src && ./build.sh -m i386 -P tools kernel=3DGENERIC
 
 It looks like, for the i386 netbsd-10 autobuilds, we use:
 
 -P -x -N0 -V TMPDIR=3D/tmp -V BUILD=3Dyes -V MAKECONF=3D"${AB_HOME}/etc/mak=
 e.conf" -V MKDEBUG=3Dyes
 
 where ${AB_HOME}/etc/make.conf has (unnecessarily, I think):
 
 MKREPRO=3Dyes
 
 I have no idea what BUILD=3Dyes does, and it doesn't seem to be
 documented in share/mk/bsd.README (but it is _listed_ there and in
 BUILDING.mdoc), but -V MKDEBUG=3Dyes is probably the difference.
 
 We should have this information published somewhere so that others can
 verify it.
 


Home | Main Index | Thread Index | Old Index