Deluge 1.3.7 very low upload speed

General support for problems installing or using Deluge
ZreTg
New User
New User
Posts: 7
Joined: Tue Oct 07, 2014 5:36 pm

Re: Deluge 1.3.7 very low upload speed

Post by ZreTg »

toniboni88 wrote:I've try install but:

Image

and now Deluge don't work :roll:
You have to run "sudo ldconfig".

If it still does not work, run again all the compilation steps, and copy-paste the complete log, from beginning to the end.
toniboni88
Member
Member
Posts: 43
Joined: Tue Mar 23, 2010 10:08 pm

Re: Deluge 1.3.7 very low upload speed

Post by toniboni88 »

ZreTg wrote:If it still does not work, run again all the compilation steps, and copy-paste the complete log, from beginning to the end.
Complete log:

Code: Select all

server@server:~$ sudo apt-get build-dep libtorrent-rasterbar
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
server@server:~$ cd libtorrent-rasterbar-1.0.2/
server@server:~/libtorrent-rasterbar-1.0.2$ sudo ldconfig
server@server:~/libtorrent-rasterbar-1.0.2$ ./configure --enable-python-binding
checking whether make supports nested variables... yes

Building libtorrent-rasterbar 1.0.2

Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes

Checking system type:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu

Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes

Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes

Checking for pkg-config:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes

Checking for functions and headers:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes

Checking build options:
checking whether deprecated functions should be enabled... yes
checking whether debug build should be enabled... no
checking whether invariant check should be enabled... no
checking whether logging to disk should be enabled... no
checking whether statistics logging should be enabled... no
checking whether disk activity logging should be enabled... no

Checking features to be enabled:
checking whether encryption support should be enabled... yes
configure: encryption support: now checking for the OpenSSL library...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether geoip support should be enabled... yes
checking whether dht support should be enabled... yes
checking whether pool allocators should be enabled... yes

Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... yes
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/dist-packages
checking python extra libraries... -lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil
checking consistency of all components of python development environment... yes
checking whether the Boost::Python library is available... yes
checking for main in -lboost_python... yes

Checking for external libraries:
checking for FIEMAP support... checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/fiemap.h... yes
checking whether to link against system libgeoip... no
checking whether to link against system libiconv... checking for shared library run path origin... done

Generating Makefiles:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/libtorrent/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/python/link_flags
config.status: creating bindings/python/compile_flags
config.status: creating libtorrent-rasterbar.pc
config.status: creating libtorrent-rasterbar-cmake.pc
config.status: executing depfiles commands
config.status: executing libtool commands

Configure script has finished system check.

   Config results:
  -=-=-=-=-=-=-=-=-

Package:
  name:                 libtorrent-rasterbar
  version:              1.0.2
  svn revision:         10260

Build environment:
  build system:         x86_64-unknown-linux-gnu
  host system:          x86_64-unknown-linux-gnu
  target system:        x86_64-unknown-linux-gnu

Compiler and linker flags:
  CPPFlags:             -I/usr/include
  CFlags:               -pthread -g -O2 -fvisibility=hidden
  CXXFlags:             -g -O2 -ftemplate-depth=120 -fvisibility-inlines-hidden
  LDFlags:              -L/usr/lib
  Libs:                 -lrt -lpthread
  Defs:                 -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.0.2\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.0.2\" -DPACKAGE_BUGREPORT=\"arvid@rasterbar.com\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_SYSTEM=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_LIBRT=1 -DNDEBUG=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_PYTHON=\"2.7\" -DHAVE_BOOST_PYTHON=1 -DHAVE_LINUX_TYPES_H=1 -DHAVE_LINUX_FIEMAP_H=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DBOOST_ASIO_DYN_LINK=1 -DTORRENT_BUILDING_SHARED=1

Build options:
  deprecated functions: yes
  debug build:          no
  invariant checks:     no
  logging support:      no
  statistics:           no
  disk statistics:      no

Features:
  encryption support:   yes
  geoip support:        yes
  dht support:          yes
  pool allocators:      yes

Extra builds:
  examples:             no
  tests:                no
  python bindings:      yes

Pthread library:
  CFlags:               -pthread
  Libs:                 -lpthread

Boost libraries:
  version:
  CPPFlags:             -I/usr/include
  LDFlags:              -L/usr/lib
  boost.system:         -lboost_system-mt
  boost.python:         -lboost_python

Python environment:
  -automake-
  binary:               /usr/bin/python
  version:              2.7
  platform:             linux2
  prefix:               ${prefix}
  exec_prefix:          ${exec_prefix}
  pythondir:            ${prefix}/lib/python2.7/dist-packages
  pkgpythondir:         ${pythondir}/libtorrent-rasterbar
  pyexecdir:            ${exec_prefix}/lib/python2.7/dist-packages
  pkgpyexecdir:         ${pyexecdir}/libtorrent-rasterbar

  -m4-
  cppflags:             -I/usr/include/python2.7
  ldflags:              -L/usr/lib -lpython2.7
  extra libs:           -lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil


External libraries:
  system libgeoip:      no
  system libiconv:      no

OpenSSL library:
  OpenSSL Libs:         -lssl -lcrypto
  OpenSSL LDFlags:
  OpenSSL Includes:

Type 'make' to compile libtorrent-rasterbar 1.0.2
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr/local

server@server:~/libtorrent-rasterbar-1.0.2$ sudo apt-get install checkinstall Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
checkinstall è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
server@server:~/libtorrent-rasterbar-1.0.2$ sudo checkinstall

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
           Questo software è rilasciato sotto i termini della licenza GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparazione documentazione pacchetto in corso...OK

Inserire una breve descrizione per il pacchetto.
Termina la tua descrizione con un linea vuota o EOF.
>>

*****************************************
**** Debian package creation selected ***
*****************************************

Il pacchetto verrà costruito con le seguenti caratteristiche:

