Page 1 of 1

Compile problem

Posted: 2013-01-23T00:46:38-07:00
by erikgrinaker
Hi,

I'm having trouble building 6.8.1-10, due to Ubuntu/Debian using -Werror=format-security by default:

Code: Select all

  CC       magick/magick_libMagickCore_Q16_la-cache.lo
magick/cache.c: In function 'ClonePixelCachePixels':
magick/cache.c:1224:7: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
I'll modify the CFLAGS for now, but you may want to fix it. Also, when do you expect to release 6.8.1-11?

Thanks for your help, will be great to have that thread lock fixed.

Re: Compile problem

Posted: 2013-01-23T04:31:19-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.2-0 Beta available by sometime tomorrow. Thanks.

Re: Compile problem

Posted: 2013-01-28T02:20:11-07:00
by erikgrinaker
Hi,

I'm seeing this problem with 6.8.2-0 as well. Just a reminder.