ImageMagick png error: unable to load module '/usr/local/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/png.la': file not found

2019-05-12 Thread lists
$ identify bloom1.png 
identify: unable to load module 
'/usr/local/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/png.la': file not 
found @ error/module.c/OpenModule/1275.
identify: no decode delegate for this image format `PNG' @ 
error/constitute.c/ReadImage/509.

$ pkg info -xo Ima
ImageMagick7-nox11-7.0.7.16_2  graphics/ImageMagick7-nox11

All packages installed via pkg.
pkg check shows no problems.

I did pkg delete, reinstall, etc. - still the same.

This is on 11.2-RELEASE-p2.

Any ideas?

Thanks

Anton
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Inkscape - ImageMAgick

2019-01-15 Thread starikarp
Hi!

I like to install Inkscape but I am using ImageMagick7 and Inkscape ask
for 6.9 (ImageMagick6) which doesn't install together with version 7.
Is it possible to switch to ImageMagic7 to build Inkscape, please?

Thank you.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for a second "ffmpeg" optionality in packages (much as with ImageMagick)

2018-06-26 Thread Mathieu Arnold
On Mon, Jun 25, 2018 at 06:31:31PM -0600, Adam Weinberger wrote:
> On Mon, Jun 25, 2018 at 6:08 PM Walter Schwarzenfeld
>  wrote:
> >
> > I don't understand why? You set all these options to off..
> >
> 
> There's something to be said here for packages that don't try to be
> everything to everyone. I'd be surprised if OpenCV is a common format
> for a typical ffmpeg user. It is far more reasonable to ask people who
> need unusual codec support to build their own ffmpeg, than to ask
> everybody to install 2GB of dependencies for a relatively common tool.
> 
> You're right though, Walter, that it goes both ways, and it's also
> reasonable to ask people who want slim installs to build their own
> ffmpeg.
> 
> We've never had a policy regarding dependencitis, and at the end of
> the day it usually comes down to the set of default options that leads
> to the fewest unhappy PRs.

I do not think we have a policy regarding dependencies, but we have
about options, the default set should be the one who benefits most
people (as in, most people should not have to enable more options by
themselves.)
The oposite may have been true years ago, but these days, 2GB, while it
may feel big by human standard, is quite nothing, hard drives are in the
TB, SD cards are also getting there, these days, SD cards up to 32GB are
available for less than $10.

-- 
Mathieu Arnold


signature.asc
Description: PGP signature


Re: Request for a second "ffmpeg" optionality in packages (much as with ImageMagick)

2018-06-25 Thread Adam Weinberger
On Mon, Jun 25, 2018 at 6:08 PM Walter Schwarzenfeld
 wrote:
>
> I don't understand why? You set all these options to off..
>

There's something to be said here for packages that don't try to be
everything to everyone. I'd be surprised if OpenCV is a common format
for a typical ffmpeg user. It is far more reasonable to ask people who
need unusual codec support to build their own ffmpeg, than to ask
everybody to install 2GB of dependencies for a relatively common tool.

You're right though, Walter, that it goes both ways, and it's also
reasonable to ask people who want slim installs to build their own
ffmpeg.

We've never had a policy regarding dependencitis, and at the end of
the day it usually comes down to the set of default options that leads
to the fewest unhappy PRs.

# Adam


-- 
Adam Weinberger
ad...@adamw.org
https://www.adamw.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for a second "ffmpeg" optionality in packages (much as with ImageMagick)

2018-06-25 Thread Walter Schwarzenfeld

corr: You can set all these options off.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for a second "ffmpeg" optionality in packages (much as with ImageMagick)

2018-06-25 Thread Walter Schwarzenfeld

I don't understand why? You set all these options to off..

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Request for a second "ffmpeg" optionality in packages (much as with ImageMagick)

2018-06-25 Thread Karl Denninger
Can I ask for this to be set up with a "stripped" version so it's usable
for command-line things without having to build the port individually? 
This is specifically interesting for embedded systems devices that
aren't AMD64 architecture, where building ports can be an amazingly
arduous process.

"Ffmpeg" (the package) is set up with the "default" options to include
opencv (and by extension X11), which results in an utterly-enormous set
of dependencies coming with the package (well north of a gigabyte!) as
that package has as a dependency the tesseract graphics port as well.  I
brought that into an embedded system and the result was something like
*92* ports coming in as dependencies (!) for a grand total of 2
gigabytes of storage.

There are other packages (e.g. ImageMagick being a notable one with
-noX11) that have two pre-built options sets in the packages -- one with
and one without X11, for example, which makes lots of sense when you
need command-line functionality but not gigabyte-size libraries you'll
never use.

May I politely suggest a second target for ffmpeg that omits fontconfig,
freetype (which should remove the X11 lib requirement) and opencv (which
will get rid of the tesseract dependency)?  That would cut this down to
a much more-reasonable thing to include in an embedded build.

Yes, I can build it as a port of course but having it able to be updated
after install via package management is quite useful.

Thanks for consideration.

-- 

Karl Denninger
k...@denninger.net <mailto:k...@denninger.net>
/The Market Ticker/
/[S/MIME encrypted email preferred]/


smime.p7s
Description: S/MIME Cryptographic Signature


problems installing ImageMagick-nox11 from ports (resolved)

2017-11-12 Thread tech-lists


Hello list,

I was having an odd problem updating imagemagick-nox11. It wasn't
readily apparent as I normally use MAKE_JOBS_NUMBER=10 on this machine,
so ran the make with MAKE_JOBS_UNSAFE=YES and found this problem:

/usr/bin/ld: cannot find -lstdc++

so commented out WITH_CCACHE_BUILD in /etc/make.conf

ran make distclean clean rmconfig and it built successfully. Everything
else builds fine, so I was at a loss initially; thought I'd mention it
here in case it can help others.
--
J.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: New dependencies of ImageMagick-nox11 - are they necessary?

2016-08-22 Thread Koop Mast
On Mon, 2016-08-15 at 12:42 +0200, Miroslav Lachman wrote:
> Matthieu Volat wrote on 08/15/2016 07:53:
> > 
> > On Sun, 14 Aug 2016 23:00:59 +0200
> > Miroslav Lachman <000.f...@quip.cz> wrote:
> > 
> > > 
> > > I upgraded ImageMagick-nox11: 6.9.4.3,1 -> 6.9.5.5_1,1 and found
> > > these
> > > new dependencies:

I update ImageMagick 6 and 7 and tweaked the glib20 dependancy to be
only included where needed.

Please let us know if there are more issues, and thanks for reporting
them!

-Koop

> > > 
> > > 
> > > New packages to be INSTALLED:
> > >   gettext-runtime: 0.19.8.1
> > >   glib: 2.46.2_2
> > >   python27: 2.7.12
> > >   pcre: 8.39
> > > 
> > > I did this in one small jail where I don't want any unnecessary
> > > packages. This was minor update of ImageMagick so I am surprised
> > > with
> > > these not so small new dependencies.
> > > 
> > > Are they really necessary even for nox11 variant of ImageMagick?
> > After playing a bit with options, it seems that:
> > 
> > 1. gettext-runtime
> > I did not see a configure option to disable NLS support in
> > ImageMagick
> > 
> > 2. glib, pcre
> > They are not always needed indeed, in my limited options
> > configuration test[1], LQR needs it at least (I suppose others,
> > like PDF or SVG, would too).
> > 
> > 3. python
> > I suppose a dependency brought it?
> > 
> > > 
> > > 
> > > Miroslav Lachman
> > [1] Full option list and glib/pcre dependency:
> > 
> > 16BIT_PIXEL: none
> > BZIP2: none
> > DJVU: ?
> > DOCS: ?
> > FFTW: ?
> > FONTCONFIG: none
> > FPX: ?
> > FREETYPE: none
> > GRAPHVIZ: ?
> > GSLIB: ?
> > HDRI: ?
> > JBIG: none
> > JPEG: none
> > JPEG2000: none
> > LCMS2: none
> > LQR: glib, pcre
> > LZMA: none
> > MODULES: none
> > OPENEXR: none
> > OPENMP: ?
> > PANGO: ?
> > PDF: ?
> > PERL: ?
> > PNG: none
> > SVG: ?
> > TESTS: ?
> > THREADS: none
> > TIFF: none
> > WEBP: ?
> > WMF: ?
> > X11: none
> Thank you for this analysis.
> I have following options for ImageMagick-nox11
> 
> Options:
>  16BIT_PIXEL: on
>  BZIP2  : on
>  DJVU   : off
>  DOCS   : off
>  FFTW   : off
>  FONTCONFIG : on
>  FPX: off
>  FREETYPE   : on
>  GRAPHVIZ   : off
>  GSLIB  : off
>  HDRI   : off
>  JBIG   : on
>  JPEG   : on
>  JPEG2000   : on
>  LCMS2  : off
>  LQR: off
>  LZMA   : off
>  MODULES: on
>  OPENEXR: off
>  OPENMP : off
>  PDF: off
>  PERL   : off
>  PNG: on
>  TESTS  : off
>  THREADS: on
>  TIFF   : on
>  WEBP   : off
>  WMF: off
> 
> 
> So it doesn't need dependency on glib and pcre (and python brought by
> glib)
> Can ports Makefile be modified to use glib conditionaly only if
> options 
> requiring it are selected?
> 
> I am not sure about gettext. I have NLS disabled in make.conf on our 
> poudriere builder for all ports and it was not used before version
> 6.9.5.5
> 
> OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS HAL
> 
> 
> Miroslav Lachman
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o
> rg"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: New dependencies of ImageMagick-nox11 - are they necessary?

2016-08-15 Thread Miroslav Lachman

Matthieu Volat wrote on 08/15/2016 07:53:

On Sun, 14 Aug 2016 23:00:59 +0200
Miroslav Lachman <000.f...@quip.cz> wrote:


I upgraded ImageMagick-nox11: 6.9.4.3,1 -> 6.9.5.5_1,1 and found these
new dependencies:


New packages to be INSTALLED:
  gettext-runtime: 0.19.8.1
  glib: 2.46.2_2
  python27: 2.7.12
  pcre: 8.39

I did this in one small jail where I don't want any unnecessary
packages. This was minor update of ImageMagick so I am surprised with
these not so small new dependencies.

Are they really necessary even for nox11 variant of ImageMagick?


After playing a bit with options, it seems that:

1. gettext-runtime
I did not see a configure option to disable NLS support in ImageMagick

2. glib, pcre
They are not always needed indeed, in my limited options configuration test[1], 
LQR needs it at least (I suppose others, like PDF or SVG, would too).

3. python
I suppose a dependency brought it?



Miroslav Lachman


[1] Full option list and glib/pcre dependency:

16BIT_PIXEL: none
BZIP2: none
DJVU: ?
DOCS: ?
FFTW: ?
FONTCONFIG: none
FPX: ?
FREETYPE: none
GRAPHVIZ: ?
GSLIB: ?
HDRI: ?
JBIG: none
JPEG: none
JPEG2000: none
LCMS2: none
LQR: glib, pcre
LZMA: none
MODULES: none
OPENEXR: none
OPENMP: ?
PANGO: ?
PDF: ?
PERL: ?
PNG: none
SVG: ?
TESTS: ?
THREADS: none
TIFF: none
WEBP: ?
WMF: ?
X11: none


Thank you for this analysis.
I have following options for ImageMagick-nox11

Options:
16BIT_PIXEL: on
BZIP2  : on
DJVU   : off
DOCS   : off
FFTW   : off
FONTCONFIG : on
FPX: off
FREETYPE   : on
GRAPHVIZ   : off
GSLIB  : off
HDRI   : off
JBIG   : on
JPEG   : on
JPEG2000   : on
LCMS2  : off
LQR: off
LZMA   : off
MODULES: on
OPENEXR: off
OPENMP : off
PDF: off
PERL   : off
PNG: on
TESTS  : off
THREADS: on
TIFF   : on
WEBP   : off
WMF: off


So it doesn't need dependency on glib and pcre (and python brought by glib)
Can ports Makefile be modified to use glib conditionaly only if options 
requiring it are selected?


I am not sure about gettext. I have NLS disabled in make.conf on our 
poudriere builder for all ports and it was not used before version 6.9.5.5


OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS HAL


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: New dependencies of ImageMagick-nox11 - are they necessary?

2016-08-14 Thread Matthieu Volat
On Sun, 14 Aug 2016 23:00:59 +0200
Miroslav Lachman <000.f...@quip.cz> wrote:

> I upgraded ImageMagick-nox11: 6.9.4.3,1 -> 6.9.5.5_1,1 and found these 
> new dependencies:
> 
> 
> New packages to be INSTALLED:
>  gettext-runtime: 0.19.8.1
>  glib: 2.46.2_2
>  python27: 2.7.12
>  pcre: 8.39
> 
> I did this in one small jail where I don't want any unnecessary 
> packages. This was minor update of ImageMagick so I am surprised with 
> these not so small new dependencies.
> 
> Are they really necessary even for nox11 variant of ImageMagick?

After playing a bit with options, it seems that:

1. gettext-runtime
I did not see a configure option to disable NLS support in ImageMagick

2. glib, pcre
They are not always needed indeed, in my limited options configuration test[1], 
LQR needs it at least (I suppose others, like PDF or SVG, would too).

3. python
I suppose a dependency brought it?

> 
> Miroslav Lachman

[1] Full option list and glib/pcre dependency:

16BIT_PIXEL: none
BZIP2: none
DJVU: ?
DOCS: ?
FFTW: ?
FONTCONFIG: none
FPX: ?
FREETYPE: none
GRAPHVIZ: ?
GSLIB: ?
HDRI: ?
JBIG: none
JPEG: none
JPEG2000: none
LCMS2: none
LQR: glib, pcre
LZMA: none
MODULES: none
OPENEXR: none
OPENMP: ?
PANGO: ?
PDF: ?
PERL: ?
PNG: none
SVG: ?
TESTS: ?
THREADS: none
TIFF: none
WEBP: ?
WMF: ?
X11: none


pgpQ98DGwaz86.pgp
Description: OpenPGP digital signature


New dependencies of ImageMagick-nox11 - are they necessary?

2016-08-14 Thread Miroslav Lachman
I upgraded ImageMagick-nox11: 6.9.4.3,1 -> 6.9.5.5_1,1 and found these 
new dependencies:



New packages to be INSTALLED:
gettext-runtime: 0.19.8.1
glib: 2.46.2_2
python27: 2.7.12
pcre: 8.39

I did this in one small jail where I don't want any unnecessary 
packages. This was minor update of ImageMagick so I am surprised with 
these not so small new dependencies.


Are they really necessary even for nox11 variant of ImageMagick?

Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-23 Thread Kevin Oberman
And here are my ImageMagick options:
===> The following configuration options are available for
ImageMagick-6.9.4.3,1:
 16BIT_PIXEL=on: 16bit pixel support
 BZIP2=on: bzip2 compression support
 DJVU=off: DJVU format support (needs THREADS)
 DOCS=on: Build and/or install documentation
 FFTW=on: Discrete Fourier Transform support
 FONTCONFIG=on: X11 font configuration support
 FPX=on: FlashPix image format support
 FREETYPE=on: TrueType font rendering support
 GRAPHVIZ=off: Graphviz graph drawing support
 GSLIB=off: libgs (Postscript SHLIB) support
 HDRI=off: High dynamic range images support
 JBIG=on: JBIG image format support
 JPEG=on: JPEG image format support
 JPEG2000=on: OpenJPEG 2000 support via openjpeg
 LCMS2=on: Little CMS 2.x support
 LQR=on: Liquid Rescale support
 LZMA=on: LZMA compression support
 MODULES=on: Modules support
 OPENEXR=off: HDR image format support via OpenEXR
 OPENMP=off: Parallel processing support via OpenMP
 PANGO=off: Pango rendering library support
 PDF=on: PDF document support
 PERL=on: Perl scripting language support
 PNG=on: PNG image format support
 SVG=on: SVG vector image format support (via librsvg)
 TESTS=on: Run bundled self-tests after build
 THREADS=on: Threading support
 TIFF=on: TIFF image format support
 WEBP=on: WebP image format support
 WMF=on: Windows Metafile image format support
 X11=on: X11 (graphics) support


Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

On Sat, Jul 23, 2016 at 1:02 AM, Dewayne Geraghty  wrote:

> I can echo Kevin's experience.
> Successfully built on 10.3-STABLE FreeBSD 10.3-STABLE #0 r303088M: Thu Jul
> 21, using ccache on both i386 and amd64.
> -rw-r--r--  1 root  wheel   6.8M Jul 23 01:34
> ImageMagick-nox11-6.9.4.3,1.txz
>
> #  cd /usr/ports/graphics/ImageMagick-nox11 && make showconfig | grep =off
>  DJVU=off: DJVU format support (needs THREADS)
>  GRAPHVIZ=off: Graphviz graph drawing support
>  GSLIB=off: libgs (Postscript SHLIB) support
>  HDRI=off: High dynamic range images support
>  OPENEXR=off: HDR image format support via OpenEXR
>  OPENMP=off: Parallel processing support via OpenMP
>  TESTS=off: Run bundled self-tests after build
>
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-23 Thread Dewayne Geraghty
I can echo Kevin's experience.
Successfully built on 10.3-STABLE FreeBSD 10.3-STABLE #0 r303088M: Thu Jul
21, using ccache on both i386 and amd64.
-rw-r--r--  1 root  wheel   6.8M Jul 23 01:34
ImageMagick-nox11-6.9.4.3,1.txz

#  cd /usr/ports/graphics/ImageMagick-nox11 && make showconfig | grep =off
 DJVU=off: DJVU format support (needs THREADS)
 GRAPHVIZ=off: Graphviz graph drawing support
 GSLIB=off: libgs (Postscript SHLIB) support
 HDRI=off: High dynamic range images support
 OPENEXR=off: HDR image format support via OpenEXR
 OPENMP=off: Parallel processing support via OpenMP
 TESTS=off: Run bundled self-tests after build
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-22 Thread Kevin Oberman
On Fri, Jul 22, 2016 at 11:46 PM, Walter Schwarzenfeld <
w.schwarzenf...@utanet.at> wrote:

> First:
> what is in /etc/make.conf ?
> -
> try compile it with GCC
> either
> withe GCC=4.8+
> in the Makefile
> or
> with CC=gcc48 CXX=g++48  CPP=cpp48
> (you can use gcc48 or gcc49 or gcc5)
> --
> I had a similar error with irc/hexchat
> (it compiled only with GCC not with clang).
> add to the Makefile
>
> MAKE_ARGS=LDFLAGS="${LDFLAGS}"
>
> solved my problem.
>

FWIW, I just built ImageMagick wiht clang and had no problems. clang 3.4.1,
the default on 10.3. Do you use ccache?
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-22 Thread Walter Schwarzenfeld

First:
what is in /etc/make.conf ?
-
try compile it with GCC
either
withe GCC=4.8+
in the Makefile
or
with CC=gcc48 CXX=g++48  CPP=cpp48
(you can use gcc48 or gcc49 or gcc5)
--
I had a similar error with irc/hexchat
(it compiled only with GCC not with clang).
add to the Makefile

MAKE_ARGS=LDFLAGS="${LDFLAGS}"

solved my problem.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


GraphicsMagick *and* ImageMagick fail to compile

2016-07-22 Thread Patrick M. Hausen
Hi, all,

I need some help here.

Poudriere, 2016Q3 quarterly ports branch, 10.2-RELEASE-p19 build jail.

Both ports fail with very similar error messages.

GrahicsMagick:

[...]
---Begin OPTIONS List---
===> The following configuration options are available for 
GraphicsMagick-1.3.24,1:
 DOCS=on: Build and/or install documentation
 DPS=off: Display Ghostscript support
 FPX=off: FlashPix image format support
 FREETYPE=on: TrueType font rendering support
 JASPER=on: JPEG 2000 support via JasPer
 JBIG=on: JBIG image format support
 JPEG=on: JPEG image format support
 LCMS2=on: Little CMS 2.x support
 OPENMP=on: Parallel processing support via OpenMP
 PNG=on: PNG image format support
 Q8BIT=off: Use 8-bit pixels (speed) instead of 16-bit (quality)
 SSE=off: Use SSE optimized routines
 TEST=off: Run bundled self-tests after build
 TIFF=on: TIFF image format support
 WEBP=on: WebP image format support
 WMF=on: Windows Metafile image format support
 X11=off: X11 (graphics) support
 XML=on: XML format or parser support
===> Use 'make config' to modify these settings
---End OPTIONS List---
[...]
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Geometry.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Image.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-ImageRef.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Montage.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Options.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Pixels.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-STL.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Thread.o 
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-TypeMetric.o
-Wl,-rpath 
-Wl,/wrkdirs/usr/ports/graphics/GraphicsMagick/work/GraphicsMagick-1.3.24/magick/.libs
 -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib 
-L/usr/local/lib/gcc48 magick/.libs/libGraphicsMagick.so -ljbig -lwebp -llcms2 
-ltiff -lfreetype /usr/local/lib/libjasper.so -ljpeg -lpng16 -lwmflite -llzma 
-lbz2 -lxml2 -lz -lgomp -lpthread -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s 
/usr/lib/crtendS.o /usr/lib/crtn.o  -O2 -fstack-protector 
-Wl,-rpath=/usr/local/lib/gcc48 -Wl,-rpath=/usr/local/lib/gcc48 
-fstack-protector -Wl,-rpath=/usr/local/lib/gcc48   -fopenmp -Wl,-soname 
-Wl,libGraphicsMagick++.so.12 -o 
Magick++/lib/.libs/libGraphicsMagick++.so.12.1.0
/usr/bin/ld: Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Blob.o: 
relocation R_X86_64_32S against `_ZTVN6Magick4BlobE' can not be used when 
making a shared object; recompile with -fPIC
Magick++/lib/.libs/Magick___lib_libGraphicsMagick___la-Blob.o: could not read 
symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[2]: stopped in 
/wrkdirs/usr/ports/graphics/GraphicsMagick/work/GraphicsMagick-1.3.24
*** Error code 1

