From owner-freebsd-ports-bugs@freebsd.org Sat May 20 09:15:50 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 E7114D75730 for ; Sat, 20 May 2017 09:15:50 +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 CD924186E for ; Sat, 20 May 2017 09:15:50 +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 v4K9Fo1R017148 for ; Sat, 20 May 2017 09:15:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219413] editors/libreoffice 5.3.3 doesn't build with Python 2.7 (PyUno) error Date: Sat, 20 May 2017 09:15:48 +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 Only Me X-Bugzilla-Who: jakub_lach@mailplus.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@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 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2017 09:15:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219413 Bug ID: 219413 Summary: editors/libreoffice 5.3.3 doesn't build with Python 2.7 (PyUno) error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: jakub_lach@mailplus.pl Flags: maintainer-feedback?(office@FreeBSD.org) Assignee: office@FreeBSD.org [CXX] pyuno/source/module/pyuno_adapter.cxx /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/pyuno/sourc= e/module/pyuno_util.cxx:43:18: error: no matching function for call to 'PyUnicodeUCS2_FromUnicode' ret =3D PyRef( PyUnicode_FromUnicode( str.getStr(), str.getLength() ), SAL_NO_ACQUIRE ); ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:196:32: note: expanded from ma= cro 'PyUnicode_FromUnicode' # define PyUnicode_FromUnicode PyUnicodeUCS2_FromUnicode ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:464:23: note: candidate functi= on not viable: no known conversion from 'const sal_Unicode *' (aka 'const char= 16_t *') to 'const Py_UNICODE *' (aka 'const unsigned short *') for 1st argument PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( ^ /usr/local/include/python2.7/unicodeobject.h:196:32: note: expanded from ma= cro 'PyUnicode_FromUnicode' # define PyUnicode_FromUnicode PyUnicodeUCS2_FromUnicode ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/pyuno/sourc= e/module/pyuno_util.cxx:63:11: error: no matching conversion for functional-style cast from 'Py_UNICODE *' (aka 'unsigned short *') to 'rtl::OUString' ret =3D OUString( PyUnicode_AS_UNICODE( pystr ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:177:14: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'sal_Unicode' (aka 'char16_t') for 1st argument; dereference the argument with * explicit OUString( sal_Unicode value ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:187:5: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'int' for 1st argument; dereference the argument with * OUString(int) =3D delete; ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:188:14: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'char' for 1st argument; dereference the argume= nt with * explicit OUString(char c): ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:127:5: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'const rtl::OUString' for 1st argument OUString( const OUString & str ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:141:5: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'rtl::OUString' for 1st argument OUString( OUString && str ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:155:5: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'rtl_uString *' (aka '_rtl_uString *') for 1st argument OUString( rtl_uString * str ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:199:5: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'const sal_Unicode *' (aka 'const char16_t *') = for 1st argument OUString( const sal_Unicode * value ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:317:5: note: candidate constructor not viable: no known conversion from 'Py_UNICOD= E *' (aka 'unsigned short *') to 'rtl::OUStringLiteral' for 1st argument OUString(OUStringLiteral literal): pData(NULL) { ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:235:5: note: candidate template ignored: substitution failure [with T =3D unsigned= short *]: no type named 'Type' in 'rtl::libreoffice_internal::ConstCharArrayDetector' OUString( T& literal, typename libreoffice_internal::ConstCharArrayDetector< T, libreoffice_internal::Dummy >::Type =3D libreoffice_internal::Dummy() ) ^=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 ~~~~ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:256:26: note: candidate template ignored: substitution failure [with T =3D unsigned= short *]: no type named 'TypeUtf16' in 'rtl::libreoffice_internal::ConstCharArrayDetector' template OUString( ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:380:5: note: candidate template ignored: could not match 'OUStringConcat' against 'unsigned short *' OUString( const OUStringConcat< T1, T2 >& c ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:116:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided OUString() ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:169:12: note: candidate constructor not viable: requires 2 arguments, but 1 was provided inline OUString( rtl_uString * str, __sal_NoAcquire ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:213:5: note: candidate constructor not viable: requires 2 arguments, but 1 was provided OUString( const sal_Unicode * value, sal_Int32 length ) ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:364:21: note: candidate constructor not viable: requires 2 arguments, but 1 was provided inline explicit OUString( ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/include/rtl= /ustring.hxx:337:5: note: candidate constructor not viable: requires at least 3 arguments, but 1 was provided OUString( const sal_Char * value, sal_Int32 length, ^ 2 errors generated. gmake[3]: *** [/usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/solenv/gbu= ild/LinkTarget.mk:191: /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/workdir/Cxx= Object/pyuno/source/module/pyuno_util.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... --=20 You are receiving this mail because: You are the assignee for the bug.=