Your message dated Thu, 10 Apr 2025 00:50:13 +0000
with message-id <[email protected]>
and subject line Bug#1101867: fixed in pythonmagick 0.9.19-11.1
has caused the Debian Bug report #1101867,
regarding pythonmagick: FTBFS: error: no matching function for call to 
'boost::python::class_<Magick::Image>::def(const char [4]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1101867: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101867
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pythonmagick
Version: 0.9.19-11
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: dh_auto_clean --buildsystem=autoconf 
--builddirectory="/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pythonmagick/build";
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'

[... snipped ...]

   80 |         .def("addNoise", &Magick::Image::addNoise)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   81 |         .def("affineTransform", &Magick::Image::affineTransform)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   82 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const Magick::Geometry&) )&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   83 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const Magick::Geometry&, const MagickCore::GravityType) 
)&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   84 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const Magick::Geometry&, const MagickCore::GravityType, const double) 
)&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   85 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const MagickCore::GravityType) )&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   86 |         .def("blur", &Magick::Image::blur, 
Magick_Image_blur_overloads_0_2())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   87 |         .def("border", &Magick::Image::border, 
Magick_Image_border_overloads_0_1())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |         .def("channel", &Magick::Image::channel)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |         .def("channelDepth", (void (Magick::Image::*)(const 
MagickCore::ChannelType, const size_t) )&Magick::Image::channelDepth)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   90 |         .def("channelDepth", (size_t (Magick::Image::*)(const 
MagickCore::ChannelType) )&Magick::Image::channelDepth)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   91 |         .def("charcoal", &Magick::Image::charcoal, 
Magick_Image_charcoal_overloads_0_2())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   92 |         .def("chop", &Magick::Image::chop)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   93 |         .def("colorize", (void (Magick::Image::*)(const unsigned int, 
const unsigned int, const unsigned int, const Magick::Color&) 
)&Magick::Image::colorize)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   94 |         .def("colorize", (void (Magick::Image::*)(const unsigned int, 
const Magick::Color&) )&Magick::Image::colorize)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   95 |         .def("comment", (void (Magick::Image::*)(const std::string&) 
)&Magick::Image::comment)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   97 |         .def("compare", (bool (Magick::Image::*)(const Magick::Image&) 
)&Magick::Image::compare)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   98 | #else
      | ~~~~~        
   99 |         .def("compare", (bool (Magick::Image::*)(const Magick::Image&) 
const)&Magick::Image::compare)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  100 | #endif
      | ~~~~~~       
  101 |         .def("composite", (void (Magick::Image::*)(const 
Magick::Image&, const ::ssize_t, const ::ssize_t, const 
MagickCore::CompositeOperator) )&Magick::Image::composite, 
Magick_Image_composite_overloads_3_4())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102 |         .def("composite", (void (Magick::Image::*)(const 
Magick::Image&, const Magick::Geometry&, const MagickCore::CompositeOperator) 
)&Magick::Image::composite, Magick_Image_composite_overloads_2_3())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  103 |         .def("composite", (void (Magick::Image::*)(const 
Magick::Image&, const MagickCore::GravityType, const 
MagickCore::CompositeOperator) )&Magick::Image::composite, 
Magick_Image_composite_overloads_2_3())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  104 |         .def("contrast", &Magick::Image::contrast)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105 |         .def("convolve", &Magick::Image::convolve)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  106 |         .def("crop", &Magick::Image::crop)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107 |         .def("cycleColormap", &Magick::Image::cycleColormap)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108 |         .def("despeckle", &Magick::Image::despeckle)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  109 |         .def("display", &Magick::Image::display)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |         .def("draw", (void (Magick::Image::*)(const Magick::Drawable&) 
)&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |         .def("draw", (void (Magick::Image::*)(const Magick::Drawable&) 
)&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  113 |         .def("draw", (void (Magick::Image::*)(const 
std::list<Magick::Drawable,std::allocator<Magick::Drawable> >&) 
)&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114 | #else
      | ~~~~~        
  115 |         .def("draw", (void (Magick::Image::*)(const 
std::vector<Magick::Drawable>&) )&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116 | #endif
      | ~~~~~~       
  117 |         .def("edge", &Magick::Image::edge, 
Magick_Image_edge_overloads_0_1())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  118 |         .def("emboss", &Magick::Image::emboss, 
Magick_Image_emboss_overloads_0_2())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119 |         .def("enhance", &Magick::Image::enhance)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120 |         .def("equalize", &Magick::Image::equalize)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121 |         .def("erase", &Magick::Image::erase)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  122 |         .def("flip", &Magick::Image::flip)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  125 | #else
      | ~~~~~        
  126 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&, const bool) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 | #endif
      | ~~~~~~       
  128 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&) )&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  130 | #else
      | ~~~~~        
  131 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&, const bool) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 | #endif
      | ~~~~~~       
  133 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&, const Magick::Color&) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135 | #else
      | ~~~~~        
  136 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&, const Magick::Color&,const 
