Hi!

On Thu, Jun 10, 2010 at 9:17 AM, Yavor Doganov <ya...@gnu.org> wrote:
> When building the debian package, the error message is:
>
> make[1]: Leaving directory `/tmp/buildd/batmon.app-0.5'
> convert Resources/Batmon_icon.tif -resize 32x32 batmon.xpm
> convert: unable to open image `Resources/Batmon_icon.tif': 
> /usr/lib/ImageMagick-6.6.0/modules-Q16/coders/tiff.la @ 
> error/blob.c/OpenBlob/2489.
> convert: unable to open image `Resources/Batmon_icon.tif':  @ 
> error/blob.c/OpenBlob/2489.
> convert: missing an image filename `batmon.xpm' @ 
> error/convert.c/ConvertImageCommand/2940.

This message is saying that convert was unable to find
Resources/Batmon_icon.tif (probably this file is somewhere else or you
are on a different dir while building the package).

See:

# convert notavailablefile.tif -resize 32x32 output.xpm
convert: unable to open image `notavailablefile.tif':
/usr/lib/ImageMagick-6.6.0/modules-Q16/coders/tiff.la @
error/blob.c/OpenBlob/2489.
convert: unable to open image `notavailablefile.tif':  @
error/blob.c/OpenBlob/2489.
convert: missing an image filename `output.xpm' @
error/convert.c/ConvertImageCommand/2940.

Will need to fix this in your debian/rules ;-)

> convert: Resources/BatMon_icon.tif: unknown field with tag 37724 (0x935c) 
> encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/703.

This warning message I have forwarded to
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16390
But it's just a warning. It properly converts the file to xpm.

Best regards,
Nelson



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to