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.
make check failure with --enable-hdri
Re: make check failure with --enable-hdri
Hi Axel,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.
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'
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'
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
We'll have a fix for the HDRI validation suite in the next point release of ImageMagick. Thanks.