<div dir="ltr"><div><div>apt-get build-dep will only install dependencies to build digikam 4 and not digikam 5. All dependencies needed are listed in the DEPENDENCIES file in the tarball. The package the configure script say it's missing is extra-cmake-modules that you need to install in your build environment. <br><br></div>I have a PPA with digikam 5.1 for Ubuntu here if you want to install ready to install packages.<br><br><a href="https://launchpad.net/~philip5/+archive/ubuntu/extra">https://launchpad.net/~philip5/+archive/ubuntu/extra</a><br><br></div>/Philip<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 22, 2016 at 6:37 PM, Richard Müller <span dir="ltr"><<a href="mailto:mueller.eisborn@googlemail.com" target="_blank">mueller.eisborn@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
unfortunately I failed to install the 5.1.0 version of DK on a Linux<br>
(Ubuntu Xenial) 64bit system. This distribution only provides a<br>
version 4 package, therefore I decides on trying installing from a<br>
tarball. I followed the guide of the DK homepage:<br>
Downloadin the tarball, extracting it, moving to the directory, then<br>
installing the dependencies via qpt-get build-dep...<br>
<br>
But after running the bootstrap script came:<br>
------------------------------<wbr>-------<br>
richard@neuer:/documents/temp/<wbr>digikam/digikam-5.0.0$ bootstrap.linux<br>
bootstrap.linux: Command not found.<br>
richard@neuer:/documents/temp/<wbr>digikam/digikam-5.0.0$ ./bootstrap.linux<br>
<br>
## Please insert the "./" into the guide on the HP!<br>
<br>
Qt5     Install Path : /usr<br>
KF5     Install Path : /usr<br>
digiKam Install Path : /usr<br>
-- The C compiler identification is GNU 5.4.0<br>
-- The CXX compiler identification is GNU 5.4.0<br>
-- Check for working C compiler: /usr/bin/cc<br>
-- Check for working C compiler: /usr/bin/cc -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Detecting C compile features<br>
-- Detecting C compile features - done<br>
-- Check for working CXX compiler: /usr/bin/c++<br>
-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Detecting CXX compile features<br>
-- Detecting CXX compile features - done<br>
-- ------------------------------<wbr>------------------------------<wbr>----------------------<br>
-- Starting CMake configuration for: digikam-software-collection<br>
CMake Error at CMakeLists.txt:19 (find_package):<br>
  Could not find a package configuration file provided by "ECM" (requested<br>
  version 1.5.0) with any of the following names:<br>
<br>
    ECMConfig.cmake<br>
    ecm-config.cmake<br>
<br>
  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"<br>
  to a directory containing one of the above files.  If "ECM" provides a<br>
  separate development package or SDK, be sure it has been installed.<br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br>
See also "/documents/temp/digikam/<wbr>digikam-5.0.0/build/<wbr>CMakeFiles/CMakeOutput.log".<br>
------------------------------<wbr>------------------------------<wbr>-----------------------<br>
I must say, the guide on the homepage is a little confusing:<br>
<br>
------------------------------<wbr>------------------------------<wbr>-----------------------<br>
(From the HP:)<br>
You need to specify an installation prefix. This will be the base path<br>
of the installation. To determine the correct path to your KDE<br>
installation, use `kf5-config --prefix` and provide it as a parameter<br>
for cmake, as shown in the example commands below:<br>
<br>
<br>
bootstrap.linux<br>
cd build<br>
make<br>
su<br>
make install<br>
------------------------------<wbr>------------------------------<wbr>--------------------------<br>
But in the "examples below" I don't find cmake and I don't know where<br>
to provide the prefix (The path is by the way /usr).<br>
<br>
What did I do wrong?<br>
<br>
Thanks, Richard<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Richard Müller . Am Spring 9 . D-58802 Balve<br>
<a href="http://www.oeko-sorpe.de" rel="noreferrer" target="_blank">http://www.oeko-sorpe.de</a> - <a href="http://www.phytoplankton.info" rel="noreferrer" target="_blank">http://www.phytoplankton.info</a> -<br>
<a href="http://independent.academia.edu/Richard" rel="noreferrer" target="_blank">http://independent.academia.<wbr>edu/Richard</a><br>
</font></span></blockquote></div><br></div>