Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86073 - dxr3player missing dependancy for libmpeg2
Summary: dxr3player missing dependancy for libmpeg2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-20 15:38 UTC by Dave Andruczyk
Modified: 2005-03-21 07:53 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 Dave Andruczyk 2005-03-20 15:38:32 UTC
the dxr3player ebuild is missing the libmpeg2 dep.  Without htat being installed first the merge fails

Reproducible: Always
Steps to Reproduce:
1.Assuming libmpeg2 is not installed
2.emerge dxr3player
3.

Actual Results:  
build fails complaining about missing header files from the libmpeg2 package   
 
In file included from VideoHandler.cc:23: 
VideoHandler.h:32:28: mpeg2dec/mpeg2.h: No such file or directory 
In file included from SDLOutputProcessor.h:31, 
                 from SDLOutputProcessor.cc:23: 
../../../../src/lib/output/sdl/VideoHandler.h:32:28: mpeg2dec/mpeg2.h: No such 
file or directory 
 

Expected Results:  
installed correctly  

emerge info 
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, 
glibc-2.3.4.20041102-r1, 
 2.6.11-gentoo-r4 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r4 i686 Pentium III (Coppermine) 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 14 2005, 
11:22:08) 
] 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled] 
dev-lang/python:     2.3.4-r1 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r1 
sys-devel/libtool:   1.5.10-r4 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share 
/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/shar 
e/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -march=pentium3 -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms" 
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://mirror.datapipe.net/gentoo 
h 
ttp://mir.zyrianes.net/gentoo/" 
MAKEOPTS="-j10" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X aalib acl alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl 
d 
ga directfb dvb dvd emboss encode esd fam flac font-server foomaticdb fortran 
fr 
eetype gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jack java joystick 
jpeg  
kde libg++ libwww mad mikmod mmx motif mp3 mpeg mysql ncurses nls nptl 
oggvorbis 
 openal opengl oss pam pdflib perl png python qt quicktime readline ruby samba 
s 
dl spell sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts usb videos 
w 
mf xft xml2 xmms xv zlib" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-21 07:53:28 UTC
missing dependency added , thanks for your report.