=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for mosh-1.3.2 --- VERSION --- --- version.h --- --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in scripts --- mosh --- Making all in src --- all-recursive --- Making all in protobufs --- userinput.pb.cc --- --- hostinput.pb.cc --- --- transportinstruction.pb.cc --- --- userinput.pb.cc --- GEN userinput.pb.cc --- hostinput.pb.cc --- GEN hostinput.pb.cc --- transportinstruction.pb.cc --- GEN transportinstruction.pb.cc --- all --- /usr/bin/make all-am --- userinput.pb.o --- --- hostinput.pb.o --- --- transportinstruction.pb.o --- --- userinput.pb.o --- CXX userinput.pb.o --- hostinput.pb.o --- CXX hostinput.pb.o --- transportinstruction.pb.o --- CXX transportinstruction.pb.o --- libmoshprotos.a --- AR libmoshprotos.a Making all in util --- locale_utils.o --- --- swrite.o --- --- select.o --- --- timestamp.o --- --- pty_compat.o --- --- locale_utils.o --- CXX locale_utils.o --- swrite.o --- CXX swrite.o --- select.o --- CXX select.o --- pty_compat.o --- CXX pty_compat.o --- timestamp.o --- CXX timestamp.o --- libmoshutil.a --- AR libmoshutil.a Making all in crypto --- ocb.o --- --- base64.o --- --- crypto.o --- --- ocb.o --- CXX ocb.o --- crypto.o --- CXX crypto.o --- base64.o --- CXX base64.o --- libmoshcrypto.a --- AR libmoshcrypto.a Making all in terminal --- parseraction.o --- --- parser.o --- --- parserstate.o --- --- terminal.o --- --- terminaldispatcher.o --- --- terminaldisplay.o --- --- terminaldisplayinit.o --- --- terminalframebuffer.o --- --- terminalfunctions.o --- --- terminaluserinput.o --- --- parseraction.o --- CXX parseraction.o --- parser.o --- CXX parser.o --- parserstate.o --- CXX parserstate.o --- terminal.o --- CXX terminal.o --- terminaldisplay.o --- CXX terminaldisplay.o --- terminaluserinput.o --- CXX terminaluserinput.o --- terminalfunctions.o --- CXX terminalfunctions.o --- terminaldispatcher.o --- CXX terminaldispatcher.o --- terminaldisplayinit.o --- CXX terminaldisplayinit.o --- terminalframebuffer.o --- CXX terminalframebuffer.o --- libmoshterminal.a --- AR libmoshterminal.a Making all in network --- network.o --- --- transportfragment.o --- --- compressor.o --- --- network.o --- CXX network.o --- compressor.o --- CXX compressor.o --- transportfragment.o --- CXX transportfragment.o --- network.o --- network.cc:338:57: error: invalid operands to binary expression ('__bind' and 'int') if ( bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /usr/include/c++/utility:579: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++/iterator:712: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++/iterator:941:1: note: candidate template ignored: could not match 'istream_iterator' against '__bind' operator==(const istream_iterator<_Tp, _CharT, _Traits, _Distance>& __x, ^ /usr/include/c++/iterator:1045:6: note: candidate template ignored: could not match 'istreambuf_iterator' against '__bind' bool operator==(const istreambuf_iterator<_CharT,_Traits>& __a, ^ /usr/include/c++/iterator:1153: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++/iterator:1451:5: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator==(const __wrap_iter<_Iter1>&, const __wrap_iter<_Iter2>&) _NOEXCEPT_DEBUG; ^ /usr/include/c++/tuple:1122:1: note: candidate template ignored: could not match 'tuple' against '__bind' operator==(const tuple<_Tp...>& __x, const tuple<_Up...>& __y) ^ /usr/include/c++/memory:1979:6: note: candidate template ignored: could not match 'allocator' against '__bind' bool operator==(const allocator<_Tp>&, const allocator<_Up>&) _NOEXCEPT {return true;} ^ /usr/include/c++/memory:2956: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.get() == __y.get();} ^ /usr/include/c++/memory:2992: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++/memory:3000: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++/memory:4788: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++/memory:4842:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator==(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:4850:1: note: candidate template ignored: could not match 'shared_ptr' against 'int' operator==(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT ^ /usr/include/c++/functional:2380:1: note: candidate template ignored: could not match 'function' against '__bind' operator==(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return !__f;} ^ /usr/include/c++/functional:2385:1: note: candidate template ignored: could not match 'function' against 'int' operator==(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return !__f;} ^ /usr/include/c++/string_view:614:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator==(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/string_view:623:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator==(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/string_view:632:6: note: candidate template ignored: could not match 'basic_string_view' against 'int' bool operator==(typename common_type >::type __lhs, ^ /usr/include/c++/string:564:6: note: candidate template ignored: could not match 'fpos' against '__bind' bool operator==(const fpos<_StateT>& __x, const fpos<_StateT>& __y) ^ /usr/include/c++/string:3845:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, ^ /usr/include/c++/string:3857:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator==(const basic_string, _Allocator>& __lhs, ^ /usr/include/c++/string:3876:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind' operator==(const _CharT* __lhs, ^ /usr/include/c++/string:3889:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator==(const basic_string<_CharT,_Traits,_Allocator>& __lhs, ^ /usr/include/c++/deque:2881:1: note: candidate template ignored: could not match 'deque' against '__bind' operator==(const deque<_Tp, _Allocator>& __x, const deque<_Tp, _Allocator>& __y) ^ /usr/include/c++/vector:3361:1: note: candidate template ignored: could not match 'vector' against '__bind' operator==(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) ^ 1 error generated. *** [network.o] Error code 1 make[3]: stopped in /data/scratch/net/mosh/work/mosh-1.3.2/src/network 1 error make[3]: stopped in /data/scratch/net/mosh/work/mosh-1.3.2/src/network *** [all-recursive] Error code 1 make[2]: stopped in /data/scratch/net/mosh/work/mosh-1.3.2/src 1 error make[2]: stopped in /data/scratch/net/mosh/work/mosh-1.3.2/src *** [all-recursive] Error code 1 make[1]: stopped in /data/scratch/net/mosh/work/mosh-1.3.2 1 error make[1]: stopped in /data/scratch/net/mosh/work/mosh-1.3.2 *** [all] Error code 2 make: stopped in /data/scratch/net/mosh/work/mosh-1.3.2 1 error make: stopped in /data/scratch/net/mosh/work/mosh-1.3.2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/net/mosh *** Error code 1 Stop. make: stopped in /data/pkgsrc/net/mosh