You are not logged in.

#1 2013-04-23 16:04:25

Antoine
Member
From: Picton Ontario
Registered: 2012-10-11
Posts: 90

Build failure rtorrent

I tried to re-install rtorrent-color, which I've successfully installed before, and I get

g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I./.. -I../..  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fno-strict-aliasing -g -DDEBUG -pthread  -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include    -I/usr/include  -MT manager.o -MD -MP -MF .deps/manager.Tpo -c -o manager.o manager.cc
manager.cc: In member function ‘void core::Manager::set_address_throttle(uint32_t, uint32_t, torrent::ThrottlePair)’:
manager.cc:197:34: error: ‘class torrent::ConnectionManager’ has no member named ‘set_address_throttle’
   torrent::connection_manager()->set_address_throttle(sigc::mem_fun(control->core(), &core::Manager::get_address_throttle));
                                  ^
manager.cc: In member function ‘void core::Manager::initialize_second()’:
manager.cc:213:34: error: ‘class torrent::ConnectionManager’ has no member named ‘set_signal_handshake_log’
   torrent::connection_manager()->set_signal_handshake_log(sigc::mem_fun(this, &Manager::handshake_log));

and I'm not clever enough to know how to fix it. Like I said, I've had this installed previously without errors. I searched "upstream" and I see that this "issue" was "closed" six months ago, but there's no explanation given.

Any help etc.

Same thing happens, btw, with rtorrent-git.

Offline

Board footer

Powered by FluxBB