Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73864 - mpeg4ip dependencies on X in order to build GTK+ based player & tools?
Summary: mpeg4ip dependencies on X in order to build GTK+ based player & tools?
Status: RESOLVED DUPLICATE of bug 73865
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 21:35 UTC by Gregg Casillo
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Casillo 2004-12-08 21:35:13 UTC
I cannot get mpeg4ip-1.1 or mpeg4ip-1.2 to compile, because both seem to want X and GTK+ installed for the GUI based player and other tools. I do not have X installed on this box and only want the command-line tools from mpeg4ip. The ebuilds don't seem to demand X or GTK+ which is great, but the compiles brake. Here's the error I get from 1.1:



And from 1.2:

 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../common/video/mpeg4 -I./codec -I./codec/mpeg4 -I../lib -I../lib/audio -I../../lib/SDLAudio/include -I../../lib/mp4 -I../../lib/mp4v2 -I../../lib/ismacryp -I../../include -I../../include -I../../lib/avi -I../../lib -I../../lib/mpeg2ps -I../../lib/sdp -I../../lib/mp4av -I../../lib/utils -I../../lib/audio -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -DPLAYER_PLUGIN_DIR=\"/usr/lib/mp4player_plugin\" -march=pentium4 -O3 -pipe -fomit-frame-pointer -DUSE_MMX -DMPEG4IP -I/usr/include/SDL -D_REENTRANT -MT audio.lo -MD -MP -MF .deps/audio.Tpo -c audio.cpp -o audio.o >/dev/null 2>&1
distcc[17437] ERROR: compile (null) on localhost failed
ar cru .libs/libmp4decode_plugin.a .libs/codec_plugin.o
In file included from video_sdl.cpp:31:
/usr/include/SDL/SDL_syswm.h:55:22: X11/Xlib.h: No such file or directory
ranlib .libs/libmp4decode_plugin.a
creating libmp4decode_plugin.la
/usr/include/SDL/SDL_syswm.h:56:23: X11/Xatom.h: No such file or directory
distcc[17436] ERROR: compile video_sdl.cpp on 192.168.0.177 failed
make[4]: *** [video_sdl.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
(cd .libs && rm -f libmp4decode_plugin.la && ln -s ../libmp4decode_plugin.la libmp4decode_plugin.la)
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../common/video/mpeg4 -I./codec -I./codec/mpeg4 -I../lib -I../lib/audio -I../../lib/SDLAudio/include -I../../lib/mp4 -I../../lib/mp4v2 -I../../lib/ismacryp -I../../include -I../../include -I../../lib/avi -I../../lib -I../../lib/mpeg2ps -I../../lib/sdp -I../../lib/mp4av -I../../lib/utils -I../../lib/audio -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -DPLAYER_PLUGIN_DIR=\"/usr/lib/mp4player_plugin\" -march=pentium4 -O3 -pipe -fomit-frame-pointer -DUSE_MMX -DMPEG4IP -I/usr/include/SDL -D_REENTRANT -MT audio_buffer.lo -MD -MP -MF .deps/audio_buffer.Tpo -c audio_buffer.cpp -o audio_buffer.o >/dev/null 2>&1
make[4]: Leaving directory `/var/tmp/portage/mpeg4ip-1.2/work/mpeg4ip-1.2/player/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/mpeg4ip-1.2/work/mpeg4ip-1.2/player/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/mpeg4ip-1.2/work/mpeg4ip-1.2/player'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mpeg4ip-1.2/work/mpeg4ip-1.2'
make: *** [all] Error 2

!!! ERROR: media-video/mpeg4ip-1.2 failed.
!!! Function src_compile, Line 65, Exitcode 2
!!! make failed

Reproducible: Always
Steps to Reproduce:
1. emerge mpeg4ip-1.1 or mpeg4ip-1.2
2. compile brakes in either at libmp4player because of missing X11/Xlib.h or some such missing X11 lib
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-12-08 23:38:25 UTC

*** This bug has been marked as a duplicate of 73865 ***