FS#29246 - [ffmpeg] Needs to be rebuilt with recent libx264 and libvpx

Attached to Project: Arch Linux
Opened by Joel Jensen (yobert) - Tuesday, 03 April 2012, 06:19 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 03 April 2012, 18:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

If you run "ldd /usr/bin/ffmpeg" the most recent version of ffmpeg (20120317-1), you will see it links in:

libx264.so.118 => not found
libvpx.so.0 => not found

I have doublechecked my system is up to date and reinstalled both libraries and ffmpeg before reporting this.
This task depends upon

Closed by  Ionut Biru (wonder)
Tuesday, 03 April 2012, 18:09 GMT
Reason for closing:  Not a bug
Comment by Ionut Biru (wonder) - Tuesday, 03 April 2012, 06:38 GMT
paste
pacman -Qs ffmpeg
pacman -Qs x264
pacman -Qs libvpx
Comment by Joel Jensen (yobert) - Tuesday, 03 April 2012, 17:52 GMT Comment by Ionut Biru (wonder) - Tuesday, 03 April 2012, 17:55 GMT
do LD_DEBUG=files ffmeg > ffmpeg.log 2>&1 and upload the log here
Comment by Joel Jensen (yobert) - Tuesday, 03 April 2012, 18:05 GMT
Ugh I figured out the problem while making that file for you. Apparently at some point I installed a different version of ffmpeg to /usr/local manually... *sigh* Sorry, and thanks so much for your help.
Comment by Dave Reisner (falconindy) - Tuesday, 03 April 2012, 18:09 GMT
Really? The first two bug reports weren't enough? If you look at the x264 and libvpx packages, the symlinks are fine, and they're NOT what we ship:

lrwxrwxrwx root/root 0 2012-02-05 07:53 usr/lib/libx264.so -> libx264.so.120
-rwxr-xr-x root/root 855296 2012-02-05 07:53 usr/lib/libx264.so.120

lrwxrwxrwx root/root 0 2012-02-05 07:46 usr/lib/libvpx.so.1 -> libvpx.so.1.0.0
lrwxrwxrwx root/root 0 2012-02-05 07:46 usr/lib/libvpx.so -> libvpx.so.1.0.0
lrwxrwxrwx root/root 0 2012-02-05 07:46 usr/lib/libvpx.so.1.0 -> libvpx.so.1.0.0
-rwxr-xr-x root/root 638944 2012-02-05 07:46 usr/lib/libvpx.so.1.0.0

As I told you in the last bug report, delete the broken symlinks and reinstall the packages.

Loading...