make check failure with --enable-hdri

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
axelrose
Posts: 96
Joined: 2008-12-16T06:01:27-07:00

make check failure with --enable-hdri

Post 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.
magpit
Posts: 7
Joined: 2011-04-05T07:20:31-07:00
Authentication code: 8675308

Re: make check failure with --enable-hdri

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

Re: make check failure with --enable-hdri

Post by magick »

We'll have a fix for the HDRI validation suite in the next point release of ImageMagick. Thanks.
Post Reply