Package: imagemagick-common
Version: 8:6.8.9.9-5
Severity: important
Dear Maintainer,
During testing of ifetch-tools I discovered the following when attemtping to
convert jpegs to mp4 file:
delegate failed `"ffmpeg" -v -1 -i "%M%%d.jpg" "%u.%m" 2> "%Z"' @
error/delegate.c/InvokeDelegate/1310
backtrace of `Magick::ImageMagickError' delegate failed `"ffmpeg" -v -1 -i
"%M%%d.jpg" "%u.%m" 2> "%Z"' @ error/delegate.c/InvokeDelegate/1310
strace information of:
grep ffmpeg trace.txt
17146 execve("/bin/sh", ["sh", "-c", "\"ffmpeg\" -v -1 -i \"/tmp/magick-1"...],
[/* 19 vars */] <unfinished ...>
17146 stat("/usr/local/sbin/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file
or directory)
17146 stat("/usr/local/bin/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file
or directory)
17146 stat("/usr/sbin/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file or
directory)
17146 stat("/usr/bin/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file or
directory)
17146 stat("/sbin/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file or
directory)
17146 stat("/bin/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file or
directory)
17146 stat("/usr/local/games/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file
or directory)
17146 stat("/usr/games/ffmpeg", 0x7fff3579e510) = -1 ENOENT (No such file or
directory)
grep avconv trace.txt
No results on the grep for avconv in trace file. So to me this seems that the
package is still using ffmpeg for MPEGDecodeDelegate
and not avconv. In fact if I ln -s /usr/bin/avconv /usr/bin/ffmpeg the
delegate error goes away.
This may be related to bug:
#722272 Please no longer suggest ffmpeg
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot set
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
Versions of packages imagemagick-common depends on:
ii dpkg 1.17.24
imagemagick-common recommends no packages.
imagemagick-common suggests no packages.
-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]