[CXX] pyuno/source/module/pyuno_adapter.cxx /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/pyuno/source/module/pyuno_util.cxx:43:18: error: no matching function for call to 'PyUnicodeUCS2_FromUnicode' ret = PyRef( PyUnicode_FromUnicode( str.getStr(), str.getLength() ), SAL_NO_ACQUIRE ); ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:196:32: note: expanded from macro 'PyUnicode_FromUnicode' # define PyUnicode_FromUnicode PyUnicodeUCS2_FromUnicode ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python2.7/unicodeobject.h:464:23: note: candidate function not viable: no known conversion from 'const sal_Unicode *' (aka 'const char16_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 macro 'PyUnicode_FromUnicode' # define PyUnicode_FromUnicode PyUnicodeUCS2_FromUnicode ^ /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/pyuno/source/module/pyuno_util.cxx:63:11: error: no matching conversion for functional-style cast from 'Py_UNICODE *' (aka 'unsigned short *') to 'rtl::OUString' ret = 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_UNICODE *' (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_UNICODE *' (aka 'unsigned short *') to 'int' for 1st argument; dereference the argument with * OUString(int) = 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_UNICODE *' (aka 'unsigned short *') to 'char' for 1st argument; dereference the argument 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_UNICODE *' (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_UNICODE *' (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_UNICODE *' (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_UNICODE *' (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_UNICODE *' (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 = 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 = libreoffice_internal::Dummy() ) ^ ~~~~ /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 = 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/gbuild/LinkTarget.mk:191: /usr/obj/usr/ports/editors/libreoffice/work/libreoffice-5.3.3.2/workdir/CxxObject/pyuno/source/module/pyuno_util.o] Error 1 gmake[3]: *** Waiting for unfinished jobs....
All options unchecked beside JAVA, FreeBSD 11.0-STABLE #0 r318285 amd64, previous version was building fine.
I have tried building without WRKDIRPREFIX=, but it made no difference.
No change after update
Rebuild of Python with default config fixed that. I suspect UCS2 option.
We have version 5.3.7. Seems overcome by events.
(In reply to w.schwarzenfeld from comment #5) True, though I think the problem was (non-default) UCS2=on in python27 port in the end, changed to UCS4 as in defaults, haven't had that problem ever since.