Stop.
make[1]: stopped in 
/wrkdirs/usr/ports/graphics/GraphicsMagick/work/GraphicsMagick-1.3.24
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/GraphicsMagick
--------


ImageMagick:

[...]
---Begin OPTIONS List---
===> The following configuration options are available for 
ImageMagick-nox11-6.9.4.3,1:
 16BIT_PIXEL=on: 16bit pixel support
 BZIP2=on: bzip2 compression support
 DJVU=off: DJVU format support (needs THREADS)
 DOCS=on: Build and/or install documentation
 FFTW=on: Discrete Fourier Transform support
 FONTCONFIG=on: X11 font configuration support
 FPX=on: FlashPix image format support
 FREETYPE=on: TrueType font rendering support
 GRAPHVIZ=off: Graphviz graph drawing support
 GSLIB=off: libgs (Postscript SHLIB) support
 HDRI=off: High dynamic range images support
 JBIG=on: JBIG image format support
 JPEG=on: JPEG image format support
 JPEG2000=on: OpenJPEG 2000 support via openjpeg
 LCMS2=on: Little CMS 2.x support
 LQR=on: Liquid Rescale support
 LZMA=on: LZMA compression support
 MODULES=on: Modules support
 OPENEXR=off: HDR image format support via OpenEXR
 OPENMP=off: Parallel processing support via OpenMP
 PDF=on: PDF document support
 PERL=on: Perl scripting language support
 PNG=on: PNG image format support
 TESTS=off: Run bundled self-tests after build
 THREADS=on: Threading support
 TIFF=on: TIFF image format support
 WEBP=on: WebP image format support
 WMF=on: Windows Metafile image format support
===> Use 'make config' to modify these settings
---End OPTIONS List---
[...]
#warning "this file includes  which is deprecated"
 ^
1 warning generated.
  CCLD coders/tiff.la
  CC   coders/coders_webp_la-webp.lo
In file included from coders/webp.c:42:
In file included from ./magick/studio.h:176:
/usr/include/sys/timeb.

Re: graphics/ImageMagick vulnerability status?

