[Bug 219484] cad/openvsp: fails to build with lang/gcc6 or later on 10.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 25 21:27:16 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484

--- Comment #12 from fernando.apesteguia at gmail.com ---
(In reply to Kubilay Kocak from comment #11)

Having a look at the error log, it seems the missing operator is used in libc++
itself (~basic_stringbug()). With GCC < 6, the compiler provides the builtin
delete operators, but if they are missing, is the code included from libc++
which fails to link. I don't think a workaround is possible (at least without
being extremely hackish).

The port doesn't need GCC 6. It could be restricted to GCC < 6 or pinned down
to GCC 5 (all of this conditionally if FreeBSD < 11). I would not mark it as
BROKEN unless absolutely necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list