bool) )&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  137 | #endif
      | ~~~~~~       
  138 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  139 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&, const Magick::Color&) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  140 | #else
      | ~~~~~        
  141 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&, const Magick::Color&, const bool) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 | #endif
      | ~~~~~~       
  143 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144 |         .def("floodFillOpacity", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const bool) ) 
&Magick::Image::floodFillOpacity)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145 | #else
      | ~~~~~        
  146 |         .def("floodFillAlpha", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const bool) ) 
&Magick::Image::floodFillAlpha)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 | #endif
      | ~~~~~~       
  148 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  149 |         .def("floodFillOpacity", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const Magick::PaintMethod) ) 
&Magick::Image::floodFillOpacity)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 | #else
      | ~~~~~        
  151 |         .def("floodFillAlpha", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const Magick::Color&, const 
bool) ) &Magick::Image::floodFillAlpha)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 | #endif
      | ~~~~~~       
  153 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154 |         .def("floodFillOpacity", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const Magick::Color&, const 
bool) ) &Magick::Image::floodFillOpacity)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  155 | #endif
      | ~~~~~~       
  156 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  158 | #else
      | ~~~~~        
  159 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&,const bool) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 | #endif
      | ~~~~~~       
  161 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&) )&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  163 | #else
      | ~~~~~        
  164 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&,const bool) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165 | #endif
      | ~~~~~~       
  166 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&, const Magick::Color&) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  168 | #else
      | ~~~~~        
  169 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&, const Magick::Color&, const 
bool) )&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  170 | #endif
      | ~~~~~~       
  171 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  172 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&, const Magick::Color&) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173 | #else
      | ~~~~~        
  174 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&, const Magick::Color&,const bool) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  175 | #endif
      | ~~~~~~       
  176 |         .def("flop", &Magick::Image::flop)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |         .def("frame", (void (Magick::Image::*)(const Magick::Geometry&) 
)&Magick::Image::frame, Magick_Image_frame_overloads_0_1())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  178 |         .def("frame", (void (Magick::Image::*)(const size_t, const 
size_t, const ::ssize_t, const ::ssize_t) )&Magick::Image::frame, 
Magick_Image_frame_overloads_2_4())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  179 |         .def("gamma", (void (Magick::Image::*)(const double) 
)&Magick::Image::gamma)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180 |         .def("gamma", (void (Magick::Image::*)(const double, const 
double, const double) )&Magick::Image::gamma)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |         .def("gaussianBlur", &Magick::Image::gaussianBlur)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182 |         .def("implode", &Magick::Image::implode)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |         .def("label", (void (Magick::Image::*)(const std::string&) 
)&Magick::Image::label)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |         .def("magnify", &Magick::Image::magnify)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  185 |         .def("map", &Magick::Image::map, 
Magick_Image_map_overloads_1_2())
      |         
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/python.hpp:18,
                 from ../../../../pythonmagick_src/_Image.cpp:3:
/usr/include/boost/python/class.hpp:219:11: note: candidate: ‘template<class 
Derived> boost::python::class_<T, X1, X2, X3>::self& boost::python::class_<T, 
X1, X2, X3>::def(const boost::python::def_visitor<Derived>&) [with W = 
Magick::Image; X1 = boost::python::detail::not_specified; X2 = 
boost::python::detail::not_specified; X3 = 
boost::python::detail::not_specified]’
  219 |     self& def(def_visitor<Derived> const& visitor)
      |           ^~~