2016-05-10 Thread Steven Hartland
Really doesn't help that they keep revising the fix, 3 releases in 6 
days, latest version actually being 6.9.4-1 :(


On 10/05/2016 15:09, Stefan Bethke wrote:

Hey,

according to 
https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588, a 
release 6.9.4-0 should be out that improves the situation significantly.  It 
appears that graphics/ImageMagick is at 6.9.3.  It would be nice if people who 
follow ImageMagick more closely than me could speak to the security status of the 
current port, updates planned, and/or additional mitigation recommended.  Heise 
News is reporting that exploits have been posted and are seen in the wild.


Thanks,
Stefan



___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


graphics/ImageMagick vulnerability status?

2016-05-10 Thread Stefan Bethke
Hey,

according to 
https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588, a 
release 6.9.4-0 should be out that improves the situation significantly.  It 
appears that graphics/ImageMagick is at 6.9.3.  It would be nice if people who 
follow ImageMagick more closely than me could speak to the security status of 
the current port, updates planned, and/or additional mitigation recommended.  
Heise News is reporting that exploits have been posted and are seen in the wild.


Thanks,
Stefan

-- 
Stefan BethkeFon +49 151 14070811




___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-26 Thread David Wolfskill
On Sat, Dec 26, 2015 at 09:10:06PM +0900, Hajimu UMEMOTO wrote:
> Hi,
> 
> >>>>> On Sat, 26 Dec 2015 12:35:15 +0900
> >>>>> Hajimu UMEMOTO  said:
> 
> s-okano> I am afraid that the file for "lib32" is installed (overwrites?).
> s-okano> When I change "/usr/lib32" to "/usr/lib", I can build ImageMagick
> s-okano> successfully.
> 
> ume> It seems we have to do MFC the equivalence of r276962.
> 
> Done as r292747.
> 
> Sincerely,
> 
> --
> Hajimu UMEMOTO
> u...@mahoroba.org  u...@freebsd.org
> http://www.mahoroba.org/~ume/
> .

I thank both of you!  I confirm that applying r292747 to stable/10
@r292746 allows graphics/ImageMagick to build with no reports of
problems.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-26 Thread Hajimu UMEMOTO
Hi,

>>>>> On Sat, 26 Dec 2015 12:35:15 +0900
>>>>> Hajimu UMEMOTO  said:

s-okano> I am afraid that the file for "lib32" is installed (overwrites?).
s-okano> When I change "/usr/lib32" to "/usr/lib", I can build ImageMagick
s-okano> successfully.

ume> It seems we have to do MFC the equivalence of r276962.

Done as r292747.

Sincerely,

--
Hajimu UMEMOTO
u...@mahoroba.org  u...@freebsd.org
http://www.mahoroba.org/~ume/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-25 Thread Hajimu UMEMOTO
Hi,

>>>>> On Fri, 25 Dec 2015 21:57:34 +0900 (JST)
>>>>> Shin-ichi Okano  said:

s-okano> I am afraid that the file for "lib32" is installed (overwrites?).
s-okano> When I change "/usr/lib32" to "/usr/lib", I can build ImageMagick
s-okano> successfully.

It seems we have to do MFC the equivalence of r276962.

Sincerely,

--
Hajimu UMEMOTO
u...@mahoroba.org  u...@freebsd.org
http://www.mahoroba.org/~ume/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-25 Thread Shin-ichi Okano
Hi,

I faced the same issue. 
I think this is caused by below:

--
% pkgconf --libs liblzma
-L/usr/lib32 -llzma  
% cat /usr/libdata/pkgconfig/liblzma.pc
#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib32
includedir=/usr/include

Name: liblzma
Description: General purpose data compression library
URL: http://tukaani.org/xz/
Version: 5.2.2
Cflags: -I${includedir}
Libs: -L${libdir} -llzma
Libs.private:  @LIBS@
--

I am afraid that the file for "lib32" is installed (overwrites?).
When I change "/usr/lib32" to "/usr/lib", I can build ImageMagick
successfully.

Best Regards,
Shin-ichi Okano
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-24 Thread Per olof Ljungmark

On 2015-12-23 14:14, David Wolfskill wrote:
> Today's daily stable/10 laptop update was from:
> 
> FreeBSD g1-252.catwhisker.org 10.2-STABLE FreeBSD 10.2-STABLE #235  
> r292590M/292594:1002504: Tue Dec 22 04:31:23 PST 2015 
> r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64
> 
> to:
> 
> FreeBSD g1-252.catwhisker.org 10.2-STABLE FreeBSD 10.2-STABLE #236  
> r292656M/292657:1002504: Wed Dec 23 04:20:06 PST 2015 
> r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64
> 
> 
> After a successful reboot, I then (as is my custom) invoked portmaster
> to update the installed ports on it; the following were selected:
> 
> ===>>> The following actions will be taken if you choose to proceed:
> Upgrade rpm2cpio-1.4 to rpm2cpio-1.4_1
> Upgrade ImageMagick-6.9.2.8_1,1 to ImageMagick-6.9.2.10,1
> Upgrade librsvg2-2.40.10 to librsvg2-2.40.12
> Upgrade libXi-1.7.5,1 to libXi-1.7.6,1
> Upgrade openjdk8-8.66.17 to openjdk8-8.66.17_1
> 
> 
> /usr/ports had been updated to 404287 (on ports/head).
> 
> During the initial pass, the ImageMagick update failed; I proceeded
> with the remianing 3 (which succeeeded), then re-tried ImageMagick,
> which failed again in the same way:
> 

Apparently not only ImageMagick is affected, this is libxml2:


sed -e 's?\@XML_LIBDIR\@?-L/usr/local/lib?g' \
-e 's?\@XML_INCLUDEDIR\@?-I/usr/local/include/libxml2
-I/usr/include?g' \
-e 's?\@VERSION\@?2.9.3?g' \
-e 's?\@XML_LIBS\@?-lxml2 -lz  -L/usr/lib -lm ?g' \
   < ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
  CCLD testdso.la
1 warning generated.
11 warnings generated.
99 warnings generated.
  CCLD libxml2.la
/usr/bin/ld: skipping incompatible /usr/lib32/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib32/libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib32/liblzma.so when searching
for -llzma
/usr/bin/ld: skipping incompatible /usr/lib32/liblzma.a when searching
for -llzma
/usr/bin/ld: skipping incompatible /usr/lib32/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib32/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib32/libgcc.a when searching
for -lgcc
/usr/bin/ld: skipping incompatible /usr/lib32/libgcc_s.so when searching
for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib32/libc.so.7 when searching
for /usr/lib32/libc.so.7
/usr/bin/ld: cannot find /usr/lib32/libc.so.7
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:967: recipe for target 'libxml2.la' failed
gmake[4]: *** [libxml2.la] Error 1
gmake[4]: Leaving directory '/usr/ports/textproc/libxml2/work/libxml2-2.9.3'
Makefile:1438: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory '/usr/ports/textproc/libxml2/work/libxml2-2.9.3'
Makefile:857: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory '/usr/ports/textproc/libxml2/work/libxml2-2.9.3'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-24 Thread David Wolfskill
On Wed, Dec 23, 2015 at 11:21:07PM -0800, Kevin Oberman wrote:
> It's definitely 10-STABLE and a fairly recent change. It MIGHT be in HEAD,
> as well, but I don't have anything running HEAD ATM. It's nothing older
> than a couple of weeks.
> 

As an experiment, I booted my build machine up to:

FreeBSD 10.2-STABLE #1886  r292490M/292509:1002503: Sun Dec 20 04:38:35 PST 2015
r...@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/GENERIC  amd64

and ran "poudriere bulk," which built a lot of things (I had previously
last run that on the 20th -- I normally do so on Saturdays & Sundays),
including graphics/ImageMagick.  Today, my ports tree is at r404341.

I then flipped the build machine to:

FreeBSD 10.2-STABLE #1890  r292673M/292683:1002504: Thu Dec 24 04:19:19 PST 2015
r...@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/GENERIC  amd64

and since "poudriere bulk" didn't try to rebuild graphics/ImageMagick, I
tried "poudriere testport -o graphics/ImageMagick" -- and that failed
with the same whines about /usr/lib32 that we've been discussing.

I need to head out to run errands for a while, but perhaps this
information will be of use...?

(The build machine is faster than my laptop, but doesn't have X11 at
all, so trying to use portmaster to build ImageMagick isn't feasible.
But apparently "poudriere testport" is sufficient to generate the
failure.)

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Kevin Oberman
It's definitely 10-STABLE and a fairly recent change. It MIGHT be in HEAD,
as well, but I don't have anything running HEAD ATM. It's nothing older
than a couple of weeks.

Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

On Wed, Dec 23, 2015 at 10:45 PM, Walter Schwarzenfeld <
w.schwarzenf...@utanet.at> wrote:

> Seems only STABLE. On 10-2-RELEASE amd64 and i386 and on 9.3-RELEASE
> also both compiles fine.
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Walter Schwarzenfeld
Seems only STABLE. On 10-2-RELEASE amd64 and i386 and on 9.3-RELEASE
also both compiles fine.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Kevin Oberman
On Wed, Dec 23, 2015 at 6:11 PM, Kevin Oberman  wrote:

> On Wed, Dec 23, 2015 at 5:36 PM, David Wolfskill 
> wrote:
>
>> On Thu, Dec 24, 2015 at 02:28:24AM +0100, Walter Schwarzenfeld wrote:
>> > I don't really believe it is cause this errors, but comment out
>> >
>> > WITHOUT_RUNTIME_CPUDETECTION=   YES and OPTIONS_SET=OPTIMIZED_CFLAGS
>> >
>> > and try it.
>> > ...
>>
>> Thanks for the suggestion; I tried it, but the failure recurred.
>>
>> Peace,
>> david
>> --
>> David H. Wolfskill  da...@catwhisker.org
>> Those who would murder in the name of God or prophet are blasphemous
>> cowards.
>>
>
>
>
> I seriously doubt that it will make a difference, but why not just move
> make.conf and src.conf aside for a quick test? That should remove any
> possibility.
>
> I am now updating my system. I'll try re-building ImageMagick as soon as
> it finishes (allowing for delay while we have dinner).
>

I can now confirm that it is the system. After updating 10-STABLE to
r292678, I get the same lib32 errors  when building ImageMagick.

I can try bisecting, but it's too late tonight and I have to work tomorrow
AM and then finish wrapping packages. (Packages will be a TOP priority.)
The problem has to be fairly recent as graphics/ImageMagik has had several
updates recently. I'd try backing off about a week at the most as a
starting point. :Looks like the most likely place is the linker.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Kevin Oberman
On Wed, Dec 23, 2015 at 5:36 PM, David Wolfskill 
wrote:

> On Thu, Dec 24, 2015 at 02:28:24AM +0100, Walter Schwarzenfeld wrote:
> > I don't really believe it is cause this errors, but comment out
> >
> > WITHOUT_RUNTIME_CPUDETECTION=   YES and OPTIONS_SET=OPTIMIZED_CFLAGS
> >
> > and try it.
> > ...
>
> Thanks for the suggestion; I tried it, but the failure recurred.
>
> Peace,
> david
> --
> David H. Wolfskill  da...@catwhisker.org
> Those who would murder in the name of God or prophet are blasphemous
> cowards.
>



I seriously doubt that it will make a difference, but why not just move
make.conf and src.conf aside for a quick test? That should remove any
possibility.

I am now updating my system. I'll try re-building ImageMagick as soon as it
finishes (allowing for delay while we have dinner).
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread David Wolfskill
On Thu, Dec 24, 2015 at 02:28:24AM +0100, Walter Schwarzenfeld wrote:
> I don't really believe it is cause this errors, but comment out
> 
> WITHOUT_RUNTIME_CPUDETECTION=   YES and OPTIONS_SET=OPTIMIZED_CFLAGS
> 
> and try it.
> ...

Thanks for the suggestion; I tried it, but the failure recurred.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Walter Schwarzenfeld
I don't really believe it is cause this errors, but comment out

WITHOUT_RUNTIME_CPUDETECTION=   YES and OPTIONS_SET=OPTIMIZED_CFLAGS

and try it.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread David Wolfskill
On Thu, Dec 24, 2015 at 02:00:09AM +0100, Walter Schwarzenfeld wrote:
> The old question: Is something in /etc/make.conf ode /etc/libmap.conf,
> which can cause this errors?
> 

Well, I don't *think* so, but:

g1-252(10.2-S)[1] ls -lT /etc/make.conf
-r--r--r--  1 root  wheel  442 Dec 20 06:24:12 2015 /etc/make.conf
g1-252(10.2-S)[2] cat !$
cat /etc/make.conf
NET_SNMP_SYS_CONTACT="da...@catwhisker.org"
NET_SNMP_SYS_LOCATION="variable"
NET_SNMP_LOGFILE=/var/log/snmpd.log
NET_SNMP_PERSISTENTDIR=/var/net-snmp
WITH_BSD_JDK=TRUE
# For mplayer
WITHOUT_RUNTIME_CPUDETECTION=   YES
WITHOUT_CJK=YES
NO_SUID_XSERVER=YES
# For Linux compat
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
INSTALL_AS_NCFTP=yes
OPTIONS_SET=OPTIMIZED_CFLAGS
# DISABLE_VULNERABILITIES=yes
DEFAULT_VERSIONS+=  perl5=5.22
g1-252(10.2-S)[3] ls -lT libmap.conf
ls: libmap.conf: No such file or directory
g1-252(10.2-S)[4] 

[The relatively recent mtime for make.conf is from the
"# DISABLE_VULNERABILITIES=yes" line.]

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Walter Schwarzenfeld
The old question: Is something in /etc/make.conf ode /etc/libmap.conf,
which can cause this errors?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread Kevin Oberman
On Wed, Dec 23, 2015 at 5:14 AM, David Wolfskill 
wrote:

> Today's daily stable/10 laptop update was from:
>
> FreeBSD g1-252.catwhisker.org 10.2-STABLE FreeBSD 10.2-STABLE #235
> r292590M/292594:1002504: Tue Dec 22 04:31:23 PST 2015
>  r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64
>
> to:
>
> FreeBSD g1-252.catwhisker.org 10.2-STABLE FreeBSD 10.2-STABLE #236
> r292656M/292657:1002504: Wed Dec 23 04:20:06 PST 2015
>  r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64
>
>
> After a successful reboot, I then (as is my custom) invoked portmaster
> to update the installed ports on it; the following were selected:
>
> ===>>> The following actions will be taken if you choose to proceed:
> Upgrade rpm2cpio-1.4 to rpm2cpio-1.4_1
> Upgrade ImageMagick-6.9.2.8_1,1 to ImageMagick-6.9.2.10,1
> Upgrade librsvg2-2.40.10 to librsvg2-2.40.12
> Upgrade libXi-1.7.5,1 to libXi-1.7.6,1
> Upgrade openjdk8-8.66.17 to openjdk8-8.66.17_1
>
>
> /usr/ports had been updated to 404287 (on ports/head).
>
> During the initial pass, the ImageMagick update failed; I proceeded
> with the remianing 3 (which succeeeded), then re-tried ImageMagick,
> which failed again in the same way:
>
> ...
> ===>  Building for ImageMagick-6.9.2.10,1
> gmake[2]: Entering directory
> '/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
> gmake  all-am
> gmake[3]: Entering directory
> '/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
> cp -f magick/ImageMagick.pc magick/ImageMagick-6.pc
> cp -f magick/MagickCore.pc magick/MagickCore-6.pc
> cp -f wand/MagickWand.pc wand/MagickWand-6.pc
> cp -f wand/Wand.pc wand/Wand-6.pc
> cp -f Magick++/lib/Magick++.pc Magick++/lib/Magick++-6.pc
> cp -f Magick++/lib/ImageMagick++.pc Magick++/lib/ImageMagick++-6.pc
>   GEN  PerlMagick/quantum/Q16HDRI.xs
>   GEN  PerlMagick/quantum/Q16HDRI.pm
>   CC   coders/coders_aai_la-aai.lo
>   CC   magick/magick_libMagickCore_6_la-animate.lo
> ...
>   CC   utilities/montage.o
>   CC   utilities/stream.o
>   CCLD magick/libMagickCore-6.la
> /usr/bin/ld: skipping incompatible /usr/lib32/liblzma.so when searching
> for -llzma
> /usr/bin/ld: skipping incompatible /usr/lib32/liblzma.a when searching for
> -llzma
> /usr/bin/ld: skipping incompatible /usr/lib32/libbz2.so when searching for
> -lbz2
> /usr/bin/ld: skipping incompatible /usr/lib32/libbz2.a when searching for
> -lbz2
> /usr/bin/ld: skipping incompatible /usr/lib32/libz.so when searching for
> -lz
> /usr/bin/ld: skipping incompatible /usr/lib32/libz.a when searching for -lz
> /usr/bin/ld: skipping incompatible /usr/lib32/libm.so when searching for
> -lm
> /usr/bin/ld: skipping incompatible /usr/lib32/libm.a when searching for -lm
> /usr/bin/ld: skipping incompatible /usr/lib32/libpthread.so when searching
> for -lpthread
> /usr/bin/ld: skipping incompatible /usr/lib32/libpthread.a when searching
> for -lpthread
> /usr/bin/ld: skipping incompatible /usr/lib32/libgcc.a when searching for
> -lgcc
> /usr/bin/ld: skipping incompatible /usr/lib32/libgcc_s.so when searching
> for -lgcc_s
> /usr/bin/ld: skipping incompatible /usr/lib32/libpthread.so when searching
> for -lpthread
> /usr/bin/ld: skipping incompatible /usr/lib32/libpthread.a when searching
> for -lpthread
> /usr/bin/ld: skipping incompatible /usr/lib32/libc.so.7 when searching for
> /usr/lib32/libc.so.7
> /usr/bin/ld: cannot find /usr/lib32/libc.so.7
> cc: error: linker command failed with exit code 1 (use -v to see
> invocation)
> Makefile:6617: recipe for target 'magick/libMagickCore-6.la' failed
> gmake[3]: *** [magick/libMagickCore-6.la] Error 1
> gmake[3]: *** Waiting for unfinished jobs
> gmake[3]: Leaving directory
> '/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
> Makefile:5194: recipe for target 'all' failed
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> '/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
> the maintainer.
> *** Error code 1
>
> Stop.
> make[1]: stopped in /common/ports/graphics/ImageMagick
> *** Error code 1
>
> Stop.
> make: stopped in /common/ports/graphics/ImageMagick
>
> ===>>> make build failed for graphics/ImageMagick
> ===>>> Aborting update
>
> ===>>> You can restart from the point of failure with this command line:
>portmaster  graphics/ImageMagick
>
> Script done on Wed Dec 23 04:40:36 2015
>
>
> As

Failed upgrade graphics/ImageMagick: /usr/bin/ld: skipping incompatible /usr/lib32/...

2015-12-23 Thread David Wolfskill
Today's daily stable/10 laptop update was from:

FreeBSD g1-252.catwhisker.org 10.2-STABLE FreeBSD 10.2-STABLE #235  
r292590M/292594:1002504: Tue Dec 22 04:31:23 PST 2015 
r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64

to:

FreeBSD g1-252.catwhisker.org 10.2-STABLE FreeBSD 10.2-STABLE #236  
r292656M/292657:1002504: Wed Dec 23 04:20:06 PST 2015 
r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64


After a successful reboot, I then (as is my custom) invoked portmaster
to update the installed ports on it; the following were selected:

===>>> The following actions will be taken if you choose to proceed:
Upgrade rpm2cpio-1.4 to rpm2cpio-1.4_1
    Upgrade ImageMagick-6.9.2.8_1,1 to ImageMagick-6.9.2.10,1
Upgrade librsvg2-2.40.10 to librsvg2-2.40.12
Upgrade libXi-1.7.5,1 to libXi-1.7.6,1
Upgrade openjdk8-8.66.17 to openjdk8-8.66.17_1


/usr/ports had been updated to 404287 (on ports/head).

During the initial pass, the ImageMagick update failed; I proceeded
with the remianing 3 (which succeeeded), then re-tried ImageMagick,
which failed again in the same way:

...
===>  Building for ImageMagick-6.9.2.10,1
gmake[2]: Entering directory 
'/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
gmake  all-am
gmake[3]: Entering directory 
'/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
cp -f magick/ImageMagick.pc magick/ImageMagick-6.pc
cp -f magick/MagickCore.pc magick/MagickCore-6.pc
cp -f wand/MagickWand.pc wand/MagickWand-6.pc
cp -f wand/Wand.pc wand/Wand-6.pc
cp -f Magick++/lib/Magick++.pc Magick++/lib/Magick++-6.pc
cp -f Magick++/lib/ImageMagick++.pc Magick++/lib/ImageMagick++-6.pc
  GEN  PerlMagick/quantum/Q16HDRI.xs
  GEN  PerlMagick/quantum/Q16HDRI.pm
  CC   coders/coders_aai_la-aai.lo
  CC   magick/magick_libMagickCore_6_la-animate.lo
...
  CC   utilities/montage.o
  CC   utilities/stream.o
  CCLD magick/libMagickCore-6.la
/usr/bin/ld: skipping incompatible /usr/lib32/liblzma.so when searching for 
-llzma
/usr/bin/ld: skipping incompatible /usr/lib32/liblzma.a when searching for 
-llzma
/usr/bin/ld: skipping incompatible /usr/lib32/libbz2.so when searching for -lbz2
/usr/bin/ld: skipping incompatible /usr/lib32/libbz2.a when searching for -lbz2
/usr/bin/ld: skipping incompatible /usr/lib32/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib32/libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib32/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib32/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib32/libpthread.so when searching for 
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib32/libpthread.a when searching for 
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib32/libgcc.a when searching for -lgcc
/usr/bin/ld: skipping incompatible /usr/lib32/libgcc_s.so when searching for 
-lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib32/libpthread.so when searching for 
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib32/libpthread.a when searching for 
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib32/libc.so.7 when searching for 
/usr/lib32/libc.so.7
/usr/bin/ld: cannot find /usr/lib32/libc.so.7
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:6617: recipe for target 'magick/libMagickCore-6.la' failed
gmake[3]: *** [magick/libMagickCore-6.la] Error 1
gmake[3]: *** Waiting for unfinished jobs
gmake[3]: Leaving directory 
'/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
Makefile:5194: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
'/common/ports/graphics/ImageMagick/work/ImageMagick-6.9.2-10'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /common/ports/graphics/ImageMagick
*** Error code 1

Stop.
make: stopped in /common/ports/graphics/ImageMagick

===>>> make build failed for graphics/ImageMagick
===>>> Aborting update

===>>> You can restart from the point of failure with this command line:
   portmaster  graphics/ImageMagick 

Script done on Wed Dec 23 04:40:36 2015


As I am not attempting to cross-build -- this is a native amd64
environment; no jails; no virtualization -- and building "for local
consumption," I'm not at all clear why the port was looking at
32-bit libraries in the first place ... but I freely admit that I've
never had occasion to examine that in detail before, so don't take
that as anything more than an admission of ignorance.

The change to the port itself appears to be quite minor:

g1-252(11.0-C)[12] dirs
/usr/ports/graphics/ImageMagick 
g1-252(11.0-C)[13] svn log Makefile |head -3
---

Re: inkscape build fails with ImageMagick - Bug 201655

2015-10-29 Thread Walter Schwarzenfeld
Forget: With OPENMP in both ports on.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: inkscape build fails with ImageMagick - Bug 201655

2015-10-29 Thread Walter Schwarzenfeld
I did not find the error, but I deinstalled ImageMagick (don't know if
it is really needed to deinstall) and installed ImageMagick and inkscape
successful with clang37.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: inkscape build fails with ImageMagick - Bug 201655

2015-10-29 Thread Walter Schwarzenfeld
I got this error: (like in the PR)

 CXXLDinkscape
  CXXLDinkview
extension/internal/bitmap/imagemagick.o: In function
`Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char
const*, Magick::Image*)':
extension/internal/bitmap/imagemagick.cpp:(.text+0x2a2): undefined
reference to `Magick::Blob::base64(std::__1::basic_string, std::__1::allocator >)'
extension/internal/bitmap/imagemagick.cpp:(.text+0x30a): undefined
reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)'
extension/internal/bitmap/imagemagick.o: In function
`Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char
const*, Magick::Image*)':
extension/internal/bitmap/imagemagick.cpp:(.text+0x2a2): undefined
reference to `Magick::Blob::base64(std::__1::basic_string, std::__1::allocator >)'
extension/internal/bitmap/imagemagick.cpp:(.text+0x30a): undefined
reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)'
extension/internal/image-resolution.o: In function
`Inkscape::Extension::Internal::ImageResolution::readmagick(char const*)':
extension/internal/image-resolution.cpp:(.text+0x3fa): undefined
reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)'
extension/internal/image-resolution.o: In function
`Inkscape::Extension::Internal::ImageResolution::readmagick(char const*)':
extension/internal/image-resolution.cpp:(.text+0x3fa): undefined
reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)'
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
Makefile:6895: recipe for target 'inkview' failed
gmake[5]: *** [inkview] Error 1
gmake[5]: *** Waiting for unfinished jobs
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
Makefile:6891: recipe for target 'inkscape' failed
gmake[5]: *** [inkscape] Error 1
gmake[5]: Leaving directory
'/usr/ports/graphics/inkscape/work/inkscape-0.91/src'
Makefile:5048: recipe for target 'all' failed
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory
'/usr/ports/graphics/inkscape/work/inkscape-0.91/src'
Makefile:1401: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
'/usr/ports/graphics/inkscape/work/inkscape-0.91'
Makefile:1096: recipe for target 'all' failed
gmake[2]: *** [all] Error 2


