Page 1 of 1

[fixed] Bug in 6.7.7.9

Posted: 2012-06-26T00:57:08-07:00
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

Re: Bug in 6.7.7.9

Posted: 2012-06-26T01:21:01-07:00
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

Re: Bug in 6.7.7.9

Posted: 2012-06-26T05:28:47-07:00
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.

Re: Bug in 6.7.7.9

Posted: 2012-06-28T03:28:19-07:00
by broucaries
Could you made a release today or tomorrow before 12AM UTC ?

Freeze is tomorrow noon

Bastien

Re: Bug in 6.7.7.9

Posted: 2012-06-28T04:12:12-07:00
by magick
ImageMagick-6.7.7.10 is released.