[Bug 216177] net-im/ring-daemon: fails to build with libc++ 4.0 (2 ports skipped)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 17 11:47:18 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216177
Bug ID: 216177
Summary: net-im/ring-daemon: fails to build with libc++ 4.0 (2
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
CC: yuri at rawbw.com
Blocks: 216008
Flags: maintainer-feedback?(yuri at rawbw.com)
CC: yuri at rawbw.com
sipaccount.cpp:1589:16: error: use of overloaded operator '=' is ambiguous
(with operand types 'std::string' (aka 'basic_string<char, char_traits<char>,
allocator<char> >') and 'void')
password_h = {hash, 32};
~~~~~~~~~~ ^ ~~~~~~~~~~
/usr/include/c++/v1/string:820:19: note: candidate function
basic_string& operator=(const basic_string& __str);
^
/usr/include/c++/v1/string:822:19: note: candidate function
basic_string& operator=(__self_view __sv) {return assign(__sv);}
^
/usr/include/c++/v1/string:825:19: note: candidate function
basic_string& operator=(basic_string&& __str)
^
sipaccount.cpp:1653:21: error: use of overloaded operator '=' is ambiguous
(with operand types 'std::string' (aka 'basic_string<char, char_traits<char>,
allocator<char> >') and 'void')
details_str = {description->ptr, (size_t)description->slen};
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/string:820:19: note: candidate function
basic_string& operator=(const basic_string& __str);
^
/usr/include/c++/v1/string:822:19: note: candidate function
basic_string& operator=(__self_view __sv) {return assign(__sv);}
^
/usr/include/c++/v1/string:825:19: note: candidate function
basic_string& operator=(basic_string&& __str)
^
build log: http://sprunge.us/GGZf
regressed by: https://github.com/llvm-mirror/libcxx/commit/1e00d6db319a
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