digikam won't load any plugins. All is built from latest git.
There are messages such as this in the console log "RemoteStorage" has a SO version ( 31 ) which is different than libkipi ABI version ( 32 ). Refusing to load. and this "Imageviewer" has a SO version ( 30 ) which is different than libkipi ABI version ( 32 ). Refusing to load. Anyone know what is up with my build? Thanks, Andrew |
You need to rebuild last libkipi too and recompile digiKam and kipiplugins with it. We have increased the libkipi ABI due to API fixes recently. If you use digiKam source code from git/master, especially the digiKam Software Collection repository, you can compile libkipi with digiKam and kipi-plugins automatically. Just set "export GITSLAVE=.gitslave.devel" and run download-repos script. This will download all DK source code including libkipi. All will be recompiled together. All is explained in details here : Gilles Caulier 2016-08-14 23:26 GMT+02:00 Andrew Goodbody <[hidden email]>: digikam won't load any plugins. All is built from latest git. |
I already use "export GITSLAVE=.gitslave.devel" and I did a 'make
clean'. So yes all has been rebuilt and done together. Andrew On 14/08/16 22:42, Gilles Caulier wrote: > You need to rebuild last libkipi too and recompile digiKam and > kipiplugins with it. > > We have increased the libkipi ABI due to API fixes recently. > > If you use digiKam source code from git/master, especially the digiKam > Software Collection repository, you can compile libkipi with digiKam and > kipi-plugins automatically. Just set "export GITSLAVE=.gitslave.devel" > and run download-repos script. This will download all DK source code > including libkipi. All will be recompiled together. > > https://quickgit.kde.org/?p=digikam-software-compilation.git > > All is explained in details here : > > https://www.digikam.org/download?q=download/GIT > > Gilles Caulier > > 2016-08-14 23:26 GMT+02:00 Andrew Goodbody <[hidden email] > <mailto:[hidden email]>>: > > digikam won't load any plugins. All is built from latest git. > > There are messages such as this in the console log > > "RemoteStorage" has a SO version ( 31 ) which is different than > libkipi ABI version ( 32 ). Refusing to load. > > and this > > "Imageviewer" has a SO version ( 30 ) which is different than > libkipi ABI version ( 32 ). Refusing to load. > > Anyone know what is up with my build? > > Thanks, > Andrew > > |
and did you update source code on libkipi ? to update all from root source code dir, just use "./gits pull" Also, make clean is not enough in this case. remove build dir, reconfigure with bootstrap, and recompile/install. Gilles Caulier 2016-08-15 0:07 GMT+02:00 Andrew Goodbody <[hidden email]>: I already use "export GITSLAVE=.gitslave.devel" and I did a 'make clean'. So yes all has been rebuilt and done together. |
Aah, OK, I see that I was tripped up by the CMakeCache.txt file keeping
a stale value. Andrew On 14/08/16 23:11, Gilles Caulier wrote: > and did you update source code on libkipi ? > > to update all from root source code dir, just use "./gits pull" > > Also, make clean is not enough in this case. remove build dir, > reconfigure with bootstrap, and recompile/install. > > Gilles Caulier > > 2016-08-15 0:07 GMT+02:00 Andrew Goodbody <[hidden email] > <mailto:[hidden email]>>: > > I already use "export GITSLAVE=.gitslave.devel" and I did a 'make > clean'. So yes all has been rebuilt and done together. > > Andrew > > On 14/08/16 22:42, Gilles Caulier wrote: > > You need to rebuild last libkipi too and recompile digiKam and > kipiplugins with it. > > We have increased the libkipi ABI due to API fixes recently. > > If you use digiKam source code from git/master, especially the > digiKam > Software Collection repository, you can compile libkipi with > digiKam and > kipi-plugins automatically. Just set "export > GITSLAVE=.gitslave.devel" > and run download-repos script. This will download all DK source > code > including libkipi. All will be recompiled together. > > https://quickgit.kde.org/?p=digikam-software-compilation.git > <https://quickgit.kde.org/?p=digikam-software-compilation.git> > > All is explained in details here : > > https://www.digikam.org/download?q=download/GIT > <https://www.digikam.org/download?q=download/GIT> > > Gilles Caulier > > 2016-08-14 23:26 GMT+02:00 Andrew Goodbody > <[hidden email] <mailto:[hidden email]> > <mailto:[hidden email] <mailto:[hidden email]>>>: > > digikam won't load any plugins. All is built from latest git. > > There are messages such as this in the console log > > "RemoteStorage" has a SO version ( 31 ) which is different than > libkipi ABI version ( 32 ). Refusing to load. > > and this > > "Imageviewer" has a SO version ( 30 ) which is different than > libkipi ABI version ( 32 ). Refusing to load. > > Anyone know what is up with my build? > > Thanks, > Andrew > > > |
Free forum by Nabble | Edit this page |