Your message dated Sun, 07 Sep 2014 15:22:04 +0000
with message-id <[email protected]>
and subject line Bug#758001: fixed in pythonmagick 0.9.11-1
has caused the Debian Bug report #758001,
regarding [pythonmagick] FTBFS with new (experimental) imagemagick version
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.)


-- 
758001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758001
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pythonmagick
Severity: important
control: tag -1 +upstream
control: forwarded -1 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26088
control: block 740495 by -1


Hi,

Your package FTBFS with imagemagick experimental

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../pythonmagick_src
-I../config -D_FORTIFY_SOURCE=2 -I/usr/include/python2.7
-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/x86_64-linux-gnu//ImageMagick-6
-I/usr/include/ImageMagick-6
-I/usr/include/x86_64-linux-gnu//ImageMagick-6
-I/usr/include/ImageMagick-6
-I/usr/include/x86_64-linux-gnu//ImageMagick-6
-I/usr/include/ImageMagick-6 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security
-DBOOST_PYTHON_DYNAMIC_LIB -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:96:48: error: no matching
function for call to 'boost::python::class_<Magick::Image>::def(const
char [8], <unresolved overloaded function type>)'
         .def("compare", &Magick::Image::compare)
                                                ^
../../../pythonmagick_src/_Image.cpp:96:48: note: candidates are:
In file included from /usr/include/boost/python.hpp:18:0,
                 from ../../../pythonmagick_src/_Image.cpp:3:
/usr/include/boost/python/class.hpp:224:11: note: 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 Derived = Derived; W =
Magick::Image; X1 = boost::python::detail::not_specified; X2 =
boost::python::detail::not_specified; X3 =
boost::python::detail::not_specified]
     self& def(def_visitor<Derived> const& visitor)
           ^
/usr/include/boost/python/class.hpp:224:11: note:   template argument
deduction/substitution failed:
../../../pythonmagick_src/_Image.cpp:96:48: note:   mismatched types
'const boost::python::def_visitor<U>' and 'const char [8]'
         .def("compare", &Magick::Image::compare)
                                                ^
In file included from /usr/include/boost/python.hpp:18:0,
                 from ../../../pythonmagick_src/_Image.cpp:3:
/usr/include/boost/python/class.hpp:234:11: note: template<class F>
boost::python::class_<T, X1, X2, X3>::self& boost::python::class_<T,
X1, X2, X3>::def(const char*, F) [with F = F; W = Magick::Image; X1 =
boost::python::detail::not_specified; X2 =
boost::python::detail::not_specified; X3 =
boost::python::detail::not_specified]
     self& def(char const* name, F f)
           ^
/usr/include/boost/python/class.hpp:234:11: note:   template argument
deduction/substitution failed:
../../../pythonmagick_src/_Image.cpp:96:48: note:   couldn't deduce
template parameter 'F'
         .def("compare", &Magick::Image::compare)
                                                ^
In file included from /usr/include/boost/python.hpp:18:0,
                 from ../../../pythonmagick_src/_Image.cpp:3:
/usr/include/boost/python/class.hpp:243:11: note: 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 A1 = A1; A2 = A2; W = Magick::Image; X1 =
boost::python::detail::not_specified; X2 =
boost::python::detail::not_specified; X3 =
boost::python::detail::not_specified]
     self& def(char const* name, A1 a1, A2 const& a2)
           ^
/usr/include/boost/python/class.hpp:243:11: note:   template argument
deduction/substitution failed:
../../../pythonmagick_src/_Image.cpp:96:48: note:   candidate expects
3 arguments, 2 provided
         .def("compare", &Magick::Image::compare)
                                                ^
In file included from /usr/include/boost/python.hpp:18:0,
                 from ../../../pythonmagick_src/_Image.cpp:3:
/usr/include/boost/python/class.hpp:250:11: note: 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 Fn = Fn; A1 = A1; A2 = A2; W = Magick::Image; X1 =
boost::python::detail::not_specified; X2 =
boost::python::detail::not_specified; X3 =
boost::python::detail::not_specified]
     self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2)
           ^
/usr/include/boost/python/class.hpp:250:11: note:   template argument
deduction/substitution failed:
../../../pythonmagick_src/_Image.cpp:96:48: note:   candidate expects
4 arguments, 2 provided
         .def("compare", &Magick::Image::compare)
                                                ^
In file included from /usr/include/boost/python.hpp:18:0,
                 from ../../../pythonmagick_src/_Image.cpp:3:
/usr/include/boost/python/class.hpp:266:11: note: 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 Fn = Fn; A1 = A1; A2 = A2; A3 =
A3; W = Magick::Image; X1 = boost::python::detail::not_specified; X2 =
boost::python::detail::not_specified; X3 =
boost::python::detail::not_specified]
     self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3
const& a3)
           ^
/usr/include/boost/python/class.hpp:266:11: note:   template argument
deduction/substitution failed:
../../../pythonmagick_src/_Image.cpp:96:48: note:   candidate expects
5 arguments, 2 provided
         .def("compare", &Magick::Image::compare)

