Page 1 of 1

Make check fails 3 tests

Posted: 2013-06-24T17:23:48-07:00
by danodemano
I'm not sure what to post but it told me I needed to post this here so here it is. CentOS 6.4 x86_64. ./configure, make, and make install ran without a problem. When I ran make check this is dumped to the test-suite.log file http://pastebin.com/0RVtFNix. I'm not even sure these are a problem but since the check said:

Code: Select all

============================================================================
See ./test-suite.log
Please report to http://www.imagemagick.org
============================================================================
That's what I am doing. Please let me know if you need any additional information.

Thanks,
Dan

Re: Make check fails 3 tests

Posted: 2013-06-24T17:50:22-07:00
by glennrp
I'll see if I can repeat your result. Note that you have made a Q32 build! Do you really need that much precision (32 bits per sample, 128 bits per pixel)?

EDIT: confirmed that validate-colorspace.tap.1 fails with a Q32 build of SVN revision 12558 which is the current SVN head.
I am only getting that one failure.
Version: ImageMagick 6.8.6-2 2013-06-24 Q32 http://www.imagemagick.org

Re: Make check fails 3 tests

Posted: 2013-06-24T17:55:29-07:00
by danodemano
Great, let me know if you need anything from me. I don't know for sure but when I was running 16bit my 18 megapixel images were only coming out to about half-sized in terms of MB so I was afraid I was loosing data. This is why I went to compiling it myself so I could run 32bit. My CentOS box powered through a median of 4 18 megapixel images in about a minute. Cheers!

Edit: I was running 6.8.6-1 in those tests it seems. That was the "latest" version I pulled down from http://www.imagemagick.org/script/download.php and it says: The latest release of ImageMagick is version 6.8.6-1.

Re: Make check fails 3 tests

Posted: 2013-06-25T17:23:55-07:00
by danodemano
Tried again with 6.8.6-2 and had the same result. New log: http://pastebin.com/gewxj1BA

Re: Make check fails 3 tests

Posted: 2013-06-25T18:12:21-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.6-3 Beta available by sometime tomorrow. Thanks.

Re: Make check fails 3 tests

Posted: 2013-06-25T18:31:44-07:00
by danodemano
magick wrote:We can reproduce the problem you posted and have a patch in ImageMagick 6.8.6-3 Beta available by sometime tomorrow. Thanks.
Great! You guys rock! Thanks for the update. Please let me know if I can be of further assistance.

Re: Make check fails 3 tests

Posted: 2013-06-26T18:12:51-07:00
by glennrp
IM6 SVN revision 12567 (proto-6.8.6-3) passes the colorspace.tap