Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93436 - Transcode-1.0.0_beta3 needs libmpeg2 >= 0.4.0b
Summary: Transcode-1.0.0_beta3 needs libmpeg2 >= 0.4.0b
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
: 93793 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-21 08:42 UTC by Gustavo Michels
Modified: 2005-05-24 04:39 UTC (History)
1 user (show)

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 Gustavo Michels 2005-05-21 08:42:04 UTC
According to transcode's 1.0.0_beta3 INSTALL file:  
  
Mandatory packages:  
  
  libz  
  libm  
    (these generally come with any and all OSes)  
  
  libavcodec from FFmpeg >= 0.9.1pre1  http://ffmpeg.sourceforge.net/  
    related options:  
    . 
    . 
  
  libmpeg2 from mpeg2dec >= 0.4.0b  http://libmpeg2.sourceforge.net/  
    . 
    . 
 
Trying to build transcode-1.0.0_beta3 without libmpeg2 installed returns the 
following configure errors: 
 
ERROR: requirement failed: cannot compile mpeg2dec/mpeg2.h 
mpeg2dec/mpeg2.h can be found in the following packages: 
  mpeg2dec  http://libmpeg2.sourceforge.net/ 
 
ERROR: requirement failed: cannot link against libmpeg2 
libmpeg2 can be found in the following packages: 
  mpeg2dec  http://libmpeg2.sourceforge.net/ 
 
Just added >=media-libs/libmpeg2-0.4.0b to the dependency list and configure 
finished without errors. 

Reproducible: Always
Steps to Reproduce:
1. unmask media-video/transcode 
2. emerge -av transcode 
3. 
 
Actual Results:  
Configure failed. 

Expected Results:  
Configure should finish cleanly and compiling should start. 

# emerge info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, 
glibc-2.3.5-r0, 2.6.11-nitro2 i686) 
================================================================= 
System uname: 2.6.11-nitro2 i686 AMD Athlon(tm) 
Gentoo Base System version 1.6.11 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 21:20:33)] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    1.2.8 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.7.9-r1, 1.8.5-r3, 1.6.3, 1.5, 1.9.5 
sys-devel/binutils:  2.15.92.0.2-r8 
sys-devel/libtool:   1.5.16 
virtual/os-headers:  2.6.11 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe 
-fvisibility-inlines-hidden -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common 
-s" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://www.las.ic.unicamp.br/pub/gentoo/ 
http://www.linorg.usp.br/gentoo/ http://gentoo.mirrors.pair.com" 
LANG="en_US.UTF-8" 
LC_ALL="en_US.UTF-8" 
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s" 
LINGUAS="pt_BR" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 #cpu #glibc #gnome #graphics #hardware #kde #other #perl #print 
#sound #video 3dnow 3dnowext X acpi alsa avi berkdb cdr crypt curl dvd dvdr 
emboss encode fam fbcon fortran gdbm gif gpm hal imagemagick imlib ithreads 
java jpeg kde libg++ libwww lirc mad matroska mikmod mmx mmx2 mmxext motif mp3 
mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl pam pdflib perl pic png 
python qt quicktime readline rtc sdl specific spell sse ssl svga tcpd tiff 
truetype truetype-fonts unicode usb userlocales v4l v4l2 vorbis xine xml2 xv 
xvid zlib linguas_pt_BR userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CBUILD, CTARGET
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-24 02:30:29 UTC
Thanks, added the dependency. 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-05-24 04:39:51 UTC
*** Bug 93793 has been marked as a duplicate of this bug. ***