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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"