Re: [SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-05 Thread deloptes
Slava Monich wrote: > _ZN5Buteo13PluginManagerC1Ev is Buteo::PluginManager::PluginManager() > > > $ c++filt _ZN5Buteo13PluginManagerC1Ev > Buteo::PluginManager::PluginManager() > > There's no such thing: > > >

Re: [SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-03 Thread deloptes
Thank you Slava, but I think the message is coming from /usr/lib/buteo-plugins-qt5//oopp/syncemail-client (buteo-sync-plugins-email-0.1.2-1.4.1.jolla.armv7hl) and I have nothing to do with that client :/ I even wonder if it is left over or installed by default, as I am not aware of using it.

Re: [SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-03 Thread Slava Monich
_ZN5Buteo13PluginManagerC1Ev is Buteo::PluginManager::PluginManager() $ c++filt _ZN5Buteo13PluginManagerC1Ev Buteo::PluginManager::PluginManager() There's no such thing: https://git.sailfishos.org/deloptes/buteo-syncfw/blob/master/libbuteosyncfw/pluginmgr/PluginManager.h#L96 These are

Re: [SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-03 Thread deloptes
Damien Caliste wrote: > Hello, > > Maybe not a good idea, but remove all the .moc in buteo-syncfw or make > clean and recompile. > > Damien. > Hi Damien, I did clean up and compiled from scratch. I'll repeat the whole process again to make sure nothing was missed. I am not sure if I

Re: [SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-03 Thread Damien Caliste
Hello, Maybe not a good idea, but remove all the .moc in buteo-syncfw or make clean and recompile. Damien. Le Vendredi 3 janvier 2020, deloptes a écrit : > Hi, > I then get following error from syncemail-client > > symbol lookup error: /usr/lib/buteo-plugins-qt5//oopp/syncemail-client: >

[SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-03 Thread deloptes
Hi, I then get following error from syncemail-client symbol lookup error: /usr/lib/buteo-plugins-qt5//oopp/syncemail-client: undefined symbol: _ZN5Buteo13PluginManagerC1Ev But I have nm -D /usr/lib/libbuteosyncfw5.so.0 | grep ZN5Buteo13PluginManager 000419fc T _ZN5Buteo13PluginManagerD0Ev