Your message dated Fri, 04 Nov 2016 13:00:11 +0000 with message-id <[email protected]> and subject line Bug#840428: fixed in pythonmagick 0.9.14-2 has caused the Debian Bug report #840428, regarding pythonmagick: FTBFS with newer experimental version of imagemagick 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.) -- 840428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840428 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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)
--- End Message ---
--- Begin Message ---Source: pythonmagick Source-Version: 0.9.14-2 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. Bastien Roucariès <[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: Tue, 01 Nov 2016 21:46:40 +0100 Source: pythonmagick Binary: python-pythonmagick python3-pythonmagick Architecture: source amd64 Version: 0.9.14-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Bastien Roucariès <[email protected]> Description: python-pythonmagick - Object-oriented Python interface to ImageMagick python3-pythonmagick - Object-oriented Python 3 interface to ImageMagick Closes: 840428 Changes: pythonmagick (0.9.14-2) unstable; urgency=medium . * Update copyright . pythonmagick (0.9.14-1) unstable; urgency=medium . * Switch watch to .xz and add signature check * Add myself as uploader. * Switch to git-dpm. * Bump Standards-Version no changes. * Bump compat to 10. * Fixed VCS URL (https) thanks to Ondřej Nový <[email protected]> * Build python3 and python2 version. * Add autopkgtest * New upstream release: - Bug fix: "FTBFS with newer experimental version of imagemagick", (Closes: #840428). Checksums-Sha1: 678025327231d6b16cd41630d6737612f36bce76 2392 pythonmagick_0.9.14-2.dsc b8a6eaf97e49de0cbb2e6d287bfe01288eaade51 270488 pythonmagick_0.9.14.orig.tar.xz 826f22627fce31450ca20f5765ce2474fdb4fd29 13324 pythonmagick_0.9.14-2.debian.tar.xz 245e5714d98d9c74e8216a6aeef37d60e34cfb3b 8327046 python-pythonmagick-dbgsym_0.9.14-2_amd64.deb dfd9bf68c3e4cc9166fe7988482f267cdfa0bc87 331170 python-pythonmagick_0.9.14-2_amd64.deb 95dcc10a12640f9fb11de166c1e38bee9a6b9c7b 8405066 python3-pythonmagick-dbgsym_0.9.14-2_amd64.deb 77cf79be15ee7955bbc67b8cd9a35d1608022ae3 330648 python3-pythonmagick_0.9.14-2_amd64.deb Checksums-Sha256: 83ee7c99048d0ecec1af4bfbdffc50fd273b47e148614a625a65951c92d314b4 2392 pythonmagick_0.9.14-2.dsc 42fc1fc0def8a9fa0af282c1ba330831d7ba310b5d7dc7b0f03c0536a26b93ba 270488 pythonmagick_0.9.14.orig.tar.xz 58da9da2ba57543cc64f2ea1eefac6acc164d6b3bf2c78db3d406090193a7542 13324 pythonmagick_0.9.14-2.debian.tar.xz f555a10e65aee73ce42fa9a9d39ca6874c0bef5a8177668d0267e1d928feb7eb 8327046 python-pythonmagick-dbgsym_0.9.14-2_amd64.deb 00947c8761875eb8b5ebab1ccfce0291b8b1509fbeb23324851152ac69c0b9d6 331170 python-pythonmagick_0.9.14-2_amd64.deb 92370b076e310bfca361eef7ea452f2da72eee2b4578d4a1a1257a1eaf7fced6 8405066 python3-pythonmagick-dbgsym_0.9.14-2_amd64.deb 1bcd3dbdd5a6621ced3f66430bb1a0eb28420bbeb1d37f15347f06934d08169a 330648 python3-pythonmagick_0.9.14-2_amd64.deb Files: 0c1a9b9feeef28c28af81d455c043c8b 2392 python extra pythonmagick_0.9.14-2.dsc a3b96f385cc83f8e1e2ae2654df26862 270488 python extra pythonmagick_0.9.14.orig.tar.xz 2bc64fb50e5db9ccdff41a68a7cb1f9b 13324 python extra pythonmagick_0.9.14-2.debian.tar.xz 9e5f1474dfeb1e61acfc692d09f68123 8327046 debug extra python-pythonmagick-dbgsym_0.9.14-2_amd64.deb de99c16b2a723f6a19bd009639691083 331170 python extra python-pythonmagick_0.9.14-2_amd64.deb 7688897017f518b4454a860f5e216cff 8405066 debug extra python3-pythonmagick-dbgsym_0.9.14-2_amd64.deb d0eba53f335b3abe93b3d548a704b6b7 330648 python extra python3-pythonmagick_0.9.14-2_amd64.deb -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJYGS7QAAoJEAgWueGMdiutpBsQAIfzew5IoL8scndJsBZvC4oS E6wAwJ7KRqn085LUFrHJ7W/FMWjH55aNGMryDS1VohjrAdDS50nOp7lStZVvfRXc Br8L4OD+N67aPogjktNaKocZjl9TQ+7bOIkrujoH3ubnnIlKsW3M3wTgv2SrJKW2 tgtspqQlyN4DajpSmdAvq2K5LCUiXrwHcel8WPt+Uuck3A6fWdZq1MKBQ5xk++fQ soHTBkre8f/7A3tl8vDPZ+ySwgXH7Kq2/Yc23aeUMaP78/Blwb24BP0W7MIM3CS/ PJQL50eDFb9GpR9orHs/tWpiiQPadlW15laLIY6TqCMo2QZJuZFgGO1hCBrKy44b Dm4YOTbZ81idEsln7yTsqjSHSlmO3s37vqS6jM6yA+wtn8obOZZl3jdL0rx1eEOp Vpk5LAdka72WD6NgSTSZP8uEIjeTIar9dTeaZBS5vj93zhWx8I6yGLxOy0F7/6jo j8zhhxETa/HzkYbvtBR4Wd1ZsGoxWudbrUsDJat3PrwcUYd31ehA3D8ubjwHBW+B In1QzJ4oJDqj4I3TwjIDoBuqGqyBLByGiTbXZHY23RwEney9IKCU7wzUi8Thvj4S Be+FWZEW7B4hJ9Nj/bn0ihlvj6+usht+psedEB3bCjfvPACah/eSru5cHV2ZgL0H zNCu6f/UmVJWJ5NpFjIq =zutB -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

