Bug 269121 - failure to find libgpod
Summary: failure to find libgpod
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Cmake (show other bugs)
Version: 2.0.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 11:34 UTC by Alin M Elena
Modified: 2017-08-18 11:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alin M Elena 2011-03-22 11:34:42 UTC
Version:           2.0.0 (using Devel) 
OS:                Linux

I try to compile the bundled version of digikam...
from 
git://anongit.kde.org/digikam-software-compilation.git

here is my .spec
https://build.opensuse.org/package/files?package=digikam-bundled&project=KDE%3AUnstable%3APlayground

strangely enough it seems to fail to like gpod, even if I have 0.8.0 installed.
on older versions with 0.7.93 installed it likes it.
To make things stranger I cannot find any difference in the ipodexport folders or cmake modules between the two versions.

here is the output of cmake for failed ones

+ cmake -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR:PATH=/usr/lib64/kde4/libexec -DLIB_SUFFIX=64 -DCMAKE_BUILD_TYPE=release .. -DKFACE_EXTERNAL_FINDOPENCV:BOOL=TRUE
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4 
-- Found Perl: /usr/bin/perl 
-- Found Phonon: /usr/include 
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libksane
-- Found Sane: /usr/lib64/libsane.so 
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkipi
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkexiv2
-- Found Exiv2: /usr/lib64/libexiv2.so  (found version "0.20.0", required is "0.20")
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkdcraw
-- checking for module 'lcms'
--   found lcms, version 1.19
-- Found LCMS: /usr/lib64/liblcms.so 
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp 
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkface
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- First try at finding OpenCV...
-- Great, found OpenCV on the first try.
-- External libface was not found, use internal version instead...
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkmap
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found Marble: /usr/lib64/libmarblewidget.so
-- Check Kexiv2 library in local sub-folder...
-- Found Kexiv2 library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110322/extra/libkexiv2
-- kexiv2 found, the demo application will be compiled.
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: kipi-plugins
-- Check Kexiv2 library in local sub-folder...
-- Found Kexiv2 library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110322/extra/libkexiv2
-- Check for Kdcraw library in local sub-folder...
-- Found Kdcraw library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110322/extra/libkdcraw
-- Check Kipi library in local sub-folder...
-- Found Kipi library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110322/extra/libkipi
-- Found JPEG: /usr/lib64/libjpeg.so 
-- Found ZLIB: /usr/include (found version "1.2.5")
-- Found PNG: /usr/lib64/libpng.so 
-- Found TIFF: /usr/lib64/libtiff.so 
-- libkdcraw: Found version 2.0.0 (required: 1.1.0)
-- Found EXPAT: /usr/lib64/libexpat.so 
-- Found LibXml2: /usr/lib64/libxml2.so 
-- Found LibXslt: /usr/lib64/libxslt.so
-- checking for module 'libgpod-1.0'
--   found libgpod-1.0, version 0.8.0
-- checking for module 'gdk-pixbuf-2.0'
--   found gdk-pixbuf-2.0, version 2.22.1
-- Found Gdk: /usr/include/gdk-pixbuf-2.0 
-- Found GLIB2: /usr/lib64/libglib-2.0.so 
-- checking for module 'gobject-2.0'
--   found gobject-2.0, version 2.28.0
-- Found GObject libraries: /usr/lib64/libgobject-2.0.so;/usr/lib64/libgmodule-2.0.so;/usr/lib64/libgthread-2.0.so;/usr/lib64/libglib-2.0.so
-- Found GObject includes : /usr/include/glib-2.0/gobject
-- Found KdepimLibs: /usr/lib64/cmake/KdepimLibs/KdepimLibsConfig.cmake 
-- Found QCA2: /usr/lib64/libqca.so 
-- Check for Ksane library in local sub-folder...
-- Found Ksane library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110322/extra/libksane
-- checking for module 'QJson>=0.5'
--   found QJson, version 0.7.1
-- Found QJSON: /usr/lib64/libqjson.so 
-- Check for Kmap library in local sub-folder...
-- Found Kmap library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110322/extra/libkmap
-- libkmap: Found version 2.0.0
-- Found X11: /usr/lib64/libX11.so
-- CMake version: cmake version 2.8.3

-- CMake version (cleaned): cmake version 2.8.3

