Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 08:12:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-testing@freebsd.org
Subject:   [Bug 203094] Unable to make installworld without disabling tests and setting COMPILER_TYPE=clang
Message-ID:  <bug-203094-32464-B4H6K08q9W@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203094-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203094-32464@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=203094

Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org

--- Comment #3 from Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> ---
Finally, this *should* not happen, but I'm wondering if somehow the build vs
installed version of ${CC} is affecting what's being built:

29 # This testcase doesn't run properly when not compiled with -fsantize=bounds
30 # with clang, which is currently contingent on a compiler_rt update
31 .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 30500
32 PROGS+=         h_raw
33 .endif

This would make sense and it would be a huge bug with whatever we do as far as
COMPILER_VERSION gating logic is concerned (it affects a few handfuls of areas
of the tree).

-- 
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-203094-32464-B4H6K08q9W>