Re: [Bug 1642901] Re: ffmpeg dependent on libSDL-1.2.so.0 instead libsdl2-2.0-0

2016-11-19 Thread emk2203
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  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
> (0x7f2c0db1e000)
> /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
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1642901] Re: ffmpeg dependent on libSDL-1.2.so.0 instead libsdl2-2.0-0

2016-11-18 Thread Andreas Cadhalpun
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 
(0x7f2c0db1e000)
/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 a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs