FS#6330 - ffmpeg needs rebuilding

Attached to Project: Arch Linux
Opened by Michael Towers (gradgrind) - Saturday, 03 February 2007, 06:11 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture not specified
Severity High
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After the faad2 update ffmpeg no longer works - it just needs rebuilding (so far as I can tell).
This task depends upon

Closed by  Jan de Groot (JGC)
Sunday, 04 February 2007, 11:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  Moved to extra now.
Comment by alexandre (_alexmyself) - Saturday, 03 February 2007, 12:59 GMT
+1, same here:
ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: faacDecOpen

and found another:
kino: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: faacDecOpen
Comment by Jan de Groot (JGC) - Saturday, 03 February 2007, 14:32 GMT
What version of ffmpeg do you have installed? ldd -r on both libavcodec and ffmpeg show no unresolved symbols.
Comment by alexandre (_alexmyself) - Saturday, 03 February 2007, 18:15 GMT
[root@alex_portable ~]# yaourt -Q ffmpeg
ffmpeg 20060920-1

i only use current,extra and community so i thing it's the 'normal' version


[root@alex_portable ~]# which ffmpeg
/usr/bin/ffmpeg
[root@alex_portable ~]# ldd -r /usr/bin/ffmpeg
---lot of .so ---
undefined symbol: faacDecOpen (/usr/lib/libavcodec.so.51)
undefined symbol: faacDecGetCurrentConfiguration (/usr/lib/libavcodec.so.51)
undefined symbol: faacDecSetConfiguration (/usr/lib/libavcodec.so.51)
undefined symbol: faacDecInit (/usr/lib/libavcodec.so.51)
undefined symbol: faacDecInit2 (/usr/lib/libavcodec.so.51)
undefined symbol: faacDecDecode (/usr/lib/libavcodec.so.51)
undefined symbol: faacDecGetErrorMessage (/usr/lib/libavcodec.so.51)


wich packages are concerned by this ? maybe i can re-install and then tell you what's new for me ?
Comment by Jan de Groot (JGC) - Saturday, 03 February 2007, 18:16 GMT
Hmm, it seems the fixed ffmpeg went to testing and not to extra, which is the reason I couldn't reproduce: I'm using the testing repo. I'll move it to extra in a few moments.

Loading...