Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 11:47:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216177] net-im/ring-daemon: fails to build with libc++ 4.0 (2 ports skipped)
Message-ID:  <bug-216177-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216177

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: yuri@rawbw.com
            Blocks: 216008
             Flags: maintainer-feedback?(yuri@rawbw.com)
                CC: yuri@rawbw.com

sipaccount.cpp:1589:16: error: use of overloaded operator '=3D' is ambiguous
(with operand types 'std::string' (aka 'basic_string<char, char_traits<char=
>,
allocator<char> >') and 'void')
    password_h =3D {hash, 32};
    ~~~~~~~~~~ ^ ~~~~~~~~~~
/usr/include/c++/v1/string:820:19: note: candidate function
    basic_string& operator=3D(const basic_string& __str);
                  ^
/usr/include/c++/v1/string:822:19: note: candidate function
    basic_string& operator=3D(__self_view __sv)  {return assign(__sv);}
                  ^
/usr/include/c++/v1/string:825:19: note: candidate function
    basic_string& operator=3D(basic_string&& __str)
                  ^
sipaccount.cpp:1653:21: error: use of overloaded operator '=3D' is ambiguous
(with operand types 'std::string' (aka 'basic_string<char, char_traits<char=
>,
allocator<char> >') and 'void')
        details_str =3D {description->ptr, (size_t)description->slen};
        ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/string:820:19: note: candidate function
    basic_string& operator=3D(const basic_string& __str);
                  ^
/usr/include/c++/v1/string:822:19: note: candidate function
    basic_string& operator=3D(__self_view __sv)  {return assign(__sv);}
                  ^
/usr/include/c++/v1/string:825:19: note: candidate function
    basic_string& operator=3D(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=3D216008
[Bug 216008] [exp-run] Update llvm/clang/compiler-rt/libc++/lld/lldb in bas=
e to
4.0.0
--=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-216177-13>