0 -  Maintainer: [ root@sd-38840 ]
1 -  Summary: [ Package created with checkinstall 1.6.2 ]
2 -  Name:    [ libtorrent-rasterbar ]
3 -  Version: [ 1.0.2 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ amd64 ]
8 -  Source location: [ libtorrent-rasterbar-1.0.2 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
11 - Provides: [ libtorrent-rasterbar ]
12 - Conflicts: [  ]
13 - Replaces: [  ]

Inserisci il corrispondente numero per cambiare una caratteristica (seguito da INVIO) oppure premere INVIO per continuare:

Installing with make install...

========================= Risultato installazione ===========================
Making install in include/libtorrent
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
make[2]: Nessuna operazione da eseguire per "install-exec-am".
 /bin/mkdir -p '/usr/local/include/libtorrent'
 /usr/bin/install -c -m 644  address.hpp add_torrent_params.hpp alert.hpp alert_manager.hpp alert_dispatcher.hpp alert_types.hpp alloca.hpp allocator.hpp assert.hpp bandwidth_limit.hpp bandwidth_manager.hpp bandwidth_socket.hpp bandwidth_queue_entry.hpp bencode.hpp bitfield.hpp bloom_filter.hpp broadcast_socket.hpp bt_peer_connection.hpp buffer.hpp build_config.hpp chained_buffer.hpp config.hpp connection_queue.hpp ConvertUTF.h copy_ptr.hpp create_torrent.hpp deadline_timer.hpp debug.hpp disk_buffer_holder.hpp disk_buffer_pool.hpp disk_io_thread.hpp ed25519.hpp entry.hpp enum_net.hpp error.hpp error_code.hpp escape_string.hpp export.hpp extensions.hpp file.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  file_pool.hpp file_storage.hpp fingerprint.hpp gzip.hpp hasher.hpp http_connection.hpp http_parser.hpp http_seed_connection.hpp http_stream.hpp http_tracker_connection.hpp i2p_stream.hpp identify_client.hpp instantiate_connection.hpp intrusive_ptr_base.hpp invariant_check.hpp io.hpp io_service.hpp io_service_fwd.hpp ip_filter.hpp ip_voter.hpp lazy_entry.hpp lsd.hpp magnet_uri.hpp max.hpp natpmp.hpp packet_buffer.hpp parse_url.hpp pe_crypto.hpp peer_connection.hpp peer.hpp peer_id.hpp peer_info.hpp peer_request.hpp piece_block_progress.hpp piece_picker.hpp policy.hpp proxy_base.hpp ptime.hpp puff.hpp random.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  rss.hpp session.hpp session_settings.hpp session_status.hpp settings.hpp sha1_hash.hpp size_type.hpp sliding_average.hpp socket.hpp socket_io.hpp socket_type.hpp socket_type_fwd.hpp socks5_stream.hpp ssl_stream.hpp stat.hpp storage.hpp storage_defs.hpp string_util.hpp thread.hpp time.hpp timestamp_history.hpp torrent_handle.hpp torrent.hpp torrent_info.hpp tracker_manager.hpp udp_socket.hpp udp_tracker_connection.hpp union_endpoint.hpp upnp.hpp utp_socket_manager.hpp utp_stream.hpp utf8.hpp version.hpp web_connection_base.hpp web_peer_connection.hpp xml_parse.hpp GeoIP.h tommath.h tommath_class.h tommath_superclass.h '/usr/local/include/libtorrent/.'
 /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
 /usr/bin/install -c -m 644  aux_/session_impl.hpp '/usr/local/include/libtorrent/aux_'
 /bin/mkdir -p '/usr/local/include/libtorrent/extensions'
 /usr/bin/install -c -m 644  extensions/logger.hpp extensions/lt_trackers.hpp extensions/metadata_transfer.hpp extensions/smart_ban.hpp extensions/ut_metadata.hpp extensions/ut_pex.hpp '/usr/local/include/libtorrent/extensions'
 /bin/mkdir -p '/usr/local/include/libtorrent/kademlia'
 /usr/bin/install -c -m 644  kademlia/dht_tracker.hpp kademlia/dht_observer.hpp kademlia/find_data.hpp kademlia/logging.hpp kademlia/msg.hpp kademlia/node.hpp kademlia/node_entry.hpp kademlia/node_id.hpp kademlia/observer.hpp kademlia/refresh.hpp kademlia/routing_table.hpp kademlia/rpc_manager.hpp kademlia/traversal_algorithm.hpp kademlia/item.hpp kademlia/get_item.hpp kademlia/get_peers.hpp '/usr/local/include/libtorrent/kademlia'
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
Making install in src
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
  CXX      web_connection_base.lo
  CXX      alert.lo
  CXX      alert_manager.lo
  CXX      allocator.lo
  CXX      asio.lo
  CXX      assert.lo
  CXX      bandwidth_limit.lo
  CXX      bandwidth_manager.lo
  CXX      bandwidth_queue_entry.lo
  CXX      bloom_filter.lo
  CXX      broadcast_socket.lo
  CXX      bt_peer_connection.lo
  CXX      chained_buffer.lo
  CXX      connection_queue.lo
  CXX      ConvertUTF.lo
  CXX      create_torrent.lo
  CXX      disk_buffer_holder.lo
  CXX      disk_buffer_pool.lo
  CXX      disk_io_thread.lo
  CXX      entry.lo
  CXX      enum_net.lo
  CXX      error_code.lo
  CXX      escape_string.lo
  CXX      file.lo
  CXX      file_pool.lo
  CXX      file_storage.lo
  CXX      gzip.lo
  CXX      hasher.lo
  CXX      http_connection.lo
  CXX      http_parser.lo
  CXX      http_seed_connection.lo
  CXX      http_stream.lo
  CXX      http_tracker_connection.lo
  CXX      i2p_stream.lo
  CXX      identify_client.lo
  CXX      instantiate_connection.lo
  CXX      ip_filter.lo
  CXX      ip_voter.lo
  CXX      lazy_bdecode.lo
  CXX      logger.lo
  CXX      lsd.lo
  CXX      lt_trackers.lo
  CXX      magnet_uri.lo
  CXX      metadata_transfer.lo
  CC       mpi.lo
  CXX      natpmp.lo
  CXX      parse_url.lo
  CXX      pe_crypto.lo
  CXX      peer_connection.lo
  CXX      piece_picker.lo
  CXX      packet_buffer.lo
  CXX      policy.lo
  CXX      puff.lo
  CXX      random.lo
  CXX      rss.lo
  CXX      session.lo
  CXX      session_impl.lo
  CXX      settings.lo
  CXX      sha1.lo
  CXX      smart_ban.lo
  CXX      socket_io.lo
  CXX      socket_type.lo
  CXX      socks5_stream.lo
  CXX      stat.lo
  CXX      storage.lo
  CXX      string_util.lo
  CXX      thread.lo
  CXX      torrent.lo
  CXX      torrent_handle.lo
  CXX      torrent_info.lo
  CXX      time.lo
  CXX      timestamp_history.lo
  CXX      tracker_manager.lo
  CXX      udp_socket.lo
  CXX      udp_tracker_connection.lo
  CXX      upnp.lo
  CXX      ut_metadata.lo
  CXX      ut_pex.lo
  CXX      utf8.lo
  CXX      utp_socket_manager.lo
  CXX      utp_stream.lo
  CXX      web_peer_connection.lo
  CXX      xml_parse.lo
  CXX      kademlia/dht_tracker.lo
  CXX      kademlia/find_data.lo
  CXX      kademlia/node.lo
  CXX      kademlia/node_id.lo
  CXX      kademlia/refresh.lo
  CXX      kademlia/routing_table.lo
  CXX      kademlia/rpc_manager.lo
  CXX      kademlia/logging.lo
  CXX      kademlia/traversal_algorithm.lo
  CXX      kademlia/get_peers.lo
  CXX      kademlia/get_item.lo
  CXX      kademlia/item.lo
  CXX      ../ed25519/src/add_scalar.lo
  CXX      ../ed25519/src/fe.lo
  CXX      ../ed25519/src/ge.lo
  CXX      ../ed25519/src/key_exchange.lo
  CXX      ../ed25519/src/keypair.lo
  CXX      ../ed25519/src/sc.lo
  CXX      ../ed25519/src/seed.lo
../ed25519/src/seed.cpp: In function 'int ed25519_create_seed(unsigned char*)':
../ed25519/src/seed.cpp:33:26: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  CXX      ../ed25519/src/sha512.lo
  CXX      ../ed25519/src/sign.lo
  CXX      ../ed25519/src/verify.lo
  CC       GeoIP.lo
GeoIP.c: In function '_check_mtime':
GeoIP.c:376:9: warning: implicit declaration of function 'fileno' [-Wimplicit-function-declaration]
GeoIP.c: In function '_GeoIP_lookupaddress':
GeoIP.c:716:4: warning: implicit declaration of function 'gethostbyname_r' [-Wimplicit-function-declaration]
GeoIP.c: In function '_get_name':
GeoIP.c:1012:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c: In function 'GeoIP_database_info':
GeoIP.c:858:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:873:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:879:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c: In function '_setup_segments':
GeoIP.c:280:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:282:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:304:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c: In function '_GeoIP_seek_record':
GeoIP.c:431:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  CXX      asio_ssl.lo
  CXXLD    libtorrent-rasterbar.la
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libtorrent-rasterbar.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.so.8.0.0 /usr/local/lib/libtorrent-rasterbar.so.8.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so.8 || { rm -f libtorrent-rasterbar.so.8 && ln -s libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so.8; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so; }; })
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.lai /usr/local/lib/libtorrent-rasterbar.la
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.a /usr/local/lib/libtorrent-rasterbar.a
libtool: install: chmod 644 /usr/local/lib/libtorrent-rasterbar.a
libtool: install: ranlib /usr/local/lib/libtorrent-rasterbar.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
Making install in examples
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
Making install in test
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
make[2]: Nessuna operazione da eseguire per "install-exec-am".
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
Making install in bindings
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
Making install in python
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
/usr/bin/python setup.py build
running build
running build_ext
building 'libtorrent' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/alert.cpp -o build/temp.linux-x86_64-2.7/src/alert.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/torrent_info.cpp -o build/temp.linux-x86_64-2.7/src/torrent_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/torrent_info.cpp: In function ‘libtorrent::file_storage::iterator {anonymous}::begin_files(libtorrent::torrent_info&)’:
src/torrent_info.cpp:92:30: warning: ‘libtorrent::torrent_info::file_iterator libtorrent::torrent_info::begin_files() const’ is deprecated (declared at ../../include/libtorrent/torrent_info.hpp:490) [-Wdeprecated-declarations]
src/torrent_info.cpp: In function ‘libtorrent::file_storage::iterator {anonymous}::end_files(libtorrent::torrent_info&)’:
src/torrent_info.cpp:97:28: warning: ‘libtorrent::torrent_info::file_iterator libtorrent::torrent_info::end_files() const’ is deprecated (declared at ../../include/libtorrent/torrent_info.hpp:492) [-Wdeprecated-declarations]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/session.cpp -o build/temp.linux-x86_64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/session.cpp: In function ‘void {anonymous}::add_extension(libtorrent::session&, const boost::python::api::object&)’:
src/session.cpp:81:29: warning: ‘boost::shared_ptr<libtorrent::torrent_plugin> libtorrent::create_metadata_plugin(libtorrent::torrent*, void*)’ is deprecated (declared at ../../include/libtorrent/extensions/metadata_transfer.hpp:62) [-Wdeprecated-declarations]
src/session.cpp: In function ‘libtorrent::torrent_handle {anonymous}::add_torrent_depr(libtorrent::session&, const libtorrent::torrent_info&, const string&, const libtorrent::entry&, libtorrent::storage_mode_t, bool)’:
src/session.cpp:174:97: warning: ‘libtorrent::torrent_handle libtorrent::session::add_torrent(const libtorrent::torrent_info&, const string&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_constructor_type)’ is deprecated (declared at ../../include/libtorrent/session.hpp:350) [-Wdeprecated-declarations]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/create_torrent.cpp -o build/temp.linux-x86_64-2.7/src/create_torrent.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/converters.cpp -o build/temp.linux-x86_64-2.7/src/converters.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/magnet_uri.cpp -o build/temp.linux-x86_64-2.7/src/magnet_uri.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/module.cpp -o build/temp.linux-x86_64-2.7/src/module.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/utility.cpp -o build/temp.linux-x86_64-2.7/src/utility.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/torrent_status.cpp -o build/temp.linux-x86_64-2.7/src/torrent_status.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/torrent_handle.cpp -o build/temp.linux-x86_64-2.7/src/torrent_handle.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/torrent_handle.cpp: In function ‘boost::intrusive_ptr<const libtorrent::torrent_info> get_torrent_info(const libtorrent::torrent_handle&)’:
src/torrent_handle.cpp:313:70: warning: ‘const libtorrent::torrent_info& libtorrent::torrent_handle::get_torrent_info() const’ is deprecated (declared at ../../include/libtorrent/torrent_handle.hpp:842) [-Wdeprecated-declarations]
src/torrent_handle.cpp: In function ‘void set_peer_upload_limit(libtorrent::torrent_handle&, const boost::python::tuple&, int)’:
src/torrent_handle.cpp:330:58: warning: ‘void libtorrent::torrent_handle::set_peer_upload_limit(boost::asio::ip::tcp::endpoint, int) const’ is deprecated (declared at ../../include/libtorrent/torrent_handle.hpp:850) [-Wdeprecated-declarations]
src/torrent_handle.cpp: In function ‘void set_peer_download_limit(libtorrent::torrent_handle&, const boost::python::tuple&, int)’:
src/torrent_handle.cpp:335:60: warning: ‘void libtorrent::torrent_handle::set_peer_download_limit(boost::asio::ip::tcp::endpoint, int) const’ is deprecated (declared at ../../include/libtorrent/torrent_handle.hpp:852) [-Wdeprecated-declarations]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/big_number.cpp -o build/temp.linux-x86_64-2.7/src/big_number.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/version.cpp -o build/temp.linux-x86_64-2.7/src/version.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/datetime.cpp -o build/temp.linux-x86_64-2.7/src/datetime.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/ip_filter.cpp -o build/temp.linux-x86_64-2.7/src/ip_filter.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/entry.cpp -o build/temp.linux-x86_64-2.7/src/entry.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/fingerprint.cpp -o build/temp.linux-x86_64-2.7/src/fingerprint.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/session_settings.cpp -o build/temp.linux-x86_64-2.7/src/session_settings.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/peer_info.cpp -o build/temp.linux-x86_64-2.7/src/peer_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/error_code.cpp -o build/temp.linux-x86_64-2.7/src/error_code.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/string.cpp -o build/temp.linux-x86_64-2.7/src/string.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
creating build/lib.linux-x86_64-2.7
g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/alert.o build/temp.linux-x86_64-2.7/src/torrent_info.o build/temp.linux-x86_64-2.7/src/session.o build/temp.linux-x86_64-2.7/src/create_torrent.o build/temp.linux-x86_64-2.7/src/converters.o build/temp.linux-x86_64-2.7/src/magnet_uri.o build/temp.linux-x86_64-2.7/src/module.o build/temp.linux-x86_64-2.7/src/utility.o build/temp.linux-x86_64-2.7/src/torrent_status.o build/temp.linux-x86_64-2.7/src/torrent_handle.o build/temp.linux-x86_64-2.7/src/big_number.o build/temp.linux-x86_64-2.7/src/version.o build/temp.linux-x86_64-2.7/src/datetime.o build/temp.linux-x86_64-2.7/src/ip_filter.o build/temp.linux-x86_64-2.7/src/entry.o build/temp.linux-x86_64-2.7/src/fingerprint.o build/temp.linux-x86_64-2.7/src/session_settings.o build/temp.linux-x86_64-2.7/src/peer_info.o build/temp.linux-x86_64-2.7/src/error_code.o build/temp.linux-x86_64-2.7/src/string.o -ltorrent-rasterbar -lrt -lpthread -lboost_system-mt -lboost_python -lpthread -lssl -lcrypto -o build/lib.linux-x86_64-2.7/libtorrent.so -L/usr/lib -L../../src/.libs
make[3]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
/usr/bin/python setup.py install --prefix=/usr/local
running install
running build
running build_ext
running install_lib
creating /usr/local/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/libtorrent.so -> /usr/local/lib/python2.7/dist-packages
running install_egg_info
Writing /usr/local/lib/python2.7/dist-packages/python_libtorrent-1.0.2-py2.7.egg-info
make[3]: Nessuna operazione da eseguire per "install-data-am".
make[3]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[3]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[3]: Nessuna operazione da eseguire per "install-exec-am".
make[3]: Nessuna operazione da eseguire per "install-data-am".
make[3]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
Making install in tools
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2"
make[2]: Nessuna operazione da eseguire per "install-exec-am".
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtorrent-rasterbar.pc '/usr/local/lib/pkgconfig'
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2"