--- End Message ---
--- Begin Message ---
Source: pythonmagick
Source-Version: 0.9.11-1

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.
Sebastian Ramacher <[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: SHA256

Format: 1.8
Date: Sun, 07 Sep 2014 16:45:55 +0200
Source: pythonmagick
Binary: python-pythonmagick
Architecture: source amd64
Version: 0.9.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Description:
 python-pythonmagick - Object-oriented Python interface to ImageMagick
Closes: 758001
Changes:
 pythonmagick (0.9.11-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
     - Fix build with newer imagemagick releases. (Closes: #758001)
   * debian/patches:
     - 003_detect_py27.diff: Removed, no longer needed.
     - 001_autofoo_fixes.diff: Refreshed.
   * debian/{rules,control,source/format}: Use 3.0 (quilt) and remove quilt
     from build depends and dh call.
   * debian({rules,control}: Switch to dh_python2. Replace python-support with
     dh-python in Build-Depends and invoke dh with --with python2 instead of
     python-support.
   * debian/control:
     - Bump libmagic++-dev to >= 8:6.8.6. Required by the new upstream version.
     - Bump Standards-Version to 3.9.5. No changes required.
   * debian/rules:
     - Build with --disable-silent-rules.
     - Build with --parallel.
     - Remove *.la files.
   * debian/copyright: Update copyright years.
Checksums-Sha1:
 f410729d96878436cbe21aa09c8c58ee5ccc801f 2162 pythonmagick_0.9.11-1.dsc
 a359f1420d9f2fe3c831ddec379bc18289eeaf29 401614 pythonmagick_0.9.11.orig.tar.gz
 cd2c72bcb422164951cc0b63d41a29f4d5ede7c9 8752 
pythonmagick_0.9.11-1.debian.tar.xz
 2b4c168da6a004adfb09af1f27d30757f7ae2fec 6859336 
python-pythonmagick_0.9.11-1_amd64.deb
Checksums-Sha256:
 9d4ce2928bccc95d05ebfb799b28b3049a446fcc8c9848dbf6e215b9a106859a 2162 
pythonmagick_0.9.11-1.dsc
 5b5ccebfcef5786c4f1fc5007933c13a092e3141ae6a2960de14cc89690de007 401614 
pythonmagick_0.9.11.orig.tar.gz
 14d0d5f11d8a2f7ac879039bf1b77f28f5699a8a7c0882c40163ef591418f277 8752 
pythonmagick_0.9.11-1.debian.tar.xz
 53701ff1907b436c878d171516ae63033850aece1e26bfefa71640f6262c8375 6859336 
python-pythonmagick_0.9.11-1_amd64.deb
Files:
 2563da91a41b8d84691cf50207ae6c72 6859336 python extra 
python-pythonmagick_0.9.11-1_amd64.deb
 2b4ef054b64e9b148616060959244eb4 2162 python extra pythonmagick_0.9.11-1.dsc
 8af559d540a8e976d830ede9c79c683e 401614 python extra 
pythonmagick_0.9.11.orig.tar.gz
 36da3630d318edaffa62a6614a526f1d 8752 python extra 
pythonmagick_0.9.11-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUDHBsAAoJEGny/FFupxmTSmIP/iqfSoHP2/rvmmqEAXUVJY/6
Vza4AAPCB1l6jts5lhOPgtA3fxNebx4G004bnPOYjcpEMsby2OebSYeZlRnltqNX
KpndrX3Bx4sP2n91c7HgI4z77DsxLTjOcRI1zULtBOd+3zt3RvcuUQkzosN51cgE
tvvkmP6PCA8gLveyWQWZqhgH/kmHKECwW3Mu4hZB77iSOcw4LQqRBnMyDFz+rnKe
cRV5dxkB6uiRnlND9ncNbDzM4JdqUiMZ/H361n8GEYi5Al/M5SmKOCZpwgKiI+gQ
D/4pE2Qq+vjaSRpMnDl3S6jN833Wezpu2+vtz6WsYp9DED0VnMMRpkwbdOuAMxeA
blOu6+Scgc72wRaTaaj3cM9ZeX0sgWtXgvnGNNQvJgmVG4Cp3rNsh9BJHAu6MM+3
q7wftbRh0nAzpDF7zTjiZlFKqhXRePyw04Hutol9HkpYZAFm/DBMnYRnPqUwC2dQ
a4sG5b5+zYMae9+c23xsJdSBb3/eNHSUI0MO6pk58wil5P1RhQmRoqHh6Z9nGMqx
NJrO8TxcoRnYsBXDb1y4H9g3qMTkwf/nYHbVL2mngkg38jHyF1GVgVHuMgSbCXcK
60Z84O10/3sFnB/Xt3w9uEKSXvMQJIhPt0olQkaJPtzOQdC+6wRDWuVWTer4Xdc/
rWorK8pJhzZLsRM4akT0
=PYE2
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to