Date: Mon, 15 Mar 2021 21:48:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 254319] MAKE_CONF and SRC_CONF affect release chroot build Message-ID: <bug-254319-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254319 Bug ID: 254319 Summary: MAKE_CONF and SRC_CONF affect release chroot build Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: truckman@FreeBSD.org The release(7) man page states: MAKE_CONF The make.conf(5) to use for the release build. Defaults to /dev/null to prevent polluting the release with local system changes. SRC_CONF The src.conf(5) to use for the release build. Defaults to /dev/null to prevent polluting the release with local system changes. but these settings also affect the chroot build. This is not surprising since these settings are included in ${CONF_FILES}, which is included in ${CHROOT_WMAKEFLAGS}, ${CHROOT_IMAKEFLAGS}, and ${CHROOT_DMAKEFLAGS}. This problem becomes apparent when the make.conf file sets TARGET_CPUTYPE to a value that is incompatible with the host arch. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254319-227>
