[fixed] ABI breakage please revert

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] ABI breakage please revert

Post 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
Last edited by broucaries on 2011-10-12T05:15:28-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ABI breakage please revert

Post 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.
Post Reply