/usr/include/boost/python/class.hpp:219:11: note:   candidate expects 1 
argument, 3 provided
/usr/include/boost/python/class.hpp:229:11: note: candidate: ‘template<class 
F> boost::python::class_<T, X1, X2, X3>::self& boost::python::class_<T, X1, X2, 
X3>::def(const char*, F) [with W = Magick::Image; X1 = 
boost::python::detail::not_specified; X2 = 
boost::python::detail::not_specified; X3 = 
boost::python::detail::not_specified]’
  229 |     self& def(char const* name, F f)
      |           ^~~
/usr/include/boost/python/class.hpp:229:11: note:   candidate expects 2 
arguments, 3 provided
/usr/include/boost/python/class.hpp:238:11: note: candidate: ‘template<class 
A1, class A2> boost::python::class_<T, X1, X2, X3>::self& 
boost::python::class_<T, X1, X2, X3>::def(const char*, A1, const A2&) [with A2 
= A1; W = Magick::Image; X1 = boost::python::detail::not_specified; X2 = 
boost::python::detail::not_specified; X3 = 
boost::python::detail::not_specified]’
  238 |     self& def(char const* name, A1 a1, A2 const& a2)
      |           ^~~
/usr/include/boost/python/class.hpp:238:11: note:   template argument 
deduction/substitution failed:
../../../../pythonmagick_src/_Image.cpp:185:13: note:   couldn’t deduce 
template parameter ‘A1’
   68 |     class_< Magick::Image >("Image", init<  >())
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |         .def(init< const std::string& >())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |         .def(init< const Magick::Geometry&, const Magick::Color& >())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |         .def(init< const Magick::Blob& >())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |         .def(init< const Magick::Blob&, const Magick::Geometry& >())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |         .def(init< const Magick::Blob&, const Magick::Geometry&, const 
size_t >())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |         .def(init< const Magick::Blob&, const Magick::Geometry&, const 
size_t, const std::string& >())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |         .def(init< const Magick::Blob&, const Magick::Geometry&, const 
std::string& >())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |         .def(init< const size_t, const size_t, const std::string&, 
const MagickCore::StorageType, const char* >())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |         .def(init< const Magick::Image& >())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   78 |         .def(init< MagickCore::Image* >())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |         .def("adaptiveThreshold", &Magick::Image::adaptiveThreshold, 
Magick_Image_adaptiveThreshold_overloads_2_3())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   80 |         .def("addNoise", &Magick::Image::addNoise)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   81 |         .def("affineTransform", &Magick::Image::affineTransform)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   82 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const Magick::Geometry&) )&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   83 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const Magick::Geometry&, const MagickCore::GravityType) 
)&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   84 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const Magick::Geometry&, const MagickCore::GravityType, const double) 
)&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   85 |         .def("annotate", (void (Magick::Image::*)(const std::string&, 
const MagickCore::GravityType) )&Magick::Image::annotate)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   86 |         .def("blur", &Magick::Image::blur, 
Magick_Image_blur_overloads_0_2())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   87 |         .def("border", &Magick::Image::border, 
Magick_Image_border_overloads_0_1())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |         .def("channel", &Magick::Image::channel)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |         .def("channelDepth", (void (Magick::Image::*)(const 
MagickCore::ChannelType, const size_t) )&Magick::Image::channelDepth)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   90 |         .def("channelDepth", (size_t (Magick::Image::*)(const 
MagickCore::ChannelType) )&Magick::Image::channelDepth)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   91 |         .def("charcoal", &Magick::Image::charcoal, 
Magick_Image_charcoal_overloads_0_2())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   92 |         .def("chop", &Magick::Image::chop)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   93 |         .def("colorize", (void (Magick::Image::*)(const unsigned int, 
const unsigned int, const unsigned int, const Magick::Color&) 
)&Magick::Image::colorize)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   94 |         .def("colorize", (void (Magick::Image::*)(const unsigned int, 
const Magick::Color&) )&Magick::Image::colorize)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   95 |         .def("comment", (void (Magick::Image::*)(const std::string&) 
)&Magick::Image::comment)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   97 |         .def("compare", (bool (Magick::Image::*)(const Magick::Image&) 
)&Magick::Image::compare)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   98 | #else
      | ~~~~~        
   99 |         .def("compare", (bool (Magick::Image::*)(const Magick::Image&) 
const)&Magick::Image::compare)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  100 | #endif
      | ~~~~~~       
  101 |         .def("composite", (void (Magick::Image::*)(const 
Magick::Image&, const ::ssize_t, const ::ssize_t, const 
MagickCore::CompositeOperator) )&Magick::Image::composite, 
Magick_Image_composite_overloads_3_4())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102 |         .def("composite", (void (Magick::Image::*)(const 
Magick::Image&, const Magick::Geometry&, const MagickCore::CompositeOperator) 
)&Magick::Image::composite, Magick_Image_composite_overloads_2_3())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  103 |         .def("composite", (void (Magick::Image::*)(const 
Magick::Image&, const MagickCore::GravityType, const 
MagickCore::CompositeOperator) )&Magick::Image::composite, 
Magick_Image_composite_overloads_2_3())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  104 |         .def("contrast", &Magick::Image::contrast)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105 |         .def("convolve", &Magick::Image::convolve)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  106 |         .def("crop", &Magick::Image::crop)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107 |         .def("cycleColormap", &Magick::Image::cycleColormap)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108 |         .def("despeckle", &Magick::Image::despeckle)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  109 |         .def("display", &Magick::Image::display)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |         .def("draw", (void (Magick::Image::*)(const Magick::Drawable&) 
)&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |         .def("draw", (void (Magick::Image::*)(const Magick::Drawable&) 
)&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  113 |         .def("draw", (void (Magick::Image::*)(const 
std::list<Magick::Drawable,std::allocator<Magick::Drawable> >&) 
)&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114 | #else
      | ~~~~~        
  115 |         .def("draw", (void (Magick::Image::*)(const 
std::vector<Magick::Drawable>&) )&Magick::Image::draw)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116 | #endif
      | ~~~~~~       
  117 |         .def("edge", &Magick::Image::edge, 
Magick_Image_edge_overloads_0_1())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  118 |         .def("emboss", &Magick::Image::emboss, 
Magick_Image_emboss_overloads_0_2())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119 |         .def("enhance", &Magick::Image::enhance)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120 |         .def("equalize", &Magick::Image::equalize)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121 |         .def("erase", &Magick::Image::erase)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  122 |         .def("flip", &Magick::Image::flip)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  125 | #else
      | ~~~~~        
  126 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&, const bool) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 | #endif
      | ~~~~~~       
  128 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&) )&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  130 | #else
      | ~~~~~        
  131 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&, const bool) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 | #endif
      | ~~~~~~       
  133 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&, const Magick::Color&) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135 | #else
      | ~~~~~        
  136 |         .def("floodFillColor", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Color&, const Magick::Color&,const 
bool) )&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  137 | #endif
      | ~~~~~~       
  138 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  139 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&, const Magick::Color&) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  140 | #else
      | ~~~~~        
  141 |         .def("floodFillColor", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Color&, const Magick::Color&, const bool) 
)&Magick::Image::floodFillColor)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 | #endif
      | ~~~~~~       
  143 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144 |         .def("floodFillOpacity", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const bool) ) 
