Date: Tue, 25 Jul 2017 21:27:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219484] cad/openvsp: fails to build with lang/gcc6 or later on 10.3 Message-ID: <bug-219484-13-3KnEXqiu0u@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219484-13@https.bugs.freebsd.org/bugzilla/> References: <bug-219484-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219484 --- Comment #12 from fernando.apesteguia@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 li= bc++ 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 witho= ut being extremely hackish). The port doesn't need GCC 6. It could be restricted to GCC < 6 or pinned do= wn to GCC 5 (all of this conditionally if FreeBSD < 11). I would not mark it as BROKEN unless absolutely necessary. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219484-13-3KnEXqiu0u>