Date: Mon, 15 Jan 2024 17:50:49 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276259] Mk/*: unconditionally use .MAKE.UID and .MAKE.GID Message-ID: <bug-276259-7788-NtAZVKVs66@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276259-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-276259-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276259 --- Comment #3 from Craig Leres <leres@freebsd.org> --- While this is a good change to make, poudriere sets UID in the environment: zinc 201 # poudriere bulk -i -j 13release -p current ports-mgmt/pkg [00:00:00] Creating the reference jail... done [...] [00:00:12] Entering interactive test mode. Type 'exit' when done. nobody@zinc:/usr/ports/ports-mgmt/pkg % cd /usr/ports/ports-mgmt/pkg nobody@zinc:/usr/ports/ports-mgmt/pkg % make -V UID 0 nobody@zinc:/usr/ports/ports-mgmt/pkg % make -V .MAKE.UID 65534 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276259-7788-NtAZVKVs66>