On 26 Feb 2016, at 07:45, Yuri <[email protected]> wrote:
> I can't update the version of one C++ port because now the base clang-34 
> fails to find the symbols __ubsan_ (for example __ubsan_vptr_type_cache).
> clang36 port compiler fails to find libclang_rt.san-x86_64.a
> clang38 port compiler fails to find libclang_rt.ubsan_standalone-x86_64.a
> 
> What could be wrong?

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.

-Dimitry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to