Date: Sat, 30 Nov 2024 21:05:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273938] Environment leakage causes build failures in some ports Message-ID: <bug-273938-7788-bQDA8VVCPe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273938-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-273938-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=3D273938 Jamie Landeg-Jones <jamie@catflap.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamie@catflap.org --- Comment #1 from Jamie Landeg-Jones <jamie@catflap.org> --- This has bitten me too in the past, so often that I created a command "cleanmake" which I always use for ports, which cleans the env apart from H= OME, PWD, TERM, TMPDIR, USER before exec'ing make. However, I feel this environment should be the default. (with maybe some ot= her allowed ENVs I haven't thought of) --=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-273938-7788-bQDA8VVCPe>