&Magick::Image::floodFillOpacity)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145 | #else
      | ~~~~~        
  146 |         .def("floodFillAlpha", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const bool) ) 
&Magick::Image::floodFillAlpha)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 | #endif
      | ~~~~~~       
  148 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  149 |         .def("floodFillOpacity", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const Magick::PaintMethod) ) 
&Magick::Image::floodFillOpacity)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 | #else
      | ~~~~~        
  151 |         .def("floodFillAlpha", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const Magick::Color&, const 
bool) ) &Magick::Image::floodFillAlpha)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 | #endif
      | ~~~~~~       
  153 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154 |         .def("floodFillOpacity", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const unsigned int, const Magick::Color&, const 
bool) ) &Magick::Image::floodFillOpacity)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  155 | #endif
      | ~~~~~~       
  156 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  158 | #else
      | ~~~~~        
  159 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&,const bool) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 | #endif
      | ~~~~~~       
  161 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&) )&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  163 | #else
      | ~~~~~        
  164 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&,const bool) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165 | #endif
      | ~~~~~~       
  166 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&, const Magick::Color&) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  168 | #else
      | ~~~~~        
  169 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
::ssize_t, const ::ssize_t, const Magick::Image&, const Magick::Color&, const 
bool) )&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  170 | #endif
      | ~~~~~~       
  171 | #if MagickLibVersion < 0x700
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  172 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&, const Magick::Color&) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173 | #else
      | ~~~~~        
  174 |         .def("floodFillTexture", (void (Magick::Image::*)(const 
Magick::Geometry&, const Magick::Image&, const Magick::Color&,const bool) 
)&Magick::Image::floodFillTexture)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  175 | #endif
      | ~~~~~~       
  176 |         .def("flop", &Magick::Image::flop)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |         .def("frame", (void (Magick::Image::*)(const Magick::Geometry&) 
)&Magick::Image::frame, Magick_Image_frame_overloads_0_1())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  178 |         .def("frame", (void (Magick::Image::*)(const size_t, const 
size_t, const ::ssize_t, const ::ssize_t) )&Magick::Image::frame, 
Magick_Image_frame_overloads_2_4())
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  179 |         .def("gamma", (void (Magick::Image::*)(const double) 
)&Magick::Image::gamma)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180 |         .def("gamma", (void (Magick::Image::*)(const double, const 
double, const double) )&Magick::Image::gamma)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |         .def("gaussianBlur", &Magick::Image::gaussianBlur)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182 |         .def("implode", &Magick::Image::implode)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |         .def("label", (void (Magick::Image::*)(const std::string&) 
)&Magick::Image::label)
      |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |         .def("magnify", &Magick::Image::magnify)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  185 |         .def("map", &Magick::Image::map, 
Magick_Image_map_overloads_1_2())
      |         
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/python/class.hpp:245:11: note: candidate: ‘template<class 
Fn, class A1, class A2> boost::python::class_<T, X1, X2, X3>::self& 
boost::python::class_<T, X1, X2, X3>::def(const char*, Fn, const A1&, const 
A2&) [with A1 = Fn; A2 = A1; W = Magick::Image; X1 = 
boost::python::detail::not_specified; X2 = 
boost::python::detail::not_specified; X3 = 
boost::python::detail::not_specified]’
  245 |     self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2)
      |           ^~~