-- 
-- ----------------------------------------------------------------------------------
--  kipi-plugins 2.0.0-beta4 dependencies results   <http://www.kipi-plugins.org>
-- 
--  libjpeg library found.................... YES
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libkipi library found.................... YES
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libxml2 library found.................... YES (optional)
--  libxslt library found.................... YES (optional)
--  libexpat library found................... YES (optional)
--  native threads support library found..... YES (optional)
--  libopengl library found.................. YES (optional)
--  Qt4 OpenGL module found.................. YES
--  libopencv library found.................. YES (optional)
--  QJson library found...................... YES (optional)
--  libgpod library found.................... NO  (optional)
--  Gdk library found........................ YES (optional)
--  libkdepim library found.................. YES (optional)
--  qca2 library found....................... YES (optional)
--  libkmap library found.................... YES (optional)
--  OpenMP library found..................... YES (optional)
--  libX11 library found..................... YES (optional)
--  libksane library 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)
--  RemoveRedEyes will be compiled........... YES (optional)
--  Debian Screenshots will be compiled...... YES (optional)
--  IpodExport will be compiled.............. NO  (optional - Look README file for more details about dependencies)
--  Calendar will be compiled................ YES (optional)
--  GPSSync will be compiled................. YES (optional)
-- ----------------------------------------------------------------------------------


here are the happy ones
+ cmake -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR:PATH=/usr/lib64/kde4/libexec -DLIB_SUFFIX=64 -DCMAKE_BUILD_TYPE=release .. -DKFACE_EXTERNAL_FINDOPENCV:BOOL=TRUE
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Found Phonon: /usr/include
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libksane
-- Found Sane: /usr/lib64/libsane.so
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkipi
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkexiv2
-- Found Exiv2: /usr/lib64/libexiv2.so  (found version "0.20.0", required is "0.20")
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkdcraw
-- checking for module 'lcms'
--   found lcms, version 1.18
-- Found LCMS: /usr/lib64/liblcms.so
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkface
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- First try at finding OpenCV...
-- Great, found OpenCV on the first try.
-- External libface was not found, use internal version instead...
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: libkmap
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found Marble: /usr/lib64/libmarblewidget.so
-- Check Kexiv2 library in local sub-folder...
-- Found Kexiv2 library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkexiv2
-- kexiv2 found, the demo application will be compiled.
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: kipi-plugins
-- Check Kexiv2 library in local sub-folder...
-- Found Kexiv2 library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkexiv2
-- Check for Kdcraw library in local sub-folder...
-- Found Kdcraw library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkdcraw
-- Check Kipi library in local sub-folder...
-- Found Kipi library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkipi
-- Found JPEG: /usr/lib64/libjpeg.so
-- Found ZLIB: /usr/lib64/libz.so
-- Found PNG: /usr/lib64/libpng.so
-- Found TIFF: /usr/lib64/libtiff.so
-- libkdcraw: Found version 2.0.0 (required: 1.1.0)
-- Found EXPAT: /usr/lib64/libexpat.so
-- Found LibXml2: /usr/lib64/libxml2.so
-- Found LibXslt: /usr/lib64/libxslt.so
-- checking for module 'libgpod-1.0'
--   found libgpod-1.0, version 0.7.93
-- checking for module 'gdk-pixbuf-2.0'
--   found gdk-pixbuf-2.0, version 2.20.1
-- Found Gdk: /usr/include/gtk-2.0
-- Found GLIB2: /usr/lib64/libglib-2.0.so
-- checking for module 'gobject-2.0'
--   found gobject-2.0, version 2.24.1
-- Found GObject libraries: /usr/lib64/libgobject-2.0.so;/usr/lib64/libgmodule-2.0.so;/usr/lib64/libgthread-2.0.so;/usr/lib64/libglib-2.0.so
-- Found GObject includes : /usr/include/glib-2.0/gobject
-- Found KdepimLibs: /usr/lib64/cmake/KdepimLibs/KdepimLibsConfig.cmake
-- Found QCA2: /usr/lib64/libqca.so
-- Check for Ksane library in local sub-folder...
-- Found Ksane library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libksane
-- checking for module 'QJson>=0.5'
--   found QJson, version 0.7.1
-- Found QJSON: /usr/lib64/libqjson.so
-- Check for Kmap library in local sub-folder...
-- Found Kmap library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkmap
-- libkmap: Found version 2.0.0
-- Found X11: /usr/lib64/libX11.so
-- CMake version: cmake version 2.8.1

-- CMake version (cleaned): cmake version 2.8.1

