ffmpeg dependent on libSDL-1.2.so.0 instead libsdl2-2.0-0

Bug #1642901 reported by emk2203
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ffmpeg (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

ffmpeg from zesty universe (7:3.2-2) is supposed to depend on libsdl2-2.0-0, but after installing, error "ffmpeg: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory" after running it

Revision history for this message
Andreas Cadhalpun (andreas-cadhalpun) wrote :

I've just verified that ffmpeg 3.2-2 from zesty starts fine after installation in a minimal chroot.
Your problem is caused by third-party libraries.
To identify the problematic one, try running the following command:
$ for lib in $(ldd /usr/bin/ffmpeg | sed 's/.*=> \(.*\) (.*/\1/'); do [ -e "$lib" ] && ldd "$lib" | grep libSDL && echo "$lib"; done
 libSDL2-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0 (0x00007f2c0db1e000)
/usr/lib/x86_64-linux-gnu/libavdevice.so.57

As you can see, there is no libSDL1.2 here thus I'm closing this bug as invalid.

Changed in ffmpeg (Ubuntu):
status: New → Invalid
Revision history for this message
emk2203 (emk2203) wrote : Re: [Bug 1642901] Re: ffmpeg dependent on libSDL-1.2.so.0 instead libsdl2-2.0-0

Thanks for taking the time to explain. I had an older backup restored,
which brought an obsolete ffmpeg version into ~/bin. This gave the false
alarm, because ~/bin had priority in my PATH. Sorry for causing unnecessary
work.

Erik

Andreas Cadhalpun <email address hidden> schrieb am Sa., 19. Nov.
2016 um 00:27 Uhr:

> I've just verified that ffmpeg 3.2-2 from zesty starts fine after
> installation in a minimal chroot.
> Your problem is caused by third-party libraries.
> To identify the problematic one, try running the following command:
> $ for lib in $(ldd /usr/bin/ffmpeg | sed 's/.*=> \(.*\) (.*/\1/'); do [ -e
> "$lib" ] && ldd "$lib" | grep libSDL && echo "$lib"; done
> libSDL2-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
> (0x00007f2c0db1e000)
> /usr/lib/x86_64-linux-gnu/libavdevice.so.57
>
> As you can see, there is no libSDL1.2 here thus I'm closing this bug as
> invalid.
>
> ** Changed in: ffmpeg (Ubuntu)
> Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1642901
>
> Title:
> ffmpeg dependent on libSDL-1.2.so.0 instead libsdl2-2.0-0
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/1642901/+subscriptions
>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.