Date: Sat, 20 May 2017 09:15:48 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 219413] editors/libreoffice 5.3.3 doesn't build with Python 2.7 (PyUno) error Message-ID: <bug-219413-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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<unsigned short *, rtl::libreoffice_internal::Dummy>' 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<unsigned short *, rtl::libreoffice_internal::Dummy>' template<typename T> 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<type-parameter-0-0, type-parameter-0-1>' 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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219413-25061>