Clang can't build c++ project: ubsan is missing

Yuri yuri at rawbw.com
Sat Feb 27 01:03:53 UTC 2016


On 02/26/2016 13:50, Dimitry Andric wrote:
> It looks like you are building the port with -fsanitize=undefined, and
> your clang installation(s) are missing the UBSan libraries, for some
> reason.  Try building your port without -fsanitize=undefined, unless you
> need that for something specific, of course.

Thanks!

It turned out that sanitizer is the relatively new feature that isn't 
yet available in any of the clang versions on FreeBSD, and this package 
fails to detect the compiler support for it.

Yuri


More information about the freebsd-ports mailing list