[Digikam-devel] [Bug 272522] Digikam cannot compile from source code

Ryan Rix ry at n.rix.si
Thu May 5 20:31:43 BST 2011


https://bugs.kde.org/show_bug.cgi?id=272522





--- Comment #3 from Ryan Rix <ry n rix si>  2011-05-05 21:31:41 ---
I'm configuring with `cmake -DCMAKE_INSTALL_PREFIX=~/dev/install/usr/
-DLIB_SUFFIX=64
-DPYTHON_SITE_PACKAGES_DIR=/home/rrix/.local/lib/python2.6/site-packages` for
all of my packages.

kmap headers installed to /home/rrix/dev/install/usr/include/libkmap/
kface headers installed to /home/rrix/dev/install/usr/include/libkface/
accordingly

cmake configuration output:
<standard cmake configuration>
-- Found KDE 4.7 include dir: /home/rrix/dev/install/usr/include
-- Found KDE 4.7 library dir: /home/rrix/dev/install/usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor:
/home/rrix/dev/install/usr/bin/kconfig_compiler
-- Found automoc4: /home/rrix/dev/install/usr/bin/automoc4
-- checking for module 'lcms'
--   found lcms, version 1.19
-- Found LCMS: /usr/lib64/liblcms.so 
-- Found JPEG: /usr/lib64/libjpeg.so 
-- Found ZLIB: /usr/include 
-- Found PNG: /usr/lib64/libpng.so 
-- Found TIFF: /usr/lib64/libtiff.so 
-- Found Jasper: /usr/lib64/libjasper.so 
-- Check Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Found libkdcraw release >= 0.2.0
-- Found libkdcraw: /usr/lib64/libkdcraw.so
-- Check Kexiv2 library in local sub-folder...
-- Check Kexiv2 library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Found libkexiv2 release >= 0.2.0
-- Found libkexiv2: /usr/lib64/libkexiv2.so
-- Check Kipi library in local sub-folder...
-- Check Kipi library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Found libkipi release >= 0.2.0
-- Found libkipi: /usr/lib64/libkipi.so
-- Check Kface library in local sub-folder...
-- Check Kface library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkface is not installed (install the package
which contains libkface.pc if you want to support this feature)
-- Check for Kmap library in local sub-folder...
-- Check Kmap library using pkg-config...
-- checking for one of the modules 'libkmap'
-- checking for module 'libpgf'
--   package 'libpgf' not found
-- Could NOT find any working clapack installation
-- Boost version: 1.44.0
-- Identified libjpeg version: /*
<entirity of libjpeg.h? will have to file a bug on that seperately>
*/

-- Found MySQL server executable at: /usr/libexec/mysqld
-- Found MySQL install_db executable at: /usr/bin/mysql_install_db
CMake Warning at CMakeLists.txt:205 (MESSAGE):
  libkdcraw: Version information not found, your version is probably too old.


-- Found gphoto2: -lgphoto2_port -lm -lusb;-lgphoto2 -lgphoto2_port -lexif -lm
-lusb
-- Found KdepimLibs:
/home/rrix/dev/install/usr/lib64/cmake/KdepimLibs/KdepimLibsConfig.cmake 
-- Found GLIB2: /usr/lib64/libglib-2.0.so 
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Found LensFun: /usr/include 
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Performing Test HAVE_LQR_0_4
-- Performing Test HAVE_LQR_0_4 - Success
-- Found Lqr-1: /usr/include/lqr-1 
-- Found Soprano: /home/rrix/dev/install/usr/include 
-- Found SharedDesktopOntologies: /home/rrix/dev/install/usr/share/ontology 
-- Found Nepomuk: /home/rrix/dev/install/usr/lib64/libnepomuk.so 
-- Found SharedDesktopOntologies: /home/rrix/dev/install/usr/share/ontology 
(found version "0.6.50", required is "0.2")
-- Found Doxygen: /usr/bin/doxygen 
-- 
--
----------------------------------------------------------------------------------
--  digiKam 2.0.0-beta5 dependencies results   <http://www.digikam.org>
-- 
--  Qt4 SQL module found..................... YES
--  MySQL Server found....................... YES
--  MySQL install_db tool found.............. YES
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libjasper library found.................. YES
--  liblcms library found.................... YES
--  Boost Graph library found................ YES
--  libkipi library found.................... YES
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libkface library found................... NO
-- 
CMake Error at CMakeLists.txt:90 (MESSAGE):
   digiKam needs libkface. You need to install the libkface (version >= 0.1.0)
library development package.
Call Stack (most recent call first):
  CMakeLists.txt:300 (PRINT_LIBRARY_STATUS)


--  libkface website is at http://www.digikam.org/sharedlibs
-- 
--  libkmap library found.................... NO
-- 
CMake Error at CMakeLists.txt:90 (MESSAGE):
   digiKam needs libkmap. You need to install the libkmap (version >= 0.1.0)
library development package.
Call Stack (most recent call first):
  CMakeLists.txt:301 (PRINT_LIBRARY_STATUS)


--  libkmap website is at http://www.digikam.org/sharedlibs
-- 
--  libpgf library found..................... NO  (optional - internal version
used instead)
--  libclapack library found................. NO  (optional - internal version
used instead)
--  libgphoto2 library found................. YES (optional)
--  libkdepimlibs library found.............. YES (optional)
--  Nepomuk libraries found.................. YES (optional)
--  libglib2 library found................... YES (optional)
--  liblqr-1 library found................... YES (optional)
--  liblensfun library found................. YES (optional)
--  Doxygen found............................ YES (optional)
CMake Error at CMakeLists.txt:398 (MESSAGE):
   digiKam will be compiled................. NO  (Look README file for more
details about dependencies)


-- Configuring incomplete, errors occurred!


relevant cache entries:
KMAP_LOCAL_FOUND:FILEPATH=KMAP_LOCAL_FOUND-NOTFOUND
KFACE_LOCAL_FOUND:FILEPATH=KFACE_LOCAL_FOUND-NOTFOUND

setting KFACE_INCLUDE_DIR and KFACE_LIBRARIES, KMAP_INCLUDE_DIR and
KMAP_LIBRARIES doesn't have any positive effect on this. I've tried various
other variables and ideas to beat this in to submission, but I've had no luck
with it...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list