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

--- Comment #12 from [email protected] ---
(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 on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to