======================== Successo nell'installazione ==========================

Copying documentation directory...
./
./ChangeLog
./NEWS
./docs/
./docs/tuning.rst
./docs/style.css
./docs/hacking.png
./docs/todo.html
./docs/features.rst
./docs/delays.png
./docs/ziptorrent_thumb.gif
./docs/troubleshooting.html
./docs/examples.rst
./docs/hash_distribution.png
./docs/manual-ref.html
./docs/session_stats_peers.png
./docs/python_binding.html
./docs/client_test.png
./docs/reference-Settings.html
./docs/troubleshooting.png
./docs/dht_store.html
./docs/reference-Bencoding.html
./docs/disk_buffer_sample.png
./docs/merkle_tree.png
./docs/client_test.html
./docs/read_disk_buffers.png
./docs/contributing.html
./docs/reference-Plugins.html
./docs/reference-Create_Torrents.html
./docs/dht_rss.html
./docs/reference-RSS.html
./docs/troubleshooting.dot
./docs/reference-Alerts.html
./docs/index.rst
./docs/client_test.rst
./docs/ip_id_v4.png
./docs/building.html
./docs/extension_protocol.html
./docs/features.html
./docs/reference-Error_Codes.html
./docs/tuning.html
./docs/dht_extensions.html
./docs/reference-String.html
./docs/cwnd_thumb.png
./docs/disk_buffer.png
./docs/hacking.html
./docs/reference.html
./docs/extension_protocol.rst
./docs/contributing.rst
./docs/dht_store.rst
./docs/reference-Core.html
./docs/disk_access_no_elevator.png
./docs/disk_access.png
./docs/img/
./docs/img/blue_bottom.png
./docs/img/minus.gif
./docs/img/blue_top.png
./docs/img/logo.png
./docs/img/orange.png
./docs/img/dotline.gif
./docs/img/bg.png
./docs/cwnd.png
./docs/reference-Utility.html
./docs/udp_tracker_protocol.html
./docs/write_disk_buffers.diagram
./docs/utp.html
./docs/our_delay_base_thumb.png
./docs/rst.css
./docs/disk_buffer_before_optimization.png
./docs/reference-Filter.html
./docs/reference-Session.html
./docs/manual-ref.rst
./docs/our_delay_base.png
./docs/dht_sec.html
./docs/im_thumb.jpg
./docs/disk_io.png
./docs/base.css
./docs/ip_id_v6.png
./docs/building.rst
./docs/examples.html
./docs/dht_extensions.rst
./docs/projects.rst
./docs/disk_access_elevator.png
./docs/troubleshooting.rst
./docs/projects.html
./docs/complete_bit_prefixes.png
./docs/utp.rst
./docs/read_disk_buffers.diagram
./docs/dht_rss.rst
./docs/utp_stack.diagram
./docs/storage.png
./docs/python_binding.rst
./docs/utp_stack.png
./docs/reference-Storage.html
./docs/write_disk_buffers.png
./docs/hacking.diagram
./docs/dht_sec.rst
./docs/reference-Time.html
./docs/reference-Custom_Storage.html
./docs/troubleshooting_thumb.png
./docs/delays_thumb.png
./docs/index.html
./docs/udp_tracker_protocol.rst
./COPYING
./LICENSE
./README
./AUTHORS

