View Single Post
  #1  
Old 2nd July 2015, 06:55
hostile hostile is offline
Member
 
Join Date: Jul 2015
Posts: 4
Question XBT errors while doing auto install.sh
Hi on 2 ubuntu 14.4 servers same problem.
i get that at the end of script when it installs xbt

Any idea?

Code:
    Checked out revision 2494.
transaction.cpp: In member function ‘void Ctransaction::recv()’:
transaction.cpp:37:15: error: ‘class Cstats’ has no member named ‘received_udp’
   srv_stats().received_udp++;
               ^
transaction.cpp: In member function ‘void Ctransaction::send_announce(data_ref)’:
transaction.cpp:106:33: error: no matching function for call to ‘t_torrent::select_peers(mutable_str_ref&, Ctracker_input&) const’
  torrent->select_peers(peers, ti);
                                 ^
transaction.cpp:106:33: note: candidate is:
In file included from transaction.cpp:5:0:
server.h:93:14: note: std::string t_torrent::select_peers(const Ctracker_input&) const
  std::string select_peers(const Ctracker_input&) const;
              ^
server.h:93:14: note:   candidate expects 1 argument, 2 provided
transaction.cpp: In member function ‘void Ctransaction::send(data_ref)’:
transaction.cpp:156:14: error: ‘class Cstats’ has no member named ‘sent_udp’
  srv_stats().sent_udp++;
              ^
./install.sh: line 190: ./xbt_tracker: No such file or directory
xbt_tracker is not running, restarting xbt_tracker
./install.sh: line 201: =: No such file or directory
memcached service running, everything is fine
apache2 service running, everything is fine
root@vps46569:~#
Reply With Quote