mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

gnome-mplayer fail to build with libgpod-dev 0.8.2-3 #564

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Build log:
http://people.debian.org/~lucas/logs/2011/09/23/gnome-mplayer_1.0.4-1_lsid64.bui
ldlog

Failing reason:
support.h:46:23: fatal error: gpod/itdb.h: No such file or directory

Tail of logs:
make[4]: Entering directory 
`/build/gnome-mplayer-lWoZEh/gnome-mplayer-1.0.4/src'
  CC     gui.o
In file included from gui.c:30:0:
support.h:46:23: fatal error: gpod/itdb.h: No such file or directory
compilation terminated.
make[4]: *** [gui.o] Error 1
make[4]: Leaving directory `/build/gnome-mplayer-lWoZEh/gnome-mplayer-1.0.4/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/gnome-mplayer-lWoZEh/gnome-mplayer-1.0.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/gnome-mplayer-lWoZEh/gnome-mplayer-1.0.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/gnome-mplayer-lWoZEh/gnome-mplayer-1.0.4'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

New libgpod: http://packages.debian.org/source/sid/libgpod

Original issue reported on code.google.com by happyaro...@gmail.com on 26 Sep 2011 at 1:54

GoogleCodeExporter commented 8 years ago
Sounds like a corrupt libgpod package.. can you please show the output of the 
list of files in the libgpod-dev package as well as the output of 

pkg-config --cflags --libs libgpod-1.0 

I'm using libgpod 0.8.2 on my Fedora machine and the code compiles fine. From 
the site you provided, the libgpod-dev package looks like it contains the right 
files, but perhaps the .pc file is incorrect.

http://packages.debian.org/sid/i386/libgpod-dev/filelist

Original comment by kdeko...@gmail.com on 26 Sep 2011 at 12:42

GoogleCodeExporter commented 8 years ago
Thanks, libgpod-dev lacks dependency on libmobiledevice-dev, I will report a 
bug against the package.

Original comment by happyaro...@gmail.com on 27 Sep 2011 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 27 Sep 2011 at 12:54

GoogleCodeExporter commented 8 years ago
Ah, it has been fixed just now, 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642666

Original comment by happyaro...@gmail.com on 27 Sep 2011 at 12:58