karmic/svn build problem: phonon libraries not found

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

karmic/svn build problem: phonon libraries not found

Markus Spring
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
Reply | Threaded
Open this post in threaded view
|

Re: karmic/svn build problem: phonon libraries not found

Gilles Caulier-4
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
Reply | Threaded
Open this post in threaded view
|

Re: karmic/svn build problem: phonon libraries not found: SOLVED!

Markus Spring
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