Page 1 of 1

[fixed] ABI breakage please revert

Posted: 2011-08-22T09:40:36-07:00
by broucaries
Hi,

I whish to package your new package 6.7 remove some symbols:
I have double checked result from
http://linuxtesting.org/upstream-tracke ... agick.html

and indeed you removed:
deprecate.h, libMagickCore.so.4.0.1
FormatImageAttributeList ( MagickCore::Image* p1, char const* p2, char const* p3, va_list p4 )

property.h, libMagickCore.so.4.0.1
FormatImagePropertyList ( MagickCore::Image* p1, char const* p2, char const* p3, va_list p4 )

Could you please post a new 6.7 version with these symbols restored and test your release with http://ispras.linux-foundation.org/inde ... ce_checker the tool that run under http://linuxtesting.org/upstream-tracker

More dangerous you have not purged the function from the .h ! So it could compile cleanly and only dedected at link time.

And consider as a wish to use hidden linkage for 7.0 (as the wishes I have added)

Thank you

Bastien

Re: ABI breakage please revert

Posted: 2011-08-22T10:02:57-07:00
by magick
We added the two missing methods as requested. Look for a patch in SVN and ImageMagick-6.7.1-10 Beta by sometime tomorrow. We'll make a point release within a week. Thanks.