--
-- ----------------------------------------------------------------------------------
--  kipi-plugins 2.0.0-beta4 dependencies results   <http://www.kipi-plugins.org>
--
--  libjpeg library found.................... YES
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libkipi library found.................... YES
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libxml2 library found.................... YES (optional)
--  libxslt library found.................... YES (optional)
--  libexpat library found................... YES (optional)
--  native threads support library found..... YES (optional)
--  libopengl library found.................. YES (optional)
--  Qt4 OpenGL module found.................. YES
--  libopencv library found.................. YES (optional)
--  QJson library found...................... YES (optional)
--  libgpod library found.................... NO  (optional)
--  Gdk library found........................ YES (optional)
--  libkdepim library found.................. YES (optional)
--  qca2 library found....................... YES (optional)
--  libkmap library found.................... YES (optional)
--  OpenMP library found..................... YES (optional)
--  libX11 library found..................... YES (optional)
--  libksane library 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)
--  RemoveRedEyes will be compiled........... YES (optional)
--  Debian Screenshots will be compiled...... YES (optional)
--  IpodExport will be compiled.............. NO  (optional - Look README file for more details about dependencies)
--  Calendar will be compiled................ YES (optional)
--  GPSSync will be compiled................. YES (optional)
-- ----------------------------------------------------------------------------------
--
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- ----------------------------------------------------------------------------------
-- Starting CMake configuration for: digikam
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Jasper: /usr/lib64/libjasper.so
-- Check for Kdcraw library in local sub-folder...
-- Found Kdcraw library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkdcraw
-- Check Kexiv2 library in local sub-folder...
-- Found Kexiv2 library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkexiv2
-- Check Kipi library in local sub-folder...
-- Found Kipi library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkipi
-- Check Kface library in local sub-folder...
-- Found Kface library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkface
-- Check for Kmap library in local sub-folder...
-- Found Kmap library in local sub-folder: /usr/src/packages/BUILD/digikam-bundled-1.9.99git_20110318/extra/libkmap
-- checking for module 'libpgf'
--   package 'libpgf' not found
-- Could NOT find any working clapack installation
-- Boost version: 1.42.0
-- Identified libjpeg version: 80
-- Found MySQL server executable at: /usr/sbin/mysqld
-- Found MySQL install_db executable at: /usr/bin/mysql_install_db
-- libkdcraw: Found version 2.0.0 (required: 2.0.0)
-- libkmap: Found version 2.0.0
-- Found gphoto2: -L/usr/lib64 -lgphoto2_port;-L/usr/lib64 -lgphoto2 -lgphoto2_port -lm
-- 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: /usr/include
-- Found SharedDesktopOntologies: /usr/share/ontology
-- Found Nepomuk: /usr/lib64/libnepomuk.so
-- Found SharedDesktopOntologies: /usr/share/ontology  (found version "0.5.0", required is "0.2")
-- Found Doxygen: /usr/bin/doxygen
--
-- ----------------------------------------------------------------------------------
--  digiKam 2.0.0-beta4 dependencies results   <http://www.digikam.org>
--
--  Qt4 SQL module found..................... YES
--  Qt4 SCRIPT module found.................. YES
--  Qt4 SCRIPTTOOLS 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................... YES
--  libkmap library found.................... YES
--  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)
--  digiKam can be compiled.................. YES
-- ----------------------------------------------------------------------------------
--
-- Adjusting compilation flags for GCC version ( 4.5.0 )
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Gettext: built in libc
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Configuring done

Reproducible: Didn't try
Comment 1 caulier.gilles 2011-03-22 17:26:02 UTC
Same problem here under MACOSX :

-- checking for module 'libgpod-1.0'
--   found libgpod-1.0, version 0.8.0
-- checking for module 'gdk-pixbuf-2.0'
--   found gdk-pixbuf-2.0, version 2.22.1
-- Found Gdk: /opt/local/include/gdk-pixbuf-2.0 
-- Found GLIB2: /opt/local/lib/libglib-2.0.dylib 
-- checking for module 'gobject-2.0'
--   found gobject-2.0, version 2.28.3
-- Found GObject libraries: /opt/local/lib/libgobject-2.0.dylib;/opt/local/lib/libgmodule-2.0.dylib;/opt/local/lib/libgthread-2.0.dylib;/opt/local/lib/libglib-2.0.dylib
-- Found GObject includes : /opt/local/include/glib-2.0/gobject

