Created attachment 153987 [details] Remove std::function Part of build log: [CXX] vcl/qt5/Qt5Object.cxx /usr/ports/editors/libreoffice/work/libreoffice-6.3.0.4/vcl/qt5/Qt5Instance.cxx:416:25: error: no viable constructor or deduction guide for deduction of template arguments of 'function' RunInMainThread(std::function([&, this]() { pPicker = createPicker(context, eMode); })); ^ /usr/include/c++/v1/functional:1427:48: note: candidate template ignored: could not match 'function<_Fp>' against '(lambda at /usr/ports/editors/libreoffice/work/libreoffice-6.3.0.4/vcl/qt5/Qt5Instance.cxx:416:39)' template<class _Fp> class _LIBCPP_TEMPLATE_VIS function; // undefined Full description is here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239988
Fixed in master - https://git.libreoffice.org/core/+/81fd3bb4d76a0e57a4e8464cb1c5813115ea28f3 by Noel Grandin. Thank you very much for filing this! The report, and the work by Noel, allowed to build the plugin to catch things like this early.