From owner-freebsd-ports-bugs@freebsd.org Mon Nov 20 00:19:46 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC325DDB106 for ; Mon, 20 Nov 2017 00:19:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA3ED68D64 for ; Mon, 20 Nov 2017 00:19:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAK0JkwO087376 for ; Mon, 20 Nov 2017 00:19:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223757] sysutils/passwordsafe: fix build with wxgtk30 - 3.0.3.1 Date: Mon, 20 Nov 2017 00:19:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: brnrd@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2017 00:19:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223757 Bug ID: 223757 Summary: sysutils/passwordsafe: fix build with wxgtk30 - 3.0.3.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: brnrd@freebsd.org Reporter: rozhuk.im@gmail.com Flags: maintainer-feedback?(brnrd@freebsd.org) Assignee: brnrd@freebsd.org Created attachment 188129 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188129&action= =3Dedit build fix ... clang++ -c -o GCCUnicodeRelease/passwordsubset.o -O2 -pipe -fstack-protector -fno-strict-aliasing --stdlib=3Dlibc++ -I/usr/local/include `/usr/local/bin/wxgtk2u-3.0-config --debug=3Dno --unicode=3Dyes --inplace --cxxflags` -DUNICODE -DNDEBUG -I../.. -fPIC -O -Wall -DUSE_XML_LIBRARY=3D= XERCES -DWCHAR_INCOMPATIBLE_XMLCH -DNO_YUBI -std=3Dc++11 passwordsubset.cpp passwordsubset.cpp:243:27: error: no matching constructor for initializatio= n of 'std::wistringstream' (aka 'basic_istringstream') std::wistringstream is(pos_str.wc_str()); ^ ~~~~~~~~~~~~~~~~ /usr/include/c++/v1/iosfwd:120:33: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const wxScopedWCharBuffer' (aka 'const wxScopedCharTypeBuffer') to 'const std::__1::basic_istringstream, std::__1::allocator >' for 1st argument class _LIBCPP_TYPE_VIS_ONLY basic_istringstream; ^ /usr/include/c++/v1/sstream:639:14: note: candidate constructor not viable:= no known conversion from 'const wxScopedWCharBuffer' (aka 'const wxScopedCharTypeBuffer') to 'ios_base::openmode' (aka 'unsigned in= t') for 1st argument explicit basic_istringstream(ios_base::openmode __wch =3D ios_base::in); ^ /usr/include/c++/v1/sstream:640:14: note: candidate constructor not viable:= no known conversion from 'const wxScopedWCharBuffer' (aka 'const wxScopedCharTypeBuffer') to 'const string_type' (aka 'const basic_string, std::__1::allocator >') for 1st argument explicit basic_istringstream(const string_type& __s, ^ /usr/include/c++/v1/sstream:643:5: note: candidate constructor not viable: = no known conversion from 'const wxScopedWCharBuffer' (aka 'const wxScopedCharTypeBuffer') to 'std::__1::basic_istringstream, std::__1::allocator >' for 1st argument basic_istringstream(basic_istringstream&& __rhs); ^ passwordsubset.cpp:283:42: error: no viable conversion from 'const wxScopedWCharBuffer' (aka 'const wxScopedCharTypeBuffer') to 'const StringX' (aka 'const basic_string, S_Alloc::SecureAlloc >') PWSclipboard::GetInstance()->SetData(reduced_str.wc_str()); ^~~~~~~~~~~~~~~~~~~~ ... --=20 You are receiving this mail because: You are the assignee for the bug.=