/usr/include/boost/python/class.hpp:245:11: note:   candidate expects 4 
arguments, 3 provided
/usr/include/boost/python/class.hpp:261:11: note: candidate: ‘template<class 
Fn, class A1, class A2, class A3> boost::python::class_<T, X1, X2, X3>::self& 
boost::python::class_<T, X1, X2, X3>::def(const char*, Fn, const A1&, const 
A2&, const A3&) [with A1 = Fn; A2 = A1; A3 = A2; W = Magick::Image; X1 = 
boost::python::detail::not_specified; X2 = 
boost::python::detail::not_specified; X3 = 
boost::python::detail::not_specified]’
  261 |     self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 
const& a3)
      |           ^~~
/usr/include/boost/python/class.hpp:261:11: note:   candidate expects 5 
arguments, 3 provided
make[2]: *** [Makefile:866: libpymagick_la-_Image.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pythonmagick/build/pythonmagick_src'
make[1]: *** [Makefile:657: all-recursive] Error 1
make[1]: Leaving directory 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pythonmagick/build'
dh_auto_build: error: cd .pybuild/cpython3_3.13_pythonmagick/build && make -j2 
returned exit code 2
E: pybuild pybuild:389: build: plugin custom failed with: exit code=25: 
dh_auto_build --buildsystem=autoconf 
--builddirectory="/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pythonmagick/build"
dh_auto_build: error: pybuild --build -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202504/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pythonmagick, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: pythonmagick
Source-Version: 0.9.19-11.1
Done: Emmanuel Arias <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pythonmagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Arias <[email protected]> (supplier of updated pythonmagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 09 Apr 2025 21:16:19 -0300
Source: pythonmagick
Architecture: source
Version: 0.9.19-11.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1101867
Changes:
 pythonmagick (0.9.19-11.1) unstable; urgency=medium
 .
   * d/patches/0005-Fix-unresolved-overloaded-function-type.patch: Add
     patch to fix an unresolved overloaded function type in _Image.cpp
     (Closes: #1101867).
   * d/control: Update my contact information.
   * d/control: Bump Standards-Version to 4.7.2 (from 4.6.1.1 no further
     changes needed).
Checksums-Sha1:
 4afc54d980b41ba27598f7350775b41214b6a186 2341 pythonmagick_0.9.19-11.1.dsc
 4cfea8c828ed43c4f33abbdca772b41c0eddefda 21400 
pythonmagick_0.9.19-11.1.debian.tar.xz
 01b2d964411db84611e4bd95dc2ea683b9c427c6 11354 
pythonmagick_0.9.19-11.1_amd64.buildinfo
Checksums-Sha256:
 0f6d868be30dc86b5029daad059fdc6a4f03468fe1783630467ae8552841a7ce 2341 
pythonmagick_0.9.19-11.1.dsc
 e519029eb6255413355dfd49d97f99169584a4a0359ec2eb8d36558b4ac8a105 21400 
pythonmagick_0.9.19-11.1.debian.tar.xz
 d529d0acd3ec631d5cd8dcf26368b3dff5a2c455424ca5025bae31488b1f9d94 11354 
pythonmagick_0.9.19-11.1_amd64.buildinfo
Files:
 4085cdb05bf137ccd955bd384964d356 2341 python optional 
pythonmagick_0.9.19-11.1.dsc
 2eb7f742dbe8b01a303f72ea0a262754 21400 python optional 
pythonmagick_0.9.19-11.1.debian.tar.xz
 9ce95ff72aecb16ed30223cd8e28dba7 11354 python optional 
pythonmagick_0.9.19-11.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmf3EIgSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxVTIQAI/l4O3FHOjFXKnNyXkY7OFEwQr2lZEZ
pyI9+xrs4SJxVabW5FLwtnBttahOvRvCvDxLEYw2/ECjm3fWcUWRSvIiLpbHoX3c
hgNeZG9dA08eqTOeHQAeg6nD+/wbhvJ5VZdTO75/hqhxD9jxK26U2K54ZiBH6iSR
tGNI2X0P4mJeJW+qefECbwJ6pfcavaxtKgnVndtYSTc6hSwzp/cpjnhj1hr88I0U
JvMQBWBILkYfAVsfZ7ZjFbt44fXQTvMpRn5sWq2UIi8CVqSkZjb9WvIgPMwVylVK
2ffVVN1X6MHhcb8dxAcA4YjqQ70tXOdUEjFOJGlkNLSlGLqd6Hq2QytpZkJRSTHw
kPvXs0T6iUCU0TqXCwg8I8P9WzPftOdHoI6UibaFM1pjgP9rUtkfZq8WqSGtaRQY
dwbZeyDAX/9/2hJo0ZZcZ1G44w2/bIeF7CyADKYlBbbC1xNg9uKWFBiopbEEdT5Q
Fc5D7w9t9K7BFqvZITeVh9KT8tdqRrbFieGtZf5mRe52h+mRbsF3pPkdFBsiZuko
ytAQJz4tPMobFOX5mCssmAQ8bjmfc0sangEJAUXint84F5WLfJmjS2h4dnej8hPh
z+YiB7McW2mjHRQnpiZUHR0xWf/ixt/DhVJFJVWAPNwNstHy5ty9DFwlGteChC4f
mQ8aJ6Xrx16/
=k1fV
-----END PGP SIGNATURE-----

Attachment: pgpqaaFyJ0S8h.pgp
Description: PGP signature


--- End Message ---

Reply via email to