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

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. ___

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

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

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
phics 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 th

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

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

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

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 packa

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 inst

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 showconfi

Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-23 Thread Kevin Oberman
(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 wih

Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-23 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

GraphicsMagick *and* ImageMagick fail to compile

2016-07-22 Thread Patrick M. Hausen
r 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 OPTION

Re: graphics/ImageMagick vulnerability status?

2016-05-10 Thread Steven Hartland
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

graphics/ImageMagick vulnerability status?

2016-05-10 Thread Stefan Bethke
Hey, according to https://www.imagemagick.org/discourse-server/viewtopic.php?f=4=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

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

2015-12-26 Thread David Wolfskill
verwrites?). > 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 UME

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 <u...@freebsd.org> 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 b

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

2015-12-25 Thread Shin-ichi Okano
: @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.

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 <s-ok...@n08.itscom.net> said: s-okano> I am afraid that the file for "lib32" is installed (overwrites?). s-okano> When I change "/usr/lib32" to "/usr/lib

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

2015-12-24 Thread Per olof Ljungmark
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 Ima

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

2015-12-24 Thread David Wolfskill
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 &

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

2015-12-23 Thread David Wolfskill
: ===>>> 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

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

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

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

2015-12-23 Thread Kevin Oberman
ter 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 Imag

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

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.

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

2015-12-23 Thread Kevin Oberman
e 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 (allow

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:

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

2015-12-23 Thread Kevin Oberman
ot 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.

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

Re: inkscape build fails with ImageMagick - Bug 201655

2015-10-29 Thread Walter Schwarzenfeld
01: 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 an

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

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

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

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: 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 po...@webrz.net 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

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

Re: Makefile possibly broken: graphics/ImageMagick

2015-07-21 Thread Mathieu Arnold
+--On 21 juillet 2015 08:57:49 +0200 Jos Chrispijn po...@webrz.net 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

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

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

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

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

Re: ImageMagick

2014-06-18 Thread Alex V. Petrov
: 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

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

Re: ImageMagick

2014-06-18 Thread Koop Mast
, thanks for reporting! -Koop 2014-06-18 17:59 GMT+08:00 Koop Mast k...@rainbow-runner.nl 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

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

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

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

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

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

[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

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

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, Carmelcarmel...@hotmail.com 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

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

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 9:59 PM, Simon Wright simon.wri...@gmx.net 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

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

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Kevin Oberman
On Wed, Jun 20, 2012 at 2:33 AM, Carmel carmel...@hotmail.com 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

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 carmel...@hotmail.com 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

Re: Unable to build graphics/ImageMagick port

2012-06-20 Thread Kevin Oberman
: 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

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

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

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 ✌

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

Re: Unable to build graphics/ImageMagick port

2012-06-19 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 7:33 AM, Lars Eighner portsu...@larseighner.com 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

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

Re: Unable to build graphics/ImageMagick port

2012-06-19 Thread Kevin Oberman
On Tue, Jun 19, 2012 at 10:58 AM, Doug Barton do...@freebsd.org 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

Re: Unable to build graphics/ImageMagick port

2012-06-19 Thread Heino Tiedemann
Lars Eighner portsu...@larseighner.com 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

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 do...@freebsd.org 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

Re: Unable to build graphics/ImageMagick port

2012-06-19 Thread Kevin Oberman
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

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

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

2012-06-12 Thread Matthieu Volat
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

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 do...@freebsd.org 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

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 do...@freebsd.org 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

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 kob6...@gmail.com wrote: On Sat, Jun 9, 2012 at 8:02 PM, Doug Barton do...@freebsd.org 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

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

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 roberth...@rcn.com 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

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,

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

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

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 ___

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

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

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

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

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

make failed for graphics/ImageMagick

2012-05-16 Thread Leslie Jensen
=== 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

Re: make failed for graphics/ImageMagick

2012-05-16 Thread Jason Helfman
/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

Re: make failed for graphics/ImageMagick

2012-05-16 Thread Leslie Jensen
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

Re: make failed for graphics/ImageMagick

2012-05-16 Thread Martin Matuska
=== *** 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

ImageMagick test failures?

2012-03-03 Thread Andriy Gapon
I wonder if anyone else see something like this: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=20409sid=ec7f098a613910103a6195ef86f18c45 -- Andriy Gapon ___ freebsd-ports@freebsd.org mailing list

ImageMagick test failures?

2012-03-03 Thread Robert Huff
Andriy Gapon writes: I wonder if anyone else see something like this: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=20409sid=ec7f098a613910103a6195ef86f18c45 Yosemite Sam jumping and downME! Me! Me! Me! Me! Me!/ Started with the most recent update.

Re: ImageMagick test failures?

2012-03-03 Thread Kevin Oberman
some updates. Maybe some build option is triggering it or maybe interaction with a dependent port? ImageMagick has a LOT of those. Here are my options: IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support IMAGEMAGICK_BZLIB=on Bzlib support IMAGEMAGICK_DJVU=off DJVU format support (needs

Re: ImageMagick test failures?

2012-03-03 Thread Andriy Gapon
this ofr a while, but to seemed to stop happening after some updates. Maybe some build option is triggering it or maybe interaction with a dependent port? ImageMagick has a LOT of those. Here are my options: IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support IMAGEMAGICK_BZLIB=on Bzlib

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

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

Re: ImageMagick test failures?

2012-03-03 Thread Kevin Oberman
, 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

  1   2   3   >