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 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-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
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 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-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 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 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 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 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
My head hurts!

On Wed, Jun 20, 2012 at 9:43 AM, Carmel carmel...@hotmail.com wrote:
 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 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


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: 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


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 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 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/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 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 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 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 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
 (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 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 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 Kevin Oberman
On Tue, Jun 19, 2012 at 2:12 PM, Carmel carmel...@hotmail.com wrote:
 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 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 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