This error appears also in other port you needs ImageMagick and when
OPENMP is enabled.

I guess this error and th "isnan" error are something with the stdc
version or with namespace , but I don't figured out yet.

I
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: inkscape build fails with ImageMagick - Bug 201655

2015-10-29 Thread Kurt Jaeger
Hi!

> I've looked into this bug as I was having similar issues. This bug was 
> still open so I'm looking to help close it.
[...]
> So openmp is the culprit in this bug. Perhaps a check can be made if 
> ImageMagick has openmp enabled with a broken error? Not sure if thats 
> even possible.

Can you put more details about your tests into

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194760

where similar issues are reported since inkscape 0.48.5 / 2014 ?

Thanks!

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


inkscape build fails with ImageMagick - Bug 201655

2015-10-29 Thread R Skinner

Whoops! Nearly called it a PR again...

I've looked into this bug as I was having similar issues. This bug was 
still open so I'm looking to help close it.


I've used default options on inkscape - ng.

Followed the ImageMagick clues, and rebuilt ImageMagick with default 
options, then inkscape again with default options - built ok.


One thing that grabbed the attention was numerous warnings regarding 
openmp: c++: warning: argument unused during compilation: '-fopenmp'. So:


Rebuilt ImageMagick with +openmp, and rebuilt inkscape again - build fails.

Tried again with +openmp inkscape - build failed.

Rebuilt ImageMagick with +all options _except_ openmp, rebuilt inkscape 
with default options - built ok.


So openmp is the culprit in this bug. Perhaps a check can be made if 
ImageMagick has openmp enabled with a broken error? Not sure if thats 
even possible.


HTH
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Makefile possibly broken: graphics/ImageMagick

2015-07-21 Thread Jos Chrispijn


On 21-7-2015 9:06, Mathieu Arnold wrote:

+--On 21 juillet 2015 08:57:49 +0200 Jos Chrispijn  wrote:
| Can you advise how to process further?

It has been fixed since, please upgrade your ports tree and try again.

Oke, thanks.

BR, Jos
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Makefile possibly broken: graphics/ImageMagick

2015-07-21 Thread Mathieu Arnold
+--On 21 juillet 2015 08:57:49 +0200 Jos Chrispijn  wrote:
| Can you advise how to process further?

It has been fixed since, please upgrade your ports tree and try again.

-- 
Mathieu Arnold

pgpxC1SfnYSvW.pgp
Description: PGP signature


Makefile possibly broken: graphics/ImageMagick

2015-07-21 Thread Jos Chrispijn

Dear ports maintainer,

Would like to report this issue. I ran into it when I did a port upgrade.

"/usr/ports/Mk/Uses/ghostscript.mk", line 68: Malformed conditional ()
"/usr/ports/Mk/Uses/ghostscript.mk", line 72: Malformed conditional ()
** Makefile possibly broken: graphics/ImageMagick:
** Please report this to the maintainer for graphics/ImageMagick
/usr/local/sbin/portupgrade:1575:in `get_pkgname': Makefile broken 
(MakefileBrokenError)
from /usr/local/sbin/portupgrade:637:in `block (4 levels) in main'
from /usr/local/sbin/portupgrade:621:in `each'
from /usr/local/sbin/portupgrade:621:in `block (3 levels) in main'
from /usr/local/sbin/portupgrade:594:in `catch'
from /usr/local/sbin/portupgrade:594:in `block (2 levels) in main'
from /usr/local/lib/ruby/2.1/optparse.rb:1403:in `call'
from /usr/local/lib/ruby/2.1/optparse.rb:1403:in `block (2 levels) in 
parse_in_order'
from /usr/local/lib/ruby/2.1/optparse.rb:1398:in `catch'
from /usr/local/lib/ruby/2.1/optparse.rb:1398:in `block in 
parse_in_order'
from /usr/local/lib/ruby/2.1/optparse.rb:1346:in `catch'
from /usr/local/lib/ruby/2.1/optparse.rb:1346:in `parse_in_order'
from /usr/local/lib/ruby/2.1/optparse.rb:1340:in `order!'
from /usr/local/lib/ruby/2.1/optparse.rb:1332:in `order'
from /usr/local/sbin/portupgrade:571:in `block in main'
from /usr/local/lib/ruby/2.1/optparse.rb:880:in `initialize'
from /usr/local/sbin/portupgrade:238:in `new'
from /usr/local/sbin/portupgrade:238:in `main'
from /usr/local/sbin/portupgrade:2380:in `'

Can you advise how to process further?
  
Thanks,

Jos Chrispijn

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Circular dependencies with ImageMagick port

2015-03-13 Thread Yves Guérin
Dear,
I try to compile the graphic/ImageMagick port and I face an circular 
dependencies between sdl and zziplib
ImageMagick-6.9.0.10,1sdl-1.2.15_5,2
zziplib-0.13.62_2

I run: FreeBSD daemonBSD 10.1-RELEASE-p6 FreeBSD 10.1-RELEASE-p6 #0: Tue Feb 24 
18:57:59 UTC 2015     
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>From the log look for the following keywords "***" and "CIRCULAR DEPENDENCIE"
So the path is: ImageMagick --...---> graphviz --> devil --> sdl* --> plusaudio 
--> dbus --> xmlto --> dblatex --> texlive --> weave --> zziplib --> sdl* (go 
back to sql port)
The port tree was installed the 9th March 2015
Thank you in advance for your help 
Yves Guerin




imagemagick.log
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: inkscape does not build on 10 stable after ImageMagick update

2014-07-11 Thread Rainer Hurling
Am 19.06.2014 02:27 (UTC+1) schrieb Sergio de Almeida Lenzi:
> it does not links
> 
> If I deinstall Inkscape & remove the dependency, it works...
> 
> 
> 
> 
>   AR 2geom/lib2geom.a
>   CXXLD  inkscape
>   CXXLD  inkview
> libinkscape.a(imagemagick.o): In function
> `Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char 
> const*, Magick::Image*)':
> extension/internal/bitmap/imagemagick.cpp:(.text+0x30f): undefined
> reference to `Magick::Blob::base64(std::__1::basic_string std::__1::char_traits, std::__1::allocator >)'
> extension/internal/bitmap/imagemagick.cpp:(.text+0x3a8): undefined
> reference to `Magick::Image::read(std::__1::basic_string std::__1::char_traits, std::__1::allocator > const&)'
> libinkscape.a(imagemagick.o): In function
> `Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char 
> const*, Magick::Image*)':
> extension/internal/bitmap/imagemagick.cpp:(.text+0x30f): undefined
> reference to `Magick::Blob::base64(std::__1::basic_string std::__1::char_traits, std::__1::allocator >)'
> extension/internal/bitmap/imagemagick.cpp:(.text+0x3a8): undefined
> reference to `Magick::Image::read(std::__1::basic_string std::__1::char_traits, std::__1::allocator > const&)'
> c++: error: linker command failed with exit code 1 (use -v to see
> invocation)

This also happens for me on three slightly different boxes with HEAD.

I don't understand, what dependency has to be removed to get it work?

Regards,
Rainer Hurling
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


inkscape does not build on 10 stable after ImageMagick update

2014-06-18 Thread Sergio de Almeida Lenzi
it does not links

If I deinstall Inkscape & remove the dependency, it works...




  AR 2geom/lib2geom.a
  CXXLD  inkscape
  CXXLD  inkview
libinkscape.a(imagemagick.o): In function
`Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char 
const*, Magick::Image*)':
extension/internal/bitmap/imagemagick.cpp:(.text+0x30f): undefined
reference to `Magick::Blob::base64(std::__1::basic_string, std::__1::allocator >)'
extension/internal/bitmap/imagemagick.cpp:(.text+0x3a8): undefined
reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)'
libinkscape.a(imagemagick.o): In function
`Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char 
const*, Magick::Image*)':
extension/internal/bitmap/imagemagick.cpp:(.text+0x30f): undefined
reference to `Magick::Blob::base64(std::__1::basic_string, std::__1::allocator >)'
extension/internal/bitmap/imagemagick.cpp:(.text+0x3a8): undefined
reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)'
c++: error: linker command failed with exit code 1 (use -v to see
invocation)

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick

2014-06-18 Thread Koop Mast

On 18-6-2014 15:33, Alex V. Petrov wrote:

after update:

% convert -quality 75 pic1.jpg picout.jpg
temp: no decode delegate for this image format `JPEG' @ 
error/constitute.c/ReadImage/501.
temp: no images defined `picout.jpg' @ 
error/convert.c/ConvertImageCommand/3187.




Fixed in 6.8.9.3_1, thanks for reporting!

-Koop

2014-06-18 17:59 GMT+08:00 Koop Mast <mailto:k...@rainbow-runner.nl>>:


On 18-6-2014 11:05, Ajtim wrote:

Hi!

I was fast. The same problem with "stage" has ImageMagick too:


Fixed thanks for reporting.
It might also be usefull to CC the maintainer for these reports :)

-Koop


===>  Installing for ImageMagick-6.8.9.3,1
    ===>  Checking if graphics/ImageMagick already installed
===>   Registering installation for ImageMagick-6.8.9.3,1 as
automatic
pkg-static:

lstat(/usr/ports/graphics/ImageMagick/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/Image/Magick/Q16/Q16.bs):
No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/graphics/ImageMagick
*** Error code 1

Stop.
    make: stopped in /usr/ports/graphics/ImageMagick

===>>> Installation of ImageMagick-6.8.9.3,1
(graphics/ImageMagick) failed
===>>> Aborting update

===>>> Update for graphics/ImageMagick failed
===>>> Aborting update

===>>> Update for graphics/libdmtx failed
===>>> Aborting update


___
freebsd-ports@freebsd.org <mailto:freebsd-ports@freebsd.org>
mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to
"freebsd-ports-unsubscr...@freebsd.org
<mailto:freebsd-ports-unsubscr...@freebsd.org>"




--
--
Alex V. Petrov


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick

2014-06-18 Thread Andrey Chernov
On 18.06.2014 17:33, Alex V. Petrov wrote:
> after update:
> 
> % convert -quality 75 pic1.jpg picout.jpg
> temp: no decode delegate for this image format `JPEG' @
> error/constitute.c/ReadImage/501.

It seems ImageMagick module path hardcoded as belonging stage subtree.

-- 
http://ache.vniz.net/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick

2014-06-18 Thread Alex V. Petrov
after update:

% convert -quality 75 pic1.jpg picout.jpg
temp: no decode delegate for this image format `JPEG' @
error/constitute.c/ReadImage/501.
temp: no images defined `picout.jpg' @
error/convert.c/ConvertImageCommand/3187.



2014-06-18 17:59 GMT+08:00 Koop Mast :

> On 18-6-2014 11:05, Ajtim wrote:
>
>> Hi!
>>
>> I was fast. The same problem with "stage" has ImageMagick too:
>>
>
> Fixed thanks for reporting.
> It might also be usefull to CC the maintainer for these reports :)
>
> -Koop
>
>
>  ===>  Installing for ImageMagick-6.8.9.3,1
>> ===>  Checking if graphics/ImageMagick already installed
>> ===>   Registering installation for ImageMagick-6.8.9.3,1 as automatic
>> pkg-static:
>> lstat(/usr/ports/graphics/ImageMagick/work/stage/usr/
>> local/lib/perl5/site_perl/5.16/mach/auto/Image/Magick/Q16/Q16.bs):
>> No such file or directory
>> *** Error code 74
>>
>> Stop.
>> make[1]: stopped in /usr/ports/graphics/ImageMagick
>> *** Error code 1
>>
>> Stop.
>> make: stopped in /usr/ports/graphics/ImageMagick
>>
>> ===>>> Installation of ImageMagick-6.8.9.3,1 (graphics/ImageMagick) failed
>> ===>>> Aborting update
>>
>> ===>>> Update for graphics/ImageMagick failed
>> ===>>> Aborting update
>>
>> ===>>> Update for graphics/libdmtx failed
>> ===>>> Aborting update
>>
>>
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>



