Your message dated Sun, 28 Jan 2007 19:53:36 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#408434: perlmagick: Missing .al file for ColorFloodFill
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: perlmagick
Version: 6:6.0.6.2-2.8
Severity: normal
I've just installed perlmagick and have been able to successfully read
images, Draw on them, and write the modified image back out, but any
attempt to use ColorFloodFill causes the program to die with the error:
Can't locate auto/Image/Magick/ColorFloodF.al in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl) at ./connect_map.pl line 64
`find / -iname "ColorFloodF.al"` verifies that there is no (publically-
readable) ColorFloodF.al anywhere on my system.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.23-filter
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages perlmagick depends on:
ii libbz2-1.0 1.0.2-7 high-quality block-sorting file co
ii libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii libdps1 4.3.0.dfsg.1-14sarge2 Display PostScript (DPS) client li
ii libfreetype6 2.1.7-6 FreeType 2 font engine, shared lib
ii libice6 4.3.0.dfsg.1-14sarge2 Inter-Client Exchange library
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii liblcms1 1.13-1 Color management library
ii libmagick6 6:6.0.6.2-2.8 Image manipulation library
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libsm6 4.3.0.dfsg.1-14sarge2 X Window System Session Management
ii libtiff4 3.7.2-7 Tag Image File Format (TIFF) libra
ii libx11-6 4.3.0.dfsg.1-14sarge2 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-14sarge2 X Window System miscellaneous exte
ii libxml2 2.6.16-7 GNOME XML library
ii perl 5.8.4-8sarge5 Larry Wall's Practical Extraction
ii perl-base [perlapi 5.8.4-8sarge5 The Pathologically Eclectic Rubbis
ii xlibs 4.3.0.dfsg.1-14sarge2 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Dave!
On Thu, Jan 25, 2007 at 02:15:56PM -0600, Dave Sherohman wrote:
> I've just installed perlmagick and have been able to successfully read
> images, Draw on them, and write the modified image back out, but any
> attempt to use ColorFloodFill causes the program to die with the error:
You've made a simple typo, and due to PerlMagick trying to be overly
generic, you've received an error message that got you on the wrong
track. The method is called ColorFloodfill(), the second f in lower
case. It works fine on a sarge system, whereas the misspelled name leads
to the error message you've posted.
Regards,
Daniel.
--- End Message ---