Self-test failure in `demo/demo.sh'

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
User avatar
mi
Posts: 123
Joined: 2005-01-25T14:14:43-07:00
Contact:

Self-test failure in `demo/demo.sh'

Post by mi »

I'm testing without the pieces, which require X11 -- in particular, the freetype, the fontconfig, SVG, and WMF are disabled.

Here is the failure of the demo self-test:

Code: Select all

....
PASS: Magick++/demo/button.sh
demo: FreeType library is not available `/opt/share/ghostscript/fonts/n019003l.pfb'.
demo: FreeType library is not available `/opt/share/ghostscript/fonts/n019003l.pfb'.
Read images ...
Creating thumbnails...
  add noise ...
  annotate ...
  blur ...
  border ...
  channel ...
  charcoal ...
  composite ...
  contrast ...
  convolve ...
  crop ...
  despeckle ...
  draw ...
Caught exception: demo: Non-conforming drawing primitive definition `circle'
FAIL: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
....
Please, advise.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Self-test failure in `demo/demo.sh'

Post by magick »

The regression tests assume that certain delegates are available such as Freetype. Without delegates such as Freetype, ImageMagick is somewhat diminished in its capabilities.
User avatar
mi
Posts: 123
Joined: 2005-01-25T14:14:43-07:00
Contact:

Re: Self-test failure in `demo/demo.sh'

Post by mi »

magick wrote:The regression tests assume that certain delegates are available such as Freetype. Without delegates such as Freetype, ImageMagick is somewhat diminished in its capabilities.
The diminishment is fine and to be expected. The tests, however, should distinguish between absence of functionality and bugs in it present.

Is that too difficult to implement?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Self-test failure in `demo/demo.sh'

Post by magick »

We intend to fix the regression tests to distinguish when certain delegates are missing. Currently we do not have an ETA on this fix. Thanks for alerting us to the problem.
Post Reply