-- ----------------------------------------------------------------------------------
--  kipi-plugins 2.0.0-beta4 dependencies results   <http://www.kipi-plugins.org>
-- 
--  libjpeg library found.................... YES
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libkipi library found.................... YES
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libxml2 library found.................... YES (optional)
--  libxslt library found.................... YES (optional)
--  libexpat library found................... YES (optional)
--  native threads support library found..... YES (optional)
--  libopengl library found.................. YES (optional)
--  Qt4 OpenGL module found.................. YES
--  libopencv library found.................. YES (optional)
--  QJson library found...................... YES (optional)
--  libgpod library found.................... NO  (optional)
--  Gdk library found........................ YES (optional)
--  libkdepim library found.................. YES (optional)
--  qca2 library found....................... YES (optional)
--  libkmap library found.................... YES (optional)
--  OpenMP library found..................... NO  (optional)
--  libksane library 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)
--  RemoveRedEyes will be compiled........... YES (optional)
--  Debian Screenshots will be compiled...... YES (optional)
--  IpodExport will be compiled.............. NO  (optional - Look README file for more details about dependencies)
--  Calendar will be compiled................ YES (optional)
--  GPSSync will be compiled................. YES (optional)
-- ----------------------------------------------------------------------------------

I will investiguate...

Gilles Caulier
Comment 2 caulier.gilles 2011-03-23 17:03:42 UTC
Git commit 5f781e58f3ea19515ccb74c15646da2f8ce375aa by Gilles Caulier.
Committed on 23/03/2011 at 16:40.
Pushed by cgilles into branch 'master'.

use ipod cmake script from Amarok to detect libgpod, instead old FindGpod cmake script
CCBUGS: 269121

M  +5    -5    CMakeLists.txt     
D  +0    -54   cmake/modules/FindGpod.cmake     
M  +2    -2    ipodexport/CMakeLists.txt     

http://commits.kde.org/kipi-plugins/5f781e58f3ea19515ccb74c15646da2f8ce375aa
Comment 3 caulier.gilles 2011-03-23 17:16:49 UTC
bash-3.2$ uname -a
Darwin new-host-4.home 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386

-- Found libgpod-1 0.8.0
-- libgpod dir: /opt/local/include/gpod-1.0;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng14
-- libgpod lib: gpod;gdk_pixbuf-2.0;m;gobject-2.0;gmodule-2.0;png14;gthread-2.0;glib-2.0;intl
-- libgpod def: -D_REENTRANT;-I/opt/local/include/gpod-1.0;-I/opt/local/include/glib-2.0;-I/opt/local/lib/glib-2.0/include;-I/opt/local/include;-I/opt/local/include/gdk-pixbuf-2.0;-I/opt/local/include/libpng14
-- libgpod ver: 0.8.0

-- ----------------------------------------------------------------------------------
--  kipi-plugins 2.0.0-beta4 dependencies results   <http://www.kipi-plugins.org>
-- 
--  libjpeg library found.................... YES
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libkipi library found.................... YES
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libxml2 library found.................... YES (optional)
--  libxslt library found.................... YES (optional)
--  libexpat library found................... YES (optional)
--  native threads support library found..... YES (optional)
--  libopengl library found.................. YES (optional)
--  Qt4 OpenGL module found.................. YES
--  libopencv library found.................. YES (optional)
--  QJson library found...................... YES (optional)
--  libgpod library found.................... YES (optional)
--  Gdk library found........................ YES (optional)
--  libkdepim library found.................. YES (optional)
--  qca2 library found....................... YES (optional)
--  libkmap library found.................... YES (optional)
--  OpenMP library found..................... NO  (optional)
--  libksane library 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)
--  RemoveRedEyes will be compiled........... YES (optional)
--  Debian Screenshots will be compiled...... YES (optional)
--  IpodExport will be compiled.............. YES (optional)
--  Calendar will be compiled................ YES (optional)
--  GPSSync will be compiled................. YES (optional)
-- ----------------------------------------------------------------------------------

bash-3.2$ make
Scanning dependencies of target kipiplugin_ipodexport_automoc
[  0%] Built target kipiplugin_ipodexport_automoc
[  0%] Built target kipi_automoc
[  0%] Built target kipi
[  0%] Built target kipiplugins_automoc
[  0%] Built target kexiv2_automoc
[  0%] Built target kexiv2
[  0%] Built target kdcraw_automoc
[ 33%] Built target kdcraw
[ 66%] Built target kipiplugins
Scanning dependencies of target kipiplugin_ipodexport
[ 66%] Building CXX object extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/kipiplugin_ipodexport_automoc.cpp.o
[ 66%] Building CXX object extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/plugin_ipodexport.cpp.o
[ 66%] Building CXX object extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.cpp.o
[ 66%] Building CXX object extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodHeader.cpp.o
[ 66%] Building CXX object extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodListItem.cpp.o
[100%] Building CXX object extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/ImageList.cpp.o
Linking CXX shared module ../../../lib/kipiplugin_ipodexport.so
[100%] Built target kipiplugin_ipodexport

Gilles Caulier