Some of the files created by the installation are inside the home directory: /home

You probably don't want them to be included in the package.
Do you want me to list them?  [n]: n
Li escluderesti dalla creazione del pacchetto? (dire Sì e una buona idea!)  [n]: s

Some of the files created by the installation are inside the build
directory: /home/userserver/libtorrent-rasterbar-1.0.2

You probably don't want them to be included in the package,
especially if they are inside your home directory.
Do you want me to list them?  [n]: n
Li escluderesti dalla creazione del pacchetto? (dire Sì e una buona idea!)  [y]: y

Copiatura dei file nella cartella temporanea in corso...OK

Stripping ELF binaries and libraries...OK

Compressione delle pagine di manuale in corso...OK

E' in corso la costruzione della lista dei file...OK

Costruzione pacchetto Debian in corso...OK

Installazione pacchetto Debian in corso...OK

Cancellazione file temporanei in corso...OK

Writing backup package...OK
OK

Cancellazione cartella temporanea in corso...OK


**********************************************************************

 Done. The new package has been installed and saved to

 /home/userserver/libtorrent-rasterbar-1.0.2/libtorrent-rasterbar_1.0.2-1_amd64.deb

 You can remove it from your system anytime using:

      dpkg -r libtorrent-rasterbar

**********************************************************************

server@server:~/libtorrent-rasterbar-1.0.2$ python -c "import libtorrent as lt; print lt.version"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: libtorrent-rasterbar.so.8: cannot open shared object file: No such file or directory
server@server:~/libtorrent-rasterbar-1.0.2$
jfabaf
New User
New User
Posts: 8
Joined: Mon Nov 03, 2014 9:00 am

Re: Deluge 1.3.7 very low upload speed

Post by jfabaf »

toniboni88 wrote:
ZreTg wrote:If it still does not work, run again all the compilation steps, and copy-paste the complete log, from beginning to the end.
Complete log:

Code: Select all

server@server:~$ sudo apt-get build-dep libtorrent-rasterbar
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
server@server:~$ cd libtorrent-rasterbar-1.0.2/
server@server:~/libtorrent-rasterbar-1.0.2$ sudo ldconfig
server@server:~/libtorrent-rasterbar-1.0.2$ ./configure --enable-python-binding
checking whether make supports nested variables... yes

Building libtorrent-rasterbar 1.0.2

Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes

Checking system type:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu

Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes

Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes

Checking for pkg-config:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes

Checking for functions and headers:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes

Checking build options:
checking whether deprecated functions should be enabled... yes
checking whether debug build should be enabled... no
checking whether invariant check should be enabled... no
checking whether logging to disk should be enabled... no
checking whether statistics logging should be enabled... no
checking whether disk activity logging should be enabled... no

