Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Oct 2015 00:29:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203540] Mk/Uses/compiler.mk gets called automatically only on some platforms and not on others
Message-ID:  <bug-203540-13-ApM5LLqBI2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203540-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203540-13@https.bugs.freebsd.org/bugzilla/>

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

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |imp@FreeBSD.org,
                   |                            |jbeich@FreeBSD.org

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
The submitter didn't mention FreeBSD version but the issue likely comes from
namespace pollution caused by bsd.compiler.mk implicitly included by bsd.own.mk
via bsd.port.mk. It appears to be a regression from base r264661 and base
r265420 (both only in /head) which moved bsd.compiler.mk outside of
_WITHOUT_SRCCONF conditional defined in bsd.port.mk.

Both /usr/share/mk/bsd.compiler.mk and /usr/ports/Mk/Uses/compiler.mk define
the following variables:

  COMPILER_TYPE
  COMPILER_FEATURES (underpopulated)
  COMPILER_VERSION (incompatible values)

-- 
You are receiving this mail because:
You are on the CC list for the bug.



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