Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 86185

Summary: ffmpeg-0.4.9_p20050226-r1 does not emerge (linking fails)
Product: Gentoo Linux Reporter: Alexandros Karypidis <akarypid>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexandros Karypidis 2005-03-21 14:39:08 UTC
Compilation fails with:

....
make[1]: Leaving directory `/local/var/tmp/portage/ffmpeg-0.4.9_p20050226-r1/work/ffmpeg-0.4.9-p20050226/libavformat'
gcc -Wl,--warn-common -rdynamic -g  -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavformat -lavformat -L./libavcodec -lavcodec -lm -lz -ldl -logg  -lvorbis -lvorbisenc -lfaac -lxvidcore
gcc -Wl,--warn-common -rdynamic -g  -Wl,-E -o ffserver ffserver.o -L./libavformat -lavformat -L./libavcodec -lavcodec -lm -lz -ldl -logg  -lvorbis -lvorbisenc -lfaac -lxvidcore
./libavcodec/libavcodec.so: undefined reference to `a52_syncinfo'
collect2: ld returned 1 exit status
make: *** [ffserver] Error 1


Reproducible: Always
Steps to Reproduce:
1.emerge ffmpeg




USE flags are as follows:  
  
==========================================================  
dawn tmp # emerge -vp ffmpeg  
  
These are the packages that I would merge, in order:  
  
Calculating dependencies ...done!  
[ebuild     U ] media-video/ffmpeg-0.4.9_p20050226-r1 [0.4.9_pre1] +aac*  
(-altivec) -debug -doc -dv +dvd +encode +imlib +mmx +oggvorbis -oss-pic  
-threads +truetype -v4l +xvid* 0 kB  
  
Total size of downloads: 0 kB  
==========================================================  
  
P.S. 
 
1. I am on an athlon-xp. 
2. my gcc info: 
dawn tmp # gcc -v 
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/specs 
Configured with: /local/var/tmp/portage/gcc-3.3.5-r1/work/gcc-3.3.5/configure 
--enable-version-specific-runtime-libs --prefix=/usr 
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5 
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include 
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5 
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5/man 
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5/info 
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3 
--host=i686-pc-linux-gnu --disable-altivec --enable-nls 
--without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu 
--with-system-zlib --disable-checking --disable-werror 
--disable-libunwind-exceptions --enable-shared --enable-threads=posix 
--disable-libgcj --enable-languages=c,c++,f77 
Thread model: posix 
gcc version 3.3.5  (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
Comment 1 Chris White (RETIRED) gentoo-dev 2005-03-21 14:41:43 UTC
Already fixed in -r2.  Emerge sync to get the fix.
Comment 2 Alexandros Karypidis 2005-03-21 14:55:29 UTC
Ooops! Just noticed that there already exists ffmpeg-0.4.9_p20050226-r2.

It depends on a newer a52dec (media-libs/a52dec-0.7.4-r4), so probably this was a dependency issue.

I am closing this since the newer ffmpeg ebuild emerges just fine.