Checking features to be enabled:
checking whether encryption support should be enabled... yes
configure: encryption support: now checking for the OpenSSL library...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether geoip support should be enabled... yes
checking whether dht support should be enabled... yes
checking whether pool allocators should be enabled... yes

Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... yes
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/dist-packages
checking python extra libraries... -lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil
checking consistency of all components of python development environment... yes
checking whether the Boost::Python library is available... yes
checking for main in -lboost_python... yes

Checking for external libraries:
checking for FIEMAP support... checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/fiemap.h... yes
checking whether to link against system libgeoip... no
checking whether to link against system libiconv... checking for shared library run path origin... done

Generating Makefiles:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/libtorrent/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/python/link_flags
config.status: creating bindings/python/compile_flags
config.status: creating libtorrent-rasterbar.pc
config.status: creating libtorrent-rasterbar-cmake.pc
config.status: executing depfiles commands
config.status: executing libtool commands

Configure script has finished system check.

   Config results:
  -=-=-=-=-=-=-=-=-

Package:
  name:                 libtorrent-rasterbar
  version:              1.0.2
  svn revision:         10260

Build environment:
  build system:         x86_64-unknown-linux-gnu
  host system:          x86_64-unknown-linux-gnu
  target system:        x86_64-unknown-linux-gnu

Compiler and linker flags:
  CPPFlags:             -I/usr/include
  CFlags:               -pthread -g -O2 -fvisibility=hidden
  CXXFlags:             -g -O2 -ftemplate-depth=120 -fvisibility-inlines-hidden
  LDFlags:              -L/usr/lib
  Libs:                 -lrt -lpthread
  Defs:                 -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.0.2\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.0.2\" -DPACKAGE_BUGREPORT=\"arvid@rasterbar.com\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_SYSTEM=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_LIBRT=1 -DNDEBUG=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_PYTHON=\"2.7\" -DHAVE_BOOST_PYTHON=1 -DHAVE_LINUX_TYPES_H=1 -DHAVE_LINUX_FIEMAP_H=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DBOOST_ASIO_DYN_LINK=1 -DTORRENT_BUILDING_SHARED=1

Build options:
  deprecated functions: yes
  debug build:          no
  invariant checks:     no
  logging support:      no
  statistics:           no
  disk statistics:      no

Features:
  encryption support:   yes
  geoip support:        yes
  dht support:          yes
  pool allocators:      yes

Extra builds:
  examples:             no
  tests:                no
  python bindings:      yes

Pthread library:
  CFlags:               -pthread
  Libs:                 -lpthread

Boost libraries:
  version:
  CPPFlags:             -I/usr/include
  LDFlags:              -L/usr/lib
  boost.system:         -lboost_system-mt
  boost.python:         -lboost_python

Python environment:
  -automake-
  binary:               /usr/bin/python
  version:              2.7
  platform:             linux2
  prefix:               ${prefix}
  exec_prefix:          ${exec_prefix}
  pythondir:            ${prefix}/lib/python2.7/dist-packages
  pkgpythondir:         ${pythondir}/libtorrent-rasterbar
  pyexecdir:            ${exec_prefix}/lib/python2.7/dist-packages
  pkgpyexecdir:         ${pyexecdir}/libtorrent-rasterbar

  -m4-
  cppflags:             -I/usr/include/python2.7
  ldflags:              -L/usr/lib -lpython2.7
  extra libs:           -lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil


External libraries:
  system libgeoip:      no
  system libiconv:      no

OpenSSL library:
  OpenSSL Libs:         -lssl -lcrypto
  OpenSSL LDFlags:
  OpenSSL Includes:

Type 'make' to compile libtorrent-rasterbar 1.0.2
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr/local

server@server:~/libtorrent-rasterbar-1.0.2$ sudo apt-get install checkinstall Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
checkinstall è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
server@server:~/libtorrent-rasterbar-1.0.2$ sudo checkinstall

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
           Questo software è rilasciato sotto i termini della licenza GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparazione documentazione pacchetto in corso...OK

Inserire una breve descrizione per il pacchetto.
Termina la tua descrizione con un linea vuota o EOF.
>>

*****************************************
**** Debian package creation selected ***
*****************************************

Il pacchetto verrà costruito con le seguenti caratteristiche:

