MidnightBSD Magus

net-p2p/rtorrent

BitTorrent Client written in C++

Flavor Version Run OSVersion Arch License Restricted Status
0.9.8 637 4.0 i386 gpl2 gpl3 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4032 info 2026-05-15 00:26:33.260169 Test Started
m4032 fail 2026-05-15 00:27:38.007313 make build returned non-zero: 1
m4032 fail 2026-05-15 00:27:38.079101 Test complete.

Log

===>  Building for rtorrent-0.9.8
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in doc
Making all in src
--- all-recursive ---
Making all in core
--- curl_get.o ---
--- curl_socket.o ---
--- curl_stack.o ---
--- dht_manager.o ---
--- download.o ---
--- download_factory.o ---
--- download_list.o ---
--- download_store.o ---
--- curl_get.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT curl_get.o -MD -MP -MF .deps/curl_get.Tpo -c -o curl_get.o curl_get.cc
--- curl_socket.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT curl_socket.o -MD -MP -MF .deps/curl_socket.Tpo -c -o curl_socket.o curl_socket.cc
--- curl_stack.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT curl_stack.o -MD -MP -MF .deps/curl_stack.Tpo -c -o curl_stack.o curl_stack.cc
--- download.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT download.o -MD -MP -MF .deps/download.Tpo -c -o download.o download.cc
--- download_factory.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT download_factory.o -MD -MP -MF .deps/download_factory.Tpo -c -o download_factory.o download_factory.cc
--- download_list.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT download_list.o -MD -MP -MF .deps/download_list.Tpo -c -o download_list.o download_list.cc
--- download_store.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT download_store.o -MD -MP -MF .deps/download_store.Tpo -c -o download_store.o download_store.cc
--- dht_manager.o ---
c++ -DHAVE_CONFIG_H -I. -I../..   -I. -I./.. -I../..   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -Wall -I/usr/local/include     -I/usr/local/include -I/usr/local/include -MT dht_manager.o -MD -MP -MF .deps/dht_manager.Tpo -c -o dht_manager.o dht_manager.cc
--- curl_socket.o ---
curl_socket.cc:42:10: fatal error: 'torrent/poll.h' file not found
   42 | #include 
      |          ^~~~~~~~~~~~~~~~
