Page 1 of 1

make check failure with --enable-hdri

Posted: 2011-04-15T06:51:22-07:00
by axelrose
Hello all,

I experience a failure with 6.6.9-4 if I enable HDRI.
Without HDRI all tests pass.

From tests/validate-formats-on-disk.log:

test 317: PCT/Undefined/PaletteMatte/8-bits... fail (with distortion 8.41707e+57).

Could you please try to reproduce this or give detailed debugging instructions.

Thanks, Axel.

Re: make check failure with --enable-hdri

Posted: 2011-04-15T09:52:38-07:00
by magpit
axelrose wrote:Hello all,

I experience a failure with 6.6.9-4 if I enable HDRI.
Without HDRI all tests pass.

From tests/validate-formats-on-disk.log:

test 317: PCT/Undefined/PaletteMatte/8-bits... fail (with distortion 8.41707e+57).

Could you please try to reproduce this or give detailed debugging instructions.

Thanks, Axel.
Hi Axel,

the same failure I've got with ImageMagick version 6.6.9-2 to 6.6.9-4.

my ./compile call was

Code: Select all

./configure --prefix=/usr --with-modules=yes --enable-hdri --with-gslib=yes LDFLAGS='-L/usr/lib -R/usr/lib'
and I've got errors due to the --enable-hdri and the other '--' parameters.

After I've read Your thread first I deleted the --enable-hdri parameter and this test was passed now.

Then I removed the other parameters and configured with

Code: Select all

./configure --prefix=/usr LDFLAGS='-L/usr/lib -R/usr/lib'
and now all tests have passed successfully.

I wrote this already few days ago in my threads, but with no response how the failures could be hacked.

The --prefix=/usr I keep due to ImageMagick uses /usr/local instead and all the shell files for the make check were not marked with run bit. I wrote this in make check - 48 of 48 tests failed already.

But now Your thread confirms my problem.

Bye
magpit

Re: make check failure with --enable-hdri

Posted: 2011-04-15T10:56:09-07:00
by magick
We'll have a fix for the HDRI validation suite in the next point release of ImageMagick. Thanks.