[Pkg-gmagick-im-team] Bug#709856: imagemagick: fails to install: update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't exist

Alban Browaeys prahal at yahoo.com
Thu May 30 16:36:28 UTC 2013


I did : 
git config gitpkg.orig-compressor xz
git checkout -b debian_6.8.5.6 remotes/origin/debian/6.8.5.6-2
git checkout -b 6.8.5.6 remotes/origin/upstream/6.8.5.6
git checkout debian_6.8.5.6
gitpkg debian_6.8.5.6 6.8.5.6
cd ../deb-packages/imagemagick/imagemagick-6.8.5.6/
dpkg-buildpackage -rfakeroot -b -uc -us

and build failed with same error:
make[2] : on entre dans le répertoire
« /home/prahal/Projects/Devel/Gnome/jhbuild/imagemagick/deb-packages/imagemagick/imagemagick-6.8.5.6/debian/build-quantum-indep »
doxygen config/MagickCore.dox
error: tag OUTPUT_DIRECTORY: Output directory `www/api' does not exist
and cannot be created
Exiting...
make[2]: *** [html] Erreur 1

I am at commit 906aedd913ce61bd5c2a7f8c44d7fde449c7982a "Fix FTBS due to
error in file name handling in debian/rules".

I reverted  33747a8812d17492b1eb68cc810204d10ccc3464 and now it builds
on amd64 (but fails on my i386 arch box).

While looking at the i386 arch issue (it is mostly size_t translated in
the symbols file as unsigned long which is true on amd64 but not is i386
where it means unsigned int) I found :
http://www.eyrie.org/~eagle/journal/2012-01/008.html

The current symbols issue for libmagick++-6-q16-1.symbols are:

> dpkg-gensymbols: warning: debian/libmagick++-6.q16-1/DEBIAN/symbols doesn't match completely debian/libmagick++-6.q16-1.symbols
> --- debian/libmagick++-6.q16-1.symbols (libmagick++-6.q16-1_8:6.8.5.6-2_i386)
> +++ dpkg-gensymbolsC2Ajqi	2013-05-30 16:29:50.000000000 +0200
> @@ -1,16 +1,16 @@
>  libMagick++-6.Q16.so.1 libmagick++-6.q16-1 #MINVER#
>   (c++)"Magick::Blob::Blob()@Base" 6.8.5.5
>   (c++)"Magick::Blob::Blob(Magick::Blob const&)@Base" 6.8.5.5
> - (c++)"Magick::Blob::Blob(void const*, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Blob::Blob(void const*, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Blob::base64()@Base" 6.8.5.5
>   (c++)"Magick::Blob::base64(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@Base" 6.8.5.5
>   (c++)"Magick::Blob::data() const at Base" 6.8.5.5
>   (c++)"Magick::Blob::length() const at Base" 6.8.5.5
>   (c++)"Magick::Blob::operator=(Magick::Blob const&)@Base" 6.8.5.5
> - (c++)"Magick::Blob::update(void const*, unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Blob::updateNoCopy(void*, unsigned long, Magick::Blob::Allocator)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Blob::update(void const*, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Blob::updateNoCopy(void*, unsigned long, Magick::Blob::Allocator)@Base" 6.8.5.5
>   (c++)"Magick::Blob::~Blob()@Base" 6.8.5.5
> - (c++)"Magick::BlobRef::BlobRef(void const*, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::BlobRef::BlobRef(void const*, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::BlobRef::~BlobRef()@Base" 6.8.5.5
>   (c++)"Magick::CloneString(char**, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::CoderInfo::CoderInfo()@Base" 6.8.5.5
> @@ -133,10 +133,10 @@
>   (c++)"Magick::DrawableCompositeImage::~DrawableCompositeImage()@Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::DrawableDashArray(Magick::DrawableDashArray const&)@Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::DrawableDashArray(double const*)@Base" 6.8.5.5
> - (c++)"Magick::DrawableDashArray::DrawableDashArray(unsigned long const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::DrawableDashArray::DrawableDashArray(unsigned long const*)@Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::copy() const at Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::dasharray(double const*)@Base" 6.8.5.5
> - (c++)"Magick::DrawableDashArray::dasharray(unsigned long const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::DrawableDashArray::dasharray(unsigned long const*)@Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::operator()(MagickCore::_DrawingWand*) const at Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::operator=(Magick::DrawableDashArray const&)@Base" 6.8.5.5
>   (c++)"Magick::DrawableDashArray::~DrawableDashArray()@Base" 6.8.5.5
> @@ -214,7 +214,7 @@
>   (c++)"Magick::DrawablePushGraphicContext::operator()(MagickCore::_DrawingWand*) const at Base" 6.8.5.5
>   (c++)"Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext()@Base" 6.8.5.5
>   (c++)"Magick::DrawablePushPattern::DrawablePushPattern(Magick::DrawablePushPattern const&)@Base" 6.8.5.5
> - (c++)"Magick::DrawablePushPattern::DrawablePushPattern(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::DrawablePushPattern::DrawablePushPattern(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long, long, unsigned long, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::DrawablePushPattern::copy() const at Base" 6.8.5.5
>   (c++)"Magick::DrawablePushPattern::operator()(MagickCore::_DrawingWand*) const at Base" 6.8.5.5
>   (c++)"Magick::DrawablePushPattern::~DrawablePushPattern()@Base" 6.8.5.5
> @@ -333,7 +333,7 @@
>   (c++)"Magick::Geometry::Geometry(MagickCore::_RectangleInfo const&)@Base" 6.8.5.5
>   (c++)"Magick::Geometry::Geometry(char const*)@Base" 6.8.5.5
>   (c++)"Magick::Geometry::Geometry(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Geometry::Geometry(unsigned long, unsigned long, long, long, bool, bool)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Geometry::Geometry(unsigned long, unsigned long, long, long, bool, bool)@Base" 6.8.5.5
>   (c++)"Magick::Geometry::operator MagickCore::_RectangleInfo() const at Base" 6.8.5.5
>   (c++|optional=templinst)"Magick::Geometry::operator std::basic_string<char, std::char_traits<char>, std::allocator<char> >() const at Base" 6.8.5.5
>   (c++)"Magick::Geometry::operator=(Magick::Geometry const&)@Base" 6.8.5.5
> @@ -344,24 +344,24 @@
>   (c++)"Magick::Image::Image(Magick::Blob const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::Image(Magick::Blob const&, Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::Image(Magick::Blob const&, Magick::Geometry const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::Image(Magick::Blob const&, Magick::Geometry const&, unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Image::Image(Magick::Blob const&, Magick::Geometry const&, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::Image(Magick::Blob const&, Magick::Geometry const&, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::Image(Magick::Blob const&, Magick::Geometry const&, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::Image(Magick::Geometry const&, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::Image(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::Image(MagickCore::_Image*)@Base" 6.8.5.5
>   (c++)"Magick::Image::Image(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::Image(unsigned long, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MagickCore::StorageType, void const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::Image(unsigned long, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MagickCore::StorageType, void const*)@Base" 6.8.5.5
>   (c++)"Magick::Image::adaptiveBlur(double, double)@Base" 6.8.5.5
> - (c++)"Magick::Image::adaptiveThreshold(unsigned long, unsigned long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::adaptiveThreshold(unsigned long, unsigned long, long)@Base" 6.8.5.5
>   (c++)"Magick::Image::addNoise(MagickCore::NoiseType)@Base" 6.8.5.5
>   (c++)"Magick::Image::addNoiseChannel(MagickCore::ChannelType, MagickCore::NoiseType)@Base" 6.8.5.5
>   (c++)"Magick::Image::adjoin() const at Base" 6.8.5.5
>   (c++)"Magick::Image::adjoin(bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::affineTransform(Magick::DrawableAffine const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::animationDelay() const at Base" 6.8.5.5
> - (c++)"Magick::Image::animationDelay(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::animationDelay(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::animationIterations() const at Base" 6.8.5.5
> - (c++)"Magick::Image::animationIterations(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::animationIterations(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::annotate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::annotate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Magick::Geometry const&, MagickCore::GravityType)@Base" 6.8.5.5
>   (c++)"Magick::Image::annotate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Magick::Geometry const&, MagickCore::GravityType, double)@Base" 6.8.5.5
> @@ -385,11 +385,11 @@
>   (c++)"Magick::Image::boundingBox() const at Base" 6.8.5.5
>   (c++)"Magick::Image::boxColor() const at Base" 6.8.5.5
>   (c++)"Magick::Image::boxColor(Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::cacheThreshold(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::cacheThreshold(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::cdl(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::channel(MagickCore::ChannelType)@Base" 6.8.5.5
>   (c++)"Magick::Image::channelDepth(MagickCore::ChannelType)@Base" 6.8.5.5
> - (c++)"Magick::Image::channelDepth(MagickCore::ChannelType, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::channelDepth(MagickCore::ChannelType, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::charcoal(double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::chop(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::chromaBluePrimary(double*, double*) const at Base" 6.8.5.5
> @@ -405,11 +405,11 @@
>   (c++)"Magick::Image::clipMask(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::colorFuzz() const at Base" 6.8.5.5
>   (c++)"Magick::Image::colorFuzz(double)@Base" 6.8.5.5
> - (c++)"Magick::Image::colorMap(unsigned long) const at Base" 6.8.5.5
> - (c++)"Magick::Image::colorMap(unsigned long, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::colorMap(unsigned long) const at Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::colorMap(unsigned long, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::colorMapSize()@Base" 6.8.5.5
> - (c++)"Magick::Image::colorMapSize(unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Image::colorMatrix(unsigned long, double const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::colorMapSize(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::colorMatrix(unsigned long, double const*)@Base" 6.8.5.5
>   (c++)"Magick::Image::colorSpace() const at Base" 6.8.5.5
>   (c++)"Magick::Image::colorSpace(MagickCore::ColorspaceType)@Base" 6.8.5.5
>   (c++)"Magick::Image::colorize(unsigned int, Magick::Color const&)@Base" 6.8.5.5
> @@ -423,17 +423,17 @@
>   (c++)"Magick::Image::compose(MagickCore::CompositeOperator)@Base" 6.8.5.5
>   (c++)"Magick::Image::composite(Magick::Image const&, Magick::Geometry const&, MagickCore::CompositeOperator)@Base" 6.8.5.5
>   (c++)"Magick::Image::composite(Magick::Image const&, MagickCore::GravityType, MagickCore::CompositeOperator)@Base" 6.8.5.5
> - (c++)"Magick::Image::composite(Magick::Image const&, long, long, MagickCore::CompositeOperator)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::composite(Magick::Image const&, long, long, MagickCore::CompositeOperator)@Base" 6.8.5.5
>   (c++)"Magick::Image::compressType() const at Base" 6.8.5.5
>   (c++)"Magick::Image::compressType(MagickCore::CompressionType)@Base" 6.8.5.5
>   (c++)"Magick::Image::constImage() const at Base" 6.8.5.5
>   (c++)"Magick::Image::constImageInfo() const at Base" 6.8.5.5
>   (c++)"Magick::Image::constOptions() const at Base" 6.8.5.5
>   (c++)"Magick::Image::constQuantizeInfo() const at Base" 6.8.5.5
> - (c++)"Magick::Image::contrast(unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Image::convolve(unsigned long, double const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::contrast(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::convolve(unsigned long, double const*)@Base" 6.8.5.5
>   (c++)"Magick::Image::crop(Magick::Geometry const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::cycleColormap(long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::cycleColormap(long)@Base" 6.8.5.5
>   (c++)"Magick::Image::debug() const at Base" 6.8.5.5
>   (c++)"Magick::Image::debug(bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::defineSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 6.8.5.5
> @@ -443,11 +443,11 @@
>   (c++)"Magick::Image::density() const at Base" 6.8.5.5
>   (c++)"Magick::Image::density(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::depth() const at Base" 6.8.5.5
> - (c++)"Magick::Image::depth(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::depth(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::despeckle()@Base" 6.8.5.5
>   (c++)"Magick::Image::directory() const at Base" 6.8.5.5
>   (c++)"Magick::Image::display()@Base" 6.8.5.5
> - (c++)"Magick::Image::distort(MagickCore::DistortImageMethod, unsigned long, double const*, bool)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::distort(MagickCore::DistortImageMethod, unsigned long, double const*, bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::draw(Magick::Drawable const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::draw(std::list<Magick::Drawable, std::allocator<Magick::Drawable> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::edge(double)@Base" 6.8.5.5
> @@ -477,13 +477,13 @@
>   (c++)"Magick::Image::flip()@Base" 6.8.5.5
>   (c++)"Magick::Image::floodFillColor(Magick::Geometry const&, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::floodFillColor(Magick::Geometry const&, Magick::Color const&, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::floodFillColor(long, long, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::floodFillColor(long, long, Magick::Color const&, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::floodFillOpacity(long, long, unsigned int, MagickCore::PaintMethod)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::floodFillColor(long, long, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::floodFillColor(long, long, Magick::Color const&, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::floodFillOpacity(long, long, unsigned int, MagickCore::PaintMethod)@Base" 6.8.5.5
>   (c++)"Magick::Image::floodFillTexture(Magick::Geometry const&, Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::floodFillTexture(Magick::Geometry const&, Magick::Image const&, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::floodFillTexture(long, long, Magick::Image const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::floodFillTexture(long, long, Magick::Image const&, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::floodFillTexture(long, long, Magick::Image const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::floodFillTexture(long, long, Magick::Image const&, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::flop()@Base" 6.8.5.5
>   (c++)"Magick::Image::font() const at Base" 6.8.5.5
>   (c++)"Magick::Image::font(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> @@ -492,7 +492,7 @@
>   (c++)"Magick::Image::fontTypeMetrics(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Magick::TypeMetric*)@Base" 6.8.5.5
>   (c++)"Magick::Image::format() const at Base" 6.8.5.5
>   (c++)"Magick::Image::frame(Magick::Geometry const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::frame(unsigned long, unsigned long, long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::frame(unsigned long, unsigned long, long, long)@Base" 6.8.5.5
>   (c++)"Magick::Image::fx(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@Base" 6.8.5.5
>   (c++)"Magick::Image::fx(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, MagickCore::ChannelType)@Base" 6.8.5.5
>   (c++)"Magick::Image::gamma() const at Base" 6.8.5.5
> @@ -502,11 +502,11 @@
>   (c++)"Magick::Image::gaussianBlurChannel(MagickCore::ChannelType, double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::geometry() const at Base" 6.8.5.5
>   (c++)"Magick::Image::getConstIndexes() const at Base" 6.8.5.5
> - (c++)"Magick::Image::getConstPixels(long, long, unsigned long, unsigned long) const at Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::getConstPixels(long, long, unsigned long, unsigned long) const at Base" 6.8.5.5
>   (c++)"Magick::Image::getIndexes()@Base" 6.8.5.5
> - (c++)"Magick::Image::getPixels(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::getPixels(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::gifDisposeMethod() const at Base" 6.8.5.5
> - (c++)"Magick::Image::gifDisposeMethod(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::gifDisposeMethod(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::haldClut(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::iccColorProfile() const at Base" 6.8.5.5
>   (c++)"Magick::Image::iccColorProfile(Magick::Blob const&)@Base" 6.8.5.5
> @@ -533,7 +533,7 @@
>   (c++)"Magick::Image::matte(bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::matteColor() const at Base" 6.8.5.5
>   (c++)"Magick::Image::matteColor(Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::matteFloodfill(Magick::Color const&, unsigned int, long, long, MagickCore::PaintMethod)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::matteFloodfill(Magick::Color const&, unsigned int, long, long, MagickCore::PaintMethod)@Base" 6.8.5.5
>   (c++)"Magick::Image::meanErrorPerPixel() const at Base" 6.8.5.5
>   (c++)"Magick::Image::medianFilter(double)@Base" 6.8.5.5
>   (c++)"Magick::Image::mergeLayers(MagickCore::ImageLayerMethod)@Base" 6.8.5.5
> @@ -541,7 +541,7 @@
>   (c++)"Magick::Image::modifyImage()@Base" 6.8.5.5
>   (c++)"Magick::Image::modulate(double, double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::modulusDepth() const at Base" 6.8.5.5
> - (c++)"Magick::Image::modulusDepth(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::modulusDepth(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::monochrome() const at Base" 6.8.5.5
>   (c++)"Magick::Image::monochrome(bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::montageGeometry() const at Base" 6.8.5.5
> @@ -565,36 +565,36 @@
>   (c++)"Magick::Image::penTexture(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::ping(Magick::Blob const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::ping(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::pixelColor(long, long) const at Base" 6.8.5.5
> - (c++)"Magick::Image::pixelColor(long, long, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::process(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, char const**)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::pixelColor(long, long) const at Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::pixelColor(long, long, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::process(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, char const**)@Base" 6.8.5.5
>   (c++)"Magick::Image::profile(std::basic_string<char, std::char_traits<char>, std::allocator<char> >) const at Base" 6.8.5.5
>   (c++)"Magick::Image::profile(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Magick::Blob const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::quality() const at Base" 6.8.5.5
> - (c++)"Magick::Image::quality(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::quality(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::quantize(bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeColorSpace() const at Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeColorSpace(MagickCore::ColorspaceType)@Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeColors() const at Base" 6.8.5.5
> - (c++)"Magick::Image::quantizeColors(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::quantizeColors(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeDither() const at Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeDither(bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeInfo()@Base" 6.8.5.5
>   (c++)"Magick::Image::quantizeTreeDepth() const at Base" 6.8.5.5
> - (c++)"Magick::Image::quantizeTreeDepth(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::quantizeTreeDepth(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::quantumOperator(MagickCore::ChannelType, MagickCore::MagickEvaluateOperator, double)@Base" 6.8.5.5
> - (c++)"Magick::Image::quantumOperator(long, long, unsigned long, unsigned long, MagickCore::ChannelType, MagickCore::MagickEvaluateOperator, double)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::quantumOperator(long, long, unsigned long, unsigned long, MagickCore::ChannelType, MagickCore::MagickEvaluateOperator, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::raise(Magick::Geometry const&, bool)@Base" 6.8.5.5
>   (c++)"Magick::Image::randomThreshold(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::randomThresholdChannel(Magick::Geometry const&, MagickCore::ChannelType)@Base" 6.8.5.5
>   (c++)"Magick::Image::read(Magick::Blob const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::read(Magick::Blob const&, Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::read(Magick::Blob const&, Magick::Geometry const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::read(Magick::Blob const&, Magick::Geometry const&, unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Image::read(Magick::Blob const&, Magick::Geometry const&, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::read(Magick::Blob const&, Magick::Geometry const&, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::read(Magick::Blob const&, Magick::Geometry const&, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::read(Magick::Geometry const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::read(unsigned long, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MagickCore::StorageType, void const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::read(unsigned long, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MagickCore::StorageType, void const*)@Base" 6.8.5.5
>   (c++)"Magick::Image::readPixels(MagickCore::QuantumType, unsigned char const*)@Base" 6.8.5.5
>   (c++)"Magick::Image::reduceNoise(double)@Base" 6.8.5.5
>   (c++)"Magick::Image::registerId()@Base" 6.8.5.5
> @@ -605,28 +605,28 @@
>   (c++)"Magick::Image::resolutionUnits() const at Base" 6.8.5.5
>   (c++)"Magick::Image::resolutionUnits(MagickCore::ResolutionType)@Base" 6.8.5.5
>   (c++)"Magick::Image::roll(Magick::Geometry const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::roll(unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::roll(unsigned long, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::rotate(double)@Base" 6.8.5.5
>   (c++)"Magick::Image::sample(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::scale(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::scene() const at Base" 6.8.5.5
> - (c++)"Magick::Image::scene(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::scene(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::segment(double, double)@Base" 6.8.5.5
> - (c++)"Magick::Image::setPixels(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::setPixels(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::shade(double, double, bool)@Base" 6.8.5.5
> - (c++)"Magick::Image::shadow(double, double, long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::shadow(double, double, long, long)@Base" 6.8.5.5
>   (c++)"Magick::Image::sharpen(double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::sharpenChannel(MagickCore::ChannelType, double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::shave(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::shear(double, double)@Base" 6.8.5.5
> - (c++)"Magick::Image::sigmoidalContrast(unsigned long, double, double)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::sigmoidalContrast(unsigned long, double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::signature(bool) const at Base" 6.8.5.5
>   (c++)"Magick::Image::size() const at Base" 6.8.5.5
>   (c++)"Magick::Image::size(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::solarize(double)@Base" 6.8.5.5
> - (c++)"Magick::Image::sparseColor(MagickCore::ChannelType, MagickCore::SparseColorMethod, unsigned long, double const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::sparseColor(MagickCore::ChannelType, MagickCore::SparseColorMethod, unsigned long, double const*)@Base" 6.8.5.5
>   (c++)"Magick::Image::splice(Magick::Geometry const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::spread(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::spread(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::statistics(Magick::Image::_ImageStatistics*) const at Base" 6.8.5.5
>   (c++)"Magick::Image::stegano(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::stereo(Magick::Image const&)@Base" 6.8.5.5
> @@ -644,15 +644,15 @@
>   (c++)"Magick::Image::strokeLineJoin() const at Base" 6.8.5.5
>   (c++)"Magick::Image::strokeLineJoin(MagickCore::LineJoin)@Base" 6.8.5.5
>   (c++)"Magick::Image::strokeMiterLimit() const at Base" 6.8.5.5
> - (c++)"Magick::Image::strokeMiterLimit(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::strokeMiterLimit(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::strokePattern() const at Base" 6.8.5.5
>   (c++)"Magick::Image::strokePattern(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::strokeWidth() const at Base" 6.8.5.5
>   (c++)"Magick::Image::strokeWidth(double)@Base" 6.8.5.5
>   (c++)"Magick::Image::subImage() const at Base" 6.8.5.5
> - (c++)"Magick::Image::subImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::subImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::subRange() const at Base" 6.8.5.5
> - (c++)"Magick::Image::subRange(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::subRange(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Image::swirl(double)@Base" 6.8.5.5
>   (c++)"Magick::Image::syncPixels()@Base" 6.8.5.5
>   (c++)"Magick::Image::textEncoding() const at Base" 6.8.5.5
> @@ -688,8 +688,8 @@
>   (c++)"Magick::Image::wave(double, double)@Base" 6.8.5.5
>   (c++)"Magick::Image::write(Magick::Blob*)@Base" 6.8.5.5
>   (c++)"Magick::Image::write(Magick::Blob*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
> - (c++)"Magick::Image::write(Magick::Blob*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Image::write(long, long, unsigned long, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MagickCore::StorageType, void*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::write(Magick::Blob*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Image::write(long, long, unsigned long, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MagickCore::StorageType, void*)@Base" 6.8.5.5
>   (c++)"Magick::Image::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Image::writePixels(MagickCore::QuantumType, unsigned char*)@Base" 6.8.5.5
>   (c++)"Magick::Image::x11Display() const at Base" 6.8.5.5
> @@ -701,7 +701,7 @@
>   (c++)"Magick::ImageRef::ImageRef()@Base" 6.8.5.5
>   (c++)"Magick::ImageRef::ImageRef(MagickCore::_Image*)@Base" 6.8.5.5
>   (c++)"Magick::ImageRef::ImageRef(MagickCore::_Image*, Magick::Options const*)@Base" 6.8.5.5
> - (c++)"Magick::ImageRef::id(long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::ImageRef::id(long)@Base" 6.8.5.5
>   (c++)"Magick::ImageRef::image(MagickCore::_Image*)@Base" 6.8.5.5
>   (c++)"Magick::ImageRef::options(Magick::Options*)@Base" 6.8.5.5
>   (c++)"Magick::ImageRef::~ImageRef()@Base" 6.8.5.5
> @@ -744,7 +744,7 @@
>   (c++)"Magick::Options::density() const at Base" 6.8.5.5
>   (c++)"Magick::Options::density(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Options::depth() const at Base" 6.8.5.5
> - (c++)"Magick::Options::depth(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::depth(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::drawInfo()@Base" 6.8.5.5
>   (c++)"Magick::Options::endian() const at Base" 6.8.5.5
>   (c++)"Magick::Options::endian(MagickCore::EndianType)@Base" 6.8.5.5
> @@ -775,16 +775,16 @@
>   (c++)"Magick::Options::page() const at Base" 6.8.5.5
>   (c++)"Magick::Options::page(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::Options::quality() const at Base" 6.8.5.5
> - (c++)"Magick::Options::quality(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::quality(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeColorSpace() const at Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeColorSpace(MagickCore::ColorspaceType)@Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeColors() const at Base" 6.8.5.5
> - (c++)"Magick::Options::quantizeColors(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::quantizeColors(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeDither() const at Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeDither(bool)@Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeInfo()@Base" 6.8.5.5
>   (c++)"Magick::Options::quantizeTreeDepth() const at Base" 6.8.5.5
> - (c++)"Magick::Options::quantizeTreeDepth(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::quantizeTreeDepth(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::resolutionUnits() const at Base" 6.8.5.5
>   (c++)"Magick::Options::resolutionUnits(MagickCore::ResolutionType)@Base" 6.8.5.5
>   (c++)"Magick::Options::samplingFactor() const at Base" 6.8.5.5
> @@ -804,15 +804,15 @@
>   (c++)"Magick::Options::strokeLineJoin() const at Base" 6.8.5.5
>   (c++)"Magick::Options::strokeLineJoin(MagickCore::LineJoin)@Base" 6.8.5.5
>   (c++)"Magick::Options::strokeMiterLimit() const at Base" 6.8.5.5
> - (c++)"Magick::Options::strokeMiterLimit(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::strokeMiterLimit(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::strokePattern() const at Base" 6.8.5.5
>   (c++)"Magick::Options::strokePattern(MagickCore::_Image const*)@Base" 6.8.5.5
>   (c++)"Magick::Options::strokeWidth() const at Base" 6.8.5.5
>   (c++)"Magick::Options::strokeWidth(double)@Base" 6.8.5.5
>   (c++)"Magick::Options::subImage() const at Base" 6.8.5.5
> - (c++)"Magick::Options::subImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::subImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::subRange() const at Base" 6.8.5.5
> - (c++)"Magick::Options::subRange(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Options::subRange(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Options::textEncoding() const at Base" 6.8.5.5
>   (c++)"Magick::Options::textEncoding(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::Options::tileName() const at Base" 6.8.5.5
> @@ -946,10 +946,10 @@
>   (c++)"Magick::PathSmoothQuadraticCurvetoRel::operator()(MagickCore::_DrawingWand*) const at Base" 6.8.5.5
>   (c++)"Magick::PathSmoothQuadraticCurvetoRel::~PathSmoothQuadraticCurvetoRel()@Base" 6.8.5.5
>   (c++)"Magick::Pixels::Pixels(Magick::Image&)@Base" 6.8.5.5
> - (c++)"Magick::Pixels::get(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> - (c++)"Magick::Pixels::getConst(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Pixels::get(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Pixels::getConst(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Pixels::indexes()@Base" 6.8.5.5
> - (c++)"Magick::Pixels::set(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::Pixels::set(long, long, unsigned long, unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::Pixels::sync()@Base" 6.8.5.5
>   (c++)"Magick::Pixels::~Pixels()@Base" 6.8.5.5
>   (c++)"Magick::TypeMetric::TypeMetric()@Base" 6.8.5.5
> @@ -1008,7 +1008,7 @@
>   (c++)"Magick::WarningXServer::~WarningXServer()@Base" 6.8.5.5
>   (c++)"Magick::adaptiveBlurImage::adaptiveBlurImage(double, double)@Base" 6.8.5.5
>   (c++)"Magick::adaptiveBlurImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::adaptiveThresholdImage::adaptiveThresholdImage(unsigned long, unsigned long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::adaptiveThresholdImage::adaptiveThresholdImage(unsigned long, unsigned long, long)@Base" 6.8.5.5
>   (c++)"Magick::adaptiveThresholdImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::addNoiseImage::addNoiseImage(MagickCore::NoiseType)@Base" 6.8.5.5
>   (c++)"Magick::addNoiseImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1016,9 +1016,9 @@
>   (c++)"Magick::adjoinImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::affineTransformImage::affineTransformImage(Magick::DrawableAffine const&)@Base" 6.8.5.5
>   (c++)"Magick::affineTransformImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::animationDelayImage::animationDelayImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::animationDelayImage::animationDelayImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::animationDelayImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::animationIterationsImage::animationIterationsImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::animationIterationsImage::animationIterationsImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::animationIterationsImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::annotateImage::annotateImage(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::annotateImage::annotateImage(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Magick::Geometry const&, MagickCore::GravityType)@Base" 6.8.5.5
> @@ -1058,9 +1058,9 @@
>   (c++)"Magick::chromaWhitePointImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::colorFuzzImage::colorFuzzImage(double)@Base" 6.8.5.5
>   (c++)"Magick::colorFuzzImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::colorMapImage::colorMapImage(unsigned long, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::colorMapImage::colorMapImage(unsigned long, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::colorMapImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::colorMatrixImage::colorMatrixImage(unsigned long, double const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::colorMatrixImage::colorMatrixImage(unsigned long, double const*)@Base" 6.8.5.5
>   (c++)"Magick::colorMatrixImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::colorSpaceImage::colorSpaceImage(MagickCore::ColorspaceType)@Base" 6.8.5.5
>   (c++)"Magick::colorSpaceImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1072,24 +1072,24 @@
>   (c++)"Magick::composeImage::composeImage(MagickCore::CompositeOperator)@Base" 6.8.5.5
>   (c++)"Magick::composeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::compositeImage::compositeImage(Magick::Image const&, Magick::Geometry const&, MagickCore::CompositeOperator)@Base" 6.8.5.5
> - (c++)"Magick::compositeImage::compositeImage(Magick::Image const&, long, long, MagickCore::CompositeOperator)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::compositeImage::compositeImage(Magick::Image const&, long, long, MagickCore::CompositeOperator)@Base" 6.8.5.5
>   (c++)"Magick::compositeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::compressTypeImage::compressTypeImage(MagickCore::CompressionType)@Base" 6.8.5.5
>   (c++)"Magick::compressTypeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::contrastImage::contrastImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::contrastImage::contrastImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::contrastImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::cropImage::cropImage(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::cropImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::cycleColormapImage::cycleColormapImage(long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::cycleColormapImage::cycleColormapImage(long)@Base" 6.8.5.5
>   (c++)"Magick::cycleColormapImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::densityImage::densityImage(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::densityImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::depthImage::depthImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::depthImage::depthImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::depthImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::despeckleImage::despeckleImage()@Base" 6.8.5.5
>   (c++)"Magick::despeckleImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::distortImage::distortImage(MagickCore::DistortImageMethod, unsigned long, double const*)@Base" 6.8.5.5
> - (c++)"Magick::distortImage::distortImage(MagickCore::DistortImageMethod, unsigned long, double const*, bool)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::distortImage::distortImage(MagickCore::DistortImageMethod, unsigned long, double const*)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::distortImage::distortImage(MagickCore::DistortImageMethod, unsigned long, double const*, bool)@Base" 6.8.5.5
>   (c++)"Magick::distortImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::drawImage::drawImage(Magick::Drawable const&)@Base" 6.8.5.5
>   (c++)"Magick::drawImage::drawImage(std::list<Magick::Drawable, std::allocator<Magick::Drawable> > const&)@Base" 6.8.5.5
> @@ -1115,30 +1115,30 @@
>   (c++)"Magick::flipImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::floodFillColorImage::floodFillColorImage(Magick::Geometry const&, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::floodFillColorImage::floodFillColorImage(Magick::Geometry const&, Magick::Color const&, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::floodFillColorImage::floodFillColorImage(long, long, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::floodFillColorImage::floodFillColorImage(long, long, Magick::Color const&, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::floodFillColorImage::floodFillColorImage(long, long, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::floodFillColorImage::floodFillColorImage(long, long, Magick::Color const&, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::floodFillColorImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::floodFillTextureImage::floodFillTextureImage(Magick::Geometry const&, Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::floodFillTextureImage::floodFillTextureImage(Magick::Geometry const&, Magick::Image const&, Magick::Color const&)@Base" 6.8.5.5
> - (c++)"Magick::floodFillTextureImage::floodFillTextureImage(long, long, Magick::Image const&)@Base" 6.8.5.5
> - (c++)"Magick::floodFillTextureImage::floodFillTextureImage(long, long, Magick::Image const&, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::floodFillTextureImage::floodFillTextureImage(long, long, Magick::Image const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::floodFillTextureImage::floodFillTextureImage(long, long, Magick::Image const&, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::floodFillTextureImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::flopImage::flopImage()@Base" 6.8.5.5
>   (c++)"Magick::flopImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::fontImage::fontImage(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 6.8.5.5
>   (c++)"Magick::fontImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::fontPointsizeImage::fontPointsizeImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::fontPointsizeImage::fontPointsizeImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::fontPointsizeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::frameGeometryDefault at Base" 6.8.5.5
>   (c++)"Magick::frameImage::frameImage(Magick::Geometry const&)@Base" 6.8.5.5
> - (c++)"Magick::frameImage::frameImage(unsigned long, unsigned long, long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::frameImage::frameImage(unsigned long, unsigned long, long, long)@Base" 6.8.5.5
>   (c++)"Magick::frameImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::gammaImage::gammaImage(double)@Base" 6.8.5.5
>   (c++)"Magick::gammaImage::gammaImage(double, double, double)@Base" 6.8.5.5
>   (c++)"Magick::gammaImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::gaussianBlurImage::gaussianBlurImage(double, double)@Base" 6.8.5.5
>   (c++)"Magick::gaussianBlurImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::gifDisposeMethodImage::gifDisposeMethodImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::gifDisposeMethodImage::gifDisposeMethodImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::gifDisposeMethodImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::haldClutImage::haldClutImage(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::haldClutImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1166,7 +1166,7 @@
>   (c++)"Magick::mapImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::matteColorImage::matteColorImage(Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::matteColorImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::matteFloodfillImage::matteFloodfillImage(Magick::Color const&, unsigned int, long, long, MagickCore::PaintMethod)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::matteFloodfillImage::matteFloodfillImage(Magick::Color const&, unsigned int, long, long, MagickCore::PaintMethod)@Base" 6.8.5.5
>   (c++)"Magick::matteFloodfillImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::matteImage::matteImage(bool)@Base" 6.8.5.5
>   (c++)"Magick::matteImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1251,25 +1251,25 @@
>   (c++)"Magick::penTextureImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::penTextureImage::penTextureImage(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::pixelColorImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::pixelColorImage::pixelColorImage(long, long, Magick::Color const&)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::pixelColorImage::pixelColorImage(long, long, Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::qualityImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::qualityImage::qualityImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::qualityImage::qualityImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::quantizeColorSpaceImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::quantizeColorSpaceImage::quantizeColorSpaceImage(MagickCore::ColorspaceType)@Base" 6.8.5.5
>   (c++)"Magick::quantizeColorsImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::quantizeColorsImage::quantizeColorsImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::quantizeColorsImage::quantizeColorsImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::quantizeDitherImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::quantizeDitherImage::quantizeDitherImage(bool)@Base" 6.8.5.5
>   (c++)"Magick::quantizeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::quantizeImage::quantizeImage(bool)@Base" 6.8.5.5
>   (c++)"Magick::quantizeTreeDepthImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::quantizeTreeDepthImage::quantizeTreeDepthImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::quantizeTreeDepthImage::quantizeTreeDepthImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::raiseGeometryDefault at Base" 6.8.5.5
>   (c++)"Magick::raiseImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::raiseImage::raiseImage(Magick::Geometry const&, bool)@Base" 6.8.5.5
>   (c++)"Magick::reduceNoiseImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::reduceNoiseImage::reduceNoiseImage()@Base" 6.8.5.5
> - (c++)"Magick::reduceNoiseImage::reduceNoiseImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::reduceNoiseImage::reduceNoiseImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::renderingIntentImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::renderingIntentImage::renderingIntentImage(MagickCore::RenderingIntent)@Base" 6.8.5.5
>   (c++)"Magick::resizeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1278,7 +1278,7 @@
>   (c++)"Magick::resolutionUnitsImage::resolutionUnitsImage(MagickCore::ResolutionType)@Base" 6.8.5.5
>   (c++)"Magick::rollImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::rollImage::rollImage(Magick::Geometry const&)@Base" 6.8.5.5
> - (c++)"Magick::rollImage::rollImage(long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::rollImage::rollImage(long, long)@Base" 6.8.5.5
>   (c++)"Magick::rotateImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::rotateImage::rotateImage(double)@Base" 6.8.5.5
>   (c++)"Magick::sampleImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1286,13 +1286,13 @@
>   (c++)"Magick::scaleImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::scaleImage::scaleImage(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::sceneImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::sceneImage::sceneImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::sceneImage::sceneImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::segmentImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::segmentImage::segmentImage(double, double)@Base" 6.8.5.5
>   (c++)"Magick::shadeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::shadeImage::shadeImage(double, double, bool)@Base" 6.8.5.5
>   (c++)"Magick::shadowImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::shadowImage::shadowImage(double, double, long, long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::shadowImage::shadowImage(double, double, long, long)@Base" 6.8.5.5
>   (c++)"Magick::sharpenImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::sharpenImage::sharpenImage(double, double)@Base" 6.8.5.5
>   (c++)"Magick::shaveImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1306,7 +1306,7 @@
>   (c++)"Magick::spliceImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::spliceImage::spliceImage(Magick::Geometry const&)@Base" 6.8.5.5
>   (c++)"Magick::spreadImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::spreadImage::spreadImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::spreadImage::spreadImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::steganoImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::steganoImage::steganoImage(Magick::Image const&)@Base" 6.8.5.5
>   (c++)"Magick::stereoImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1316,9 +1316,9 @@
>   (c++)"Magick::strokeColorImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::strokeColorImage::strokeColorImage(Magick::Color const&)@Base" 6.8.5.5
>   (c++)"Magick::subImageImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::subImageImage::subImageImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::subImageImage::subImageImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::subRangeImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> - (c++)"Magick::subRangeImage::subRangeImage(unsigned long)@Base" 6.8.5.5
> +#MISSING: 8:6.8.5.6-2# (c++)"Magick::subRangeImage::subRangeImage(unsigned long)@Base" 6.8.5.5
>   (c++)"Magick::swirlImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::swirlImage::swirlImage(double)@Base" 6.8.5.5
>   (c++)"Magick::textureImage::operator()(Magick::Image&) const at Base" 6.8.5.5
> @@ -1349,6 +1349,144 @@
>   (c++)"Magick::zoomImage::operator()(Magick::Image&) const at Base" 6.8.5.5
>   (c++)"Magick::zoomImage::zoomImage(Magick::Geometry const&)@Base" 6.8.5.5
>   MagickPlusPlusDestroyMagick at Base 6.8.5.5
> + _ZN6Magick10depthImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick10depthImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick10frameImageC1Ejjii at Base 8:6.8.5.6-2
> + _ZN6Magick10frameImageC2Ejjii at Base 8:6.8.5.6-2
> + _ZN6Magick10sceneImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick10sceneImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick11shadowImageC1Eddii at Base 8:6.8.5.6-2
> + _ZN6Magick11shadowImageC2Eddii at Base 8:6.8.5.6-2
> + _ZN6Magick11spreadImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick11spreadImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick12distortImageC1EN10MagickCore18DistortImageMethodEjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick12distortImageC1EN10MagickCore18DistortImageMethodEjPKdb at Base 8:6.8.5.6-2
> + _ZN6Magick12distortImageC2EN10MagickCore18DistortImageMethodEjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick12distortImageC2EN10MagickCore18DistortImageMethodEjPKdb at Base 8:6.8.5.6-2
> + _ZN6Magick12qualityImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick12qualityImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick13colorMapImageC1EjRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick13colorMapImageC2EjRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick13contrastImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick13contrastImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick13subImageImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick13subImageImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick13subRangeImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick13subRangeImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick14compositeImageC1ERKNS_5ImageEiiN10MagickCore17CompositeOperatorE at Base 8:6.8.5.6-2
> + _ZN6Magick14compositeImageC2ERKNS_5ImageEiiN10MagickCore17CompositeOperatorE at Base 8:6.8.5.6-2
> + _ZN6Magick15pixelColorImageC1EiiRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick15pixelColorImageC2EiiRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick16colorMatrixImageC1EjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick16colorMatrixImageC2EjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick16reduceNoiseImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick16reduceNoiseImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick17DrawableDashArray9dasharrayEPKj at Base 8:6.8.5.6-2
> + _ZN6Magick17DrawableDashArrayC1EPKj at Base 8:6.8.5.6-2
> + _ZN6Magick17DrawableDashArrayC2EPKj at Base 8:6.8.5.6-2
> + _ZN6Magick18cycleColormapImageC1Ei at Base 8:6.8.5.6-2
> + _ZN6Magick18cycleColormapImageC2Ei at Base 8:6.8.5.6-2
> + _ZN6Magick18fontPointsizeImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick18fontPointsizeImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick19DrawablePushPatternC1ERKSsiijj at Base 8:6.8.5.6-2
> + _ZN6Magick19DrawablePushPatternC2ERKSsiijj at Base 8:6.8.5.6-2
> + _ZN6Magick19animationDelayImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick19animationDelayImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick19floodFillColorImageC1EiiRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick19floodFillColorImageC1EiiRKNS_5ColorES3_ at Base 8:6.8.5.6-2
> + _ZN6Magick19floodFillColorImageC2EiiRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick19floodFillColorImageC2EiiRKNS_5ColorES3_ at Base 8:6.8.5.6-2
> + _ZN6Magick19matteFloodfillImageC1ERKNS_5ColorEjiiN10MagickCore11PaintMethodE at Base 8:6.8.5.6-2
> + _ZN6Magick19matteFloodfillImageC2ERKNS_5ColorEjiiN10MagickCore11PaintMethodE at Base 8:6.8.5.6-2
> + _ZN6Magick19quantizeColorsImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick19quantizeColorsImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick21floodFillTextureImageC1EiiRKNS_5ImageE at Base 8:6.8.5.6-2
> + _ZN6Magick21floodFillTextureImageC1EiiRKNS_5ImageERKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick21floodFillTextureImageC2EiiRKNS_5ImageE at Base 8:6.8.5.6-2
> + _ZN6Magick21floodFillTextureImageC2EiiRKNS_5ImageERKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick21gifDisposeMethodImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick21gifDisposeMethodImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick22adaptiveThresholdImageC1Ejji at Base 8:6.8.5.6-2
> + _ZN6Magick22adaptiveThresholdImageC2Ejji at Base 8:6.8.5.6-2
> + _ZN6Magick22quantizeTreeDepthImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick22quantizeTreeDepthImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick24animationIterationsImageC1Ej at Base 8:6.8.5.6-2
> + _ZN6Magick24animationIterationsImageC2Ej at Base 8:6.8.5.6-2
> + _ZN6Magick4Blob12updateNoCopyEPvjNS0_9AllocatorE at Base 8:6.8.5.6-2
> + _ZN6Magick4Blob6updateEPKvj at Base 8:6.8.5.6-2
> + _ZN6Magick4BlobC1EPKvj at Base 8:6.8.5.6-2
> + _ZN6Magick4BlobC2EPKvj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image10pixelColorEiiRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image11colorMatrixEjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick5Image11sparseColorEN10MagickCore11ChannelTypeENS1_17SparseColorMethodEjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick5Image12channelDepthEN10MagickCore11ChannelTypeEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image12colorMapSizeEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image12modulusDepthEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image13cycleColormapEi at Base 8:6.8.5.6-2
> + _ZN6Magick5Image14animationDelayEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image14cacheThresholdEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image14floodFillColorEiiRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image14floodFillColorEiiRKNS_5ColorES3_ at Base 8:6.8.5.6-2
> + _ZN6Magick5Image14matteFloodfillERKNS_5ColorEjiiN10MagickCore11PaintMethodE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image14quantizeColorsEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image15quantumOperatorEiijjN10MagickCore11ChannelTypeENS1_22MagickEvaluateOperatorEd at Base 8:6.8.5.6-2
> + _ZN6Magick5Image16floodFillOpacityEiijN10MagickCore11PaintMethodE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image16floodFillTextureEiiRKS0_ at Base 8:6.8.5.6-2
> + _ZN6Magick5Image16floodFillTextureEiiRKS0_RKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image16gifDisposeMethodEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image16strokeMiterLimitEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image17adaptiveThresholdEjji at Base 8:6.8.5.6-2
> + _ZN6Magick5Image17quantizeTreeDepthEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image17sigmoidalContrastEjdd at Base 8:6.8.5.6-2
> + _ZN6Magick5Image19animationIterationsEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image4readERKNS_4BlobERKNS_8GeometryEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image4readERKNS_4BlobERKNS_8GeometryEjRKSs at Base 8:6.8.5.6-2
> + _ZN6Magick5Image4readEjjRKSsN10MagickCore11StorageTypeEPKv at Base 8:6.8.5.6-2
> + _ZN6Magick5Image4rollEjj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image5depthEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image5frameEjjii at Base 8:6.8.5.6-2
> + _ZN6Magick5Image5sceneEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image5writeEPNS_4BlobERKSsj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image5writeEiijjRKSsN10MagickCore11StorageTypeEPv at Base 8:6.8.5.6-2
> + _ZN6Magick5Image6shadowEddii at Base 8:6.8.5.6-2
> + _ZN6Magick5Image6spreadEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image7distortEN10MagickCore18DistortImageMethodEjPKdb at Base 8:6.8.5.6-2
> + _ZN6Magick5Image7processESsiPPKc at Base 8:6.8.5.6-2
> + _ZN6Magick5Image7qualityEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image8colorMapEjRKNS_5ColorE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image8contrastEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image8convolveEjPKd at Base 8:6.8.5.6-2
> + _ZN6Magick5Image8subImageEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image8subRangeEj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image9compositeERKS0_iiN10MagickCore17CompositeOperatorE at Base 8:6.8.5.6-2
> + _ZN6Magick5Image9getPixelsEiijj at Base 8:6.8.5.6-2
> + _ZN6Magick5Image9setPixelsEiijj at Base 8:6.8.5.6-2
> + _ZN6Magick5ImageC1ERKNS_4BlobERKNS_8GeometryEj at Base 8:6.8.5.6-2
> + _ZN6Magick5ImageC1ERKNS_4BlobERKNS_8GeometryEjRKSs at Base 8:6.8.5.6-2
> + _ZN6Magick5ImageC1EjjRKSsN10MagickCore11StorageTypeEPKv at Base 8:6.8.5.6-2
> + _ZN6Magick5ImageC2ERKNS_4BlobERKNS_8GeometryEj at Base 8:6.8.5.6-2
> + _ZN6Magick5ImageC2ERKNS_4BlobERKNS_8GeometryEjRKSs at Base 8:6.8.5.6-2
> + _ZN6Magick5ImageC2EjjRKSsN10MagickCore11StorageTypeEPKv at Base 8:6.8.5.6-2
> + _ZN6Magick6Pixels3getEiijj at Base 8:6.8.5.6-2
> + _ZN6Magick6Pixels3setEiijj at Base 8:6.8.5.6-2
> + _ZN6Magick6Pixels8getConstEiijj at Base 8:6.8.5.6-2
> + _ZN6Magick7BlobRefC1EPKvj at Base 8:6.8.5.6-2
> + _ZN6Magick7BlobRefC2EPKvj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options14quantizeColorsEj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options16strokeMiterLimitEj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options17quantizeTreeDepthEj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options5depthEj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options7qualityEj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options8subImageEj at Base 8:6.8.5.6-2
> + _ZN6Magick7Options8subRangeEj at Base 8:6.8.5.6-2
> + _ZN6Magick8GeometryC1Ejjiibb at Base 8:6.8.5.6-2
> + _ZN6Magick8GeometryC2Ejjiibb at Base 8:6.8.5.6-2
> + _ZN6Magick8ImageRef2idEi at Base 8:6.8.5.6-2
> + _ZN6Magick9rollImageC1Eii at Base 8:6.8.5.6-2
> + _ZN6Magick9rollImageC2Eii at Base 8:6.8.5.6-2
> + _ZNK6Magick5Image10pixelColorEii at Base 8:6.8.5.6-2
> + _ZNK6Magick5Image14getConstPixelsEiijj at Base 8:6.8.5.6-2
> + _ZNK6Magick5Image8colorMapEj at Base 8:6.8.5.6-2
>   (c++|optional=templinst)"std::_List_base<Magick::Coordinate, std::allocator<Magick::Coordinate> >::_M_clear()@Base" 6.8.5.5
>   (c++|optional=templinst)"std::_List_base<Magick::Drawable, std::allocator<Magick::Drawable> >::_M_clear()@Base" 6.8.5.5
>   (c++|optional=templinst)"std::_List_base<Magick::PathArcArgs, std::allocator<Magick::PathArcArgs> >::_M_clear()@Base" 6.8.5.5
> dh_makeshlibs: dpkg-gensymbols -plibmagick++-6.q16-1 -Idebian/libmagick++-6.q16-1.symbols -Pdebian/libmagick++-6.q16-1 -edebian/libmagick++-6.q16-1/usr/lib/i386-linux-gnu/libMagick++-6.Q16.so.1.0.0
>  returned exit code 1
> make[1]: *** [override_dh_makeshlibs] Error 1
> make[1]: Leaving directory `/home/prahal/Projets/Argos/imagemagick'
> make: *** [binary] Error 2
> 

Is it worth the hassle (I check each symbols that is "minus" for if it is a size_t issue) ? Also it is the first symbols file with failure
though I expect the follwing one to complain once I fixed this one ...

Best regards
Alban
-------------- next part --------------
An embedded message was scrubbed...
From: Bastien ROUCARIES <roucaries.bastien at gmail.com>
Subject: Re: Bug#709856: imagemagick: fails to install: update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't exist
Date: Wed, 29 May 2013 23:07:13 +0200
Size: 11351
URL: <http://lists.alioth.debian.org/pipermail/pkg-gmagick-im-team/attachments/20130530/916db90a/attachment-0001.mht>


More information about the Pkg-gmagick-im-team mailing list