wandtest.h failed?

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
quicken
Posts: 1
Joined: 2011-08-11T01:40:29-07:00
Authentication code: 8675308

wandtest.h failed?

Post by quicken »

I tried installing tonight on a linux server, and this showed up after running the check:


PASS: tests/validate-compare.sh
PASS: tests/validate-composite.sh
PASS: tests/validate-convert.sh
PASS: tests/validate-identify.sh
PASS: tests/validate-import.sh
PASS: tests/validate-montage.sh
PASS: tests/validate-pipe.sh
PASS: tests/validate-stream.sh
PASS: tests/validate-formats-in-memory.sh
PASS: tests/validate-formats-on-disk.sh
PASS: wand/drawtest.sh
FAIL: wand/wandtest.sh
===========================================
1 of 12 tests failed
See ./test-suite.log
Please report to http://www.imagemagick.org
===========================================

Is this critical?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: wandtest.h failed?

Post by magick »

Most likely the failure is not critical, however, post the output of this file: wand/wandtest.log so we can identify which unit test failed and determine why.
technotrope
Posts: 8
Joined: 2012-01-23T12:37:17-07:00
Authentication code: 8675308

Re: wandtest.h failed?

Post by technotrope »

Hello -

While trying to install ImageMagick (v6.7.4-7) for use by Foswiki, I am also getting this message. I do not believe I have permissions to upload attachments to this forum. Is there another location I should upload the log file to? Thank you.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: wandtest.h failed?

Post by magick »

Send your log file to patches at imagemagick dot org.
technotrope
Posts: 8
Joined: 2012-01-23T12:37:17-07:00
Authentication code: 8675308

Re: wandtest.h failed?

Post by technotrope »

Thanks for your quick reply. I've forwarded the .log file.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: wandtest.h failed?

Post by magick »

wantest.sh requires the Freetype delegate library to complete successfully. You can safely ignore this failure or you can install the Freetype library on your system and rebuild and reinstall ImageMagick and try the units tests again.
technotrope
Posts: 8
Joined: 2012-01-23T12:37:17-07:00
Authentication code: 8675308

Re: wandtest.h failed?

Post by technotrope »

Thanks for your reply.

It appears it's installed, and I enabled "Image Plugin" in Foswiki. However, now I'm getting the "Can't locate Imagepath in @INC" error. What I have in my Foswiki topic reads:

%IMAGE{"\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" type="frame" align="center" caption="Seeds" }%

"Forbin" is on our network. Regular HTML image commands can display images from this location. Can you suggest what else I might be missing? I'll be the absolute first to admit I'm fumbling around without really knowing enough about linux, Foswiki, Apache, etc., much less how to install and use plugins, so I'm hoping you'll cut me some slack for asking (probably) newbie questions.
technotrope
Posts: 8
Joined: 2012-01-23T12:37:17-07:00
Authentication code: 8675308

Re: wandtest.h failed?

Post by technotrope »

Hi - touching base again to see if I can get any additional info. I think ImageMagick is correctly installed and enabled in Foswiki. However, now I'm getting the "Can't locate Imagepath in @INC" error. What I have in my Foswiki topic reads:

%IMAGE{"\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" type="frame" align="center" caption="Seeds" }%

"Forbin" is on our network. Regular HTML image commands can display images from this location. Can you suggest what else I might be missing? I'll be the absolute first to admit I'm fumbling around without really knowing enough about linux, Foswiki, Apache, etc., much less how to install and use plugins, so I'm hoping you'll cut me some slack for asking (probably) newbie questions.

Thanks, in advance, for any additional suggestions you can offer.
technotrope
Posts: 8
Joined: 2012-01-23T12:37:17-07:00
Authentication code: 8675308

Re: wandtest.h failed?

Post by technotrope »

Hi - touching base again to see if I can get any additional info. I think ImageMagick is correctly installed and enabled in Foswiki. Per a suggestion from the Foswiki forum, I went back and installed the "perl-PerlMagick-6.6.1.0-4.5.1.i586.rpm" package. I'm still getting the "Can't locate Imagepath in @INC" error.

What I have in my Foswiki topic reads:

%IMAGE{"\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" type="frame" align="center" caption="Seeds" }%

"Forbin" is on our network. Regular HTML image commands can display images from this location. Can you suggest what else I might be missing? I'll be the absolute first to admit I'm fumbling around without really knowing enough about linux, Foswiki, Apache, etc., much less how to install and use plugins, so I'm hoping you'll cut me some slack for asking (probably) newbie questions.

Thanks, in advance, for any additional suggestions you can offer.
Post Reply