0 -  Maintainer: [ root@sd-38840 ]
1 -  Summary: [ Package created with checkinstall 1.6.2 ]
2 -  Name:    [ libtorrent-rasterbar ]
3 -  Version: [ 1.0.2 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ amd64 ]
8 -  Source location: [ libtorrent-rasterbar-1.0.2 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
11 - Provides: [ libtorrent-rasterbar ]
12 - Conflicts: [  ]
13 - Replaces: [  ]

Inserisci il corrispondente numero per cambiare una caratteristica (seguito da INVIO) oppure premere INVIO per continuare:

Installing with make install...

========================= Risultato installazione ===========================
Making install in include/libtorrent
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
make[2]: Nessuna operazione da eseguire per "install-exec-am".
 /bin/mkdir -p '/usr/local/include/libtorrent'
 /usr/bin/install -c -m 644  address.hpp add_torrent_params.hpp alert.hpp alert_manager.hpp alert_dispatcher.hpp alert_types.hpp alloca.hpp allocator.hpp assert.hpp bandwidth_limit.hpp bandwidth_manager.hpp bandwidth_socket.hpp bandwidth_queue_entry.hpp bencode.hpp bitfield.hpp bloom_filter.hpp broadcast_socket.hpp bt_peer_connection.hpp buffer.hpp build_config.hpp chained_buffer.hpp config.hpp connection_queue.hpp ConvertUTF.h copy_ptr.hpp create_torrent.hpp deadline_timer.hpp debug.hpp disk_buffer_holder.hpp disk_buffer_pool.hpp disk_io_thread.hpp ed25519.hpp entry.hpp enum_net.hpp error.hpp error_code.hpp escape_string.hpp export.hpp extensions.hpp file.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  file_pool.hpp file_storage.hpp fingerprint.hpp gzip.hpp hasher.hpp http_connection.hpp http_parser.hpp http_seed_connection.hpp http_stream.hpp http_tracker_connection.hpp i2p_stream.hpp identify_client.hpp instantiate_connection.hpp intrusive_ptr_base.hpp invariant_check.hpp io.hpp io_service.hpp io_service_fwd.hpp ip_filter.hpp ip_voter.hpp lazy_entry.hpp lsd.hpp magnet_uri.hpp max.hpp natpmp.hpp packet_buffer.hpp parse_url.hpp pe_crypto.hpp peer_connection.hpp peer.hpp peer_id.hpp peer_info.hpp peer_request.hpp piece_block_progress.hpp piece_picker.hpp policy.hpp proxy_base.hpp ptime.hpp puff.hpp random.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  rss.hpp session.hpp session_settings.hpp session_status.hpp settings.hpp sha1_hash.hpp size_type.hpp sliding_average.hpp socket.hpp socket_io.hpp socket_type.hpp socket_type_fwd.hpp socks5_stream.hpp ssl_stream.hpp stat.hpp storage.hpp storage_defs.hpp string_util.hpp thread.hpp time.hpp timestamp_history.hpp torrent_handle.hpp torrent.hpp torrent_info.hpp tracker_manager.hpp udp_socket.hpp udp_tracker_connection.hpp union_endpoint.hpp upnp.hpp utp_socket_manager.hpp utp_stream.hpp utf8.hpp version.hpp web_connection_base.hpp web_peer_connection.hpp xml_parse.hpp GeoIP.h tommath.h tommath_class.h tommath_superclass.h '/usr/local/include/libtorrent/.'
 /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
 /usr/bin/install -c -m 644  aux_/session_impl.hpp '/usr/local/include/libtorrent/aux_'
 /bin/mkdir -p '/usr/local/include/libtorrent/extensions'
 /usr/bin/install -c -m 644  extensions/logger.hpp extensions/lt_trackers.hpp extensions/metadata_transfer.hpp extensions/smart_ban.hpp extensions/ut_metadata.hpp extensions/ut_pex.hpp '/usr/local/include/libtorrent/extensions'
 /bin/mkdir -p '/usr/local/include/libtorrent/kademlia'
 /usr/bin/install -c -m 644  kademlia/dht_tracker.hpp kademlia/dht_observer.hpp kademlia/find_data.hpp kademlia/logging.hpp kademlia/msg.hpp kademlia/node.hpp kademlia/node_entry.hpp kademlia/node_id.hpp kademlia/observer.hpp kademlia/refresh.hpp kademlia/routing_table.hpp kademlia/rpc_manager.hpp kademlia/traversal_algorithm.hpp kademlia/item.hpp kademlia/get_item.hpp kademlia/get_peers.hpp '/usr/local/include/libtorrent/kademlia'
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/include/libtorrent"
Making install in src
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
  CXX      web_connection_base.lo
  CXX      alert.lo
  CXX      alert_manager.lo
  CXX      allocator.lo
  CXX      asio.lo
  CXX      assert.lo
  CXX      bandwidth_limit.lo
  CXX      bandwidth_manager.lo
  CXX      bandwidth_queue_entry.lo
  CXX      bloom_filter.lo
  CXX      broadcast_socket.lo
  CXX      bt_peer_connection.lo
  CXX      chained_buffer.lo
  CXX      connection_queue.lo
  CXX      ConvertUTF.lo
  CXX      create_torrent.lo
  CXX      disk_buffer_holder.lo
  CXX      disk_buffer_pool.lo
  CXX      disk_io_thread.lo
  CXX      entry.lo
  CXX      enum_net.lo
  CXX      error_code.lo
  CXX      escape_string.lo
  CXX      file.lo
  CXX      file_pool.lo
  CXX      file_storage.lo
  CXX      gzip.lo
  CXX      hasher.lo
  CXX      http_connection.lo
  CXX      http_parser.lo
  CXX      http_seed_connection.lo
  CXX      http_stream.lo
  CXX      http_tracker_connection.lo
  CXX      i2p_stream.lo
  CXX      identify_client.lo
  CXX      instantiate_connection.lo
  CXX      ip_filter.lo
  CXX      ip_voter.lo
  CXX      lazy_bdecode.lo
  CXX      logger.lo
  CXX      lsd.lo
  CXX      lt_trackers.lo
  CXX      magnet_uri.lo
  CXX      metadata_transfer.lo
  CC       mpi.lo
  CXX      natpmp.lo
  CXX      parse_url.lo
  CXX      pe_crypto.lo
  CXX      peer_connection.lo
  CXX      piece_picker.lo
  CXX      packet_buffer.lo
  CXX      policy.lo
  CXX      puff.lo
  CXX      random.lo
  CXX      rss.lo
  CXX      session.lo
  CXX      session_impl.lo
  CXX      settings.lo
  CXX      sha1.lo
  CXX      smart_ban.lo
  CXX      socket_io.lo
  CXX      socket_type.lo
  CXX      socks5_stream.lo
  CXX      stat.lo
  CXX      storage.lo
  CXX      string_util.lo
  CXX      thread.lo
  CXX      torrent.lo
  CXX      torrent_handle.lo
  CXX      torrent_info.lo
  CXX      time.lo
  CXX      timestamp_history.lo
  CXX      tracker_manager.lo
  CXX      udp_socket.lo
  CXX      udp_tracker_connection.lo
  CXX      upnp.lo
  CXX      ut_metadata.lo
  CXX      ut_pex.lo
  CXX      utf8.lo
  CXX      utp_socket_manager.lo
  CXX      utp_stream.lo
  CXX      web_peer_connection.lo
  CXX      xml_parse.lo
  CXX      kademlia/dht_tracker.lo
  CXX      kademlia/find_data.lo
  CXX      kademlia/node.lo
  CXX      kademlia/node_id.lo
  CXX      kademlia/refresh.lo
  CXX      kademlia/routing_table.lo
  CXX      kademlia/rpc_manager.lo
  CXX      kademlia/logging.lo
  CXX      kademlia/traversal_algorithm.lo
  CXX      kademlia/get_peers.lo
  CXX      kademlia/get_item.lo
  CXX      kademlia/item.lo
  CXX      ../ed25519/src/add_scalar.lo
  CXX      ../ed25519/src/fe.lo
  CXX      ../ed25519/src/ge.lo
  CXX      ../ed25519/src/key_exchange.lo
  CXX      ../ed25519/src/keypair.lo
  CXX      ../ed25519/src/sc.lo
  CXX      ../ed25519/src/seed.lo
../ed25519/src/seed.cpp: In function 'int ed25519_create_seed(unsigned char*)':
../ed25519/src/seed.cpp:33:26: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  CXX      ../ed25519/src/sha512.lo
  CXX      ../ed25519/src/sign.lo
  CXX      ../ed25519/src/verify.lo
  CC       GeoIP.lo
GeoIP.c: In function '_check_mtime':
GeoIP.c:376:9: warning: implicit declaration of function 'fileno' [-Wimplicit-function-declaration]
GeoIP.c: In function '_GeoIP_lookupaddress':
GeoIP.c:716:4: warning: implicit declaration of function 'gethostbyname_r' [-Wimplicit-function-declaration]
GeoIP.c: In function '_get_name':
GeoIP.c:1012:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c: In function 'GeoIP_database_info':
GeoIP.c:858:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:873:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:879:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c: In function '_setup_segments':
GeoIP.c:280:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:282:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c:304:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
GeoIP.c: In function '_GeoIP_seek_record':
GeoIP.c:431:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  CXX      asio_ssl.lo
  CXXLD    libtorrent-rasterbar.la
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libtorrent-rasterbar.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.so.8.0.0 /usr/local/lib/libtorrent-rasterbar.so.8.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so.8 || { rm -f libtorrent-rasterbar.so.8 && ln -s libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so.8; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.8.0.0 libtorrent-rasterbar.so; }; })
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.lai /usr/local/lib/libtorrent-rasterbar.la
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.a /usr/local/lib/libtorrent-rasterbar.a
libtool: install: chmod 644 /usr/local/lib/libtorrent-rasterbar.a
libtool: install: ranlib /usr/local/lib/libtorrent-rasterbar.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/src"
Making install in examples
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/examples"
Making install in test
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
make[2]: Nessuna operazione da eseguire per "install-exec-am".
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/test"
Making install in bindings
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
Making install in python
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
/usr/bin/python setup.py build
running build
running build_ext
building 'libtorrent' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/alert.cpp -o build/temp.linux-x86_64-2.7/src/alert.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/torrent_info.cpp -o build/temp.linux-x86_64-2.7/src/torrent_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/torrent_info.cpp: In function ‘libtorrent::file_storage::iterator {anonymous}::begin_files(libtorrent::torrent_info&)’:
src/torrent_info.cpp:92:30: warning: ‘libtorrent::torrent_info::file_iterator libtorrent::torrent_info::begin_files() const’ is deprecated (declared at ../../include/libtorrent/torrent_info.hpp:490) [-Wdeprecated-declarations]
src/torrent_info.cpp: In function ‘libtorrent::file_storage::iterator {anonymous}::end_files(libtorrent::torrent_info&)’:
src/torrent_info.cpp:97:28: warning: ‘libtorrent::torrent_info::file_iterator libtorrent::torrent_info::end_files() const’ is deprecated (declared at ../../include/libtorrent/torrent_info.hpp:492) [-Wdeprecated-declarations]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/session.cpp -o build/temp.linux-x86_64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/session.cpp: In function ‘void {anonymous}::add_extension(libtorrent::session&, const boost::python::api::object&)’:
src/session.cpp:81:29: warning: ‘boost::shared_ptr<libtorrent::torrent_plugin> libtorrent::create_metadata_plugin(libtorrent::torrent*, void*)’ is deprecated (declared at ../../include/libtorrent/extensions/metadata_transfer.hpp:62) [-Wdeprecated-declarations]
src/session.cpp: In function ‘libtorrent::torrent_handle {anonymous}::add_torrent_depr(libtorrent::session&, const libtorrent::torrent_info&, const string&, const libtorrent::entry&, libtorrent::storage_mode_t, bool)’:
src/session.cpp:174:97: warning: ‘libtorrent::torrent_handle libtorrent::session::add_torrent(const libtorrent::torrent_info&, const string&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_constructor_type)’ is deprecated (declared at ../../include/libtorrent/session.hpp:350) [-Wdeprecated-declarations]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/create_torrent.cpp -o build/temp.linux-x86_64-2.7/src/create_torrent.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/converters.cpp -o build/temp.linux-x86_64-2.7/src/converters.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/magnet_uri.cpp -o build/temp.linux-x86_64-2.7/src/magnet_uri.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/module.cpp -o build/temp.linux-x86_64-2.7/src/module.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/utility.cpp -o build/temp.linux-x86_64-2.7/src/utility.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/torrent_status.cpp -o build/temp.linux-x86_64-2.7/src/torrent_status.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/torrent_handle.cpp -o build/temp.linux-x86_64-2.7/src/torrent_handle.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/torrent_handle.cpp: In function ‘boost::intrusive_ptr<const libtorrent::torrent_info> get_torrent_info(const libtorrent::torrent_handle&)’:
src/torrent_handle.cpp:313:70: warning: ‘const libtorrent::torrent_info& libtorrent::torrent_handle::get_torrent_info() const’ is deprecated (declared at ../../include/libtorrent/torrent_handle.hpp:842) [-Wdeprecated-declarations]
src/torrent_handle.cpp: In function ‘void set_peer_upload_limit(libtorrent::torrent_handle&, const boost::python::tuple&, int)’:
src/torrent_handle.cpp:330:58: warning: ‘void libtorrent::torrent_handle::set_peer_upload_limit(boost::asio::ip::tcp::endpoint, int) const’ is deprecated (declared at ../../include/libtorrent/torrent_handle.hpp:850) [-Wdeprecated-declarations]
src/torrent_handle.cpp: In function ‘void set_peer_download_limit(libtorrent::torrent_handle&, const boost::python::tuple&, int)’:
src/torrent_handle.cpp:335:60: warning: ‘void libtorrent::torrent_handle::set_peer_download_limit(boost::asio::ip::tcp::endpoint, int) const’ is deprecated (declared at ../../include/libtorrent/torrent_handle.hpp:852) [-Wdeprecated-declarations]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/big_number.cpp -o build/temp.linux-x86_64-2.7/src/big_number.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/version.cpp -o build/temp.linux-x86_64-2.7/src/version.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/datetime.cpp -o build/temp.linux-x86_64-2.7/src/datetime.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/ip_filter.cpp -o build/temp.linux-x86_64-2.7/src/ip_filter.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/entry.cpp -o build/temp.linux-x86_64-2.7/src/entry.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/fingerprint.cpp -o build/temp.linux-x86_64-2.7/src/fingerprint.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/session_settings.cpp -o build/temp.linux-x86_64-2.7/src/session_settings.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/peer_info.cpp -o build/temp.linux-x86_64-2.7/src/peer_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/error_code.cpp -o build/temp.linux-x86_64-2.7/src/error_code.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I../../include -I/usr/include/python2.7 -c src/string.cpp -o build/temp.linux-x86_64-2.7/src/string.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
creating build/lib.linux-x86_64-2.7
g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/src/alert.o build/temp.linux-x86_64-2.7/src/torrent_info.o build/temp.linux-x86_64-2.7/src/session.o build/temp.linux-x86_64-2.7/src/create_torrent.o build/temp.linux-x86_64-2.7/src/converters.o build/temp.linux-x86_64-2.7/src/magnet_uri.o build/temp.linux-x86_64-2.7/src/module.o build/temp.linux-x86_64-2.7/src/utility.o build/temp.linux-x86_64-2.7/src/torrent_status.o build/temp.linux-x86_64-2.7/src/torrent_handle.o build/temp.linux-x86_64-2.7/src/big_number.o build/temp.linux-x86_64-2.7/src/version.o build/temp.linux-x86_64-2.7/src/datetime.o build/temp.linux-x86_64-2.7/src/ip_filter.o build/temp.linux-x86_64-2.7/src/entry.o build/temp.linux-x86_64-2.7/src/fingerprint.o build/temp.linux-x86_64-2.7/src/session_settings.o build/temp.linux-x86_64-2.7/src/peer_info.o build/temp.linux-x86_64-2.7/src/error_code.o build/temp.linux-x86_64-2.7/src/string.o -ltorrent-rasterbar -lrt -lpthread -lboost_system-mt -lboost_python -lpthread -lssl -lcrypto -o build/lib.linux-x86_64-2.7/libtorrent.so -L/usr/lib -L../../src/.libs
make[3]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
/usr/bin/python setup.py install --prefix=/usr/local
running install
running build
running build_ext
running install_lib
creating /usr/local/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/libtorrent.so -> /usr/local/lib/python2.7/dist-packages
running install_egg_info
Writing /usr/local/lib/python2.7/dist-packages/python_libtorrent-1.0.2-py2.7.egg-info
make[3]: Nessuna operazione da eseguire per "install-data-am".
make[3]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings/python"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[3]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[3]: Nessuna operazione da eseguire per "install-exec-am".
make[3]: Nessuna operazione da eseguire per "install-data-am".
make[3]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/bindings"
Making install in tools
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[2]: Nessuna operazione da eseguire per "install-data-am".
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2/tools"
make[1]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2"
make[2]: ingresso nella directory "/home/userserver/libtorrent-rasterbar-1.0.2"
make[2]: Nessuna operazione da eseguire per "install-exec-am".
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtorrent-rasterbar.pc '/usr/local/lib/pkgconfig'
make[2]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2"
make[1]: uscita dalla directory "/home/userserver/libtorrent-rasterbar-1.0.2"

