Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2007 17:39:31 +0200
From:      Christopher Illies <christopher.illies@ki.se>
To:        Randy Pratt <rpratt1950@embarqmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: ImageMagick
Message-ID:  <20070927153931.GB70278@Klabautermann.ks.se>
In-Reply-To: <20070927093458.bf3c5a75.rpratt1950@embarqmail.com>
References:  <57200BF94E69E54880C9BB1AF714BBCB011187@w2003s01.double-l.local> <20070927124421.GA70278@Klabautermann.ks.se> <20070927093458.bf3c5a75.rpratt1950@embarqmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 27, 2007 at 09:34:58AM -0400, Randy Pratt wrote:
> On Thu, 27 Sep 2007 14:44:21 +0200
> Christopher Illies <christopher.illies@ki.se> wrote:
> 
> > On Thu, Sep 27, 2007 at 11:21:02AM +0200, Johan Hendriks wrote:
> > > I can not update Image Magick on all of my machines.
> > > This is on 6.2 and 6.1
> > >  
> > > it errors out with the following error:
> > [...]
> > 
> > I had the same error. Now I switched SVG format support on and it
> > passes the tests.
> 
> I tried turning on the SVG format and it still fails.  Could you
> show the output of your "make showconfig" for ImageMagick?
> 
> Mine is:
>      X11=on "X11 support"
>      IMAGEMAGICK_TESTS=on "Run bundled self-tests after build"
>      IMAGEMAGICK_PERL=on "Perl support"
>      IMAGEMAGICK_MODULES=off "Modules support (broken)"
>      IMAGEMAGICK_BZLIB=on "Bzlib support"
>      IMAGEMAGICK_16BIT_PIXEL=on "16bit pixel support"
>      IMAGEMAGICK_LCMS=on "LCMS support"
>      IMAGEMAGICK_TTF=on "Freetype support"
>      IMAGEMAGICK_FONTCONFIG=on "Fontconfig support"
>      IMAGEMAGICK_JPEG=on "JPG format support"
>      IMAGEMAGICK_PNG=on "PNG format support"
>      IMAGEMAGICK_TIFF=on "TIFF format support"
>      IMAGEMAGICK_FPX=on "FPX format support"
>      IMAGEMAGICK_JBIG=on "JBIG format support"
>      IMAGEMAGICK_JPEG2000=on "JPEG2000 format support"
>      IMAGEMAGICK_DOT=off "GraphViz dot graphs support"
>      IMAGEMAGICK_WMF=off "WMF format support"
>      IMAGEMAGICK_SVG=on "SVG format support"
>      IMAGEMAGICK_PDF=on "PDF format support"
>      IMAGEMAGICK_MPEG2=on "MPEG2 format support"
>      IMAGEMAGICK_GSLIB=off "libgs (Postscript SHLIB) support"
> 
> There has been a PR 116682 filed and a thread started on: 
> 
> http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9782
> 
> The developers can't reproduce the failure we're seeing.
> 
> Thanks,
> 
> Randy
> -- 

Here it is:
$ make showconfig
===> The following configuration options are available for
ImageMagick-6.3.5.10:
     X11=on "X11 support"
     IMAGEMAGICK_TESTS=on "Run bundled self-tests after build"
     IMAGEMAGICK_PERL=off "Perl support"
     IMAGEMAGICK_MODULES=off "Modules support (broken)"
     IMAGEMAGICK_BZLIB=on "Bzlib support"
     IMAGEMAGICK_16BIT_PIXEL=on "16bit pixel support"
     IMAGEMAGICK_LCMS=on "LCMS support"
     IMAGEMAGICK_TTF=on "Freetype support"
     IMAGEMAGICK_FONTCONFIG=on "Fontconfig support"
     IMAGEMAGICK_JPEG=on "JPG format support"
     IMAGEMAGICK_PNG=on "PNG format support"
     IMAGEMAGICK_TIFF=on "TIFF format support"
     IMAGEMAGICK_FPX=on "FPX format support"
     IMAGEMAGICK_JBIG=on "JBIG format support"
     IMAGEMAGICK_JPEG2000=on "JPEG2000 format support"
     IMAGEMAGICK_DOT=off "GraphViz dot graphs support"
     IMAGEMAGICK_WMF=off "WMF format support"
     IMAGEMAGICK_SVG=on "SVG format support"
     IMAGEMAGICK_PDF=on "PDF format support"
     IMAGEMAGICK_MPEG2=on "MPEG2 format support"
     IMAGEMAGICK_GSLIB=off "libgs (Postscript SHLIB) support"
===> Use 'make config' to modify these settings
$

And as I see now, I also turned off Perl support. Probably that did
it. Sorry about the confusion.

Christopher



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070927153931.GB70278>