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.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to