[fixed] Bug in 6.7.7.9

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

[fixed] Bug in 6.7.7.9

Post by broucaries »

first we have still the warnings on 32 bits arch:

cc -c -I../ -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/X11 -I/usr/include/freetype2 -I/usr/include/libxml2 -I"/usr/include/ImageMagick" -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/lqr-1 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -fopenmp -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -pthread -O2 -g -Wall -DVERSION=\"6.77\" -DXS_VERSION=\"6.77\" -fPIC "-I/usr/lib/perl/5.14/CORE" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
Magick.xs: In function 'GetList':
Magick.xs:904:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Next it fail to build on
- armel
- armhf
with the following error
CC magick/magick_libMagickCore_la-draw.lo
CC magick/magick_libMagickCore_la-effect.lo
CC magick/magick_libMagickCore_la-enhance.lo
CC magick/magick_libMagickCore_la-exception.lo
CC magick/magick_libMagickCore_la-feature.lo
CC magick/magick_libMagickCore_la-fourier.lo
CC magick/magick_libMagickCore_la-fx.lo
CC magick/magick_libMagickCore_la-gem.lo
magick/gem.c:610:21: error: conflicting types for 'GenerateDifferentialNoise'
./magick/gem.h:30:3: note: previous declaration of 'GenerateDifferentialNoise' was here
make[2]: *** [magick/magick_libMagickCore_la-gem.lo] Error 1
make[2]: Leaving directory `/build/buildd-imagemagick_6.7.7.9-1-armel-66TJ9D/imagemagick-6.7.7.9'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd-imagemagick_6.7.7.9-1-armel-66TJ9D/imagemagick-6.7.7.9'
make: *** [build-stamp] Error 2

Any idea ?

If you achieve to solve these issue. Could you please made a release, we are really near realease

Bastien
Last edited by broucaries on 2012-07-23T09:53:38-07:00, edited 1 time in total.
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Bug in 6.7.7.9

Post by broucaries »

BTW we have disabled dot support due to license incompatibility.

Could you add delegate support for dot. it appear that recent dot binary accept to output svg or png.

Thanks

bastien
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug in 6.7.7.9

Post by magick »

Thank for the problem reports. We have attended to all your requests. Look for the patches in the ImageMagick-6.7.7-10 release within just a few days.
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Bug in 6.7.7.9

Post by broucaries »

Could you made a release today or tomorrow before 12AM UTC ?

Freeze is tomorrow noon

Bastien
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug in 6.7.7.9

Post by magick »

ImageMagick-6.7.7.10 is released.
Post Reply