[Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 16 10:08:12 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412
--- Comment #5 from Dimitry Andric <dim at 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.
More information about the freebsd-toolchain
mailing list