=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for stund-0.97 clang++ -c -O2 -g -O -Wall server.cxx -o server.o clang++ -c -O2 -g -O -Wall stun.cxx -o stun.o clang++ -c -O2 -g -O -Wall udp.cxx -o udp.o udp.cxx:67:57: error: invalid operands to binary expression ('__bind' and 'int') if ( bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /usr/include/c++/v1/system_error:606:1: note: candidate function not viable: no known conversion from '__bind' to 'const std::__1::error_code' for 1st argument operator!=(const error_code& __x, const error_code& __y) _NOEXCEPT ^ /usr/include/c++/v1/system_error:611:1: note: candidate function not viable: no known conversion from '__bind' to 'const std::__1::error_code' for 1st argument operator!=(const error_code& __x, const error_condition& __y) _NOEXCEPT ^ /usr/include/c++/v1/system_error:616:1: note: candidate function not viable: no known conversion from '__bind' to 'const std::__1::error_condition' for 1st argument operator!=(const error_condition& __x, const error_code& __y) _NOEXCEPT ^ /usr/include/c++/v1/system_error:621:1: note: candidate function not viable: no known conversion from '__bind' to 'const std::__1::error_condition' for 1st argument operator!=(const error_condition& __x, const error_condition& __y) _NOEXCEPT ^ /usr/include/c++/v1/utility:564:1: note: candidate template ignored: could not match 'pair' against '__bind' operator!=(const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y) ^ /usr/include/c++/v1/iterator:710:1: note: candidate template ignored: could not match 'reverse_iterator' against '__bind' operator!=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) ^ /usr/include/c++/v1/iterator:932:1: note: candidate template ignored: could not match 'istream_iterator' against '__bind' operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Distance>& __x, ^ /usr/include/c++/v1/iterator:1033:6: note: candidate template ignored: could not match 'istreambuf_iterator' against '__bind' bool operator!=(const istreambuf_iterator<_CharT,_Traits>& __a, ^ /usr/include/c++/v1/iterator:1151:1: note: candidate template ignored: could not match 'move_iterator' against '__bind' operator!=(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y) ^ /usr/include/c++/v1/iterator:1524:1: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y) _NOEXCEPT_DEBUG ^ /usr/include/c++/v1/iterator:1556:1: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT_DEBUG ^ /usr/include/c++/v1/tuple:1152:1: note: candidate template ignored: could not match 'tuple' against '__bind' operator!=(const tuple<_Tp...>& __x, const tuple<_Up...>& __y) ^ /usr/include/c++/v1/memory:1965:6: note: candidate template ignored: could not match 'allocator' against '__bind' bool operator!=(const allocator<_Tp>&, const allocator<_Up>&) _NOEXCEPT {return false;} ^ /usr/include/c++/v1/memory:2915:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return !(__x == __y);} ^ /usr/include/c++/v1/memory:2962:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/v1/memory:2970:1: note: candidate template ignored: could not match 'unique_ptr' against 'int' operator!=(nullptr_t, const unique_ptr<_T1, _D1>& __x) _NOEXCEPT ^ /usr/include/c++/v1/memory:4750:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT ^ /usr/include/c++/v1/memory:4807:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/v1/memory:4815:1: note: candidate template ignored: could not match 'shared_ptr' against 'int' operator!=(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT ^ /usr/include/c++/v1/string_view:640:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, basic_string_view<_CharT, _Traits> __rhs) _NOEXCEPT ^ /usr/include/c++/v1/string_view:649:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/v1/string_view:659:6: note: candidate template ignored: could not match 'basic_string_view' against 'int' bool operator!=(typename common_type >::type __lhs, ^ /usr/include/c++/v1/string:540:6: note: candidate template ignored: could not match 'fpos' against '__bind' bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y) ^ /usr/include/c++/v1/string:3621:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT,_Traits,_Allocator>& __lhs, ^ /usr/include/c++/v1/string:3630:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind' operator!=(const _CharT* __lhs, ^ /usr/include/c++/v1/string:3639:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT, _Traits, _Allocator>& __lhs, ^ /usr/include/c++/v1/functional:1965:1: note: candidate template ignored: could not match 'function' against '__bind' operator!=(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/v1/functional:1970:1: note: candidate template ignored: could not match 'function' against 'int' operator!=(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return (bool)__f;} ^ stun.cxx:2297:17: warning: unused variable 'changedAddr' [-Wunused-variable] StunAddress4 changedAddr = resp.changedAddress.ipv4; ^ stun.cxx:2392:20: warning: unused variable 'changedAddr' [-Wunused-variable] StunAddress4 changedAddr = resp.changedAddress.ipv4; ^ clang++ -c -O2 -g -O -Wall client.cxx -o client.o 1 error generated. Makefile:49: recipe for target 'udp.o' failed gmake: *** [udp.o] Error 1 gmake: *** Waiting for unfinished jobs.... 2 warnings generated. *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/net/stund *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/stund