Not really a bug, but during the test suite I ran into issues where IM couldn't find a few fonts. This was resolved by installing the gsfonts package.
Now I'm wondering if gsfonts is just needed for the test suite or that other parts of ImageMagick also use those fonts? Does anyone know?
Search found 11 matches
- 2019-04-27T12:54:20-07:00
- Forum: Bugs
- Topic: gsfonts usage in ImageMagick
- Replies: 1
- Views: 6857
- 2017-01-11T09:32:33-07:00
- Forum: PerlMagick
- Topic: PerlMagick missing files or not?
- Replies: 3
- Views: 28208
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 ...
- 2017-01-11T06:58:29-07:00
- Forum: PerlMagick
- Topic: PerlMagick missing files or not?
- Replies: 3
- Views: 28208
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: 28208
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 ...
- 2015-06-17T10:14:57-07:00
- Forum: Bugs
- Topic: libwmf detection broken
- Replies: 1
- Views: 3355
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 ...
- 2015-01-01T15:30:40-07:00
- Forum: Bugs
- Topic: Can't build ImageMagick 6.9.0-2
- Replies: 2
- Views: 6481
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: 3983
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: 4714
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: 3776
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: 6710
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: 6710
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 ...