Source: cubemap Version: 1.4.0-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/package.php?p=cubemap&suite=sid
... server.cpp: In member function 'void Server::process_client(Client*)': server.cpp:676:16: error: conversion from '_Deque_iterator<long long unsigned int,long long unsigned int&,long long unsigned int*>' to non-scalar type '_Deque_iterator<unsigned int,const unsigned int&,const unsigned int*>' requested lower_bound(stream->suitable_starting_points.begin(), ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream->suitable_starting_points.end(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream->bytes_received - stream->prebuffering_bytes); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.cpp:679:26: error: no match for 'operator==' (operand types are 'std::deque<unsigned int>::const_iterator' {aka 'std::_Deque_iterator<unsigned int, const unsigned int&, const unsigned int*>'} and 'std::deque<long long unsigned int>::iterator' {aka 'std::_Deque_iterator<long long unsigned int, long long unsigned int&, long long unsigned int*>'}) if (starting_point_it == stream->suitable_starting_points.end()) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/utility:70, from /usr/include/c++/8/algorithm:60, from server.cpp:17: /usr/include/c++/8/bits/stl_pair.h:443:5: note: candidate: 'template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)' operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^~~~~~~~ ...