Package: curator
Version: 2.1-8
Severity: important

The latest version of curator looks for 'identify' (from ImageMagick) in
the current working directory instead of in the PATH:

When you run it:

  ====> thumbnail generation and sizes computation
  WARNING: can't stat ImageMagick program identify
  Perhaps try specifying it using --magick-path or try to use
  python-imaging with --pil.

But it's installed:

  [EMAIL PROTECTED] foo]$ which identify
  /usr/bin/identify
  [EMAIL PROTECTED] foo]$ ls -l /usr/bin/identify
  -rwxr-xr-x 1 root root 4816 Oct 23 12:55 /usr/bin/identify

Note that an strace shows:

  stat64("identify", 0xbf85f6d8)          = -1 ENOENT (No such file or
    directory)
  stat64("identify.exe", 0xbf85f6d8)      = -1 ENOENT (No such file or
    directory)
  write(2, "WARNING: can\'t stat ImageMagick "..., 48WARNING: can't stat
    ImageMagick program identify) = 48

Using '--magick-path /usr/bin' works around the problem succesfully but
shouldn't be needed since /usr/bin is a standard path and in my PATH.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6rider-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages curator depends on:
ii  imagemagick         7:6.2.4.5.dfsg1-0.11 Image manipulation programs
ii  python              2.4.4-1              An interactive high-level object-o
ii  python-imaging      1.1.5-11             Python Imaging Library

curator recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to