Search found 23 matches

by dfavor
2013-12-06T10:42:09-07:00
Forum: Bugs
Topic: PerlMagick-6.87 fails two tests in t/montage.t
Replies: 0
Views: 3684

PerlMagick-6.87 fails two tests in t/montage.t

net1# PERL_DL_NONLAZY=1 /david-favor-tools/ubuntu-13.10/perl-5.19.6/bin/perl5.19.6 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/montage.t t/montage.t .. 1..19 $montage=$images->Mo...
by dfavor
2013-04-21T13:42:21-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 test suite fails
Replies: 3
Views: 5516

Re: ImageMagick-6.8.4-10 test suite fails

Fix was to just remove setting rpath in linker options and allows Imagemagick to set it's own, which it does correctly.
by dfavor
2013-04-21T07:48:06-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 test suite fails
Replies: 3
Views: 5516

Re: ImageMagick-6.8.4-10 test suite fails

Sure enough... libraries are being picked up out of my install directory... net1# ldd tests/.libs/lt-validate linux-vdso.so.1 => (0x00007fff74dff000) libMagickCore-6.Q16HDRI.so.1 => /runtime/lib/libMagickCore-6.Q16HDRI.so.1 (0x00007fce8a56d000) libMagickWand-6.Q16HDRI.so.1 => /runtime/lib/libMagickW...
by dfavor
2013-04-19T19:32:42-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

Test failures appear to have no relation to webp, so another ticket was opened for the two test failures. This ticket should address only the one problem of webp downlevel versions being installed and ImageMagick code requiring a higher level code to be installed. The simple way to deal with this is...
by dfavor
2013-04-19T19:29:13-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 test suite fails
Replies: 3
Views: 5516

ImageMagick-6.8.4-10 test suite fails

Test failures are... PASS: Magick++/tests/tests.tap 2 ok PASS: Magick++/tests/tests.tap 3 ok PASS: Magick++/tests/tests.tap 4 Caught exception: lt-coderInfo: image coder signature mismatch `GIF': 68410 != 68310 @ error/module.c/OpenModule/1319 not ok FAIL: Magick++/tests/tests.tap 5 ok PASS: Magick+...
by dfavor
2013-04-19T19:25:05-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

Test failures are... PASS: Magick++/tests/tests.tap 2 ok PASS: Magick++/tests/tests.tap 3 ok PASS: Magick++/tests/tests.tap 4 Caught exception: lt-coderInfo: image coder signature mismatch `GIF': 68410 != 68310 @ error/module.c/OpenModule/1319 not ok FAIL: Magick++/tests/tests.tap 5 ok PASS: Magick+...
by dfavor
2013-04-19T18:43:29-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

Got it... Looks like tests are just taking much longer in this version.

I'll just let the tests run and tail the log files.

Thanks.
by dfavor
2013-04-19T18:30:01-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

Adding --with-webp=no tests run longer. Now the test for Magick++/demo/demos.tap 24 hangs forever. Tests run in a few minutes up to ImageMagic-6.8.3-10 which was the last version I built. If there's a way to run test in verbose mode, point me to the docs where this is described and I'll dig deeper. ...
by dfavor
2013-04-19T18:19:10-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

It appears the fix appears to be installing the latest libwebp-0.3.0 which presents a problem.

Ubuntu ships packages for libwebp-0.1.3 so this requires people to manually install the latest version.

The other problem is that 'make test' hangs in the tests/validate-stream.tap 1 test.
by dfavor
2013-04-19T16:37:34-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

configure webp stanza...

checking for WEBP...
checking webp/decode.h usability... yes
checking webp/decode.h presence... yes
checking for webp/decode.h... yes
checking for WebPPictureInitInternal in -lwebp... yes
checking if WEBP package is complete... yes
by dfavor
2013-04-19T16:35:47-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

Re: ImageMagick-6.8.4-10 + webp appears broken

Hum... No way to attach an attachment, so here's the configure line I used... ./configure CC=x86_64-linux-gnu-gcc LDFLAGS='-L/runtime/lib -Wl,-rpath=/runtime/lib' CFLAGS='-Wall -g -O2' CPPFLAGS='-I/runtime/include' --prefix=/runtime --enable-shared --disable-static --with-threads --with-perl --with-...
by dfavor
2013-04-19T16:32:51-07:00
Forum: Developers
Topic: ImageMagick-6.8.4-10 + webp appears broken
Replies: 8
Views: 10698

ImageMagick-6.8.4-10 + webp appears broken

net1# uname -a Linux net1.bizcooker.com 3.5.0-27-generic #46-Ubuntu SMP \ Mon Mar 25 19:58:17 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux net1# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.10 Release: 12.10 Codename: quantal Here's the error... CC coders/cod...
by dfavor
2013-04-19T16:07:57-07:00
Forum: Developers
Topic: It appears the http://ImageMagick.org downloads are broken
Replies: 2
Views: 3825

It appears the http://ImageMagick.org downloads are broken

The http://www.imagemagick.org/download/www/download.html page says http://www.imagemagick.org/download/ is the source download page. This has been true for years. Now the link http://www.imagemagick.org/download/ is a circular link back to http://www.imagemagick.org/download/www/download.html inste...
by dfavor
2013-03-10T06:28:11-07:00
Forum: Users
Topic: Best way to write alpha channel multi-line text over image
Replies: 3
Views: 4304

Re: Best way to write alpha channel multi-line text over ima

Just found my answer. Using annotate is required (as in label) as draw is unable to render newlines.