-- 
--
Alex V. Petrov
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick

2014-06-18 Thread Koop Mast

On 18-6-2014 11:05, Ajtim wrote:

Hi!

I was fast. The same problem with "stage" has ImageMagick too:


Fixed thanks for reporting.
It might also be usefull to CC the maintainer for these reports :)

-Koop


===>  Installing for ImageMagick-6.8.9.3,1
===>  Checking if graphics/ImageMagick already installed
===>   Registering installation for ImageMagick-6.8.9.3,1 as automatic
pkg-static:
lstat(/usr/ports/graphics/ImageMagick/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/Image/Magick/Q16/Q16.bs):
No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/graphics/ImageMagick
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/ImageMagick

===>>> Installation of ImageMagick-6.8.9.3,1 (graphics/ImageMagick) failed
===>>> Aborting update

===>>> Update for graphics/ImageMagick failed
===>>> Aborting update

===>>> Update for graphics/libdmtx failed
===>>> Aborting update



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


ImageMagick

2014-06-18 Thread Ajtim
Hi!

I was fast. The same problem with "stage" has ImageMagick too:

===>  Installing for ImageMagick-6.8.9.3,1
===>  Checking if graphics/ImageMagick already installed
===>   Registering installation for ImageMagick-6.8.9.3,1 as automatic
pkg-static: 
lstat(/usr/ports/graphics/ImageMagick/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/Image/Magick/Q16/Q16.bs):
 
No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/graphics/ImageMagick
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/ImageMagick

===>>> Installation of ImageMagick-6.8.9.3,1 (graphics/ImageMagick) failed
===>>> Aborting update

===>>> Update for graphics/ImageMagick failed
===>>> Aborting update

===>>> Update for graphics/libdmtx failed
===>>> Aborting update

-- 
ajtiM

http://www.redbubble.com/people/lumiwa
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


ImageMagick-6.8.0.7_3,1 font rendering problems

2014-01-07 Thread Stefan Bethke
Hi,

I noticed today that ImageMagick does not like to annotate images anymore:

$ /usr/local/bin/convert foo.jpg -fill white -undercolor '#0080' -gravity 
South -font 'Bitstream-Charter-Bold' -pointsize 18 -annotate +0+5 'foo' bar.jpg
convert: delegate library support not built-in 
`/usr/local/lib/X11/fonts/Type1/c0632bt_.pfb' (Freetype) @ 
warning/annotate.c/RenderFreetype/1529.
convert: delegate library support not built-in 
`/usr/local/lib/X11/fonts/Type1/c0632bt_.pfb' (Freetype) @ 
warning/annotate.c/RenderFreetype/1529.

I’ve tried a number of different fonts, but the error message remains the same. 
Google doesn’t find anything useful (or anything at all, in fact) for this 
error message.

The last time I saw it working correctly was on Sunday. ImageMagick is compiled 
from ports, and I’ve portupgrade -Rf ImageMagick to make sure all dependencies 
are up to date.

Not sure what to do to fully diagnose this issue…

Stefan


$ convert -version
Version: ImageMagick 6.8.0-7 2014-01-07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: 
$ convert -list configure

Path: /usr/local/lib/ImageMagick-6.8.0/config/configure.xml

Name  Value
---
CCcc -std=gnu99 -std=gnu99
CFLAGS-I/usr/local/include/lqr-1 -I/usr/local/include/glib-2.0 
-I/usr/local/include -O2 -pipe -I/usr/local/include/freetype2 
-fno-strict-aliasing -Wall
CODER_PATH/usr/local/lib/ImageMagick-6.8.0/modules-Q16/coders
CONFIGURE ./configure  '--enable-shared' '--without-dps' '--without-lcms' 
'--disable-hdri' '--with-perl=/usr/local/bin/perl5.14.4' '--without-threads' 
'--disable-openmp' '--with-modules' '--without-openexr' '--without-djvu' 
'--without-gslib' '--with-lqr' '--with-fftw' '--with-fpx' '--without-gvc' 
'--with-freetype' '--with-webp' '--with-fontconfig' '--with-wmf=yes' 
'--with-rsvg' '--with-xml' '--with-x' '--x-libraries=/usr/local/lib' 
'--x-includes=/usr/local/include' '--prefix=/usr/local' 
'--mandir=/usr/local/man' '--infodir=/usr/local/info/' 
'--build=amd64-portbld-freebsd9.2' 'build_alias=amd64-portbld-freebsd9.2' 
'CC=cc' 'CFLAGS=-O2 -pipe -I/usr/local/include/freetype2 -fno-strict-aliasing' 
'LDFLAGS= -L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp' 'CXX=c++' 
'CXXFLAGS=-O2 -pipe -I/usr/local/include/freetype2 -fno-strict-aliasing' 
'PKG_CONFIG=pkgconf' 'FONTCONFIG_CFLAGS=-I/usr/local/include' 
'FONTCONFIG_LIBS=-L/usr/local/lib' 
'RSVG_CFLAGS=-I/usr/local/include/librsvg-2.0' 'RSVG_LIBS=-L/usr/local/lib'
CONFIGURE_PATH /usr/local/etc/ImageMagick/
COPYRIGHT Copyright (C) 1999-2012 ImageMagick Studio LLC
CPPFLAGS  -I/usr/local/include/ImageMagick
CXX   c++
CXXFLAGS  -O2 -pipe -I/usr/local/include/freetype2 -fno-strict-aliasing
DEFS  -DHAVE_CONFIG_H
DELEGATES bzlib fftw fpx fontconfig jbig jpeg jng jp2 lcms2 lqr mpeg pango 
png rsvg tiff x11 xml wmf zlib
DISTCHECK_CONFIG_FLAGS 'CC=cc' 'CFLAGS=-O2 -pipe -I/usr/local/include/freetype2 
-fno-strict-aliasing' 'CPPFLAGS=-I/usr/local/include' 'CXX=c++' 'LDFLAGS= 
-L/usr/local/lib' --disable-deprecated --with-quantum-depth=16 --with-umem=no 
--with-autotrace=no --with-dps=no --with-djvu=no --with-gslib=no 
--with-fontpath= --with-gvc=no --with-lcms=no --with-openexr=no 
--with-perl=/usr/local/bin/perl5.14.4
DOCUMENTATION_PATH /usr/local/share/doc/ImageMagick
EXEC-PREFIX   /usr/local
EXECUTABLE_PATH /usr/local/bin
FEATURES  
FILTER_PATH   /usr/local/lib/ImageMagick-6.8.0/modules-Q16/filters
HOST  amd64-portbld-freebsd9.2
INCLUDE_PATH  /usr/local/include/ImageMagick
LDFLAGS   -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib 
-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib
LIB_VERSION   0x680
LIB_VERSION_NUMBER 6,8,0,7
LIBRARY_PATH  /usr/local/lib/ImageMagick-6.8.0
LIBS  -lMagickCore -llcms2 -llqr-1 -L/usr/local/lib -lglib-2.0 -lintl 
-lfftw3 -lfontconfig -L/usr/local/lib -lfreetype -lXext -lSM -lICE -lX11 -lXt 
-lbz2 -lz -lltdl -lm
NAME  ImageMagick
PCFLAGS   
PREFIX/usr/local
QuantumDepth  16
RELEASE_DATE  2014-01-07
SHARE_PATH/usr/local/share/ImageMagick-6.8.0
SVN_REVISION  10029
TARGET_CPUamd64
TARGET_OS freebsd9.2
TARGET_VENDOR portbld
VERSION   6.8.0
WEBSITE   http://www.imagemagick.org

Path: [built-in]

Name  Value
---
NAME

Re: portmaster: make: /usr/ports/graphics/ImageMagick/Makefile line 83: warning: Couldn't read shell's output for "/bin/sh -c 'case `perl --version` in *freebsd-thread*) echo yes ; ; esac'"

2013-06-28 Thread Bryan Drewery
On 6/28/2013 7:31 AM, Anton Shterenlikht wrote:
> This is on amd64 r252033 with ports at 321955:
> 
> Running portmaster -a I see this:
> 
> ===>>> Returning to update check of installed ports
> 
> make: "/usr/ports/graphics/ImageMagick/Makefile" line 83: warning: Couldn't 
> read shell's output for "/bin/sh -c 'case `perl --version` in 
> *freebsd-thread*) echo yes ;; esac'"
> ^C
> 
> Is this a problem in portmaster?
> 
> Anton
> 

No, this is a problem with the Makefile not being compatible with bmake.


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


portmaster: make: /usr/ports/graphics/ImageMagick/Makefile line 83: warning: Couldn't read shell's output for "/bin/sh -c 'case `perl --version` in *freebsd-thread*) echo yes ; ; esac'"

2013-06-28 Thread Anton Shterenlikht
This is on amd64 r252033 with ports at 321955:

Running portmaster -a I see this:

===>>> Returning to update check of installed ports

make: "/usr/ports/graphics/ImageMagick/Makefile" line 83: warning: Couldn't 
read shell's output for "/bin/sh -c 'case `perl --version` in *freebsd-thread*) 
echo yes ;; esac'"
^C

Is this a problem in portmaster?

Anton


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


graphics/ImageMagick/Makefile has an error

2013-05-23 Thread Beeblebrox
I was looking at missing ports for Inkscape on my system and got this error:

/graphics/ImageMagick/Makefile" line 83: warning: Couldn't read shell's
output for "/bin/sh -c 'case `perl --version` in *freebsd-thread*) echo yes
;; esac'"

Line 83 in that file is:
PERL_THREADED!= ${SH} -c 'case `perl --version` in *freebsd-thread*)
${ECHO_CMD} yes ;; esac'
I use perl_threaded...



-
10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & 
xorg.devel

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/graphics-ImageMagick-Makefile-has-an-error-tp5814230.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


[patch] graphics/ruby-rmagick depends on ImageMagick with X11

2013-04-12 Thread David Demelier
Hello,

There is something I don't understand very well, I've set WITHOUT_X11
and OPTIONS_UNSET=X11 in my /etc/make.conf, but installing www/redmine
will break (in poudriere) because of duplicated origin for
ImageMagick. Some of the ports will install ImageMagick-nox11 and some
others like graphics/ruby-rmagick will install ImageMagick normal.

However I see in the ImageMagick's makefile that the conditional X11
option will add the suffix -nox11 so why graphics/ruby-rmagick will
pull a dependency graphics/ImageMagick and not
graphics/ImageMagick-nox11?

I think there is a design problem here but I guess this has been
discussed a lot, for a temporarly workaround I have the following
patch:

--- Makefile.orig   2013-04-12 08:56:09.0 +0200
+++ Makefile2013-04-12 09:05:52.0 +0200
@@ -13,7 +13,18 @@
 MAINTAINER=r...@freebsd.org
 COMMENT=   A Ruby binding for ImageMagick

+OPTIONS_DEFINE=X11
+OPTIONS_DEFAULT=X11
+
+OPTIONSFILE?=  ${PORT_DBDIR}/ruby-${PORTNAME}/options
+
+.include 
+
+.if ${PORT_OPTIONS:MX11}
 LIB_DEPENDS=   MagickWand:${PORTSDIR}/graphics/ImageMagick
+.else
+LIB_DEPENDS=   MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11
+.endif

 USE_BZIP2= yes
 USE_RUBY=  yes


--
Demelier David
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ports/154118: graphics/ruby-rmagick: rmagick fails to automaticly recompile in case of imagemagick update

2012-10-29 Thread eadler
Synopsis: graphics/ruby-rmagick: rmagick fails to automaticly recompile in case 
of imagemagick update

Responsible-Changed-From-To: ports->freebsd-ports-bugs
Responsible-Changed-By: eadler
Responsible-Changed-When: Mon Oct 29 12:14:13 UTC 2012
Responsible-Changed-Why: 
Fix responsible

http://www.freebsd.org/cgi/query-pr.cgi?pr=154118
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ports/154118: graphics/ruby-rmagick: rmagick fails to automaticly recompile in case of imagemagick update

2012-10-23 Thread mm
Synopsis: graphics/ruby-rmagick: rmagick fails to automaticly recompile in case 
of imagemagick update

Responsible-Changed-From-To: mm->ports
Responsible-Changed-By: mm
Responsible-Changed-When: Tue Oct 23 20:37:19 UTC 2012
Responsible-Changed-Why: 
Pass back to ports, I have withdrawn maintaining ImageMagick

http://www.freebsd.org/cgi/query-pr.cgi?pr=154118
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-22 Thread TRK

On 6/22/12 12:29 PM, Kevin Oberman wrote:

On Thu, Jun 21, 2012 at 4:29 AM, Carmel  wrote:

On Wed, 20 Jun 2012 17:19:40 -0700
Kevin Oberman articulated:

{snip}


To be really, really clear, did you build and install ImageMagick with
HDRI (but not running tests)? Did you then try building again, but
have the analyze.sh test bombed out?

Yes&  Yes


After building and installing with HDRI, did you try just running the
tests and, if so, did you look at analyze.log?

If I am understanding you correctly, you are asking if I ran the tests
outside of the build. The answer would be no. I am not sure I exactly
know how to do that either.

Yes, I am. Or just build it with TESTS enabled and don't 'make clean'.
The log of the test should be in
/usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7/Magick++/demo
along with the source for the test. As I previously mentioned in the
thread, you can build and install with or without running tests and
then:
cd /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7&&  make
check-TESTS check-local
This will (re)run all tests, but must be run before cleaning the port.
You can use "portmaster -c". I don't recall the portupgrade option,
but I am pretty sure that there is one.

portupgrade -W to Not clean after a build  (-w to Not clean Before a build)

Tim Kellers
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-22 Thread Kevin Oberman
On Thu, Jun 21, 2012 at 4:29 AM, Carmel  wrote:
> On Wed, 20 Jun 2012 17:19:40 -0700
> Kevin Oberman articulated:
>
> {snip}
>
>> To be really, really clear, did you build and install ImageMagick with
>> HDRI (but not running tests)? Did you then try building again, but
>> have the analyze.sh test bombed out?
>
> Yes & Yes
>
>> After building and installing with HDRI, did you try just running the
>> tests and, if so, did you look at analyze.log?
>
> If I am understanding you correctly, you are asking if I ran the tests
> outside of the build. The answer would be no. I am not sure I exactly
> know how to do that either.

Yes, I am. Or just build it with TESTS enabled and don't 'make clean'.
The log of the test should be in
/usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7/Magick++/demo
along with the source for the test. As I previously mentioned in the
thread, you can build and install with or without running tests and
then:
cd /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7 && make
check-TESTS check-local
This will (re)run all tests, but must be run before cleaning the port.
You can use "portmaster -c". I don't recall the portupgrade option,
but I am pretty sure that there is one.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-21 Thread Carmel
On Wed, 20 Jun 2012 17:19:40 -0700
Kevin Oberman articulated:

{snip}

> To be really, really clear, did you build and install ImageMagick with
> HDRI (but not running tests)? Did you then try building again, but
> have the analyze.sh test bombed out?

Yes & Yes
 
> After building and installing with HDRI, did you try just running the
> tests and, if so, did you look at analyze.log?

If I am understanding you correctly, you are asking if I ran the tests
outside of the build. The answer would be no. I am not sure I exactly
know how to do that either.

-- 
Carmel ✌
carmel...@hotmail.com

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-20 Thread Kevin Oberman
My head hurts!

