[Bug 273938] Environment leakage causes build failures in some ports
Date: Sat, 30 Nov 2024 21:05:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273938
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 HOME,
PWD, TERM, TMPDIR, USER before exec'ing make.
However, I feel this environment should be the default. (with maybe some other
allowed ENVs I haven't thought of)
--
You are receiving this mail because:
You are on the CC list for the bug.