--- download.o ---
In file included from download.cc:41:
../../rak/functional.h:174:30: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  174 | struct less2_t : public std::binary_function {
      |                         ~~~~~^~~~~~~~~~~~~~~
      |                              __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:213:33: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  213 | struct greater2_t : public std::binary_function {
      |                            ~~~~~^~~~~~~~~~~~~~~
      |                                 __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:273:29: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  273 | struct invert : public std::unary_function {
      |                        ~~~~~^~~~~~~~~~~~~~
      |                             __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:279:27: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  279 | struct on_t : public std::unary_function {
      |                      ~~~~~^~~~~~~~~~~~~~
      |                           __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:299:28: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  299 | struct on2_t : public std::binary_function {
      |                       ~~~~~^~~~~~~~~~~~~~~
      |                            __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:320:32: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  320 | struct mem_ptr_t : public std::unary_function {
      |                           ~~~~~^~~~~~~~~~~~~~
      |                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:341:32: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  341 | struct mem_ref_t : public std::unary_function {
      |                           ~~~~~^~~~~~~~~~~~~~
      |                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:352:38: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  352 | struct const_mem_ref_t : public std::unary_function {
      |                                 ~~~~~^~~~~~~~~~~~~~
      |                                      __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:395:34: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  395 | struct call_delete : public std::unary_function {
      |                             ~~~~~^~~~~~~~~~~~~~
      |                                  __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:408:31: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  408 | class bind1st_t : public std::unary_function {
      |                          ~~~~~^~~~~~~~~~~~~~
      |                               __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:433:31: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  433 | class bind2nd_t : public std::unary_function {
      |                          ~~~~~^~~~~~~~~~~~~~
      |                               __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download.cc:41:
../../rak/functional.h:551:30: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  551 | class mem_fun2 : public std::binary_function {
      |                         ~~~~~^~~~~~~~~~~~~~~
      |                              __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_socket.o ---
1 error generated.
*** [curl_socket.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- curl_get.o ---
In file included from curl_get.cc:44:
In file included from ./../globals.h:41:
In file included from ../../rak/priority_queue_default.h:42:
../../rak/priority_queue.h:84:46: error: no member named 'bind2nd' in namespace 'std'; did you mean 'find_end'?
   84 |     return std::find_if(begin(), end(), std::bind2nd(m_equal, key));
      |                                         ~~~~~^~~~~~~
      |                                              find_end
/usr/include/c++/v1/__algorithm/find_end.h:208:96: note: 'find_end' declared here
  208 | _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _ForwardIterator1 find_end(
      |                                                                                                ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:174:30: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  174 | struct less2_t : public std::binary_function {
      |                         ~~~~~^~~~~~~~~~~~~~~
      |                              __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_get.o ---
In file included from curl_get.cc:44:
In file included from ./../globals.h:41:
In file included from ../../rak/priority_queue_default.h:42:
../../rak/priority_queue.h:117:17: warning: 'iterator' is deprecated [-Wdeprecated-declarations]
  117 |   : public std::iterator {
      |                 ^
/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/usr/include/c++/v1/__config:748:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  748 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/usr/include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  713 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:174:30: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  174 | struct less2_t : public std::binary_function {
      |                         ~~~~~^~~~~~~~~~~~~~~
      |                              __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:213:33: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  213 | struct greater2_t : public std::binary_function {
      |                            ~~~~~^~~~~~~~~~~~~~~
      |                                 __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_get.o ---
In file included from curl_get.cc:44:
In file included from ./../globals.h:43:
./../thread_base.h:42:10: fatal error: 'torrent/utils/thread_base.h' file not found
   42 | #include 
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:213:33: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  213 | struct greater2_t : public std::binary_function {
      |                            ~~~~~^~~~~~~~~~~~~~~
      |                                 __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:273:29: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
--- download_list.o ---
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_stack.o ---
  273 | struct invert : public std::unary_function {
      |                        ~~~~~^~~~~~~~~~~~~~
      |                             __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from curl_stack.cc:43:
../../rak/functional.h:279:27: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  279 | struct on_t : public std::unary_function {
      |                      ~~~~~^~~~~~~~~~~~~~
      |                           __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:273:29: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  273 | struct invert : public std::unary_function {
      |                        ~~~~~^~~~~~~~~~~~~~
      |                             __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:299:28: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  299 | struct on2_t : public std::binary_function {
      |                       ~~~~~^~~~~~~~~~~~~~~
      |                            __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:279:27: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  279 | struct on_t : public std::unary_function {
      |                      ~~~~~^~~~~~~~~~~~~~
      |                           __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:320:32: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  320 | struct mem_ptr_t : public std::unary_function {
      |                           ~~~~~^~~~~~~~~~~~~~
      |                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:299:28: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  299 | struct on2_t : public std::binary_function {
      |                       ~~~~~^~~~~~~~~~~~~~~
      |                            __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:341:32: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  341 | struct mem_ref_t : public std::unary_function {
      |                           ~~~~~^~~~~~~~~~~~~~
      |                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:320:32: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  320 | struct mem_ptr_t : public std::unary_function {
      |                           ~~~~~^~~~~~~~~~~~~~
      |                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:352:38: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  352 | struct const_mem_ref_t : public std::unary_function {
      |                                 ~~~~~^~~~~~~~~~~~~~
      |                                      __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:341:32: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  341 | struct mem_ref_t : public std::unary_function {
      |                           ~~~~~^~~~~~~~~~~~~~
      |                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:395:34: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  395 | struct call_delete : public std::unary_function {
      |                             ~~~~~^~~~~~~~~~~~~~
      |                                  __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:352:38: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  352 | struct const_mem_ref_t : public std::unary_function {
      |                                 ~~~~~^~~~~~~~~~~~~~
      |                                      __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:408:31: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  408 | class bind1st_t : public std::unary_function {
      |                          ~~~~~^~~~~~~~~~~~~~
      |                               __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_get.o ---
1 warning and 2 errors generated.
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:395:34: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  395 | struct call_delete : public std::unary_function {
      |                             ~~~~~^~~~~~~~~~~~~~
      |                                  __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:433:31: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  433 | class bind2nd_t : public std::unary_function {
      |                          ~~~~~^~~~~~~~~~~~~~
      |                               __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
--- curl_get.o ---
*** [curl_get.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- download.o ---
download.cc:46:10: fatal error: 'torrent/tracker.h' file not found
   46 | #include 
      |          ^~~~~~~~~~~~~~~~~~~
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:408:31: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  408 | class bind1st_t : public std::unary_function {
      |                          ~~~~~^~~~~~~~~~~~~~
      |                               __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
--- curl_stack.o ---
In file included from curl_stack.cc:43:
../../rak/functional.h:551:30: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  551 | class mem_fun2 : public std::binary_function {
--- download_list.o ---
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
--- curl_stack.o ---
      |                         ~~~~~^~~~~~~~~~~~~~~
--- download_list.o ---
      | ^
--- curl_stack.o ---
      |                              __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
In file included from curl_stack.cc:44:
./curl_get.h:43:10: fatal error: 'torrent/http.h' file not found
   43 | #include 
      |          ^~~~~~~~~~~~~~~~
--- download_list.o ---
In file included from download_list.cc:42:
../../rak/functional.h:433:31: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
  433 | class bind2nd_t : public std::unary_function {
      |                          ~~~~~^~~~~~~~~~~~~~
      |                               __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
   46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
      | ^
In file included from download_list.cc:42:
../../rak/functional.h:551:30: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
  551 | class mem_fun2 : public std::binary_function {
      |                         ~~~~~^~~~~~~~~~~~~~~
      |                              __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
--- curl_stack.o ---
13 errors generated.
*** [curl_stack.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- dht_manager.o ---
dht_manager.cc:42:10: fatal error: 'torrent/dht_manager.h' file not found
   42 | #include 
      |          ^~~~~~~~~~~~~~~~~~~~~~~
--- download.o ---
13 errors generated.
*** [download.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- dht_manager.o ---
1 error generated.
*** [dht_manager.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- download_factory.o ---
In file included from download_factory.cc:53:
In file included from ./../rpc/parse_commands.h:43:
./../rpc/command_map.h:49:39: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
   49 | struct command_map_comp : public std::binary_function {
      |                                  ~~~~~^~~~~~~~~~~~~~~
      |                                       __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
In file included from download_factory.cc:55:
./curl_get.h:43:10: fatal error: 'torrent/http.h' file not found
   43 | #include 
      |          ^~~~~~~~~~~~~~~~
2 errors generated.
*** [download_factory.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- download_store.o ---
In file included from download_store.cc:56:
./download.h:43:10: fatal error: 'torrent/tracker_list.h' file not found
   43 | #include 
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
*** [download_store.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
--- download_list.o ---
In file included from download_list.cc:54:
In file included from ./../rpc/parse_commands.h:43:
./../rpc/command_map.h:49:39: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
   49 | struct command_map_comp : public std::binary_function {
      |                                  ~~~~~^~~~~~~~~~~~~~~
      |                                       __binary_function
/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
   49 | using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
      | ^
In file included from download_list.cc:56:
In file included from ./../control.h:43:
In file included from ../../rak/priority_queue_default.h:42:
../../rak/priority_queue.h:84:41: error: no member named 'bind2nd' in namespace 'std'; did you mean simply 'bind2nd'?
   84 |     return std::find_if(begin(), end(), std::bind2nd(m_equal, key));
      |                                         ^~~~~~~~~~~~
      |                                         bind2nd
../../rak/functional.h:453:1: note: 'bind2nd' declared here
  453 | bind2nd(const Operation& op, const Type& val) {
      | ^
In file included from download_list.cc:56:
In file included from ./../control.h:43:
In file included from ../../rak/priority_queue_default.h:42:
../../rak/priority_queue.h:117:17: warning: 'iterator' is deprecated [-Wdeprecated-declarations]
  117 |   : public std::iterator {
      |                 ^
/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/usr/include/c++/v1/__config:748:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  748 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/usr/include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  713 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from download_list.cc:57:
In file included from ./../globals.h:43:
./../thread_base.h:42:10: fatal error: 'torrent/utils/thread_base.h' file not found
   42 | #include 
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 15 errors generated.
*** [download_list.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core
8 errors

make[3]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src/core

make[2]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8/src

make[1]: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8

make: stopped in /magus/work/usr/mports/net-p2p/rtorrent/work/rtorrent-0.9.8
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/net-p2p/rtorrent

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis