2 of 47 tests failed

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

2 of 47 tests failed

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 2 of 47 tests failed

Post 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.
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: 2 of 47 tests failed

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 2 of 47 tests failed

Post 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.
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: 2 of 47 tests failed

Post 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
Post Reply