======================== Successo nell'installazione ==========================

Copying documentation directory...
./
./ChangeLog
./NEWS
./docs/
./docs/tuning.rst
./docs/style.css
./docs/hacking.png
./docs/todo.html
./docs/features.rst
./docs/delays.png
./docs/ziptorrent_thumb.gif
./docs/troubleshooting.html
./docs/examples.rst
./docs/hash_distribution.png
./docs/manual-ref.html
./docs/session_stats_peers.png
./docs/python_binding.html
./docs/client_test.png
./docs/reference-Settings.html
./docs/troubleshooting.png
./docs/dht_store.html
./docs/reference-Bencoding.html
./docs/disk_buffer_sample.png
./docs/merkle_tree.png
./docs/client_test.html
./docs/read_disk_buffers.png
./docs/contributing.html
./docs/reference-Plugins.html
./docs/reference-Create_Torrents.html
./docs/dht_rss.html
./docs/reference-RSS.html
./docs/troubleshooting.dot
./docs/reference-Alerts.html
./docs/index.rst
./docs/client_test.rst
./docs/ip_id_v4.png
./docs/building.html
./docs/extension_protocol.html
./docs/features.html
./docs/reference-Error_Codes.html
./docs/tuning.html
./docs/dht_extensions.html
./docs/reference-String.html
./docs/cwnd_thumb.png
./docs/disk_buffer.png
./docs/hacking.html
./docs/reference.html
./docs/extension_protocol.rst
./docs/contributing.rst
./docs/dht_store.rst
./docs/reference-Core.html
./docs/disk_access_no_elevator.png
./docs/disk_access.png
./docs/img/
./docs/img/blue_bottom.png
./docs/img/minus.gif
./docs/img/blue_top.png
./docs/img/logo.png
./docs/img/orange.png
./docs/img/dotline.gif
./docs/img/bg.png
./docs/cwnd.png
./docs/reference-Utility.html
./docs/udp_tracker_protocol.html
./docs/write_disk_buffers.diagram
./docs/utp.html
./docs/our_delay_base_thumb.png
./docs/rst.css
./docs/disk_buffer_before_optimization.png
./docs/reference-Filter.html
./docs/reference-Session.html
./docs/manual-ref.rst
./docs/our_delay_base.png
./docs/dht_sec.html
./docs/im_thumb.jpg
./docs/disk_io.png
./docs/base.css
./docs/ip_id_v6.png
./docs/building.rst
./docs/examples.html
./docs/dht_extensions.rst
./docs/projects.rst
./docs/disk_access_elevator.png
./docs/troubleshooting.rst
./docs/projects.html
./docs/complete_bit_prefixes.png
./docs/utp.rst
./docs/read_disk_buffers.diagram
./docs/dht_rss.rst
./docs/utp_stack.diagram
./docs/storage.png
./docs/python_binding.rst
./docs/utp_stack.png
./docs/reference-Storage.html
./docs/write_disk_buffers.png
./docs/hacking.diagram
./docs/dht_sec.rst
./docs/reference-Time.html
./docs/reference-Custom_Storage.html
./docs/troubleshooting_thumb.png
./docs/delays_thumb.png
./docs/index.html
./docs/udp_tracker_protocol.rst
./COPYING
./LICENSE
./README
./AUTHORS

