Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254319

            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.  Defau=
lts
                      to /dev/null to prevent polluting the release with lo=
cal
                      system changes.

     SRC_CONF         The src.conf(5) to use for the release build.  Defaul=
ts
                      to /dev/null to prevent polluting the release with lo=
cal
                      system changes.

but these settings also affect the chroot build.  This is not surprising si=
nce
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 v=
alue
that is incompatible with the host arch.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254319-227>