Date: Tue, 20 Aug 2019 12:34:13 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 239988] editors/libreoffice: update 6.2.5 -> 6.3.0 compiler failure: no viable constructor ... Message-ID: <bug-239988-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239988 Bug ID: 239988 Summary: editors/libreoffice: update 6.2.5 -> 6.3.0 compiler failure: no viable constructor ... Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: ohartmann@walstatt.org Assignee: office@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) Recent ports tree update (at r509423) results in an update of port LibreOff= ice 6.2.5 -> 6.3.0, which fails with the compiler error shown below: [...] [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 =3D createPicker(context, eMode); })); ^ /usr/include/c++/v1/functional:1427:48: note: candidate template ignored: c= ould 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 [...] Recompiling/updating ALL qt5-* ports or updating the ports tree and updating installed ports (traditional make variant) prior to the update of port editor/libreoffice doesn't result in a successful build. --=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-239988-25061>