Make check fails 3 tests

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
danodemano
Posts: 4
Joined: 2013-06-24T17:16:41-07:00
Authentication code: 6789

Make check fails 3 tests

Post 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
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Make check fails 3 tests

Post 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
Last edited by glennrp on 2013-06-24T18:11:30-07:00, edited 2 times in total.
danodemano
Posts: 4
Joined: 2013-06-24T17:16:41-07:00
Authentication code: 6789

Re: Make check fails 3 tests

Post 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.
danodemano
Posts: 4
Joined: 2013-06-24T17:16:41-07:00
Authentication code: 6789

Re: Make check fails 3 tests

Post by danodemano »

Tried again with 6.8.6-2 and had the same result. New log: http://pastebin.com/gewxj1BA
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Make check fails 3 tests

Post 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.
danodemano
Posts: 4
Joined: 2013-06-24T17:16:41-07:00
Authentication code: 6789

Re: Make check fails 3 tests

Post 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.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Make check fails 3 tests

Post by glennrp »

IM6 SVN revision 12567 (proto-6.8.6-3) passes the colorspace.tap
Post Reply