On Wed, Jun 20, 2012 at 9:43 AM, Carmel  wrote:
> On Wed, 20 Jun 2012 09:10:50 -0700
> Kevin Oberman articulated:
>
>> On Wed, Jun 20, 2012 at 2:33 AM, Carmel  wrote:
>> > On Tue, 19 Jun 2012 21:22:51 -0700
>> > Kevin Oberman articulated:
>> >
>> >> To install ImageMagick with all default options, turn on HDRI (High
>> >> Dynamic Range), a very desirable capability for many but turn off
>> >> TESTS. Build and INSTALL ImageMagick. That puts all of the needed
>> >> files in place. Then turn on TESTS and re-buildand ImageMagick.It
>> >> will then pass all tests.
>> >
>> > Sorry, been there -- done that -- didn't work. Please reread my
>> > previous post. This is on a FreeBSD-8.3 STABLE amd64 machine.
>>
>> I re-read the prior posts and I am confused. First, I have updated
>> multiple systems, i386 and amd64, version 8.3 and 9.0 with no
>> problems. I simply has worked every time.
>>
>> Second, in your earlier report, you stated that "I installed it sans
>> "Tests" and "HDRI" without problems. I then attempted to install it
>> with both options and it bombed out. I finally just installed it with
>> "HDRI" sans "Tests" and it installed fine."
>>
>> Yes. As long as you do not run tests,it installs fine whether HDRI is
>> selected or not. The only failure is in running tests, not building
>> HDRI.  But,it it is built and installed with HDRI, if tests are then
>> run, they (or at least analyze.sh) will pass, or at least it always
>> has for me.
>
> Now I am confused. If I build sans "Tests" but with "HDRI", it works
> fine. However, if I then attempt to rebuild and include "Tests", it
> bombs out. The only way I can get "HDRI" included is to exclude "Tests".
>
> If you want, I will rebuild it with both options enabled and send you a
> copy of the log. Your call ...

To be really, really clear, did you build and install ImageMagick with
HDRI (but not running tests)? Did you then try building again, but
have the analyze.sh test bombed out?

After building and installing with HDRI, did you try just running the
tests and, if so, did you look at analyze.log?
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-20 Thread Carmel
On Wed, 20 Jun 2012 09:10:50 -0700
Kevin Oberman articulated:

> On Wed, Jun 20, 2012 at 2:33 AM, Carmel  wrote:
> > On Tue, 19 Jun 2012 21:22:51 -0700
> > Kevin Oberman articulated:
> >
> >> To install ImageMagick with all default options, turn on HDRI (High
> >> Dynamic Range), a very desirable capability for many but turn off
> >> TESTS. Build and INSTALL ImageMagick. That puts all of the needed
> >> files in place. Then turn on TESTS and re-buildand ImageMagick.It
> >> will then pass all tests.
> >
> > Sorry, been there -- done that -- didn't work. Please reread my
> > previous post. This is on a FreeBSD-8.3 STABLE amd64 machine.
> 
> I re-read the prior posts and I am confused. First, I have updated
> multiple systems, i386 and amd64, version 8.3 and 9.0 with no
> problems. I simply has worked every time.
> 
> Second, in your earlier report, you stated that "I installed it sans
> "Tests" and "HDRI" without problems. I then attempted to install it
> with both options and it bombed out. I finally just installed it with
> "HDRI" sans "Tests" and it installed fine."
> 
> Yes. As long as you do not run tests,it installs fine whether HDRI is
> selected or not. The only failure is in running tests, not building
> HDRI.  But,it it is built and installed with HDRI, if tests are then
> run, they (or at least analyze.sh) will pass, or at least it always
> has for me.

Now I am confused. If I build sans "Tests" but with "HDRI", it works
fine. However, if I then attempt to rebuild and include "Tests", it
bombs out. The only way I can get "HDRI" included is to exclude "Tests".

If you want, I will rebuild it with both options enabled and send you a
copy of the log. Your call ...

-- 
Carmel ✌
carmel...@hotmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-20 Thread Kevin Oberman
On Wed, Jun 20, 2012 at 2:33 AM, Carmel  wrote:
> On Tue, 19 Jun 2012 21:22:51 -0700
> Kevin Oberman articulated:
>
>> To install ImageMagick with all default options, turn on HDRI (High
>> Dynamic Range), a very desirable capability for many but turn off
>> TESTS. Build and INSTALL ImageMagick. That puts all of the needed
>> files in place. Then turn on TESTS and re-buildand ImageMagick.It will
>> then pass all tests.
>
> Sorry, been there -- done that -- didn't work. Please reread my
> previous post. This is on a FreeBSD-8.3 STABLE amd64 machine.

I re-read the prior posts and I am confused. First, I have updated
multiple systems, i386 and amd64, version 8.3 and 9.0 with no
problems. I simply has worked every time.

Second, in your earlier report, you stated that "I installed it sans
"Tests" and "HDRI" without problems. I then attempted to install it
with both options and it bombed out. I finally just installed it with
"HDRI" sans "Tests" and it installed fine."

Yes. As long as you do not run tests,it installs fine whether HDRI is
selected or not. The only failure is in running tests, not building
HDRI.  But,it it is built and installed with HDRI, if tests are then
run, they (or at least analyze.sh) will pass, or at least it always
has for me.

If you just want to confirm that ImageMagick did build correctly, you
can always install but don't clean and 'cd
/usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7 && make
check-TESTS check-local'. I don't recommend this as you have now
deleted your working version and, if there is an issue with the build,
it's harder to go back. That's why I suggest 'portmaster -b
ImageMagick' as that will build and  test the new version while saving
the old one so it can be easily re-installed if there is a problem
running the tests.

With HDRI support built, here is what I get:
cd work/ImageMagick-6.7.7-7/
rogue# make  check-TESTS check-local
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-colorspace.sh
PASS: tests/validate-stream.sh
PASS: tests/validate-formats-in-memory.sh
PASS: tests/validate-formats-on-disk.sh
PASS: Magick++/tests/exceptions.sh
PASS: Magick++/tests/appendImages.sh
PASS: Magick++/tests/attributes.sh
PASS: Magick++/tests/averageImages.sh
PASS: Magick++/tests/coalesceImages.sh
PASS: Magick++/tests/coderInfo.sh
PASS: Magick++/tests/colorHistogram.sh
PASS: Magick++/tests/color.sh
PASS: Magick++/tests/montageImages.sh
PASS: Magick++/tests/morphImages.sh
PASS: Magick++/tests/readWriteBlob.sh
PASS: Magick++/tests/readWriteImages.sh
PASS: Magick++/demo/analyze.sh
PASS: Magick++/demo/button.sh
PASS: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
PASS: Magick++/demo/gravity.sh
PASS: Magick++/demo/piddle.sh
PASS: Magick++/demo/shapes.sh
PASS: Magick++/demo/zoom_bessel.sh
PASS: Magick++/demo/zoom_blackman.sh
PASS: Magick++/demo/zoom_box.sh
PASS: Magick++/demo/zoom_catrom.sh
PASS: Magick++/demo/zoom_cubic.sh
PASS: Magick++/demo/zoom_gaussian.sh
PASS: Magick++/demo/zoom_hamming.sh
PASS: Magick++/demo/zoom_hanning.sh
PASS: Magick++/demo/zoom_hermite.sh
PASS: Magick++/demo/zoom_lanczos.sh
PASS: Magick++/demo/zoom_mitchell.sh
PASS: Magick++/demo/zoom_point.sh
PASS: Magick++/demo/zoom_quadratic.sh
PASS: Magick++/demo/zoom_sample.sh
PASS: Magick++/demo/zoom_scale.sh
PASS: Magick++/demo/zoom_sinc.sh
PASS: Magick++/demo/zoom_triangle.sh
PASS: wand/drawtest.sh
PASS: wand/wandtest.sh
===
All 49 tests passed
===
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-20 Thread Carmel
On Tue, 19 Jun 2012 21:22:51 -0700
Kevin Oberman articulated:

> To install ImageMagick with all default options, turn on HDRI (High
> Dynamic Range), a very desirable capability for many but turn off
> TESTS. Build and INSTALL ImageMagick. That puts all of the needed
> files in place. Then turn on TESTS and re-buildand ImageMagick.It will
> then pass all tests.

Sorry, been there -- done that -- didn't work. Please reread my
previous post. This is on a FreeBSD-8.3 STABLE amd64 machine.

-- 
Carmel ✌
carmel...@hotmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-20 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 9:59 PM, Simon Wright  wrote:
> On 20/06/12 06:22, Kevin Oberman wrote:
>
>> For this to work, install ImageMagick WITH HDRI, The test that fails
>> is for HDRI and attempts to use files that don't yet exist. Thus
>> analyze.sh failes.
>>
>> To install ImageMagick with all default options, turn on HDRI (High
>> Dynamic Range), a very desirable capability for many but turn off
>> TESTS. Build and INSTALL ImageMagick. That puts all of the needed
>> files in place. Then turn on TESTS and re-buildand ImageMagick.It will
>> then pass all tests.
>
>
> On i386 with a ports tree from this morning, with TESTS disabled ImageMagick
> builds and installs. Re-enabling TESTS and rebuilding fails the test
> averageImages.sh.
>
> YMMV of course!

Sorry.I have never had averageImages.sh fail on any install on i386 or
amd64. It has always worked out of the box. All builds using gcc. I
have built it with both threaded and unthreaded perl. Perl 5.12 and
5.14 have both worked.

you can take a look at the test and the log of its run in
work/ImageMagick-6.7.7-7/Magick++/tests. averageImages.log si the
output and averageImages.cpp is the test source. It's about 73 lines
of CPP
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Simon Wright

On 20/06/12 06:22, Kevin Oberman wrote:


For this to work, install ImageMagick WITH HDRI, The test that fails
is for HDRI and attempts to use files that don't yet exist. Thus
analyze.sh failes.

To install ImageMagick with all default options, turn on HDRI (High
Dynamic Range), a very desirable capability for many but turn off
TESTS. Build and INSTALL ImageMagick. That puts all of the needed
files in place. Then turn on TESTS and re-buildand ImageMagick.It will
then pass all tests.


On i386 with a ports tree from this morning, with TESTS disabled 
ImageMagick builds and installs. Re-enabling TESTS and rebuilding fails 
the test averageImages.sh.


YMMV of course!

Simon.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 2:12 PM, Carmel  wrote:
> On Tue, 19 Jun 2012 11:47:54 -0700
> Kevin Oberman articulated:
>
>> On Tue, Jun 19, 2012 at 10:58 AM, Doug Barton 
>> wrote:
>> > On 06/19/2012 10:31 AM, Kevin Oberman wrote:
>> >> Once you have installed the new version, all tests should pass.
>> >
>> > I tried deleting the old version and running a variety of OPTIONS
>> > combinations and still got failures with the latest version, even
>> > with the default OPTIONS. Haven't tried mm's latest suggestions yet
>> > though.
>>
>> Deleting the old version first won't help. If you look at the failure,
>> the test will still try to use files from /usr/local and will fail.
>> the only way I think it will work is to install without running tests,
>> and then re-install with tests (or follow mm's advice, though that
>> will leave you without HDRI support).
>>
>> It's a classic chicken/egg issue.
>
> I installed it sans "Tests" and "HDRI" without problems. I then
> attempted to install it with both options and it bombed out. I finally
> just installed it with "HDRI" sans "Tests" and it installed fine. I did
> not attempt to install it sans the "HDRI" option but with the "Tests"
> option. I leave that exercise to someone with more time to
> invest than I do.

You are tryingtoo hard. I didn't suggest removing HDRI.That is the
cause of the issue.

For this to work, install ImageMagick WITH HDRI, The test that fails
is for HDRI and attempts to use files that don't yet exist. Thus
analyze.sh failes.

To install ImageMagick with all default options, turn on HDRI (High
Dynamic Range), a very desirable capability for many but turn off
TESTS. Build and INSTALL ImageMagick. That puts all of the needed
files in place. Then turn on TESTS and re-buildand ImageMagick.It will
then pass all tests.

This is a breakage in ImagMagick and I expect that someone will get it
fixed for the next release.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Carmel
On Tue, 19 Jun 2012 11:47:54 -0700
Kevin Oberman articulated:

> On Tue, Jun 19, 2012 at 10:58 AM, Doug Barton 
> wrote:
> > On 06/19/2012 10:31 AM, Kevin Oberman wrote:
> >> Once you have installed the new version, all tests should pass.
> >
> > I tried deleting the old version and running a variety of OPTIONS
> > combinations and still got failures with the latest version, even
> > with the default OPTIONS. Haven't tried mm's latest suggestions yet
> > though.
> 
> Deleting the old version first won't help. If you look at the failure,
> the test will still try to use files from /usr/local and will fail.
> the only way I think it will work is to install without running tests,
> and then re-install with tests (or follow mm's advice, though that
> will leave you without HDRI support).
> 
> It's a classic chicken/egg issue.

I installed it sans "Tests" and "HDRI" without problems. I then
attempted to install it with both options and it bombed out. I finally
just installed it with "HDRI" sans "Tests" and it installed fine. I did
not attempt to install it sans the "HDRI" option but with the "Tests"
option. I leave that exercise to someone with more time to
invest than I do.

-- 
Carmel ✌
carmel...@hotmail.com

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Heino Tiedemann
Lars Eighner  wrote:

> On Tue, 19 Jun 2012, Carmel wrote:
>
>> FreeBSD 8.3-STABLE amd64
>>
>> I am unable to successfully build and install the ImageMagick port. It
>> always fails with the following notation:
>
>
> go to /usr/ports/graphics/ImageMagick and run make config.  Turn off
> (unselect) IMAGEMAGICK_HDRI.

wonderfull!


I did not know that.

maybe it should be mentioned in some bug reports - also on freshports.



e.g. http://www.freebsd.org/cgi/query-pr.cgi?pr=168927

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 10:58 AM, Doug Barton  wrote:
> On 06/19/2012 10:31 AM, Kevin Oberman wrote:
>> Once you have installed the new version, all tests should pass.
>
> I tried deleting the old version and running a variety of OPTIONS
> combinations and still got failures with the latest version, even with
> the default OPTIONS. Haven't tried mm's latest suggestions yet though.

Deleting the old version first won't help. If you look at the failure,
the test will still try to use files from /usr/local and will fail.
the only way I think it will work is to install without running tests,
and then re-install with tests (or follow mm's advice, though that
will leave you without HDRI support).

It's a classic chicken/egg issue.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Doug Barton
On 06/19/2012 10:31 AM, Kevin Oberman wrote:
> Once you have installed the new version, all tests should pass.

I tried deleting the old version and running a variety of OPTIONS
combinations and still got failures with the latest version, even with
the default OPTIONS. Haven't tried mm's latest suggestions yet though.

Doug
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 7:33 AM, Lars Eighner  wrote:
> On Tue, 19 Jun 2012, Carmel wrote:
>
>> FreeBSD 8.3-STABLE amd64
>>
>> I am unable to successfully build and install the ImageMagick port. It
>> always fails with the following notation:
>
>
>
> go to /usr/ports/graphics/ImageMagick and run make config.  Turn off
> (unselect) IMAGEMAGICK_HDRI.
>
>
>>
>> I can supply the entire build log if necessary.
>
>
>
> This is a known bug.

A better approach is to:
cd /usr/ports/graphics/ImageMagick
make config
   De-select "Tests"
