https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412
--- Comment #5 from Dimitry Andric <d...@freebsd.org> --- (In reply to Jan Beich from comment #4) > (In reply to Dimitry Andric from comment #3) > > I've just tried "make configure" in the port, > > which is at r477008, and it ran without any errors. > > This is with clang700-import r338690: > > FWIW, I have clang700-import from r338597 and GraphicsMagick still fails to > build, see https://ptpb.pw/7La2 Right, it's only in the install phase that it fails, due to it apparently not wanting to install any C++ headers or libraries. Maybe as a short-term fix we can undo r446932, which dialed down the C++ standard to C++03, specifically for a missing operator delete(void*, size_t) -- see bug 221065, bug 219486 et al. But this operator was already merged to stable/10 in base r321222, and it ended up in 10.4-RELEASE, so those problems are obsolete now. Meanwhile, I have submitted an upstream bug for the <string> issue here: https://bugs.llvm.org/show_bug.cgi?id=38964 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"