|
Hey everybody!
When compiling current git I get: [ 308s] -- kipi-plugins 2.9.0 dependencies results <http://www.digikam.org> [ 308s] -- [ 308s] -- libjpeg library found.................... YES [ 308s] -- libtiff library found.................... YES [ 308s] -- libpng library found..................... YES [ 308s] -- libkipi library found.................... NO [ 308s] -- [ 308s] CMake Error at extra/kipi-plugins/CMakeLists.txt:88 (MESSAGE): [ 308s] kipi-plugins needs libkipi. You need to install the libkipi (version >= 1.2.0) library development package. Even when compiling against the just released KDE 4.9.0. Having a look at the NEWS for the 4.9 tag http://quickgit.kde.org/index.php?p=libkipi.git&a=blob&h=f12043372c165302def7f94d4ad9d79cf354d7f7&hb=c5f752aa7d5be3d9328b858fb319a1d5ddc7be6c&f=NEWS the file is terribly out of date. So where should one get 1.2.0 from and does this mean that digikam 2.9 will not work with KDE 4.9? Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
On Fri, Aug 10, 2012 at 7:58 PM, Sven Burmeister
<[hidden email]> wrote: > Hey everybody! > > When compiling current git I get: > > [ 308s] -- kipi-plugins 2.9.0 dependencies results > <http://www.digikam.org> > [ 308s] -- > [ 308s] -- libjpeg library found.................... YES > [ 308s] -- libtiff library found.................... YES > [ 308s] -- libpng library found..................... YES > [ 308s] -- libkipi library found.................... NO > [ 308s] -- > [ 308s] CMake Error at extra/kipi-plugins/CMakeLists.txt:88 (MESSAGE): > [ 308s] kipi-plugins needs libkipi. You need to install the libkipi > (version >= 1.2.0) library development package. > > Even when compiling against the just released KDE 4.9.0. > > Having a look at the NEWS for the 4.9 tag > > http://quickgit.kde.org/index.php?p=libkipi.git&a=blob&h=f12043372c165302def7f94d4ad9d79cf354d7f7&hb=c5f752aa7d5be3d9328b858fb319a1d5ddc7be6c&f=NEWS > > the file is terribly out of date. > > So where should one get 1.2.0 from and does this mean that digikam 2.9 will > not work with KDE 4.9? Hello, Sven. What distro do you use? Did you installed libkipi development version? If you don't have installed libkipi you can use -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on cmake flag. Victor Dodon. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Samstag, 11. August 2012, 12:48:40 schrieb Victor Dodon:
> Hello, Sven. What distro do you use? openSUSE. > Did you installed libkipi development version? Yes, the latest available, i.e. the one released with KDE 4.9.0. The same set- up worked until recently, i.e. maybe a week ago. > If you don't have installed libkipi you can use > -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on cmake flag. Unfortunately that is of no use when packaging. So the question still remains: why does digikam not compile with KDE SC 4.9.0's libkipi? Did something in the cmake files change and break it or does digikam git need a more recent libkipi than KDE SC 4.9 provides on purpose? Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
>> Hello, Sven. What distro do you use?
> > openSUSE. > >> Did you installed libkipi development version? > > Yes, the latest available, i.e. the one released with KDE 4.9.0. The same set- > up worked until recently, i.e. maybe a week ago. > >> If you don't have installed libkipi you can use >> -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on cmake flag. > I cannot reproduce this on my Archlinux with KDE SC 4.9 both with libkipi compiled from digiKam's repo, or with libkipi from the repo. > Unfortunately that is of no use when packaging. So the question still remains: > why does digikam not compile with KDE SC 4.9.0's libkipi? Did something in the > cmake files change and break it or does digikam git need a more recent libkipi > than KDE SC 4.9 provides on purpose? KDE SC 4.9 provides libkipi 1.6.0 , and there were some changes in the cmake files to identify the correct libkipi version as digikam 3.0.0 will require libkipi >= 2.0.0, but I tested also on Kubuntu 12.04 and Fedora 17 and it worked without troubles. Victor. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Samstag, 11. August 2012, 15:31:30 schrieb Victor Dodon:
> KDE SC 4.9 provides libkipi 1.6.0 , and there were some changes in the > cmake files to identify the correct libkipi version as digikam 3.0.0 > will require libkipi >= 2.0.0, but I tested also on Kubuntu 12.04 and > Fedora 17 and it worked without troubles. Seems funny though that everything worked ok until that change or that it breaks coincidentally at the same time. Since I build the package on the openSUSE buildservice I am pretty sure that there is nothing broken left behind from some former install. It sets up a completely fresh compile system for every compilation attempt. Another bit of the log: [ 264s] -- Check Kipi library in local sub-folder... [ 264s] -- Check Kipi library using pkg-config... [ 264s] -- checking for module 'libkipi>=2.0.0' [ 264s] -- package 'libkipi>=2.0.0' not found [ 264s] -- Could NOT find KIPI (missing: KIPI_LIBRARIES) [ 264s] -- Found JPEG: /usr/lib/libjpeg.so How does that fit: [ 266s] CMake Error at extra/kipi-plugins/CMakeLists.txt:88 (MESSAGE): [ 266s] kipi-plugins needs libkipi. You need to install the libkipi (version >= 1.2.0) library development package. Either it's >=2.0 or >=1.2 that's needed. Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Sven.
I need you to provide the full log from cmake. Do you compile digikam from digikam-sofware-compilation repo? Victor. On Sat, Aug 11, 2012 at 6:07 PM, Sven Burmeister <[hidden email]> wrote: > Am Samstag, 11. August 2012, 15:31:30 schrieb Victor Dodon: >> KDE SC 4.9 provides libkipi 1.6.0 , and there were some changes in the >> cmake files to identify the correct libkipi version as digikam 3.0.0 >> will require libkipi >= 2.0.0, but I tested also on Kubuntu 12.04 and >> Fedora 17 and it worked without troubles. > > Seems funny though that everything worked ok until that change or that it > breaks coincidentally at the same time. Since I build the package on the > openSUSE buildservice I am pretty sure that there is nothing broken left > behind from some former install. It sets up a completely fresh compile system > for every compilation attempt. > > Another bit of the log: > [ 264s] -- Check Kipi library in local sub-folder... > [ 264s] -- Check Kipi library using pkg-config... > [ 264s] -- checking for module 'libkipi>=2.0.0' > [ 264s] -- package 'libkipi>=2.0.0' not found > [ 264s] -- Could NOT find KIPI (missing: KIPI_LIBRARIES) > [ 264s] -- Found JPEG: /usr/lib/libjpeg.so > > How does that fit: > > [ 266s] CMake Error at extra/kipi-plugins/CMakeLists.txt:88 (MESSAGE): > [ 266s] kipi-plugins needs libkipi. You need to install the libkipi > (version >= 1.2.0) library development package. > > Either it's >=2.0 or >=1.2 that's needed. > > Sven > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Samstag, 11. August 2012, 20:04:36 schrieb Victor Dodon:
> I need you to provide the full log from cmake. https://build.opensuse.org/package/live_build_log?arch=i586&package=digikam&project=home%3Arabauke%3Abranches%3AKDE%3AUnstable%3APlayground&repository=KDE_Release_49_openSUSE_12.1 > Do you compile digikam from digikam-sofware-compilation repo? Yes. Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Try to pull last changes from digikam-sc repo and try again, I changed
the needed libkipi version. Victor. On Sat, Aug 11, 2012 at 9:07 PM, Sven Burmeister <[hidden email]> wrote: > Am Samstag, 11. August 2012, 20:04:36 schrieb Victor Dodon: >> I need you to provide the full log from cmake. > > https://build.opensuse.org/package/live_build_log?arch=i586&package=digikam&project=home%3Arabauke%3Abranches%3AKDE%3AUnstable%3APlayground&repository=KDE_Release_49_openSUSE_12.1 > >> Do you compile digikam from digikam-sofware-compilation repo? > > Yes. > > Sven > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Samstag, 11. August 2012, 21:57:08 schrieb Victor Dodon:
> Try to pull last changes from digikam-sc repo and try again, I changed > the needed libkipi version. Seems to work now. Thanks a lot! Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
