[Debian-med-packaging] Bug#831138: snap-aligner: FTBFS with GCC 6: tuple:851:29: error: expected primary-expression before '.' token

Lucas Nussbaum lucas at debian.org
Thu Jul 14 07:26:27 UTC 2016


Source: snap-aligner
Version: 0.18~1.0~beta.18+dfsg1-3
Severity: serious
Tags: stretch sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MMD -ISNAPLib -Wdate-time -D_FORTIFY_SOURCE=2  -c -o SNAPLib/FASTQ.o SNAPLib/FASTQ.cpp
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:851:29: error: expected primary-expression before '.' token
>        noexcept(noexcept(__in._M_swap(__in)))
>                              ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&)':
> /usr/include/c++/6/tuple:671:76: error: expected primary-expression before ')' token
>          : _Inherited(static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
>                                                                             ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&)':
> /usr/include/c++/6/tuple:683:76: error: expected primary-expression before ')' token
>          : _Inherited(static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
>                                                                             ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&)':
> /usr/include/c++/6/tuple:695:71: error: expected primary-expression before ')' token
>          : _Inherited(static_cast<_Tuple_impl<0, _UElements...>&&>(__in)) { }
>                                                                        ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&)':
> /usr/include/c++/6/tuple:706:71: error: expected primary-expression before ')' token
>          : _Inherited(static_cast<_Tuple_impl<0, _UElements...>&&>(__in)) { }
>                                                                        ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple< <template-parameter-1-1> >::tuple(std::allocator_arg_t, const _Alloc&, const std::tuple< <template-parameter-1-1> >&)':
> /usr/include/c++/6/tuple:760:62: error: expected primary-expression before ')' token
>   : _Inherited(__tag, __a, static_cast<const _Inherited&>(__in)) { }
>                                                               ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple< <template-parameter-1-1> >::tuple(std::allocator_arg_t, const _Alloc&, std::tuple< <template-parameter-1-1> >&&)':
> /usr/include/c++/6/tuple:764:57: error: expected primary-expression before ')' token
>   : _Inherited(__tag, __a, static_cast<_Inherited&&>(__in)) { }
>                                                          ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple< <template-parameter-1-1> >::tuple(std::allocator_arg_t, const _Alloc&, const std::tuple<_Args2 ...>&)':
> /usr/include/c++/6/tuple:775:69: error: expected primary-expression before ')' token
>                static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
>                                                                      ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple< <template-parameter-1-1> >::tuple(std::allocator_arg_t, const _Alloc&, const std::tuple<_Args2 ...>&)':
> /usr/include/c++/6/tuple:787:69: error: expected primary-expression before ')' token
>                static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
>                                                                      ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple< <template-parameter-1-1> >::tuple(std::allocator_arg_t, const _Alloc&, std::tuple<_Args2 ...>&&)':
> /usr/include/c++/6/tuple:799:64: error: expected primary-expression before ')' token
>                static_cast<_Tuple_impl<0, _UElements...>&&>(__in))
>                                                                 ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple< <template-parameter-1-1> >::tuple(std::allocator_arg_t, const _Alloc&, std::tuple<_Args2 ...>&&)':
> /usr/include/c++/6/tuple:811:64: error: expected primary-expression before ')' token
>                static_cast<_Tuple_impl<0, _UElements...>&&>(__in))
>                                                                 ^
> /usr/include/c++/6/tuple: In member function 'std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(const std::tuple< <template-parameter-1-1> >&)':
> /usr/include/c++/6/tuple:817:40: error: expected primary-expression before ';' token
>   static_cast<_Inherited&>(*this) = __in;
>                                         ^
> /usr/include/c++/6/tuple: In member function 'std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(std::tuple< <template-parameter-1-1> >&&)':
> /usr/include/c++/6/tuple:825:50: error: no matching function for call to 'move()'
>   static_cast<_Inherited&>(*this) = std::move(__in);
>                                                   ^
> In file included from /usr/include/c++/6/bits/stl_pair.h:59:0,
>                  from /usr/include/c++/6/utility:70,
>                  from /usr/include/c++/6/algorithm:60,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/move.h:101:5: note: candidate: template<class _Tp> constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&)
>      move(_Tp&& __t) noexcept
>      ^~~~
> /usr/include/c++/6/bits/move.h:101:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:825:50: note:   candidate expects 1 argument, 0 provided
>   static_cast<_Inherited&>(*this) = std::move(__in);
>                                                   ^
> In file included from /usr/include/c++/6/algorithm:61:0,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note: candidate: template<class _II, class _OI> _OI std::move(_II, _II, _OI)
>      move(_II __first, _II __last, _OI __result)
>      ^~~~
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:825:50: note:   candidate expects 3 arguments, 0 provided
>   static_cast<_Inherited&>(*this) = std::move(__in);
>                                                   ^
> /usr/include/c++/6/tuple: In member function 'std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(const std::tuple<_Args1 ...>&)':
> /usr/include/c++/6/tuple:835:42: error: expected primary-expression before ';' token
>     static_cast<_Inherited&>(*this) = __in;
>                                           ^
> /usr/include/c++/6/tuple: In member function 'std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(std::tuple<_Args1 ...>&&)':
> /usr/include/c++/6/tuple:845:52: error: no matching function for call to 'move()'
>     static_cast<_Inherited&>(*this) = std::move(__in);
>                                                     ^
> In file included from /usr/include/c++/6/bits/stl_pair.h:59:0,
>                  from /usr/include/c++/6/utility:70,
>                  from /usr/include/c++/6/algorithm:60,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/move.h:101:5: note: candidate: template<class _Tp> constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&)
>      move(_Tp&& __t) noexcept
>      ^~~~
> /usr/include/c++/6/bits/move.h:101:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:845:52: note:   candidate expects 1 argument, 0 provided
>     static_cast<_Inherited&>(*this) = std::move(__in);
>                                                     ^
> In file included from /usr/include/c++/6/algorithm:61:0,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note: candidate: template<class _II, class _OI> _OI std::move(_II, _II, _OI)
>      move(_II __first, _II __last, _OI __result)
>      ^~~~
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:845:52: note:   candidate expects 3 arguments, 0 provided
>     static_cast<_Inherited&>(*this) = std::move(__in);
>                                                     ^
> /usr/include/c++/6/tuple: At global scope:
> /usr/include/c++/6/tuple:1214:29: error: expected primary-expression before '.' token
>        noexcept(noexcept(__in._M_swap(__in)))
>                              ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(const std::tuple<_U1, _U2>&)':
> /usr/include/c++/6/tuple:951:64: error: expected primary-expression before ')' token
>   : _Inherited(static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in)) { }
>                                                                 ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(const std::tuple<_U1, _U2>&)':
> /usr/include/c++/6/tuple:960:64: error: expected primary-expression before ')' token
>   : _Inherited(static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in)) { }
>                                                                 ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:969:59: error: expected primary-expression before ')' token
>   : _Inherited(static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in)) { }
>                                                            ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:978:59: error: expected primary-expression before ')' token
>   : _Inherited(static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in)) { }
>                                                            ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(const std::pair<_U1, _U2>&)':
> /usr/include/c++/6/tuple:987:19: error: expected primary-expression before '.' token
>   : _Inherited(__in.first, __in.second) { }
>                    ^
> /usr/include/c++/6/tuple:987:31: error: expected primary-expression before '.' token
>   : _Inherited(__in.first, __in.second) { }
>                                ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(const std::pair<_U1, _U2>&)':
> /usr/include/c++/6/tuple:996:19: error: expected primary-expression before '.' token
>   : _Inherited(__in.first, __in.second) { }
>                    ^
> /usr/include/c++/6/tuple:996:31: error: expected primary-expression before '.' token
>   : _Inherited(__in.first, __in.second) { }
>                                ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(std::pair<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1005:37: error: expected primary-expression before '.' token
>   : _Inherited(std::forward<_U1>(__in.first),
>                                      ^
> /usr/include/c++/6/tuple:1006:30: error: expected primary-expression before '.' token
>         std::forward<_U2>(__in.second)) { }
>                               ^
> /usr/include/c++/6/tuple: In constructor 'constexpr std::tuple<_T1, _T2>::tuple(std::pair<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1015:37: error: expected primary-expression before '.' token
>   : _Inherited(std::forward<_U1>(__in.first),
>                                      ^
> /usr/include/c++/6/tuple:1016:30: error: expected primary-expression before '.' token
>         std::forward<_U2>(__in.second)) { }
>                               ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, const std::tuple<_T1, _T2>&)':
> /usr/include/c++/6/tuple:1071:62: error: expected primary-expression before ')' token
>   : _Inherited(__tag, __a, static_cast<const _Inherited&>(__in)) { }
>                                                               ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, std::tuple<_T1, _T2>&&)':
> /usr/include/c++/6/tuple:1075:57: error: expected primary-expression before ')' token
>   : _Inherited(__tag, __a, static_cast<_Inherited&&>(__in)) { }
>                                                          ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, const std::tuple<_U1, _U2>&)':
> /usr/include/c++/6/tuple:1086:64: error: expected primary-expression before ')' token
>                static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in))
>                                                                 ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, const std::tuple<_U1, _U2>&)':
> /usr/include/c++/6/tuple:1098:64: error: expected primary-expression before ')' token
>                static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in))
>                                                                 ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, std::tuple<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1108:71: error: expected primary-expression before ')' token
>   : _Inherited(__tag, __a, static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in))
>                                                                        ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, std::tuple<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1119:71: error: expected primary-expression before ')' token
>   : _Inherited(__tag, __a, static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in))
>                                                                        ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, const std::pair<_U1, _U2>&)':
> /usr/include/c++/6/tuple:1130:31: error: expected primary-expression before '.' token
>   : _Inherited(__tag, __a, __in.first, __in.second) { }
>                                ^
> /usr/include/c++/6/tuple:1130:43: error: expected primary-expression before '.' token
>   : _Inherited(__tag, __a, __in.first, __in.second) { }
>                                            ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, const std::pair<_U1, _U2>&)':
> /usr/include/c++/6/tuple:1140:31: error: expected primary-expression before '.' token
>   : _Inherited(__tag, __a, __in.first, __in.second) { }
>                                ^
> /usr/include/c++/6/tuple:1140:43: error: expected primary-expression before '.' token
>   : _Inherited(__tag, __a, __in.first, __in.second) { }
>                                            ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, std::pair<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1149:49: error: expected primary-expression before '.' token
>   : _Inherited(__tag, __a, std::forward<_U1>(__in.first),
>                                                  ^
> /usr/include/c++/6/tuple:1150:30: error: expected primary-expression before '.' token
>         std::forward<_U2>(__in.second)) { }
>                               ^
> /usr/include/c++/6/tuple: In constructor 'std::tuple<_T1, _T2>::tuple(std::allocator_arg_t, const _Alloc&, std::pair<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1160:49: error: expected primary-expression before '.' token
>   : _Inherited(__tag, __a, std::forward<_U1>(__in.first),
>                                                  ^
> /usr/include/c++/6/tuple:1161:30: error: expected primary-expression before '.' token
>         std::forward<_U2>(__in.second)) { }
>                               ^
> /usr/include/c++/6/tuple: In member function 'std::tuple<_T1, _T2>& std::tuple<_T1, _T2>::operator=(const std::tuple<_T1, _T2>&)':
> /usr/include/c++/6/tuple:1166:40: error: expected primary-expression before ';' token
>   static_cast<_Inherited&>(*this) = __in;
>                                         ^
> /usr/include/c++/6/tuple: In member function 'std::tuple<_T1, _T2>& std::tuple<_T1, _T2>::operator=(std::tuple<_T1, _T2>&&)':
> /usr/include/c++/6/tuple:1174:50: error: no matching function for call to 'move()'
>   static_cast<_Inherited&>(*this) = std::move(__in);
>                                                   ^
> In file included from /usr/include/c++/6/bits/stl_pair.h:59:0,
>                  from /usr/include/c++/6/utility:70,
>                  from /usr/include/c++/6/algorithm:60,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/move.h:101:5: note: candidate: template<class _Tp> constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&)
>      move(_Tp&& __t) noexcept
>      ^~~~
> /usr/include/c++/6/bits/move.h:101:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:1174:50: note:   candidate expects 1 argument, 0 provided
>   static_cast<_Inherited&>(*this) = std::move(__in);
>                                                   ^
> In file included from /usr/include/c++/6/algorithm:61:0,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note: candidate: template<class _II, class _OI> _OI std::move(_II, _II, _OI)
>      move(_II __first, _II __last, _OI __result)
>      ^~~~
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:1174:50: note:   candidate expects 3 arguments, 0 provided
>   static_cast<_Inherited&>(*this) = std::move(__in);
>                                                   ^
> /usr/include/c++/6/tuple: In member function 'std::tuple<_T1, _T2>& std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&)':
> /usr/include/c++/6/tuple:1182:42: error: expected primary-expression before ';' token
>     static_cast<_Inherited&>(*this) = __in;
>                                           ^
> /usr/include/c++/6/tuple: In member function 'std::tuple<_T1, _T2>& std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1190:52: error: no matching function for call to 'move()'
>     static_cast<_Inherited&>(*this) = std::move(__in);
>                                                     ^
> In file included from /usr/include/c++/6/bits/stl_pair.h:59:0,
>                  from /usr/include/c++/6/utility:70,
>                  from /usr/include/c++/6/algorithm:60,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/move.h:101:5: note: candidate: template<class _Tp> constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&)
>      move(_Tp&& __t) noexcept
>      ^~~~
> /usr/include/c++/6/bits/move.h:101:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:1190:52: note:   candidate expects 1 argument, 0 provided
>     static_cast<_Inherited&>(*this) = std::move(__in);
>                                                     ^
> In file included from /usr/include/c++/6/algorithm:61:0,
>                  from SNAPLib/stdafx.h:13,
>                  from SNAPLib/FASTQ.cpp:28:
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note: candidate: template<class _II, class _OI> _OI std::move(_II, _II, _OI)
>      move(_II __first, _II __last, _OI __result)
>      ^~~~
> /usr/include/c++/6/bits/stl_algobase.h:479:5: note:   template argument deduction/substitution failed:
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from SNAPLib/Util.h:3,
>                  from SNAPLib/VariableSizeVector.h:3,
>                  from SNAPLib/VariableSizeMap.h:5,
>                  from SNAPLib/DataReader.h:26,
>                  from SNAPLib/Read.h:30,
>                  from SNAPLib/FASTQ.h:31,
>                  from SNAPLib/FASTQ.cpp:29:
> /usr/include/c++/6/tuple:1190:52: note:   candidate expects 3 arguments, 0 provided
>     static_cast<_Inherited&>(*this) = std::move(__in);
>                                                     ^
> /usr/include/c++/6/tuple: In member function 'std::tuple<_T1, _T2>& std::tuple<_T1, _T2>::operator=(const std::pair<_U1, _U2>&)':
> /usr/include/c++/6/tuple:1198:31: error: expected primary-expression before '.' token
>     this->_M_head(*this) = __in.first;
>                                ^
> /usr/include/c++/6/tuple:1199:46: error: expected primary-expression before '.' token
>     this->_M_tail(*this)._M_head(*this) = __in.second;
>                                               ^
> /usr/include/c++/6/tuple: In member function 'std::tuple<_T1, _T2>& std::tuple<_T1, _T2>::operator=(std::pair<_U1, _U2>&&)':
> /usr/include/c++/6/tuple:1207:49: error: expected primary-expression before '.' token
>     this->_M_head(*this) = std::forward<_U1>(__in.first);
>                                                  ^
> /usr/include/c++/6/tuple:1208:64: error: expected primary-expression before '.' token
>     this->_M_tail(*this)._M_head(*this) = std::forward<_U2>(__in.second);
>                                                                 ^
> make[2]: *** [SNAPLib/FASTQ.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/07/13/snap-aligner_0.18~1.0~beta.18+dfsg1-3_unstable_gcc6.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.



More information about the Debian-med-packaging mailing list