Your message dated Wed, 06 Apr 2016 05:02:32 +0000
with message-id <[email protected]>
and subject line Bug#819927: Removed package(s) from unstable
has caused the Debian Bug report #811915,
regarding FTBFS with GCC 6: ambiguous overload
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.)
--
811915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811915
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: json-spirit
Version: 4.05-1.1
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-invalid-convert
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 77%] Building CXX object
> json_test/CMakeFiles/json_test.dir/json_spirit_value_test.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/json_test && /usr/bin/g++
> -I/<<PKGBUILDDIR>>/json_spirit -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -o
> CMakeFiles/json_test.dir/json_spirit_value_test.cpp.o -c
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp: In instantiation of
> '{anonymous}::Container_constructor_runner<Config_type>::Container_constructor_runner()
> [with Config_type =
> json_spirit::Config_vector<std::__cxx11::basic_string<char> >]':
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:398:48: required from
> here
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:367:33: error:
> ambiguous overload for 'operator=' (operand types are 'std::vector<int>' and
> 'boost::assign_detail::generic_list<int>')
> vi = list_of( 1 )( 2 );
> test_container_constructor( vi );
> ~~~^~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/vector:69:0,
> from /<<PKGBUILDDIR>>/json_spirit/json_spirit_value.h:13,
> from /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:8:
> /usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp,
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&)
> [with _Tp = int; _Alloc = std::allocator<int>]
> vector<_Tp, _Alloc>::
> ^~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/vector:64:0,
> from /<<PKGBUILDDIR>>/json_spirit/json_spirit_value.h:13,
> from /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:8:
> /usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp,
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&)
> [with _Tp = int; _Alloc = std::allocator<int>]
> operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
> ^~~~~~~~
>
> /usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp,
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>)
> [with _Tp = int; _Alloc = std::allocator<int>]
> operator=(initializer_list<value_type> __l)
> ^~~~~~~~
>
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:368:33: error:
> ambiguous overload for 'operator=' (operand types are 'std::vector<int>' and
> 'boost::assign_detail::generic_list<int>')
> vi = list_of( 1 )( 2 )( 3 );
> test_container_constructor( vi );
> ~~~^~~~~~~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/vector:69:0,
> from /<<PKGBUILDDIR>>/json_spirit/json_spirit_value.h:13,
> from /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:8:
> /usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp,
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&)
> [with _Tp = int; _Alloc = std::allocator<int>]
> vector<_Tp, _Alloc>::
> ^~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/vector:64:0,
> from /<<PKGBUILDDIR>>/json_spirit/json_spirit_value.h:13,
> from /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:8:
> /usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp,
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&)
> [with _Tp = int; _Alloc = std::allocator<int>]
> operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
> ^~~~~~~~
>
> /usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp,
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>)
> [with _Tp = int; _Alloc = std::allocator<int>]
> operator=(initializer_list<value_type> __l)
> ^~~~~~~~
>
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:371:33: error:
> ambiguous overload for 'operator=' (operand types are
> 'std::__cxx11::list<int>' and 'boost::assign_detail::generic_list<int>')
> li = list_of( 1 )( 2 );
> test_container_constructor( li );
> ~~~^~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/list:64:0,
> from
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:10:
> /usr/include/c++/6/bits/list.tcc:266:5: note: candidate:
> std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp,
> _Alloc>::operator=(const std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = int;
> _Alloc = std::allocator<int>]
> list<_Tp, _Alloc>::
> ^~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/list:63:0,
> from
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:10:
> /usr/include/c++/6/bits/stl_list.h:748:7: note: candidate:
> std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp,
> _Alloc>::operator=(std::__cxx11::list<_Tp, _Alloc>&&) [with _Tp = int; _Alloc
> = std::allocator<int>]
> operator=(list&& __x)
> ^~~~~~~~
>
> /usr/include/c++/6/bits/stl_list.h:766:7: note: candidate:
> std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp,
> _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = int; _Alloc =
> std::allocator<int>]
> operator=(initializer_list<value_type> __l)
> ^~~~~~~~
>
> /<<PKGBUILDDIR>>/json_test/json_spirit_value_test.cpp:372:33: error:
> ambiguous overload for 'operator=' (operand types are
> 'std::__cxx11::list<int>' and 'boost::assign_detail::generic_list<int>')
> li = list_of( 1 )( 2 )( 3 );
> test_container_constructor( li );
> ~~~^~~~~~~~~~~~~~~~~~~~~~~~
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Version: 4.05-1.1+rm
Dear submitter,
as the package json-spirit has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/819927
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---