Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 10:08:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7
Message-ID:  <bug-230412-29464-3PVro9Mhrh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230412-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230412-29464@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=3D230412

--- Comment #5 from Dimitry Andric <dim@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:
>=20
> 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 n=
ot
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 e=
nded
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=3D38964

--=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-230412-29464-3PVro9Mhrh>