[Digikam-devel] [Bug 306371] Rename with sequence number
valar
ivarness76 at gmail.com
Sat Sep 22 20:44:41 BST 2012
https://bugs.kde.org/show_bug.cgi?id=306371
--- Comment #16 from valar <ivarness76 at gmail.com> ---
Will see if I can verify the extif information with some 3rd party application.
Figured out that the kipi-plugins did not load because a version mismatch:
"KIPI::PluginLoader::init: Plugin "<plugin>" has a SO version" "which is
different than libkipi ABI version"
Both where buildt from master git repository.
Probably not a good workaround but resolved it by
chaning the SET(KIPI_LIB_SO_CUR_VERSION "10") to 0 in the CMakeLists.txt
for the libkipi and rebuildt it. And a symbolic link in the lib directory.
All plugins except following seems to load fine:
digikam(29087)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create
instance for plugin "iPodExport" ( "kipiplugin_ipodexport" ) with error:
"Could not find plugin 'iPodExport' for application 'digikam'"
digikam(29087)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create
instance for plugin "Shwup Export" ( "kipiplugin_shwup" ) with error:
"Could not find plugin 'Shwup Export' for application 'digikam'"
digikam(29087)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create
instance for plugin "Yandex.Fotki Exporter" ( "kipiplugin_yandexfotki" )
with error: "Could not find plugin 'Yandex.Fotki Exporter' for application
'digikam'"
digikam(29087)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create
instance for plugin "HTML Gallery" ( "kipiplugin_htmlexport" ) with error:
"Could not find plugin 'HTML Gallery' for application 'digikam'"
Worse is perhaps this?!?:
digikam(29087)/digikam (core)
Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure executing
query:
"INSERT INTO Tags (pid, name) VALUES( ?, ?);"
Error messages: "Unable to fetch row" "columns id, pid are not unique" 19 1
Haven't added any tags (only see this My Tag) so not sure if it is a upgrade
issue or something.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list