Still broken on Debian Stretch and Sid as well, only Experimental
appears to have the updated packages.
--
Herwin Weststrate
Version: 8:6.8.9.9-5+deb8u1
Hi,
On Fri, 08 May 2015 15:23:47 +0200 Bas van Sisseren
wrote:
> Package: libimage-magick-perl
> Version: 8:6.8.9.9-5
> Severity: normal
>
> The PerlMagick/quantum/Makefile.PL was using the wrong
> magick/magick-baseconfig.h file. I've attached a patch to fix this p
Package: libimage-magick-perl
Version: 8:6.8.9.9-5
Severity: normal
The PerlMagick/quantum/Makefile.PL was using the wrong
magick/magick-baseconfig.h file. I've attached a patch to fix this problem.
Regards,
Bas van Sisseren
--
Bas van Sisseren
Quarantainenet
Description: Fix include path fo
Just compiled the package with this two lines added to the top of
debian/rules:
export CC=/usr/bin/clang-3.5
export CXX=/usr/bin/clang++-3.5
And suddenly it works
--
Herwin Weststrate
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". T
Some more observations:
The error begins in PerlMagick/Magick.xs method QueryFontMetrics around
line 12321:
draw_info=CloneDrawInfo(package_info->image_info,(DrawInfo *) NULL);
CloneString(&draw_info->text,"");
Tracing CloneDrawInfo in GDB, we have the following piece of code:
clone_info=
I've seen it as wel when calling XS_Image__Magick__Q16_Mogrify
>From what i've seen, the parameter **destination in CloneString always
points to 0x0001, which I don't think is correct.
--
Herwin Weststrate
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subjec
Control: retitle -1 Text functions segfault on i386
This problem seems to affect other functions dealing with text, too: The
program also segfaults when I replace QueryFontMetrics() with
Annotate(text=>'Test', x=>100, y=>100)
or
Draw(primitive=>'text', text=>'Test', pointsize=>12, points=>'100,
7 matches
Mail list logo