Trying to build my digikam svn revision 1046032 after upgrading to karmic coala
and removing all build directories results in this error: + nice cmake -DCMAKE_INSTALL_PREFIX=/usr ../../kdegraphics -- Found Qt-Version 4.5.2 (using /usr/bin/qmake-qt4) -- Found X11: /usr/lib/libX11.so -- Phonon includes NOT found! CMake Error at /usr/share/kde4/apps/cmake/modules/FindPhonon.cmake:63 (message): Phonon library or includes NOT found! Call Stack (most recent call first): /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:559 (find_package) /usr/share/cmake-2.6/Modules/FindKDE4.cmake:81 (FIND_PACKAGE) CMakeLists.txt:6 (find_package) The following phonon packages are installed: springm@denkbrett:~/projekte/digikam$ dpkg -l | egrep "^ii" | grep phonon ii libphonon-dev 4:4.3.1-4ubuntu1 ii libphonon4 4:4.3.1-4ubuntu1 ii libqt4-phonon 4.5.3really4.5.2-0ubuntu1 ii libqt4-phonon-dev 4.5.3really4.5.2-0ubuntu1 ii libqtscript4-phonon 0.1.0-3 ii phonon 4:4.3.1-4ubuntu1 ii phonon-backend-gstreamer 4:4.3.1-4ubuntu1 ii phonon-backend-xine 4:4.3.1-4ubuntu1 ii phonon-dbg 4:4.3.1-4ubuntu1 ii python-qt4-phonon 4.6-1 ii python-qt4-phonon-dbg 4.6-1 There aren't any more phonon packages available... What is the reason for this compile error? Markus _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Sound like a package problem. Look in this room few days ago, somebody
has already reported this error... Gilles Caulier 2009/11/7 Markus Spring <[hidden email]>: > Trying to build my digikam svn revision 1046032 after upgrading to karmic coala > and removing all build directories results in this error: > > + nice cmake -DCMAKE_INSTALL_PREFIX=/usr ../../kdegraphics > > -- Found Qt-Version 4.5.2 (using /usr/bin/qmake-qt4) > > -- Found X11: /usr/lib/libX11.so > > -- Phonon includes NOT found! > > CMake Error at /usr/share/kde4/apps/cmake/modules/FindPhonon.cmake:63 (message): > > Phonon library or includes NOT found! > > Call Stack (most recent call first): > /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:559 (find_package) > /usr/share/cmake-2.6/Modules/FindKDE4.cmake:81 (FIND_PACKAGE) > CMakeLists.txt:6 (find_package) > > The following phonon packages are installed: > > springm@denkbrett:~/projekte/digikam$ dpkg -l | egrep "^ii" | grep phonon > ii libphonon-dev 4:4.3.1-4ubuntu1 > ii libphonon4 4:4.3.1-4ubuntu1 > ii libqt4-phonon 4.5.3really4.5.2-0ubuntu1 > ii libqt4-phonon-dev 4.5.3really4.5.2-0ubuntu1 > ii libqtscript4-phonon > 0.1.0-3 ii phonon > 4:4.3.1-4ubuntu1 ii > phonon-backend-gstreamer 4:4.3.1-4ubuntu1 > ii phonon-backend-xine > 4:4.3.1-4ubuntu1 ii phonon-dbg > 4:4.3.1-4ubuntu1 ii > python-qt4-phonon 4.6-1 > ii python-qt4-phonon-dbg > 4.6-1 > > There aren't any more phonon packages available... > > What is the reason for this compile error? > > Markus > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Markus Spring
The final solution for this problem on karmic was
sudo apt-get remove --purge libqt4-phonon-dev which remove a bunch of other dev-packages as well, and then sudo apt-get install kdelibs5-dev kdepimlibs5-dev libkdcraw7-dev \ libkexiv2-7-dev libkipi6-dev libmarble-dev libphonon-dev libqt4-phonon-dev Now compilation is under way. Markus _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |