Compile problem

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
erikgrinaker
Posts: 2
Joined: 2013-01-23T00:41:34-07:00
Authentication code: 6789

Compile problem

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Compile problem

Post 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.
erikgrinaker
Posts: 2
Joined: 2013-01-23T00:41:34-07:00
Authentication code: 6789

Re: Compile problem

Post by erikgrinaker »

Hi,

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