portmaster ImageMagick
(It should build and install)
make config
  Select "Tests"
portmaster -b ImageMagick

The real issue is that Tests use currently installed files instead of
those in the newly built port which causes the analyze.sh test to
fail. Once you have installed the new version, all tests should pass.
If they don't, the '-b' will save the old version in
/usr/ports/packages/All and you can re-install it.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Lars Eighner

On Tue, 19 Jun 2012, Carmel wrote:


FreeBSD 8.3-STABLE amd64

I am unable to successfully build and install the ImageMagick port. It
always fails with the following notation:



go to /usr/ports/graphics/ImageMagick and run make config.  Turn off
(unselect) IMAGEMAGICK_HDRI.



I can supply the entire build log if necessary.



This is a known bug.

--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Carmel
On Tue, 19 Jun 2012 14:17:34 +0200
Martin Matuska articulated:

> Please disable the HDRI option. I will disable it by default.

OK, I did that and will attempt to rebuild the port this evening. Out
of morbid curiosity, why is that option causing the build failure?

-- 
Carmel ✌
carmel...@hotmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Martin Matuska
Please disable the HDRI option. I will disable it by default.

On 19. 6. 2012 14:09, Carmel wrote:
> FreeBSD 8.3-STABLE amd64
>
> I am unable to successfully build and install the ImageMagick port. It
> always fails with the following notation:
>
> make  check-TESTS check-local
> ESC[0;32mPASSESC[m: tests/validate-compare.sh
> ESC[0;32mPASSESC[m: tests/validate-composite.sh
> ESC[0;32mPASSESC[m: tests/validate-convert.sh
> ESC[0;32mPASSESC[m: tests/validate-identify.sh
> ESC[0;32mPASSESC[m: tests/validate-import.sh
> ESC[0;32mPASSESC[m: tests/validate-montage.sh
> ESC[0;32mPASSESC[m: tests/validate-pipe.sh
> ESC[0;32mPASSESC[m: tests/validate-colorspace.sh
> ESC[0;32mPASSESC[m: tests/validate-stream.sh
> ESC[0;32mPASSESC[m: tests/validate-formats-in-memory.sh
> ESC[0;32mPASSESC[m: tests/validate-formats-on-disk.sh
> ESC[0;32mPASSESC[m: Magick++/tests/exceptions.sh
> ESC[0;32mPASSESC[m: Magick++/tests/appendImages.sh
> ESC[0;32mPASSESC[m: Magick++/tests/attributes.sh
> ESC[0;32mPASSESC[m: Magick++/tests/averageImages.sh
> ESC[0;32mPASSESC[m: Magick++/tests/coalesceImages.sh
> ESC[0;32mPASSESC[m: Magick++/tests/coderInfo.sh
> ESC[0;32mPASSESC[m: Magick++/tests/colorHistogram.sh
> ESC[0;32mPASSESC[m: Magick++/tests/color.sh
> ESC[0;32mPASSESC[m: Magick++/tests/montageImages.sh
> ESC[0;32mPASSESC[m: Magick++/tests/morphImages.sh
> ESC[0;32mPASSESC[m: Magick++/tests/readWriteBlob.sh
> ESC[0;32mPASSESC[m: Magick++/tests/readWriteImages.sh
> ESC[0;31mFAILESC[m: Magick++/demo/analyze.sh
> ESC[0;32mPASSESC[m: Magick++/demo/button.sh
> ESC[0;32mPASSESC[m: Magick++/demo/demo.sh
> ESC[0;32mPASSESC[m: Magick++/demo/flip.sh
> ESC[0;32mPASSESC[m: Magick++/demo/gravity.sh
> ESC[0;32mPASSESC[m: Magick++/demo/piddle.sh
> ESC[0;32mPASSESC[m: Magick++/demo/shapes.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_bessel.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_blackman.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_box.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_catrom.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_cubic.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_gaussian.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_hamming.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_hanning.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_hermite.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_lanczos.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_mitchell.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_point.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_quadratic.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_sample.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_scale.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_sinc.sh
> ESC[0;32mPASSESC[m: Magick++/demo/zoom_triangle.sh
> ESC[0;32mPASSESC[m: wand/drawtest.sh
> ESC[0;32mPASSESC[m: wand/wandtest.sh
> ESC[0;31m===ESC[m
> ESC[0;31m1 of 49 tests failedESC[m
> ESC[0;31mSee ./test-suite.logESC[m
> ESC[0;31mPlease report to http://www.imagemagick.orgESC[m
> ESC[0;31m===ESC[m
> *** Error code 1
>
> Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7.
> *** Error code 1
>
> I can supply the entire build log if necessary.
>

-- 
Martin Matuska
FreeBSD committer
http://blog.vx.sk

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Unable to build "graphics/ImageMagick" port

2012-06-19 Thread Carmel
FreeBSD 8.3-STABLE amd64

I am unable to successfully build and install the ImageMagick port. It
always fails with the following notation:

make  check-TESTS check-local
ESC[0;32mPASSESC[m: tests/validate-compare.sh
ESC[0;32mPASSESC[m: tests/validate-composite.sh
ESC[0;32mPASSESC[m: tests/validate-convert.sh
ESC[0;32mPASSESC[m: tests/validate-identify.sh
ESC[0;32mPASSESC[m: tests/validate-import.sh
ESC[0;32mPASSESC[m: tests/validate-montage.sh
ESC[0;32mPASSESC[m: tests/validate-pipe.sh
ESC[0;32mPASSESC[m: tests/validate-colorspace.sh
ESC[0;32mPASSESC[m: tests/validate-stream.sh
ESC[0;32mPASSESC[m: tests/validate-formats-in-memory.sh
ESC[0;32mPASSESC[m: tests/validate-formats-on-disk.sh
ESC[0;32mPASSESC[m: Magick++/tests/exceptions.sh
ESC[0;32mPASSESC[m: Magick++/tests/appendImages.sh
ESC[0;32mPASSESC[m: Magick++/tests/attributes.sh
ESC[0;32mPASSESC[m: Magick++/tests/averageImages.sh
ESC[0;32mPASSESC[m: Magick++/tests/coalesceImages.sh
ESC[0;32mPASSESC[m: Magick++/tests/coderInfo.sh
ESC[0;32mPASSESC[m: Magick++/tests/colorHistogram.sh
ESC[0;32mPASSESC[m: Magick++/tests/color.sh
ESC[0;32mPASSESC[m: Magick++/tests/montageImages.sh
ESC[0;32mPASSESC[m: Magick++/tests/morphImages.sh
ESC[0;32mPASSESC[m: Magick++/tests/readWriteBlob.sh
ESC[0;32mPASSESC[m: Magick++/tests/readWriteImages.sh
ESC[0;31mFAILESC[m: Magick++/demo/analyze.sh
ESC[0;32mPASSESC[m: Magick++/demo/button.sh
ESC[0;32mPASSESC[m: Magick++/demo/demo.sh
ESC[0;32mPASSESC[m: Magick++/demo/flip.sh
ESC[0;32mPASSESC[m: Magick++/demo/gravity.sh
ESC[0;32mPASSESC[m: Magick++/demo/piddle.sh
ESC[0;32mPASSESC[m: Magick++/demo/shapes.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_bessel.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_blackman.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_box.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_catrom.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_cubic.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_gaussian.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_hamming.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_hanning.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_hermite.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_lanczos.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_mitchell.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_point.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_quadratic.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_sample.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_scale.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_sinc.sh
ESC[0;32mPASSESC[m: Magick++/demo/zoom_triangle.sh
ESC[0;32mPASSESC[m: wand/drawtest.sh
ESC[0;32mPASSESC[m: wand/wandtest.sh
ESC[0;31m===ESC[m
ESC[0;31m1 of 49 tests failedESC[m
ESC[0;31mSee ./test-suite.logESC[m
ESC[0;31mPlease report to http://www.imagemagick.orgESC[m
ESC[0;31m===ESC[m
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7.
*** Error code 1

I can supply the entire build log if necessary.

-- 
Carmel ✌
carmel...@hotmail.com

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-12 Thread Matthieu Volat
On Sat, Jun 9, 2012 at 8:02 PM, Doug Barton  wrote:
> The new version fails in a new location, even with the default options.
>

It seems to me that this failure cames from the fact that the tests try to 
dynamicaly load modules from the path where the previous version is installed 
instead of build dirs.

Basicaly, the test do the following (I've cut through various shell wrappers to 
be able to use gdb):

cd /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7
env LD_LIBRARY_PATH=magick/.libs:wand/.libs:Magick++/lib/.libs 
MAGICK_CODER_MODULE_PATH=coders/.libs MAGICK_FILTER_MODULE_PATH=filters/.libs 
./Magick++/demo/.libs/analyze ./Magick++/demo/model.miff

The problem is, you can check by running the test through gdb, that amongst the 
dlopen-ed libraries, 
/usr/local/lib/ImageMagick-6.7.7/modules-Q16/filters/analyze.so is used as if 
the MAGICK_FILTER_MODULE_PATH environment variable was not working.

A quick and dirty test is to save 
/usr/local/lib/ImageMagick-6.7.7/modules-Q16/filters/analyze.so and 
/usr/local/lib/ImageMagick-6.7.7/modules-Q16/filters/analyze.la, and to replace 
them with the versions just built. In my case, the test passed.

I am not too sure about how to fix that however... If I have some time, I will 
check that the MAGICK_FILTER_MODULE_PATH value is really checked before the 
normal installation path.

About my setup : I'm running freebsd 9.0, amd64 and building with clang, openmp 
support is disabled.

-- 
Matthieu Volat 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Robert Huff

Kevin Oberman writes:

>  >        As of 20 minutes ago, ImageMagick-6.7.7.6 builds using clang
>  > and default options), installs, and passes the internal test suite
>  > on
>
>  In any case, this won't show up with defaults as the default is to NOT
>  run tests. Tests were disabled by default last October. the commit
>  message gave no reason for why.

I ran the tests using "make test".  When I said "defaults", I
_meant_ "defaults".


Robert Huff
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Doug Barton
On 06/10/2012 17:32, Kevin Oberman wrote:
> Of course, this means Doug must be wrong about using defaults.

 or, it means that Doug did 'make rmconfig' followed by 'make
config' where I enabled only the tests. I thought that was obvious from
context, but I'm happy to clarify.

Meanwhile, yes, the system I built it on last night was a 10-current amd64.

Doug

-- 

This .signature sanitized for your protection


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Kevin Oberman
On Sun, Jun 10, 2012 at 11:40 AM, Robert Huff  wrote:
>
> Rainer Hurling writes:
>
>>  >> The new version fails in a new location, even with the default options.
>>  >
>>  > Was this an amd64 system? All of my i386 systems installed the new
>>  > ImageMagick cleanly, but my only amd64 system hit this.
>>
>>  Yes, for me too, it fails on CURRENT amd64 system.
>
>        As of 20 minutes ago, ImageMagick-6.7.7.6 builds using clang
> and default options), installs, and passes the internal test suite
> on
>
> FreeBSD 10.0-CURRENT #0: Sun Mar 11 08:20:02 EDT 2012  amd64
>
>        I haven't tried to _use_ the program, but then I rarely do.

Don't know about others, but i am still using gcc.

In any case, this won't show up with defaults as the default is to NOT
run tests. Tests were disabled by default last October. the commit
message gave no reason for why.

Of course, this means Doug must be wrong about using defaults.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Robert Huff

Rainer Hurling writes:

>  >> The new version fails in a new location, even with the default options.
>  >
>  > Was this an amd64 system? All of my i386 systems installed the new
>  > ImageMagick cleanly, but my only amd64 system hit this.
>
>  Yes, for me too, it fails on CURRENT amd64 system.

As of 20 minutes ago, ImageMagick-6.7.7.6 builds using clang
and default options), installs, and passes the internal test suite
on

FreeBSD 10.0-CURRENT #0: Sun Mar 11 08:20:02 EDT 2012  amd64 

I haven't tried to _use_ the program, but then I rarely do.

Respectfully,


Robert Huff


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Kevin Oberman
On Sun, Jun 10, 2012 at 9:19 AM, Kevin Oberman  wrote:
> On Sat, Jun 9, 2012 at 8:02 PM, Doug Barton  wrote:
>> The new version fails in a new location, even with the default options.
>>
>
> Was this an amd64 system? All of my i386 systems installed the new
> ImageMagick cleanly, but my only amd64 system hit this.

Never mind. I just had an i386 system fail.
> --
> R. Kevin Oberman, Network Engineer
> E-mail: kob6...@gmail.com



-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Rainer Hurling

On 10.06.2012 18:19 (UTC+2), Kevin Oberman wrote:

On Sat, Jun 9, 2012 at 8:02 PM, Doug Barton  wrote:

The new version fails in a new location, even with the default options.



Was this an amd64 system? All of my i386 systems installed the new
ImageMagick cleanly, but my only amd64 system hit this.


Yes, for me too, it fails on CURRENT amd64 system.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-10 Thread Kevin Oberman
On Sat, Jun 9, 2012 at 8:02 PM, Doug Barton  wrote:
> The new version fails in a new location, even with the default options.
>

Was this an amd64 system? All of my i386 systems installed the new
ImageMagick cleanly, but my only amd64 system hit this.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Imagemagick: FAIL, now in Magick++/demo/analyze.sh

2012-06-09 Thread Doug Barton
The new version fails in a new location, even with the default options.

-- 

This .signature sanitized for your protection

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL: Magick++/tests/averageImages.sh

2012-06-09 Thread Doug Barton
On 06/09/2012 12:53, Robert Huff wrote:
> 
> Doug Barton writes:
> 
>>  FYI, it's the OPENMP option that causes this to fail. All of my
>>  other options work fine.
> 
>   Um ... with OPENMP de-selected IM hangs in
> tests/validate-streams.sh.

What I did was to start with the defaults and make sure that it passed
all the tests. Then I added stuff until it failed. My working set:

OPTIONS_FILE_SET+=IMAGEMAGICK_16BIT_PIXEL
OPTIONS_FILE_SET+=IMAGEMAGICK_BZLIB
OPTIONS_FILE_UNSET+=IMAGEMAGICK_DJVU
OPTIONS_FILE_UNSET+=IMAGEMAGICK_DOT
OPTIONS_FILE_SET+=IMAGEMAGICK_FFTW
OPTIONS_FILE_SET+=IMAGEMAGICK_FONTCONFIG
OPTIONS_FILE_UNSET+=IMAGEMAGICK_FPX
OPTIONS_FILE_UNSET+=IMAGEMAGICK_GSLIB
OPTIONS_FILE_SET+=IMAGEMAGICK_JBIG
OPTIONS_FILE_SET+=IMAGEMAGICK_JPEG
OPTIONS_FILE_SET+=IMAGEMAGICK_JPEG2000
OPTIONS_FILE_SET+=IMAGEMAGICK_LCMS2
OPTIONS_FILE_UNSET+=IMAGEMAGICK_LCMS
OPTIONS_FILE_SET+=IMAGEMAGICK_LZMA
OPTIONS_FILE_SET+=IMAGEMAGICK_LQR
OPTIONS_FILE_SET+=IMAGEMAGICK_MODULES
OPTIONS_FILE_UNSET+=IMAGEMAGICK_OPENEXR
OPTIONS_FILE_UNSET+=IMAGEMAGICK_OPENMP
OPTIONS_FILE_SET+=IMAGEMAGICK_PANGO
OPTIONS_FILE_SET+=IMAGEMAGICK_PDF
OPTIONS_FILE_SET+=IMAGEMAGICK_PERL
OPTIONS_FILE_SET+=IMAGEMAGICK_PNG
OPTIONS_FILE_SET+=IMAGEMAGICK_SVG
OPTIONS_FILE_SET+=IMAGEMAGICK_TESTS
OPTIONS_FILE_SET+=IMAGEMAGICK_TIFF
OPTIONS_FILE_SET+=IMAGEMAGICK_TTF
OPTIONS_FILE_SET+=IMAGEMAGICK_WEBP
OPTIONS_FILE_UNSET+=IMAGEMAGICK_WMF
OPTIONS_FILE_SET+=THREADS

hth,

Doug

-- 

This .signature sanitized for your protection
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL: Magick++/tests/averageImages.sh

2012-06-09 Thread Robert Huff

Doug Barton writes:

>  FYI, it's the OPENMP option that causes this to fail. All of my
>  other options work fine.

Um ... with OPENMP de-selected IM hangs in
tests/validate-streams.sh.


Robert "mileage may vary" Huff

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL: Magick++/tests/averageImages.sh

2012-06-09 Thread Doug Barton
On 05/26/2012 17:01, Doug Barton wrote:
> What would be helpful to diagnose this? I'm on current r236118

FYI, it's the OPENMP option that causes this to fail. All of my other
options work fine.

hth,

Doug

-- 

This .signature sanitized for your protection
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Imagemagick: FAIL: Magick++/tests/averageImages.sh

2012-05-26 Thread Jason Hellenthal


On Sat, May 26, 2012 at 10:16:11PM -0400, Robert Huff wrote:
> 
> Doug Barton writes:
> 
> >  What would be helpful to diagnose this? I'm on current r236118
> 
>   I'm getting failures on tests also, whether I use clang, gcc42
> of gcc46.
>   (System:
> 
> FreeBSD 10.0-CURRENT #0: Sun Mar 11 08:20:02 EDT 2012  amd64 
> 
> )
> 

As a matter of fact I have had failures on 1-3 of the tests that have
run for quite some time. I turned them off -- no problem. I must not be
using the functionality that the tests were testing for so I really
don't care. If something breaks or isnt working right... and uses
Magick++ then it might be time to look into it then but I have not seen
any significant failure just due to them failing.

-- 

 - (2^(N-1))


pgpAadmnThjnV.pgp
Description: PGP signature


Imagemagick: FAIL: Magick++/tests/averageImages.sh

2012-05-26 Thread Robert Huff

Doug Barton writes:

>  What would be helpful to diagnose this? I'm on current r236118

I'm getting failures on tests also, whether I use clang, gcc42
of gcc46.
(System:

FreeBSD 10.0-CURRENT #0: Sun Mar 11 08:20:02 EDT 2012  amd64 

)


Robert Huff

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Imagemagick: FAIL: Magick++/tests/averageImages.sh

2012-05-26 Thread Doug Barton
What would be helpful to diagnose this? I'm on current r236118

Doug

-- 

This .signature sanitized for your protection
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make failed for graphics/ImageMagick

2012-05-16 Thread Martin Matuska
Thank you, I have fixed the /bin/bash in tests/validate-colorspace.sh

On 16.5.2012 19:59, Leslie Jensen wrote:
>
>
> Will you Please look into this?
>
> Thank you
>
>
> 
>
> /usr/bin/make  check-TESTS check-local
> 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
> FAIL: tests/validate-colorspace.sh
> PASS: tests/validate-stream.sh
> PASS: tests/validate-formats-in-memory.sh
> PASS: tests/validate-formats-on-disk.sh
> PASS: Magick++/tests/exceptions.sh
> PASS: Magick++/tests/appendImages.sh
> PASS: Magick++/tests/attributes.sh
> PASS: Magick++/tests/averageImages.sh
> PASS: Magick++/tests/coalesceImages.sh
> PASS: Magick++/tests/coderInfo.sh
> PASS: Magick++/tests/colorHistogram.sh
> PASS: Magick++/tests/color.sh
> PASS: Magick++/tests/montageImages.sh
> PASS: Magick++/tests/morphImages.sh
> PASS: Magick++/tests/readWriteBlob.sh
> PASS: Magick++/tests/readWriteImages.sh
> PASS: Magick++/demo/analyze.sh
> PASS: Magick++/demo/button.sh
> PASS: Magick++/demo/demo.sh
> PASS: Magick++/demo/flip.sh
> PASS: Magick++/demo/gravity.sh
> PASS: Magick++/demo/piddle.sh
> PASS: Magick++/demo/shapes.sh
> PASS: Magick++/demo/zoom_bessel.sh
> PASS: Magick++/demo/zoom_blackman.sh
> PASS: Magick++/demo/zoom_box.sh
> PASS: Magick++/demo/zoom_catrom.sh
> PASS: Magick++/demo/zoom_cubic.sh
> PASS: Magick++/demo/zoom_gaussian.sh
> PASS: Magick++/demo/zoom_hamming.sh
> PASS: Magick++/demo/zoom_hanning.sh
> PASS: Magick++/demo/zoom_hermite.sh
> PASS: Magick++/demo/zoom_lanczos.sh
> PASS: Magick++/demo/zoom_mitchell.sh
> PASS: Magick++/demo/zoom_point.sh
> PASS: Magick++/demo/zoom_quadratic.sh
> PASS: Magick++/demo/zoom_sample.sh
> PASS: Magick++/demo/zoom_scale.sh
> PASS: Magick++/demo/zoom_sinc.sh
> PASS: Magick++/demo/zoom_triangle.sh
> PASS: wand/drawtest.sh
> PASS: wand/wandtest.sh
> ===
> 1 of 49 tests failed
> See ./test-suite.log
> Please report to http://www.imagemagick.org
> ===========
> *** Error code 1
>
> Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
> *** Error code 1
>
> Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
> *** Error code 1
>
> Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
> *** Error code 1
>
> Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
> *** Error code 1
>
>
>
>


-- 
Martin Matuska
FreeBSD committer
http://blog.vx.sk

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make failed for graphics/ImageMagick

2012-05-16 Thread Leslie Jensen



2012-05-16 19:59, Jason Helfman skrev:

On Wed, May 16, 2012 at 07:59:39PM +0200, Leslie Jensen thus spake:



Will you Please look into this?

Thank you




/usr/bin/make check-TESTS check-local
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
FAIL: tests/validate-colorspace.sh
PASS: tests/validate-stream.sh
PASS: tests/validate-formats-in-memory.sh
PASS: tests/validate-formats-on-disk.sh
PASS: Magick++/tests/exceptions.sh
PASS: Magick++/tests/appendImages.sh
PASS: Magick++/tests/attributes.sh
PASS: Magick++/tests/averageImages.sh
PASS: Magick++/tests/coalesceImages.sh
PASS: Magick++/tests/coderInfo.sh
PASS: Magick++/tests/colorHistogram.sh
PASS: Magick++/tests/color.sh
PASS: Magick++/tests/montageImages.sh
PASS: Magick++/tests/morphImages.sh
PASS: Magick++/tests/readWriteBlob.sh
PASS: Magick++/tests/readWriteImages.sh
PASS: Magick++/demo/analyze.sh
PASS: Magick++/demo/button.sh
PASS: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
PASS: Magick++/demo/gravity.sh
PASS: Magick++/demo/piddle.sh
PASS: Magick++/demo/shapes.sh
PASS: Magick++/demo/zoom_bessel.sh
PASS: Magick++/demo/zoom_blackman.sh
PASS: Magick++/demo/zoom_box.sh
PASS: Magick++/demo/zoom_catrom.sh
PASS: Magick++/demo/zoom_cubic.sh
PASS: Magick++/demo/zoom_gaussian.sh
PASS: Magick++/demo/zoom_hamming.sh
PASS: Magick++/demo/zoom_hanning.sh
PASS: Magick++/demo/zoom_hermite.sh
PASS: Magick++/demo/zoom_lanczos.sh
PASS: Magick++/demo/zoom_mitchell.sh
PASS: Magick++/demo/zoom_point.sh
PASS: Magick++/demo/zoom_quadratic.sh
PASS: Magick++/demo/zoom_sample.sh
PASS: Magick++/demo/zoom_scale.sh
PASS: Magick++/demo/zoom_sinc.sh
PASS: Magick++/demo/zoom_triangle.sh
PASS: wand/drawtest.sh
PASS: wand/wandtest.sh
===
1 of 49 tests failed
See ./test-suite.log
Please report to http://www.imagemagick.org
===
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1


Is this the test-suite.log file? If not, including this file would probably
be more helpful in reaching a solution.

Thanks!

-jgh



Sorry about that. File is attached.

=
   ImageMagick 6.7.6: ./test-suite.log   
=

1 of 49 tests failed.  

.. contents:: :depth: 2


FAIL: tests/validate-colorspace.sh (exit: 127)
==

./tests/validate-colorspace.sh: not found
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: make failed for graphics/ImageMagick

2012-05-16 Thread Jason Helfman

On Wed, May 16, 2012 at 07:59:39PM +0200, Leslie Jensen thus spake:



Will you Please look into this?

Thank you




/usr/bin/make  check-TESTS check-local
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
FAIL: tests/validate-colorspace.sh
PASS: tests/validate-stream.sh
PASS: tests/validate-formats-in-memory.sh
PASS: tests/validate-formats-on-disk.sh
PASS: Magick++/tests/exceptions.sh
PASS: Magick++/tests/appendImages.sh
PASS: Magick++/tests/attributes.sh
PASS: Magick++/tests/averageImages.sh
PASS: Magick++/tests/coalesceImages.sh
PASS: Magick++/tests/coderInfo.sh
PASS: Magick++/tests/colorHistogram.sh
PASS: Magick++/tests/color.sh
PASS: Magick++/tests/montageImages.sh
PASS: Magick++/tests/morphImages.sh
PASS: Magick++/tests/readWriteBlob.sh
PASS: Magick++/tests/readWriteImages.sh
PASS: Magick++/demo/analyze.sh
PASS: Magick++/demo/button.sh
PASS: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
PASS: Magick++/demo/gravity.sh
PASS: Magick++/demo/piddle.sh
PASS: Magick++/demo/shapes.sh
PASS: Magick++/demo/zoom_bessel.sh
PASS: Magick++/demo/zoom_blackman.sh
PASS: Magick++/demo/zoom_box.sh
PASS: Magick++/demo/zoom_catrom.sh
PASS: Magick++/demo/zoom_cubic.sh
PASS: Magick++/demo/zoom_gaussian.sh
PASS: Magick++/demo/zoom_hamming.sh
PASS: Magick++/demo/zoom_hanning.sh
PASS: Magick++/demo/zoom_hermite.sh
PASS: Magick++/demo/zoom_lanczos.sh
PASS: Magick++/demo/zoom_mitchell.sh
PASS: Magick++/demo/zoom_point.sh
PASS: Magick++/demo/zoom_quadratic.sh
PASS: Magick++/demo/zoom_sample.sh
PASS: Magick++/demo/zoom_scale.sh
PASS: Magick++/demo/zoom_sinc.sh
PASS: Magick++/demo/zoom_triangle.sh
PASS: wand/drawtest.sh
PASS: wand/wandtest.sh
===
1 of 49 tests failed
See ./test-suite.log
Please report to http://www.imagemagick.org
===
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1


Is this the test-suite.log file? If not, including this file would probably
be more helpful in reaching a solution.

Thanks!

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


make failed for graphics/ImageMagick

2012-05-16 Thread Leslie Jensen



Will you Please look into this?

Thank you




/usr/bin/make  check-TESTS check-local
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
FAIL: tests/validate-colorspace.sh
PASS: tests/validate-stream.sh
PASS: tests/validate-formats-in-memory.sh
PASS: tests/validate-formats-on-disk.sh
PASS: Magick++/tests/exceptions.sh
PASS: Magick++/tests/appendImages.sh
PASS: Magick++/tests/attributes.sh
PASS: Magick++/tests/averageImages.sh
PASS: Magick++/tests/coalesceImages.sh
PASS: Magick++/tests/coderInfo.sh
PASS: Magick++/tests/colorHistogram.sh
PASS: Magick++/tests/color.sh
PASS: Magick++/tests/montageImages.sh
PASS: Magick++/tests/morphImages.sh
PASS: Magick++/tests/readWriteBlob.sh
PASS: Magick++/tests/readWriteImages.sh
PASS: Magick++/demo/analyze.sh
PASS: Magick++/demo/button.sh
PASS: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
PASS: Magick++/demo/gravity.sh
PASS: Magick++/demo/piddle.sh
PASS: Magick++/demo/shapes.sh
PASS: Magick++/demo/zoom_bessel.sh
PASS: Magick++/demo/zoom_blackman.sh
PASS: Magick++/demo/zoom_box.sh
PASS: Magick++/demo/zoom_catrom.sh
PASS: Magick++/demo/zoom_cubic.sh
PASS: Magick++/demo/zoom_gaussian.sh
PASS: Magick++/demo/zoom_hamming.sh
PASS: Magick++/demo/zoom_hanning.sh
PASS: Magick++/demo/zoom_hermite.sh
PASS: Magick++/demo/zoom_lanczos.sh
PASS: Magick++/demo/zoom_mitchell.sh
PASS: Magick++/demo/zoom_point.sh
PASS: Magick++/demo/zoom_quadratic.sh
PASS: Magick++/demo/zoom_sample.sh
PASS: Magick++/demo/zoom_scale.sh
PASS: Magick++/demo/zoom_sinc.sh
PASS: Magick++/demo/zoom_triangle.sh
PASS: wand/drawtest.sh
PASS: wand/wandtest.sh
===
1 of 49 tests failed
See ./test-suite.log
Please report to http://www.imagemagick.org
===
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1




___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick test failures?

2012-03-03 Thread Robert Huff

Kevin Oberman writes:

>  >>  Thank you very much for your detailed information!
>  >>  It seems that IMAGEMAGICK_GSLIB is the culprit here.
>  >
>  >        That option is set for me as well.
>  
>  Hmm. gslib is off by default. If it is on for you, you turned it
>  on.

Probably.

>  Still, It once did work.

Exactly.


Robert Huff

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick test failures?

2012-03-03 Thread Kevin Oberman
On Sat, Mar 3, 2012 at 12:25 PM, Robert Huff  wrote:
>
> Andriy Gapon writes:
>
>>  Thank you very much for your detailed information!
>>  It seems that IMAGEMAGICK_GSLIB is the culprit here.
>
>        That option is set for me as well.

Hmm. gslib is off by default. If it is on for you, you turned it on.

Still, It once did work. I have used it, though it's been years. I've
been using ImageMagick for about a quarter century, originally on VMS.
It's grown and evolved quite a bit since it was supported at E.I.
DuPont Chemical, though I think Christy, the original author is still
involved.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick test failures?

2012-03-03 Thread Robert Huff

Andriy Gapon writes:

>  Thank you very much for your detailed information!
>  It seems that IMAGEMAGICK_GSLIB is the culprit here.

That option is set for me as well.


Robert Huff

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ImageMagick test failures?

2012-03-03 Thread Andriy Gapon
on 03/03/2012 19:53 Andriy Gapon said the following:
> Thank you very much for your detailed information!
> It seems that IMAGEMAGICK_GSLIB is the culprit here.

Well, it seems like I played Captain Obvious here.  Without that option no tests
for PS-ish formats are executed.  Hence no failures in them.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


  1   2   3   >