Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 12:30:23 -0700
From:      Yuri <yuri@rawbw.com>
To:        "ports@freebsd.org" <ports@freebsd.org>
Subject:   C++ ports using virtual function deletion (c++11 feature) are broken when clang is used
Message-ID:  <557F27CF.9010107@rawbw.com>

next in thread | raw e-mail | index | archive | help
I discovered yesterday that '__cxa_deleted_virtual' function is missing 
in libcxxrt exports list, and therefore isn't available.
As a consequence, C++ ports using virtual function deletion will likely 
fail to build.
I had to add the copy of this function as a port patch to solve this, 
but I am not sure what the general solution might be when more ports 
will hit this problem.

Bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200863 
(Added missing '__cxa_deleted_virtual' into libcxxrt)

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?557F27CF.9010107>