Search found 10 matches
- 2017-01-11T09:32:33-07:00
- Forum: PerlMagick
- Topic: PerlMagick missing files or not?
- Replies: 3
- Views: 13925
Re: PerlMagick missing files or not?
ImageMagick 7.0.4-3 results: So please let me know if this is acceptable. I'm willing to help if both these issues in the test suites are problematic, but please keep in mind I don't know anything about perl. PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "u...
- 2017-01-11T06:58:29-07:00
- Forum: PerlMagick
- Topic: PerlMagick missing files or not?
- Replies: 3
- Views: 13925
Re: PerlMagick missing files or not?
Running the test suite seems to be working. Though t/tiff/read.t and t/tiff/write.t have failures, I don't know how critical those are. When running the test suite under X, I'm getting a window popup with a picture in it. But I don't know how to handle those to make the test succeed. Thanks for the ...
- 2016-12-24T13:37:44-07:00
- Forum: PerlMagick
- Topic: PerlMagick missing files or not?
- Replies: 3
- Views: 13925
PerlMagick missing files or not?
Hi, I'm working on updating our IM port from 6.9.6.4 to 6.9.7.0, I ran into the problem that the Magick.so and autosplit.ix files are "missing". It doesn't apears to be a issue on my side. And since I'm not familiar with PerlMagick or Perl itself I would like to hear if this is a bug or intended beh...
- 2015-06-17T10:14:57-07:00
- Forum: Bugs
- Topic: libwmf detection broken
- Replies: 1
- Views: 1743
libwmf detection broken
Hi between 6.9.1-4 and 6.9.1-5 the check for libwmf was replaced with a pkg-config check. This is a problen since original libwmf didn't come with a pkg-config file. It was added bij de distro maintainers. The freebsd port of libwmf does not have the pkg-config file. Could the old check be added bac...
- 2015-01-01T15:30:40-07:00
- Forum: Bugs
- Topic: Can't build ImageMagick 6.9.0-2
- Replies: 2
- Views: 3741
Re: Can't build ImageMagick 6.9.0-2
I couldn't reproduce the issue above or below but I had some helpfull users report this and submit the patch below. CC coders/coders_yuv_la-yuv.lo CC coders/coders_exr_la-exr.lo coders/rle.c: In function 'ReadRLEImage': coders/rle.c:459:24: error: array subscript is not an integer *p=colormap[index]...
- 2014-12-31T06:33:12-07:00
- Forum: Bugs
- Topic: IM 6.9.0-2 build fail without-threads
- Replies: 1
- Views: 2236
IM 6.9.0-2 build fail without-threads
When building ImageMagick 6.9.0-2 with --without-threads the build fails CC magick/magick_libMagickCore_6_Q16_la-compress.lo CC magick/magick_libMagickCore_6_Q16_la-configure.lo CC magick/magick_libMagickCore_6_Q16_la-constitute.lo CC magick/magick_libMagickCore_6_Q16_la-decorate.lo CC magick/magick...
- 2014-12-20T13:18:13-07:00
- Forum: Bugs
- Topic: ImageMagick and clang 3.5.0
- Replies: 1
- Views: 2660
ImageMagick and clang 3.5.0
Hi, FreeBSD is currently moving to making clang 3.5.0 our default compiler. Which exposed three problems in the IM code (based on IM 6.9.0-0) [1]. The first problem is that IM assumes clang supports __alloc_size__() [2], which it does not. It does support __hot__ and __cold__. So the patch [3] fixes...
- 2014-06-27T08:20:59-07:00
- Forum: Developers
- Topic: old 6.8.9 releases missing?
- Replies: 1
- Views: 2052
old 6.8.9 releases missing?
Hi,
I'm wondering where the old 6.8.9 release -1, -2 and -3 are. Currently in /download the -4 is the newest, but legacy only goes to 6.8.8-10. Aren't the old 6.8.9 releases archived anymore, or am I not looking in the right place?
I'm wondering where the old 6.8.9 release -1, -2 and -3 are. Currently in /download the -4 is the newest, but legacy only goes to 6.8.8-10. Aren't the old 6.8.9 releases archived anymore, or am I not looking in the right place?
- 2014-03-29T01:38:49-07:00
- Forum: Bugs
- Topic: PerlMagick 6.8.8-9 build failure
- Replies: 2
- Views: 4483
Re: PerlMagick 6.8.8-9 build failure
That resolved the problem, thanks!
- 2014-03-26T13:06:23-07:00
- Forum: Bugs
- Topic: PerlMagick 6.8.8-9 build failure
- Replies: 2
- Views: 4483
PerlMagick 6.8.8-9 build failure
While working on a update for ImageMagick 6.8.0-7 to 6.8.8-9 for FreeBSD I ran into this error in PerlMagick. The lines below mentioning with "make[7]" are suspicious. The points to make (BSD make) being called, while gmake (GNU make) should be used for building ImageMagick and PerlMagick. So I susp...