[Digikam-users] can't compile 4.14 on Debian Unstable / libhupnpav?
Philip Johnsson
philip.johnsson at gmail.com
Thu Oct 22 16:56:50 BST 2015
Digikam will build internal hupnpav if you have qtsoup installed. That's
how I do it.
/Philip
On Oct 22, 2015 17:17, "Jurriaan" <jurriaan_digikam at onderneming10.net>
wrote:
> I'm having trouble compiling 4.14 on Debian Unstable.
>
> ./bootstrap.linux completes with 'errors occured'.
> I think the relevant lines are
>
> -- Found HUpnpCore : /usr/include/HUpnpCore /usr/lib/libHUpnp.so
> -- Could NOT find required package HUpnpAv: <http://herqq.org>
>
> Unfortunately, herqq.org is not up and I'm not to clear on the
> difference(s) between hupnp and hupnpav - I see digikam is using an
> internal version of hupnp, but still requires hupnpav?
>
> Where do I get what I need?
>
> A Debian Unstable 4.14 package (repository) would be totally awesome,
> but getting this compiled would be nice as well.
>
>
>
> Thanks for any hints,
> Jurriaan
>
> -- Found Qt-Version 4.8.7 (using /usr/bin/qmake)
> -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
> -- Found KDE 4.12 include dir: /usr/include
> -- Found KDE 4.12 library dir: /usr/lib
> -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
> -- Found automoc4: /usr/bin/automoc4
> --
> ----------------------------------------------------------------------------------
> -- Starting CMake configuration for: digiKam Software Collection
> -- Local shared libkipi will be compiled.......... YES
> -- Local shared libkexiv2 will be compiled........ YES
> -- Local shared libkdcraw will be compiled........ YES
> -- Local shared libksane will be compiled......... YES
> -- Local shared libkface will be compiled......... YES
> -- Local shared libkgeomap will be compiled....... YES
> -- Local shared libmediawiki will be compiled..... YES
> -- Local shared libkvkontakte will be compiled.... YES
> -- Extract translations files..................... NO
> -- Translations will be compiled.................. NO
> -- Handbooks will be compiled..................... YES
> -- Tests code will be compiled.................... YES
> CMake Error at extra/CMakeLists.txt:11 (add_subdirectory):
> add_subdirectory given source "libkexiv2" which is not an existing
> directory.
>
>
> CMake Error at extra/CMakeLists.txt:15 (add_subdirectory):
> add_subdirectory given source "libkdcraw" which is not an existing
> directory.
>
>
> CMake Error at extra/CMakeLists.txt:19 (add_subdirectory):
> add_subdirectory given source "libkipi" which is not an existing
> directory.
>
>
> --
> ----------------------------------------------------------------------------------
> -- Starting CMake configuration for: kipi-plugins
> -- Found Qt-Version 4.8.7 (using /usr/bin/qmake)
> -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
> -- Kipi library version required : 2.0.0
> -- Check Kipi library in local sub-folder...
> CMake Warning at cmake/modules/FindKipi.cmake:48 (MESSAGE):
> KIPI_LOCAL_DIR specified as "extra/libkipi" but libkipi could not be
> found
> there.
> Call Stack (most recent call first):
> extra/kipi-plugins/CMakeLists.txt:67 (find_package)
>
>
> -- Check Kipi library using pkg-config...
> -- Kipi library version: 2.2.0
> -- libkipi: Found version 2.2.0 (required: 2.0.0)
> -- Check Kexiv2 library in local sub-folder...
> -- Found Kexiv2 library in local sub-folder:
> /home/jurriaan/digikam/digikam-4.14.0/extra/libkexiv2
> -- Check for Kdcraw library in local sub-folder...
> CMake Warning at /usr/share/kde4/apps/cmake/modules/FindKdcraw.cmake:44
> (message):
> KDCRAW_LOCAL_DIR specified as "extra/libkdcraw" but libkdcraw could not
> be
> found there.
> Call Stack (most recent call first):
> extra/kipi-plugins/CMakeLists.txt:75 (find_package)
>
>
> -- Check Kdcraw library using pkg-config...
> -- Found libkdcraw release 2.4.2
> -- Found libkdcraw: /usr/lib/libkdcraw.so
> -- libkdcraw: Found version 2.4.2 (required: 2.2.0)
> -- Check for Ksane library in local sub-folder...
> CMake Warning at cmake/modules/FindKSane.cmake:44 (message):
> KSANE_LOCAL_DIR specified as "extra/libksane" but libksane could not be
> found there.
> Call Stack (most recent call first):
> /usr/share/kde4/apps/cmake/modules/MacroOptionalFindPackage.cmake:32
> (find_package)
> extra/kipi-plugins/CMakeLists.txt:110 (MACRO_OPTIONAL_FIND_PACKAGE)
>
>
> -- Check Ksane library using pkg-config...
> -- Found libksane release 0.3.0
> -- Found libksane: /usr/lib/libksane.so
> CMake Warning at
> /usr/share/kde4/apps/cmake/modules/MacroOptionalFindPackage.cmake:32
> (find_package):
> By not providing "FindKGeoMap.cmake" in CMAKE_MODULE_PATH this project
> has
> asked CMake to find a package configuration file provided by "KGeoMap",
> but
> CMake did not find one.
>
> Could not find a package configuration file provided by "KGeoMap" with
> any
> of the following names:
>
> KGeoMapConfig.cmake
> kgeomap-config.cmake
>
> Add the installation prefix of "KGeoMap" to CMAKE_PREFIX_PATH or set
> "KGeoMap_DIR" to a directory containing one of the above files. If
> "KGeoMap" provides a separate development package or SDK, be sure it has
> been installed.
> Call Stack (most recent call first):
> extra/kipi-plugins/CMakeLists.txt:112 (MACRO_OPTIONAL_FIND_PACKAGE)
>
>
> CMake Warning at
> /usr/share/kde4/apps/cmake/modules/MacroOptionalFindPackage.cmake:32
> (find_package):
> By not providing "FindMediawiki.cmake" in CMAKE_MODULE_PATH this project
> has asked CMake to find a package configuration file provided by
> "Mediawiki", but CMake did not find one.
>
> Could not find a package configuration file provided by "Mediawiki" with
> any of the following names:
>
> MediawikiConfig.cmake
> mediawiki-config.cmake
>
> Add the installation prefix of "Mediawiki" to CMAKE_PREFIX_PATH or set
> "Mediawiki_DIR" to a directory containing one of the above files. If
> "Mediawiki" provides a separate development package or SDK, be sure it
> has
> been installed.
> Call Stack (most recent call first):
> extra/kipi-plugins/CMakeLists.txt:113 (MACRO_OPTIONAL_FIND_PACKAGE)
>
>
> -- Check Vkontakte library in local sub-folder...
> -- Found Vkontakte library in local sub-folder:
> /home/jurriaan/digikam/digikam-4.14.0/extra/libkvkontakte
> -- Found HUpnpCore : /usr/include/HUpnpCore /usr/lib/libHUpnp.so
> -- Could NOT find required package HUpnpAv: <http://herqq.org>
> -- Boost hasn't been found yet. Looking...
> -- Boost version: 1.58.0
> -- GCC 4.5 or later detected. Enabling C++0x support in QTGSTREAMER_FLAGS.
> -- Could NOT find QtKOAuth (missing: QTKOAUTH_LIBRARIES
> QTKOAUTH_INCLUDE_DIR)
> CMake Warning at extra/kipi-plugins/CMakeLists.txt:134 (message):
> libkgeomap: Version information not found, your version is probably too
> old.
>
>
> -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
> -- First try at finding OpenCV...
> -- Great, found OpenCV on the first try.
> -- OpenCV Root directory is: /usr/share/OpenCV
> -- OpenCV: Found version 2.4.9.1 (required: 2.4.9)
> -- OpenCV headers: /usr/include/opencv;/usr/include
> -- OpenCV libs :
> opencv_core;opencv_highgui;opencv_objdetect;opencv_contrib;opencv_legacy;opencv_imgproc
> --
> --
> ----------------------------------------------------------------------------------
> -- kipi-plugins 4.14.0 dependencies results <http://www.digikam.org>
> --
> -- libqt found.............................. YES
> -- libkde found............................. YES
> -- libjpeg found............................ YES
> -- libtiff found............................ YES
> -- libpng found............................. YES
> -- libkipi found............................ YES
> -- libkexiv2 found.......................... YES
> -- libkdcraw found.......................... YES
> -- libxml2 found............................ YES (optional)
> -- libxslt found............................ YES (optional)
> -- libexpat found........................... YES (optional)
> -- libopencv found.......................... YES (optional)
> -- libqjson found........................... YES (optional)
> -- libkdepimlibs found...................... YES (optional)
> -- libqca found............................. YES (optional)
> -- libkgeomap found......................... NO (optional)
> -- Kipi-plugins will be compiled without libkgeomap support.
> -- Please install the libkgeomap (version >= 3.0.0) development package.
> --
> -- libmediawiki found....................... NO (optional)
> -- Kipi-plugins will be compiled without libmediawiki support.
> -- Please install the libmediawiki (version >= 1.0.0) development package.
> --
> -- libkvkontakte found...................... YES (optional)
> -- libimagemagick found..................... YES (optional)
> -- libqtgstreamer found..................... YES (optional)
> -- libgpod found............................ YES (optional)
> -- libgdk found............................. YES (optional)
> -- libqtkoauth found........................ NO (optional)
> -- Kipi-plugins will be compiled without libqtkoauth support.
> -- Please install the libqtkoauth (version >= 0.97) development package.
> --
> -- libksane found........................... YES (optional)
> -- libhupnp found........................... NO (optional)
> -- Internal version used instead
> -- Please install the libhupnp (version >= 2.0.0) development package.
> --
> -- libqtsoap found.......................... NO (optional)
> -- Kipi-plugins will be compiled without libqtsoap support.
> -- Please install the libqtsoap (version >= 2.7.0) development package.
> --
> -- native threads support found............. YES (optional)
> -- native Opengl support found.............. YES (optional)
> -- Qt4 OpenGL module found.................. YES (optional)
> -- libX11 found............................. YES (optional)
> --
> -- kipi-plugins will be compiled............ YES
> -- Shwup will be compiled................... YES (optional)
> -- YandexFotki will be compiled............. YES (optional)
> -- HtmlExport will be compiled.............. YES (optional)
> -- AdvancedSlideshow will be compiled....... YES (optional)
> -- ImageViewer will be compiled............. YES (optional)
> -- AcquireImages will be compiled........... YES (optional)
> -- DNGConverter will be compiled............ YES (optional)
> -- DLNAExport will be compiled.............. NO (optional)
> -- RemoveRedEyes will be compiled........... YES (optional)
> -- Debian Screenshots will be compiled...... YES (optional)
> -- Facebook will be compiled................ YES (optional)
> -- Imgur will be compiled................... YES (optional)
> -- GoogleServices will be compiled.......... YES (optional)
> -- Dropbox will be compiled................. YES (optional)
> -- VKontakte will be compiled............... YES (optional)
> -- IpodExport will be compiled.............. YES (optional)
> -- Calendar will be compiled................ YES (optional)
> -- GPSSync will be compiled................. NO (optional)
> -- Mediawiki will be compiled............... NO (optional)
> -- Panorama will be compiled................ YES (optional)
> -- VideoSlideshow will be compiled.......... YES (optional)
> --
> ----------------------------------------------------------------------------------
> --
> -- Found QtGstreamer version: 1.2.0
> -- Using GStreamer API 1: TRUE
> --
> ----------------------------------------------------------------------------------
> --
> --
> ----------------------------------------------------------------------------------
> -- Starting CMake configuration for: digiKam
> -- Found Qt-Version 4.8.7 (using /usr/bin/qmake)
> -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
> -- PGF library version required : 6.12.24
> -- PGF_CODEC_VERSION_ID = 061412
> -- PGF_VERSION = 6.14.12
> -- PGF_INCLUDE_DIRS = /usr/include/libpgf
> -- PGF_LIBRARIES = /usr/lib/x86_64-linux-gnu/libpgf.so
> -- PGF_LDFLAGS =
> -- PGF_CFLAGS =
> -- Check Kexiv2 library in local sub-folder...
> -- Found Kexiv2 library in local sub-folder:
> /home/jurriaan/digikam/digikam-4.14.0/extra/libkexiv2
> -- Check for Kdcraw library in local sub-folder...
> CMake Warning at /usr/share/kde4/apps/cmake/modules/FindKdcraw.cmake:44
> (message):
> KDCRAW_LOCAL_DIR specified as "extra/libkdcraw" but libkdcraw could not
> be
> found there.
> Call Stack (most recent call first):
> core/CMakeLists.txt:111 (find_package)
>
>
> -- Check Kdcraw library using pkg-config...
> -- Found libkdcraw release 2.4.2
> -- Found libkdcraw: /usr/lib/libkdcraw.so
> -- Kipi library version required : 2.0.0
> -- Check Kipi library in local sub-folder...
> CMake Warning at cmake/modules/FindKipi.cmake:48 (MESSAGE):
> KIPI_LOCAL_DIR specified as "extra/libkipi" but libkipi could not be
> found
> there.
> Call Stack (most recent call first):
> core/CMakeLists.txt:116 (find_package)
>
>
> -- Check Kipi library using pkg-config...
> -- Kipi library version: 2.2.0
> -- libkipi: Found version 2.2.0 (required: 2.0.0)
> -- Check Kface library in local sub-folder...
> -- Found Kface library in local sub-folder:
> /home/jurriaan/digikam/digikam-4.14.0/extra/libkface
> CMake Warning at core/CMakeLists.txt:118 (find_package):
> By not providing "FindKGeoMap.cmake" in CMAKE_MODULE_PATH this project
> has
> asked CMake to find a package configuration file provided by "KGeoMap",
> but
> CMake did not find one.
>
> Could not find a package configuration file provided by "KGeoMap" with
> any
> of the following names:
>
> KGeoMapConfig.cmake
> kgeomap-config.cmake
>
> Add the installation prefix of "KGeoMap" to CMAKE_PREFIX_PATH or set
> "KGeoMap_DIR" to a directory containing one of the above files. If
> "KGeoMap" provides a separate development package or SDK, be sure it has
> been installed.
>
>
> -- Boost version: 1.58.0
> -- First try at finding OpenCV...
> -- Great, found OpenCV on the first try.
> -- OpenCV Root directory is: /usr/share/OpenCV
> -- OpenCV: Found version 2.4.9.1 (required: 2.4.9)
> -- OpenCV headers: /usr/include/opencv;/usr/include
> -- OpenCV libs :
> opencv_core;opencv_highgui;opencv_objdetect;opencv_contrib;opencv_legacy;opencv_imgproc
> -- libkdcraw: Found version 2.4.2 (required: 2.2.0)
> CMake Warning at core/CMakeLists.txt:179 (message):
> libkgeomap: Version information not found, your version is probably too
> old.
>
>
> -- Check for LCMS2 availability...
> -- Found lcms version 2.06, /usr/lib/x86_64-linux-gnu/liblcms2.so
> -- Found LCMS2: /usr/lib/x86_64-linux-gnu/liblcms2.so /usr/include
> -- Libjpeg version: 62
> -- Found gphoto2: -lgphoto2_port;-lgphoto2 -lgphoto2_port -lm
> -- liblensfun: Found version 0.2.8.0 (required: 0.2.6.0)
> --
> --
> ----------------------------------------------------------------------------------
> -- digiKam 4.14.0 dependencies results <http://www.digikam.org>
> --
> -- Qt4 SQL module found..................... YES
> -- MySQL Database Support will be compiled.. NO (optional)
> -- libqt found.............................. YES
> -- libkde found............................. YES
> -- libjpeg found............................ YES
> -- libtiff found............................ YES
> -- libpng found............................. YES
> -- liblcms found............................ YES
> -- libboostgraph found...................... YES
> -- libkexiv2 found.......................... YES
> -- libkdcraw found.......................... YES
> -- libpgf found............................. YES
> -- libopencv found.......................... YES
> -- libkipi found............................ YES (optional)
> -- libkface found........................... YES (optional)
> -- libkgeomap found......................... NO (optional)
> -- digiKam will be compiled without geolocation maps support.
> -- Please install the libkgeomap (version >= 3.0.0) development package.
> --
> -- libkdepimlibs found...................... YES (optional)
> -- libjasper found.......................... YES (optional)
> -- liblensfun found......................... YES (optional)
> -- liblqr-1 found........................... YES (optional)
> -- libeigen3 found.......................... YES (optional)
> -- libgphoto2 found......................... YES (optional)
> -- libbaloo found........................... YES (optional)
> -- libsqlite2 found......................... YES (optional)
> -- doxygen found............................ YES (optional)
> -- digiKam can be compiled.................. YES
> --
> ----------------------------------------------------------------------------------
> --
> -- Adjusting compilation flags for GCC version (5.2.1 )
> -- Configuring incomplete, errors occurred!
> See also
> "/home/jurriaan/digikam/digikam-4.14.0/build/CMakeFiles/CMakeOutput.log".
> See also
> "/home/jurriaan/digikam/digikam-4.14.0/build/CMakeFiles/CMakeError.log".
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20151022/18d84874/attachment.html>
More information about the Digikam-users
mailing list