[Bug 254319] MAKE_CONF and SRC_CONF affect release chroot build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 15 21:48:59 UTC 2021


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 at FreeBSD.org
          Reporter: truckman at 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.


More information about the freebsd-bugs mailing list