<div dir="ltr">I miss KDE5 (KF5) frameworks components, as listed by cmake config script. Install devel package to solve the dependencies.<div><br></div><div>See details here : <a href="https://quickgit.kde.org/?p=digikam-software-compilation.git&a=blob&f=DEPENDENCIES&o=plain">https://quickgit.kde.org/?p=digikam-software-compilation.git&a=blob&f=DEPENDENCIES&o=plain</a></div><div><br></div><div>Gilles Caulier</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-14 16:20 GMT+01:00 Swati Lodha <span dir="ltr"><<a href="mailto:swatilodha27@gmail.com" target="_blank">swatilodha27@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,<br><br></div>While building DigiKam from source, on running ./bootstrap.linux. I got the following error related to kf5 dependencies. The distribution I'm using currently is Kubuntu 15.10. The pasted log is :<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc$ ./bootstrap.linux <br>Qt5     Install Path : /usr<br>KF5     Install Path : /usr<br>digiKam Install Path : /usr<br>-- ----------------------------------------------------------------------------------<br>-- Starting CMake configuration for: digikam-software-collection<br>-- Local shared libkipi will be compiled.......... YES<br>-- Local shared libksane will be compiled......... YES<br>-- Local shared libmediawiki will be compiled..... YES<br>-- Local shared libkvkontakte will be compiled.... YES<br>-- Extract translations files..................... NO<br>-- Translations will be compiled.................. NO<br>-- Handbooks will be compiled..................... NO<br>-- Tests code will be compiled.................... YES<br>-- ----------------------------------------------------------------------------------<br>-- Starting CMake configuration for: libkipi<br>CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):<br>  Could not find a package configuration file provided by "KF5XmlGui"<br>  (requested version 5.1.0) with any of the following names:<br><br>    KF5XmlGuiConfig.cmake<br>    kf5xmlgui-config.cmake<br><br>  Add the installation prefix of "KF5XmlGui" to CMAKE_PREFIX_PATH or set<br>  "KF5XmlGui_DIR" to a directory containing one of the above files.  If<br>  "KF5XmlGui" provides a separate development package or SDK, be sure it has<br>  been installed.<br>Call Stack (most recent call first):<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Could NOT find KF5XmlGui: found neither KF5XmlGuiConfig.cmake nor kf5xmlgui-config.cmake <br>CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):<br>  Could not find a package configuration file provided by "KF5Service"<br>  (requested version 5.1.0) with any of the following names:<br><br>    KF5ServiceConfig.cmake<br>    kf5service-config.cmake<br><br>  Add the installation prefix of "KF5Service" to CMAKE_PREFIX_PATH or set<br>  "KF5Service_DIR" to a directory containing one of the above files.  If<br>  "KF5Service" provides a separate development package or SDK, be sure it has<br>  been installed.<br>Call Stack (most recent call first):<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Could NOT find KF5Service: found neither KF5ServiceConfig.cmake nor kf5service-config.cmake <br>CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):<br>  Could NOT find KF5 (missing: XmlGui Service) (found suitable version<br>  "5.15.0", minimum required is "5.1.0")<br>Call Stack (most recent call first):<br>  /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)<br>  /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/swati/digikam-sc/CMakeFiles/CMakeOutput.log".<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc$ cd build/<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc/build$ cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=<br>CMake Error: The source directory "/home/swati/digikam-sc/build" does not appear to contain CMakeLists.txt.<br>Specify --help for usage, or press the help button on the CMake GUI.<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc/build$ cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<br>CMake Error: The source directory "/home/swati/digikam-sc/build" does not appear to contain CMakeLists.txt.<br>Specify --help for usage, or press the help button on the CMake GUI.<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc/build$ cd ..<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc$ cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<br>-- ----------------------------------------------------------------------------------<br>-- Starting CMake configuration for: digikam-software-collection<br>-- Local shared libkipi will be compiled.......... YES<br>-- Local shared libksane will be compiled......... YES<br>-- Local shared libmediawiki will be compiled..... YES<br>-- Local shared libkvkontakte will be compiled.... YES<br>-- Extract translations files..................... NO<br>-- Translations will be compiled.................. NO<br>-- Handbooks will be compiled..................... NO<br>-- Tests code will be compiled.................... YES<br>-- ----------------------------------------------------------------------------------<br>-- Starting CMake configuration for: libkipi<br>CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):<br>  Could not find a package configuration file provided by "KF5XmlGui"<br>  (requested version 5.1.0) with any of the following names:<br><br>    KF5XmlGuiConfig.cmake<br>    kf5xmlgui-config.cmake<br><br>  Add the installation prefix of "KF5XmlGui" to CMAKE_PREFIX_PATH or set<br>  "KF5XmlGui_DIR" to a directory containing one of the above files.  If<br>  "KF5XmlGui" provides a separate development package or SDK, be sure it has<br>  been installed.<br>Call Stack (most recent call first):<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Could NOT find KF5XmlGui: found neither KF5XmlGuiConfig.cmake nor kf5xmlgui-config.cmake <br>CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):<br>  Could not find a package configuration file provided by "KF5Service"<br>  (requested version 5.1.0) with any of the following names:<br><br>    KF5ServiceConfig.cmake<br>    kf5service-config.cmake<br><br>  Add the installation prefix of "KF5Service" to CMAKE_PREFIX_PATH or set<br>  "KF5Service_DIR" to a directory containing one of the above files.  If<br>  "KF5Service" provides a separate development package or SDK, be sure it has<br>  been installed.<br>Call Stack (most recent call first):<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Could NOT find KF5Service: found neither KF5ServiceConfig.cmake nor kf5service-config.cmake <br>CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):<br>  Could NOT find KF5 (missing: XmlGui Service) (found suitable version<br>  "5.15.0", minimum required is "5.1.0")<br>Call Stack (most recent call first):<br>  /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)<br>  /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/swati/digikam-sc/CMakeFiles/CMakeOutput.log".<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc$ cmake .<br>-- ----------------------------------------------------------------------------------<br>-- Starting CMake configuration for: digikam-software-collection<br>-- Local shared libkipi will be compiled.......... YES<br>-- Local shared libksane will be compiled......... YES<br>-- Local shared libmediawiki will be compiled..... YES<br>-- Local shared libkvkontakte will be compiled.... YES<br>-- Extract translations files..................... NO<br>-- Translations will be compiled.................. NO<br>-- Handbooks will be compiled..................... NO<br>-- Tests code will be compiled.................... YES<br>-- ----------------------------------------------------------------------------------<br>-- Starting CMake configuration for: libkipi<br>CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):<br>  Could not find a package configuration file provided by "KF5XmlGui"<br>  (requested version 5.1.0) with any of the following names:<br><br>    KF5XmlGuiConfig.cmake<br>    kf5xmlgui-config.cmake<br><br>  Add the installation prefix of "KF5XmlGui" to CMAKE_PREFIX_PATH or set<br>  "KF5XmlGui_DIR" to a directory containing one of the above files.  If<br>  "KF5XmlGui" provides a separate development package or SDK, be sure it has<br>  been installed.<br>Call Stack (most recent call first):<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Could NOT find KF5XmlGui: found neither KF5XmlGuiConfig.cmake nor kf5xmlgui-config.cmake <br>CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):<br>  Could not find a package configuration file provided by "KF5Service"<br>  (requested version 5.1.0) with any of the following names:<br><br>    KF5ServiceConfig.cmake<br>    kf5service-config.cmake<br><br>  Add the installation prefix of "KF5Service" to CMAKE_PREFIX_PATH or set<br>  "KF5Service_DIR" to a directory containing one of the above files.  If<br>  "KF5Service" provides a separate development package or SDK, be sure it has<br>  been installed.<br>Call Stack (most recent call first):<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Could NOT find KF5Service: found neither KF5ServiceConfig.cmake nor kf5service-config.cmake <br>CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):<br>  Could NOT find KF5 (missing: XmlGui Service) (found suitable version<br>  "5.15.0", minimum required is "5.1.0")<br>Call Stack (most recent call first):<br>  /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)<br>  /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)<br>  extra/libkipi/CMakeLists.txt:87 (find_package)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/swati/digikam-sc/CMakeFiles/CMakeOutput.log".<br>swati@swati-HP-Pavilion-15-Notebook-PC:~/digikam-sc$ <br><br></blockquote><div><br></div><div>What steps do i need to do ?<br><br></div><div>Regards,<br></div><div>Swati <br></div><br></div>
<br>_______________________________________________<br>
Digikam-devel mailing list<br>
<a href="mailto:Digikam-devel@kde.org">Digikam-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
<br></blockquote></div><br></div>