package: src:pythonmagick version: 0.9.11-2 severity: important Hi
Your package FTBFS with newer imagemagick under experimental. Usually using newest upstream is the way to go libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../pythonmagick_src -I../config -Wdate-time -D_FORTIFY_SOURCE=2 -I -I/usr/include -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/i386-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/i386-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/i386-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -g -O2 -fdebug-prefix-map=/build/pythonmagick-0.9.11=. -fstack-protector-strong -Wformat -Werror=format-security -DBOOST_PYTHON_DYNAMIC_LIB -I/usr/include/python2.7 -c ../../../pythonmagick_src/_Image.cpp -fPIC -DPIC -o .libs/libpymagick_la-_Image.o ../../../pythonmagick_src/_Image.cpp: In function 'void Export_pyste_src_Image()': ../../../pythonmagick_src/_Image.cpp:194:71: error: no matches converting function 'antiAlias' to type 'bool (class Magick::Image::*)()' .def("antiAlias", (bool (Magick::Image::*)() )&Magick::Image::antiAlias) ^~~~~~~~~ In file included from ../../../pythonmagick_src/_Image.cpp:7:0: /usr/include/ImageMagick-6/Magick++/Image.h:135:10: note: candidates are: bool Magick::Image::antiAlias() const bool antiAlias(void) const; ^~~~~~~~~ /usr/include/ImageMagick-6/Magick++/Image.h:134:10: note: void Magick::Image::antiAlias(bool) void antiAlias(const bool flag_); ^~~~~~~~~ ../../../pythonmagick_src/_Image.cpp:200:95: error: no matches converting function 'attribute' to type 'std::__cxx11::string (class Magick::Image::*)(std::__cxx11::string) {aka class std::__cxx11::basic_string<char> (class Magick::Image::*)(class std::__cxx11::basic_string<char>)}' .def("attribute", (std::string (Magick::Image::*)(const std::string) )&Magick::Image::attribute) ^~~~~~~~~ In file included from ../../../pythonmagick_src/_Image.cpp:7:0: /usr/include/ImageMagick-6/Magick++/Image.h:674:17: note: candidates are: std::__cxx11::string Magick::Image::attribute(std::__cxx11::string) const std::string attribute(const std::string name_ ) const; ^~~~~~~~~ /usr/include/ImageMagick-6/Magick++/Image.h:673:10: note: void Magick::Image::attribute(std::__cxx11::string, std::__cxx11::string) void attribute(const std::string name_,const std::string value_); ^~~~~~~~~ ../../../pythonmagick_src/_Image.cpp:231:76: error: no matches converting function 'colorMapSize' to type 'size_t (class Magick::Image::*)() {aka unsigned int (class Magick::Image::*)()}' .def("colorMapSize", (size_t (Magick::Image::*)() )&Magick::Image::colorMapSize) ^~~~~~~~~~~~ In file included from ../../../pythonmagick_src/_Image.cpp:7:0: /usr/include/ImageMagick-6/Magick++/Image.h:208:12: note: candidates are: size_t Magick::Image::colorMapSize() const size_t colorMapSize(void) const; ^~~~~~~~~~~~ /usr/include/ImageMagick-6/Magick++/Image.h:207:10: note: void Magick::Image::colorMapSize(size_t) void colorMapSize(const size_t entries_); ^~~~~~~~~~~~ ../../../pythonmagick_src/_Image.cpp:374:29: error: 'registerId' is not a member of 'Magick::Image' .def("registerId", &Magick::Image::registerId) ^~~~~~ ../../../pythonmagick_src/_Image.cpp:375:31: error: 'unregisterId' is not a member of 'Magick::Image' .def("unregisterId", &Magick::Image::unregisterId)