When trying to compile the latest released version of LibreOffice (5.0.0.5) with --enable-telepathy collaboration/tubes support it fails with: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx: In constructor '{anonymous}::TubeContacts::TubeContacts(Collaboration*)': /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:113:35: error: no matching function for call to '{anonymous}::TubeContacts::get(PushButton*&, const char [7])' get( mpBtnListen, "listen"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:113:35: note: candidates are: In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template<class T> T* VclBuilderContainer::get(VclPtr<T1>&, const rtl::OString&) template <typename T> T* get(VclPtr<T>& ret, const OString& sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:113:35: note: mismatched types 'VclPtr<T1>' and 'PushButton*' get( mpBtnListen, "listen"); ^ In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template<class T> T* VclBuilderContainer::get(const rtl::OString&) template <typename T /*= vcl::Window if we had c++11*/> T* get(const OString & sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:113:35: note: cannot convert '(({anonymous}::TubeContacts*)this)->{anonymous}::TubeContacts::mpBtnListen' (type 'PushButton*') to type 'const rtl::OString&' get( mpBtnListen, "listen"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:114:35: error: no matching function for call to '{anonymous}::TubeContacts::get(PushButton*&, const char [7])' get( mpBtnInvite, "invite"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:114:35: note: candidates are: In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template<class T> T* VclBuilderContainer::get(VclPtr<T1>&, const rtl::OString&) template <typename T> T* get(VclPtr<T>& ret, const OString& sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:114:35: note: mismatched types 'VclPtr<T1>' and 'PushButton*' get( mpBtnInvite, "invite"); ^ In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template<class T> T* VclBuilderContainer::get(const rtl::OString&) template <typename T /*= vcl::Window if we had c++11*/> T* get(const OString & sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:114:35: note: cannot convert '(({anonymous}::TubeContacts*)this)->{anonymous}::TubeContacts::mpBtnInvite' (type 'PushButton*') to type 'const rtl::OString&' get( mpBtnInvite, "invite"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:115:31: error: no matching function for call to '{anonymous}::TubeContacts::get(PushButton*&, const char [5])' get( mpBtnDemo, "demo"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:115:31: note: candidates are: In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template<class T> T* VclBuilderContainer::get(VclPtr<T1>&, const rtl::OString&) template <typename T> T* get(VclPtr<T>& ret, const OString& sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:115:31: note: mismatched types 'VclPtr<T1>' and 'PushButton*' get( mpBtnDemo, "demo"); ^ In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template<class T> T* VclBuilderContainer::get(const rtl::OString&) template <typename T /*= vcl::Window if we had c++11*/> T* get(const OString & sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:115:31: note: cannot convert '(({anonymous}::TubeContacts*)this)->{anonymous}::TubeContacts::mpBtnDemo' (type 'PushButton*') to type 'const rtl::OString&' get( mpBtnDemo, "demo"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:116:33: error: no matching function for call to '{anonymous}::TubeContacts::get(PushButton*&, const char [6])' get( mpBtnBuddy, "buddy"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:116:33: note: candidates are: In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template<class T> T* VclBuilderContainer::get(VclPtr<T1>&, const rtl::OString&) template <typename T> T* get(VclPtr<T>& ret, const OString& sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:116:33: note: mismatched types 'VclPtr<T1>' and 'PushButton*' get( mpBtnBuddy, "buddy"); ^ In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template<class T> T* VclBuilderContainer::get(const rtl::OString&) template <typename T /*= vcl::Window if we had c++11*/> T* get(const OString & sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:116:33: note: cannot convert '(({anonymous}::TubeContacts*)this)->{anonymous}::TubeContacts::mpBtnBuddy' (type 'PushButton*') to type 'const rtl::OString&' get( mpBtnBuddy, "buddy"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:117:33: error: no matching function for call to '{anonymous}::TubeContacts::get(PushButton*&, const char [6])' get( mpBtnGroup, "group"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:117:33: note: candidates are: In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template<class T> T* VclBuilderContainer::get(VclPtr<T1>&, const rtl::OString&) template <typename T> T* get(VclPtr<T>& ret, const OString& sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:117:33: note: mismatched types 'VclPtr<T1>' and 'PushButton*' get( mpBtnGroup, "group"); ^ In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template<class T> T* VclBuilderContainer::get(const rtl::OString&) template <typename T /*= vcl::Window if we had c++11*/> T* get(const OString & sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:117:33: note: cannot convert '(({anonymous}::TubeContacts*)this)->{anonymous}::TubeContacts::mpBtnGroup' (type 'PushButton*') to type 'const rtl::OString&' get( mpBtnGroup, "group"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:118:32: error: no matching function for call to '{anonymous}::TubeContacts::get(ListBox*&, const char [9])' get( mpList, "contacts"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:118:32: note: candidates are: In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template<class T> T* VclBuilderContainer::get(VclPtr<T1>&, const rtl::OString&) template <typename T> T* get(VclPtr<T>& ret, const OString& sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:469:30: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:118:32: note: mismatched types 'VclPtr<T1>' and 'ListBox*' get( mpList, "contacts"); ^ In file included from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/syswin.hxx:25:0, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/dialog.hxx:25, from /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:17: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template<class T> T* VclBuilderContainer::get(const rtl::OString&) template <typename T /*= vcl::Window if we had c++11*/> T* get(const OString & sID) ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/include/vcl/builder.hxx:473:64: note: template argument deduction/substitution failed: /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/tubes/source/contacts.cxx:118:32: note: cannot convert '(({anonymous}::TubeContacts*)this)->{anonymous}::TubeContacts::mpList' (type 'ListBox*') to type 'const rtl::OString&' get( mpList, "contacts"); ^ /var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/solenv/gbuild/LinkTarget.mk:189: recipe for target '/var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/workdir/CxxObject/tubes/source/contacts.o' failed make[1]: *** [/var/tmp/paludis/build/app-office-libreoffice-5.0.0.5/work/libreoffice-5.0.0.5/workdir/CxxObject/tubes/source/contacts.o] Error 1 The previously installed version was/is LibreOffice 4.4.4.3 which compiled fine with collaboration/tubes/telepathy support enabled via --enable-telepathy.
1) This is not a Base (database module) problem by the looks of the errors, so changing component. 2) If the VCLPtr code is the problem, Michael Meeks might be able to shine some light on this, although I suspect your question would be better asked on the dev-irc channel.
Got it too on Gentoo with 5.0.0.5 ebuild and gcc-5.2.0.
Ho hum; so --enable-telepathy is somewhat experimental and ~deprecated. Then again - as you see those dialogs do need updating to use the latest VclPtr stuff - patches appreciated =) what is your interest in that code ? I'd hope you're a developer if you're turning it on -> can submit a fix. Thanks !
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.5 or 5.2.1 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20160920
Now that the Telepathy feature was removed[1], I think we can close this one. [1] https://wiki.documentfoundation.org/Proposals_for_removing_features#Telepathy_Tubes_interface and https://cgit.freedesktop.org/libreoffice/core/commit/?id=b7b159d79c2b4ec53915e0b9c3e28912c289a5ba