Page 1 of 1

2 of 47 tests failed

Posted: 2009-08-26T20:45:24-07:00
by naoliv
Hi!

While building ImageMagick 6.5.5-3, two tests failed.
See test-suite.log at http://people.debian.org/~naoliv/misc/i ... -suite.log

Can it be caused by a recent version of libtiff?
We are using libtiff 3.9.0

Thank you.

Re: 2 of 47 tests failed

Posted: 2009-08-27T11:18:23-07:00
by magick
We have a work-around for this problem until we determine why the rose: image causes TIFF-3.9.0 not to flush the last strip. This appears to be the only image that causes the problem. Look for a patch in ImageMagick 6.5.5-4 by sometime tomorrow. We suspect the bug is in TIFF-3.9.0 since this problem does not occur with TIFF 3.8.2 but we'll need more time to identify the problem source.

Re: 2 of 47 tests failed

Posted: 2009-08-27T11:51:50-07:00
by naoliv
Tested with TIFF 4.0.0 beta 3 and it failed on one test.
test-suite.log is this:

Code: Select all

=========================================
   ImageMagick 6.5.5: ./test-suite.log   
=========================================

1 of 47 tests failed.  

.. contents:: :depth: 2


FAIL: Magick++/tests/coderInfo.sh (exit: 1)
===========================================

Caught exception: lt-coderInfo: unable to load module `/tmp/buildd/imagemagick-6.5.5.3/coders/magick.la': file not found @ module.c/OpenModule/1168
It is the same ImageMagick version as before.

Re: 2 of 47 tests failed

Posted: 2009-08-27T11:57:48-07:00
by magick
  • Caught exception: lt-coderInfo: unable to load module `/tmp/buildd/imagemagick-6.5.5.3/coders/magick.la': file not found @ module.c/OpenModule/1168
The lt_dlopen() call failed to find magick.la or one of the files the script references. This is unusual. If it found the rest of the approximately one hundred coders, why didn't it like this one? We cannot reproduce this problem at this time.

Re: 2 of 47 tests failed

Posted: 2009-08-28T11:24:13-07:00
by naoliv
Indeed it's a problem in TIFF (and that has a fix in version 3.9.1): http://bugzilla.maptools.org/show_bug.cgi?id=2088