Your message dated Wed, 10 Jul 2013 09:33:46 +0000
with message-id <[email protected]>
and subject line Bug#713707: fixed in tagpy 2013.1-1
has caused the Debian Bug report #713707,
regarding tagpy: FTBFS: src/wrapper/common.hpp:40:23: error: no matching
function for call to 'boost::python::class_<TagLib::ID3v2::Tag,
boost::noncopyable_::noncopyable, boost::python::bases<TagLib::Tag>
>::def(const char [7], <unresolved overloaded function type>)'
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.)
--
713707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713707
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tagpy
Version: 0.94.8-4
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG
> -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/taglib
> -I/usr/include/python2.7 -c src/wrapper/id3.cpp -o
> build2.7/temp.linux-x86_64-2.7/src/wrapper/id3.o
> In file included from src/wrapper/id3.cpp:40:0:
> src/wrapper/id3.cpp: In function 'void exposeID3()':
> src/wrapper/common.hpp:40:23: error: no matching function for call to
> 'boost::python::class_<TagLib::ID3v2::Tag, boost::noncopyable_::noncopyable,
> boost::python::bases<TagLib::Tag> >::def(const char [7], <unresolved
> overloaded function type>)'
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> src/wrapper/common.hpp:40:23: note: candidates are:
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> In file included from /usr/include/boost/python.hpp:18:0,
> from src/wrapper/common.hpp:24,
> from src/wrapper/id3.cpp:40:
> /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 = TagLib::ID3v2::Tag; X1 = boost::noncopyable_::noncopyable; X2 =
> boost::python::bases<TagLib::Tag>; 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:
> In file included from src/wrapper/id3.cpp:40:0:
> src/wrapper/common.hpp:40:23: note: mismatched types 'const
> boost::python::def_visitor<U>' and 'const char [7]'
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> In file included from /usr/include/boost/python.hpp:18:0,
> from src/wrapper/common.hpp:24,
> from src/wrapper/id3.cpp:40:
> /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 = TagLib::ID3v2::Tag; X1 =
> boost::noncopyable_::noncopyable; X2 = boost::python::bases<TagLib::Tag>; 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:
> In file included from src/wrapper/id3.cpp:40:0:
> src/wrapper/common.hpp:40:23: note: couldn't deduce template parameter 'F'
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> In file included from /usr/include/boost/python.hpp:18:0,
> from src/wrapper/common.hpp:24,
> from src/wrapper/id3.cpp:40:
> /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 =
> TagLib::ID3v2::Tag; X1 = boost::noncopyable_::noncopyable; X2 =
> boost::python::bases<TagLib::Tag>; 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:
> In file included from src/wrapper/id3.cpp:40:0:
> src/wrapper/common.hpp:40:23: note: candidate expects 3 arguments, 2
> provided
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> In file included from /usr/include/boost/python.hpp:18:0,
> from src/wrapper/common.hpp:24,
> from src/wrapper/id3.cpp:40:
> /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 = TagLib::ID3v2::Tag; X1 =
> boost::noncopyable_::noncopyable; X2 = boost::python::bases<TagLib::Tag>; 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:
> In file included from src/wrapper/id3.cpp:40:0:
> src/wrapper/common.hpp:40:23: note: candidate expects 4 arguments, 2
> provided
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> In file included from /usr/include/boost/python.hpp:18:0,
> from src/wrapper/common.hpp:24,
> from src/wrapper/id3.cpp:40:
> /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 =
> TagLib::ID3v2::Tag; X1 = boost::noncopyable_::noncopyable; X2 =
> boost::python::bases<TagLib::Tag>; 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:
> In file included from src/wrapper/id3.cpp:40:0:
> src/wrapper/common.hpp:40:23: note: candidate expects 5 arguments, 2
> provided
> def(#NAME, &cl::NAME)
> ^
> src/wrapper/id3.cpp:215:8: note: in expansion of macro 'DEF_SIMPLE_METHOD'
> .DEF_SIMPLE_METHOD(render)
> ^
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> make[1]: *** [override_dh_auto_build-2.7] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/tagpy_0.94.8-4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: tagpy
Source-Version: 2013.1-1
We believe that the bug you reported is fixed in the latest version of
tagpy, 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.
Michal Čihař <[email protected]> (supplier of updated tagpy 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: Wed, 10 Jul 2013 10:59:10 +0200
Source: tagpy
Binary: python-tagpy
Architecture: source amd64
Version: 2013.1-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař <[email protected]>
Changed-By: Michal Čihař <[email protected]>
Description:
python-tagpy - Python module for manipulating tags in music files
Closes: 713707
Changes:
tagpy (2013.1-1) unstable; urgency=low
.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
.
[ Michal Čihař ]
* New upstream release.
* Updated patches.
* Bump standards to 3.9.4.
* Use debhelper 9.
* Fixed compilation with taglib 1.8 (Closes: #713707).
Checksums-Sha1:
0a0cc4ddf771db4ac9093b4c5b395da8e3807f71 2073 tagpy_2013.1-1.dsc
346dd081977e6cfb656102a263728ffd84574099 151463 tagpy_2013.1.orig.tar.gz
d4ae7f77e021201e1144dd684deeb2051aa3d8b1 4770 tagpy_2013.1-1.debian.tar.gz
18990919d14e354e0ebcfbc0503d59aa88be03a6 379682 python-tagpy_2013.1-1_amd64.deb
Checksums-Sha256:
6867ea4748fab3e1ccb02143dfee3e07d9a2debff91bd56dc899e9af54b4d5a1 2073
tagpy_2013.1-1.dsc
80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4 151463
tagpy_2013.1.orig.tar.gz
16189ca241febae81f757507cdc13fd3017fef23ae47cd9e259d031e2078b2e4 4770
tagpy_2013.1-1.debian.tar.gz
33d2184f83fa9c4e66f7e8c6c3ce953347576a8b5feaaf16f55fd6188c139310 379682
python-tagpy_2013.1-1_amd64.deb
Files:
7a48b2e03d4a21afffbef1db70bf22b5 2073 python extra tagpy_2013.1-1.dsc
96cbbd8adb8a6c0b9c21851979cc7c64 151463 python extra tagpy_2013.1.orig.tar.gz
9e1c2728a87a4ef74ad4459ed33e7499 4770 python extra tagpy_2013.1-1.debian.tar.gz
f0153219e525d80ce4519212fceb9414 379682 python extra
python-tagpy_2013.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJR3SO8AAoJEGo39bHX+xdNTdAP/0j6hrEBJm7h5eHWWwAhMliy
B0eSxiak9W2JjT0cs3qrc8X9k7W8vFgwqfU/l4hnJUgkh4IBaqePVHknxXwa+vid
F8DlnFwk1Lh2eOtjbCMQZFhJFjbzBGYKt0c1XQoH73Vb+Zn0NtJYuXh2mPIEtkBA
ZjbpKQ/CJGMl2z81L8v/nQU8JuZXgDWbBHSI6z8qjGeTkqK4FrxkyqujodFn8z9j
NM2Wk5f3LSsaT3ADSHQWNNevNppxe7/XWuv6Tyf7iQnej2u0lnvle2Aq76FK3P3G
ChZb9WU7ZtKUQpi/UbWP2gy1RXrSWZpaY3Vzmq/uNnTeroGf+3MkBxX3UKrb+sat
2MwaBM7NYkIN5lsl7cjlJ81wrASxB33TzQHWWDGMTUG9Zkf6YtXLHBngjStAk7Sd
bxhy5eFnMnkdM50MLIsOid7Vzf7rQgkFuhe9aQUOA/A8aOScxFeNuVoBpvcsGWjc
0iFFDzjkFBeMMTOlaX4Ut98DPCxxN7xBDdLpTgG3AzMiwoMzKVdmx/jXIHtBuEn2
wATFdK3GUlEHWGFnbotihRJf1fy535WxP654gFXB2kMw/p0P8j06FAkYrFTXgsfU
6rnrIafGESeSJtz4B9l0TNjVtTb/rpnmWTT4Q/8ZFyYcw0OFkpD9hcfCqIOrLPd4
+1SBRhs+yclRj+CqUWo1
=PL7R
-----END PGP SIGNATURE-----
--- End Message ---