[Bug 216161] graphics/libprojectm: fails to build with libc++ 4.0 (5 ports skipped)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 17 08:18:35 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216161
Bug ID: 216161
Summary: graphics/libprojectm: fails to build with libc++ 4.0
(5 ports skipped)
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 216008
In file included from Renderer/RenderItemDistanceMetric.cpp:8:
Renderer/RenderItemDistanceMetric.hpp:54:9: error: call to constructor of
'TypeIdPair' is ambiguous
return TypeIdPair(typeid(const R1*).name(), typeid(const R2*).name());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Renderer/Renderable.hpp:118:2: note: candidate constructor
TypeIdPair(const std::type_info & info1, const std::type_info & info2):
id1(info1.name()), id2(info2.name()) {}
^
Renderer/Renderable.hpp:119:2: note: candidate constructor
TypeIdPair(const std::string & id1, const std::string & id2): id1(id1),
id2(id2) {}
^
build log: http://sprunge.us/hjHi
regressed by: https://github.com/llvm-mirror/libcxx/commit/aa6429dc4198
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216008
[Bug 216008] [exp-run] Update llvm/clang/compiler-rt/libc++/lld/lldb in base to
4.0.0
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list