Some of the files created by the installation are inside the home directory: /home

You probably don't want them to be included in the package.
Do you want me to list them?  [n]: n
Li escluderesti dalla creazione del pacchetto? (dire Sì e una buona idea!)  [n]: s

Some of the files created by the installation are inside the build
directory: /home/userserver/libtorrent-rasterbar-1.0.2

You probably don't want them to be included in the package,
especially if they are inside your home directory.
Do you want me to list them?  [n]: n
Li escluderesti dalla creazione del pacchetto? (dire Sì e una buona idea!)  [y]: y

Copiatura dei file nella cartella temporanea in corso...OK

Stripping ELF binaries and libraries...OK

Compressione delle pagine di manuale in corso...OK

E' in corso la costruzione della lista dei file...OK

Costruzione pacchetto Debian in corso...OK

Installazione pacchetto Debian in corso...OK

Cancellazione file temporanei in corso...OK

Writing backup package...OK
OK

Cancellazione cartella temporanea in corso...OK


**********************************************************************

 Done. The new package has been installed and saved to

 /home/userserver/libtorrent-rasterbar-1.0.2/libtorrent-rasterbar_1.0.2-1_amd64.deb

 You can remove it from your system anytime using:

      dpkg -r libtorrent-rasterbar

**********************************************************************

server@server:~/libtorrent-rasterbar-1.0.2$ python -c "import libtorrent as lt; print lt.version"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: libtorrent-rasterbar.so.8: cannot open shared object file: No such file or directory
server@server:~/libtorrent-rasterbar-1.0.2$

You have to run this:

sudo ldconfig
toniboni88
Member
Member
Posts: 43
Joined: Tue Mar 23, 2010 10:08 pm

Re: Deluge 1.3.7 very low upload speed

Post by toniboni88 »

jfabaf wrote: You have to run this:

sudo ldconfig
I've run "sudo ldconfig" in log:

Code: Select all

server@server:~/libtorrent-rasterbar-1.0.2$ sudo ldconfig
server@server:~/libtorrent-rasterbar-1.0.2$ ./configure --enable-python-binding
jfabaf
New User
New User
Posts: 8
Joined: Mon Nov 03, 2014 9:00 am

Re: Deluge 1.3.7 very low upload speed

Post by jfabaf »

toniboni88 wrote:
jfabaf wrote: You have to run this:

sudo ldconfig
I've run "sudo ldconfig" in log:

Code: Select all

server@server:~/libtorrent-rasterbar-1.0.2$ sudo ldconfig
server@server:~/libtorrent-rasterbar-1.0.2$ ./configure --enable-python-binding
but you have to run "sudo ldconfig" after compilation process
toniboni88
Member
Member
Posts: 43
Joined: Tue Mar 23, 2010 10:08 pm

Re: Deluge 1.3.7 very low upload speed

Post by toniboni88 »

I have successfully installed libtorrent v1.0.2

Can I remove safely old version of libtorrent (v0.16.7)?
Image
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.7 very low upload speed

Post by Cas »

Cool, have you verified in Deluge that it is using the new version?

No not if it was installed with deluge, as is the case.
toniboni88
Member
Member
Posts: 43
Joined: Tue Mar 23, 2010 10:08 pm

Re: Deluge 1.3.7 very low upload speed

Post by toniboni88 »

Cas wrote:Cool, have you verified in Deluge that it is using the new version?

No not if it was installed with deluge, as is the case.
Ok, I don't remove the old version.

In Deluge:
Image
dimka
New User
New User
Posts: 2
Joined: Mon Oct 27, 2014 6:49 pm

Re: Deluge 1.3.7 very low upload speed

Post by dimka »

I was forced to build libtorrent 1.0.3. Works fine.

It was tricky to update python-libtorrent cause:
- when remove old python-libtorrent, we remove Deluge
- when install Deluge, we install old python-libtorrent

After few `pip uninstall python-libtorrent` I removed it manually.
toniboni88
Member
Member
Posts: 43
Joined: Tue Mar 23, 2010 10:08 pm

Re: Deluge 1.3.7 very low upload speed

Post by toniboni88 »

I've install libtorrent v1.0.3, but I notice a slow download and upload with this version of libtorrent.
Post Reply