Created attachment 55514 [details] Log of the failed build Version: 2.0.0 (using KDE 4.4.4) OS: Linux Linking CXX shared module ../../../lib/kipiplugin_timeadjust.so CMakeFiles/kipiplugin_timeadjust.dir/plugin_timeadjust.cpp.o: In function `Plugin_TimeAdjust::setup(QWidget*)': /home/dan/vyvoj/digikam-2.0.0-beta1/extra/kipi-plugins/timeadjust/plugin_timeadjust.cpp:64: undefined reference to `KIPI::Plugin::actionCollection(QWidget*)' collect2: ld returned 1 exit status make[2]: *** [lib/kipiplugin_timeadjust.so] Error 1 make[1]: *** [extra/kipi-plugins/timeadjust/CMakeFiles/kipiplugin_timeadjust.dir/all] Error 2 make: *** [all] Error 2 Reproducible: Always
I fixed a stupid bug in cmake scripts. 2.0.0--beta1 tarball is updated on sf.net. Can you try again ? Gilles Caulier
Created attachment 55517 [details] Also second fail This time build failed on sane, but I have to say, that even 1.7 is did compiled only without sane support.
Not reproducible here. 2 solutions : - install more recent libksane version from KDEGraphics. - uninstall you current version Q : which libksane version you use exactly ? Gilles Caulier
The libksane error : /home/dan/vyvoj/digikam-2.0.0-beta1/extra/kipi-plugins/acquireimages/scandialog.cpp:149:20: error: ‘class KSaneIface::KSaneWidget’ has no member named ‘closeDevice’ is due to an old libksane version installed on your computer. The KSaneWidget::closeDevice() have been implemented in febary 2009 : http://websvn.kde.org/trunk/KDE/kdegraphics/libs/libksane/libksane/ksane.h?r1=913107&r2=923469 There is no difference in AcquireImage kipi-plugin implementation from trunk (1.7.0) and this version (2.0.0) Gilles Caulier
A have also version libksane0-4.4.4-2.1.1.i586 from OpenSuSE 11.3. Anyway compilation suceeded using cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DKSANE_LIBRARY:BOOL=FALSE .. You are right, that 1.7.0 had the same problem ;-) now I am dealing with some problem on make install, which is probably caused by two versions of libkexiv2.so on my system. I will report later.
The libkexiv2, libkdcraw, and libkipi included in digiKam 2.0.0 software collection have a bumped revision to 2.0.0. No conflict must be seen about. Gilles Caulier
[100%] Built target digikamimageplugin_transform [100%] Built target digikamdatabaseserver_automoc [100%] Built target digikamdatabaseserver Linking CXX executable CMakeFiles/CMakeRelink.dir/libkmap_demo ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifKey::tagDesc() const' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifTags::groupList()' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifKey::ExifKey(Exiv2::TagInfo const&)' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::LogMsg::handler_' collect2: ld returned 1 exit status make[2]: *** [extra/libkmap/demo/CMakeFiles/CMakeRelink.dir/libkmap_demo] Error 1 make[1]: *** [extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/preinstall] Error 2 make: *** [preinstall] Error 2 this is result of make install after make without any warning.
Strange, "make" and "make install" work fine here. Michael ? Gilles Caulier
Also it fails reproducible: dan@dan:~/vyvoj/digikam-2.0.0-beta1/build/extra/libkmap/demo> make clean dan@dan:~/vyvoj/digikam-2.0.0-beta1/build/extra/libkmap/demo> make Generating mytreewidget.moc Generating mainwindow.moc Generating dragdrophandler.moc [ 0%] Built target libkmap_demo_automoc [ 0%] Built target kmap_automoc [ 50%] Built target kmap [ 50%] Built target kexiv2_automoc [100%] Built target kexiv2 [100%] Building CXX object extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/libkmap_demo_automoc.cpp.o [100%] Building CXX object extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/demo-main.cpp.o [100%] Building CXX object extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/mainwindow.cpp.o [100%] Building CXX object extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/myimageitem.cpp.o [100%] Building CXX object extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/mytreewidget.cpp.o [100%] Building CXX object extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/dragdrophandler.cpp.o Linking CXX executable libkmap_demo [100%] Built target libkmap_demo dan@dan:~/vyvoj/digikam-2.0.0-beta1/build/extra/libkmap/demo> make install [ 0%] Built target libkmap_demo_automoc [ 0%] Built target kmap_automoc [ 50%] Built target kmap [ 50%] Built target kexiv2_automoc [100%] Built target kexiv2 [100%] Built target libkmap_demo Linking CXX executable CMakeFiles/CMakeRelink.dir/libkmap_demo ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifKey::tagDesc() const' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifTags::groupList()' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifKey::ExifKey(Exiv2::TagInfo const&)' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::LogMsg::handler_' collect2: ld returned 1 exit status make[2]: *** [extra/libkmap/demo/CMakeFiles/CMakeRelink.dir/libkmap_demo] Error 1 make[1]: *** [extra/libkmap/demo/CMakeFiles/libkmap_demo.dir/preinstall] Error 2 make: *** [preinstall] Error 2 and the linker finds correct version ldd libkmap_demo linux-gate.so.1 => (0xffffe000) libkmap.so.1 => /home/dan/vyvoj/digikam-2.0.0-beta1/build/lib/libkmap.so.1 (0xb77ea000) libkexiv2.so.10 => /home/dan/vyvoj/digikam-2.0.0-beta1/build/lib/libkexiv2.so.10 (0xb7764000)
Works fine here, too. If the libkmap_demo is the only one failing, remove it from the build for now by commenting out line 91 in extra/libkmap/CMakeLists.txt: # SUBDIRS(demo) Michael
Sorry, I misread your error messages. It looks like exiv2 is not new enough. Gilles, do you know in which version the missing symbols are? Dan, what is your exiv2 version? Make sure the output of "exiv2 -V" (here: 0.21) and "cat /usr/include/exiv2/version.hpp | grep EXIV2_MINOR_VERSION" (or adjust the include path) matches (here: 21). Michael
[100%] Built target libkmap_demo Linking CXX executable CMakeFiles/CMakeRelink.dir/libkmap_demo ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifKey::tagDesc() const' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifTags::groupList()' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::ExifKey::ExifKey(Exiv2::TagInfo const&)' ../../../lib/libkexiv2.so.10.0.0: undefined reference to `Exiv2::LogMsg::handler_' collect2: ld returned 1 exit status I'm not sure. I think 0.21. I CC Andreas for info... Gilles Caulier
Also I had 0.19 is /usr and 0.21 in /usr/local (which is also preferred in my configs), now I removed the 0.19 permanently and will make new build.
Also removing of exiv2 helped, but there is another problem CMake Error at extra/libkface/libkface/cmake_install.cmake:56 (FILE): file INSTALL cannot find "/home/dan/vyvoj/digikam-2.0.0-beta1/extra/libkface/libkface/faceitem.h". Call Stack (most recent call first): extra/libkface/cmake_install.cmake:45 (INCLUDE) extra/cmake_install.cmake:40 (INCLUDE) cmake_install.cmake:37 (INCLUDE) and the file is really missing in the tarball dan@dan:~/vyvoj/digikam-2.0.0-beta1> ls -l extra/libkface/libkface/face* -rw-r--r-- 1 dan users 4289 13. lis 19.37 extra/libkface/libkface/face.cpp -rw-r--r-- 1 dan users 3146 13. lis 19.37 extra/libkface/libkface/facedetector.cpp -rw-r--r-- 1 dan users 3010 13. lis 19.37 extra/libkface/libkface/facedetector.h -rw-r--r-- 1 dan users 6100 13. lis 19.37 extra/libkface/libkface/face.h I have to copy files: dan@dan:~/vyvoj/digikam-2.0.0-beta1> cp extra/libkface/test/gui/* extra/libkface/libkface/ to be able to run make install. But now I can report, that digikam is UP AND RUNNING ;-) thanks a lot
Yes, i forget certainly to include last commit from Michael today. I will regenerate the tarball tomorrow and post the announcement. Gilles Caulier
Dan, you can find the required changes which are missing in the tarball here: http://websvn.kde.org/branches/extragear/graphics/digikam/extra/libkface/libkface/CMakeLists.txt?r1=1211275&r2=1211274&pathrev=1211275 Also, you can try make install/fast, which does not care about missing dependencies IIRC. Hope that helps, Michael
Michael, I can confirm, that after removing 4 lines from CMakeLists.txt is possible to compile and install the beta1 without any problem (except my -DKSANE_LIBRARY:BOOL=FALSE which is not digikam fault). Thanks a lot Dan
Just to confirm, judging from the missing symbols, this libkexiv2 requires at least exiv2 0.21