tar -xf libtorrent-rasterbar-0.16.12.tar.gz checking whether make supports nested variables... yes Building libtorrent-rasterbar 0.16.12 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... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu checking target system type... i486-slackware-linux-gnu Initializing Automake: checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk 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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/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 i486-slackware-linux-gnu file names to i486-slackware-linux-gnu format... func_convert_file_noop checking how to convert i486-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool 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... no checking if : 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/i486-slackware-linux/bin/ld) 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... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) 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/i486-slackware-linux/bin/ld) 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... 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... 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... 64 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... 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/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-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/site-packages checking python extra libraries... -lpthread -ldl -lutil checking python extra linking flags... -Xlinker -export-dynamic 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/setup.py 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: 0.16.12 svn revision: 9199 Build environment: build system: i486-slackware-linux-gnu host system: i486-slackware-linux-gnu target system: i486-slackware-linux-gnu Compiler and linker flags: CPPFlags: -I/usr/include CFlags: -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden CXXFlags: -O2 -march=i486 -mtune=i686 -fvisibility-inlines-hidden LDFlags: -L/usr/lib Libs: -lpthread Defs: -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.16.12\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.16.12\" -DPACKAGE_BUGREPORT=\"arvid@rasterbar.com\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.16.12\" -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=1 -DHAVE_BOOST_SYSTEM=1 -D_FILE_OFFSET_BITS=64 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_CLOCK_GETTIME=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: -lpthread Libs: -lpthread Boost libraries: version: 1.54 CPPFlags: -I/usr/include LDFlags: -L/usr/lib boost.system: -lboost_system 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/site-packages pkgpythondir: ${pythondir}/libtorrent-rasterbar pyexecdir: ${exec_prefix}/lib/python2.7/site-packages pkgpyexecdir: ${pyexecdir}/libtorrent-rasterbar -m4- cppflags: -I/usr/include/python2.7 ldflags: -L/usr/lib -lpython2.7 extra libs: -lpthread -ldl -lutil extra ldflags: -Xlinker -export-dynamic External libraries: system libgeoip: no system libiconv: no OpenSSL library: OpenSSL Libs: -lssl -lcrypto OpenSSL LDFlags: OpenSSL Includes: Type 'make' to compile libtorrent-rasterbar 0.16.12 or type 'make V=1' for verbose compiling and then 'make install' to install it into /usr Making all in include/libtorrent make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/include/libtorrent' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/include/libtorrent' Making all in src make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/src' CXX web_connection_base.lo In file included from ../include/libtorrent/storage.hpp:54:0, from ../include/libtorrent/web_connection_base.hpp:63, from web_connection_base.cpp:40: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX alert.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/alert_types.hpp:37, from alert.cpp:39: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ 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 In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from ../include/libtorrent/bt_peer_connection.hpp:64, from bt_peer_connection.cpp:44: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX chained_buffer.lo CXX connection_queue.lo CXX ConvertUTF.lo CXX create_torrent.lo In file included from ../include/libtorrent/storage.hpp:54:0, from ../include/libtorrent/create_torrent.hpp:40, from create_torrent.cpp:33: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX disk_buffer_holder.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/aux_/session_impl.hpp:60, from disk_buffer_holder.cpp:34: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX disk_buffer_pool.lo CXX disk_io_thread.lo In file included from ../include/libtorrent/storage.hpp:54:0, from disk_io_thread.cpp:37: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ 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 http_connection.lo CXX http_parser.lo CXX http_seed_connection.lo In file included from ../include/libtorrent/storage.hpp:54:0, from ../include/libtorrent/web_connection_base.hpp:63, from ../include/libtorrent/http_seed_connection.hpp:59, from http_seed_connection.cpp:39: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX http_stream.lo CXX http_tracker_connection.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from http_tracker_connection.cpp:58: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX i2p_stream.lo CXX identify_client.lo CXX instantiate_connection.lo CXX ip_filter.lo CXX lazy_bdecode.lo CXX logger.lo CXX lsd.lo CXX lt_trackers.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from ../include/libtorrent/bt_peer_connection.hpp:64, from lt_trackers.cpp:53: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX magnet_uri.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/magnet_uri.hpp:38, from magnet_uri.cpp:33: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ magnet_uri.cpp: In function 'libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const string&, const string&, libtorrent::storage_mode_t, bool, libtorrent::storage_constructor_type, void*)': magnet_uri.cpp:123:40: warning: 'libtorrent::torrent_handle libtorrent::session::add_torrent(const char*, const sha1_hash&, const char*, const string&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_constructor_type, void*)' is deprecated (declared at ../include/libtorrent/session.hpp:234) [-Wdeprecated-declarations] , storage_mode, paused, sc, userdata); ^ magnet_uri.cpp: In function 'libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const string&, libtorrent::add_torrent_params)': magnet_uri.cpp:130:54: warning: 'libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const string&, libtorrent::add_torrent_params, boost::system::error_code&)' is deprecated (declared at ../include/libtorrent/magnet_uri.hpp:68) [-Wdeprecated-declarations] torrent_handle ret = add_magnet_uri(ses, uri, p, ec); ^ CXX metadata_transfer.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from ../include/libtorrent/bt_peer_connection.hpp:64, from metadata_transfer.cpp:53: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CC mpi.lo cc1: warning: command line option '-ftemplate-depth=100' is valid for C++/ObjC++ but not for C [enabled by default] CXX natpmp.lo CXX parse_url.lo CXX pe_crypto.lo CXX peer_connection.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/alert_types.hpp:37, from peer_connection.cpp:44: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX piece_picker.lo CXX packet_buffer.lo CXX policy.lo In file included from ../include/libtorrent/storage.hpp:54:0, from ../include/libtorrent/web_connection_base.hpp:63, from ../include/libtorrent/web_peer_connection.hpp:58, from policy.cpp:47: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX puff.lo CXX random.lo CXX rsa.lo CXX rss.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/rss.hpp:36, from rss.cpp:33: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ In file included from /usr/include/dirent.h:245:0, from ../include/libtorrent/file.hpp:78, from ../include/libtorrent/storage.hpp:60, from ../include/libtorrent/torrent_handle.hpp:57, from ../include/libtorrent/rss.hpp:36, from rss.cpp:33: rss.cpp: At global scope: rss.cpp:458:31: warning: invalid access to non-static data member 'libtorrent::feed::m_title' of NULL object [-Winvalid-offsetof] TORRENT_SETTING(std_string, m_title) ^ rss.cpp:458:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(std_string, m_title) ^ rss.cpp:458:31: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_SETTING(std_string, m_title) ^ rss.cpp:458:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(std_string, m_title) ^ rss.cpp:459:31: warning: invalid access to non-static data member 'libtorrent::feed::m_description' of NULL object [-Winvalid-offsetof] TORRENT_SETTING(std_string, m_description) ^ rss.cpp:459:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(std_string, m_description) ^ rss.cpp:459:31: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_SETTING(std_string, m_description) ^ rss.cpp:459:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(std_string, m_description) ^ rss.cpp:460:33: warning: invalid access to non-static data member 'libtorrent::feed::m_last_attempt' of NULL object [-Winvalid-offsetof] TORRENT_SETTING(time_integer, m_last_attempt) ^ rss.cpp:460:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(time_integer, m_last_attempt) ^ rss.cpp:460:33: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_SETTING(time_integer, m_last_attempt) ^ rss.cpp:460:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(time_integer, m_last_attempt) ^ rss.cpp:461:33: warning: invalid access to non-static data member 'libtorrent::feed::m_last_update' of NULL object [-Winvalid-offsetof] TORRENT_SETTING(time_integer, m_last_update) ^ rss.cpp:461:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(time_integer, m_last_update) ^ rss.cpp:461:33: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_SETTING(time_integer, m_last_update) ^ rss.cpp:461:3: note: in expansion of macro 'TORRENT_SETTING' TORRENT_SETTING(time_integer, m_last_update) ^ CXX session.lo In file included from session.cpp:58:0: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX session_impl.lo In file included from session_impl.cpp:54:0: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ In file included from /usr/include/dirent.h:245:0, from ../include/libtorrent/file.hpp:78, from ../include/libtorrent/storage.hpp:60, from ../include/libtorrent/torrent_handle.hpp:57, from ../include/libtorrent/session.hpp:50, from session_impl.cpp:59: session_impl.cpp: At global scope: session_impl.cpp:524:47: warning: invalid access to non-static data member 'libtorrent::aux::session_impl::m_settings' of NULL object [-Winvalid-offsetof] TORRENT_CATEGORY("settings", save_settings, m_settings, session_settings_map) ^ session_impl.cpp:524:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("settings", save_settings, m_settings, session_settings_map) ^ session_impl.cpp:524:47: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_CATEGORY("settings", save_settings, m_settings, session_settings_map) ^ session_impl.cpp:524:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("settings", save_settings, m_settings, session_settings_map) ^ session_impl.cpp:526:46: warning: invalid access to non-static data member 'libtorrent::aux::session_impl::m_dht_settings' of NULL object [-Winvalid-offsetof] TORRENT_CATEGORY("dht", save_dht_settings, m_dht_settings, dht_settings_map) ^ session_impl.cpp:526:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("dht", save_dht_settings, m_dht_settings, dht_settings_map) ^ session_impl.cpp:526:46: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_CATEGORY("dht", save_dht_settings, m_dht_settings, dht_settings_map) ^ session_impl.cpp:526:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("dht", save_dht_settings, m_dht_settings, dht_settings_map) ^ session_impl.cpp:528:41: warning: invalid access to non-static data member 'libtorrent::aux::session_impl::m_proxy' of NULL object [-Winvalid-offsetof] TORRENT_CATEGORY("proxy", save_proxy, m_proxy, proxy_settings_map) ^ session_impl.cpp:528:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("proxy", save_proxy, m_proxy, proxy_settings_map) ^ session_impl.cpp:528:41: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_CATEGORY("proxy", save_proxy, m_proxy, proxy_settings_map) ^ session_impl.cpp:528:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("proxy", save_proxy, m_proxy, proxy_settings_map) ^ session_impl.cpp:533:60: warning: invalid access to non-static data member 'libtorrent::aux::session_impl::m_pe_settings' of NULL object [-Winvalid-offsetof] TORRENT_CATEGORY("encryption", save_encryption_settings, m_pe_settings, pe_settings_map) ^ session_impl.cpp:533:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("encryption", save_encryption_settings, m_pe_settings, pe_settings_map) ^ session_impl.cpp:533:60: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] TORRENT_CATEGORY("encryption", save_encryption_settings, m_pe_settings, pe_settings_map) ^ session_impl.cpp:533:3: note: in expansion of macro 'TORRENT_CATEGORY' TORRENT_CATEGORY("encryption", save_encryption_settings, m_pe_settings, pe_settings_map) ^ CXX settings.lo CXX sha1.lo CXX smart_ban.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from smart_ban.cpp:55: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX socket_io.lo CXX socket_type.lo CXX socks5_stream.lo CXX stat.lo CXX storage.lo In file included from ../include/libtorrent/storage.hpp:54:0, from storage.cpp:57: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX string_util.lo CXX thread.lo CXX torrent.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from torrent.cpp:56: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX torrent_handle.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from ../include/libtorrent/bt_peer_connection.hpp:64, from torrent_handle.cpp:54: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX torrent_info.lo In file included from torrent_info.cpp:58:0: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX time.lo CXX timestamp_history.lo CXX tracker_manager.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/aux_/session_impl.hpp:60, from tracker_manager.cpp:43: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX udp_socket.lo CXX udp_tracker_connection.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/aux_/session_impl.hpp:60, from udp_tracker_connection.cpp:53: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX upnp.lo CXX ut_metadata.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from ../include/libtorrent/bt_peer_connection.hpp:64, from ut_metadata.cpp:53: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX ut_pex.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/torrent.hpp:57, from ../include/libtorrent/bt_peer_connection.hpp:64, from ut_pex.cpp:48: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX utf8.lo CXX utp_socket_manager.lo CXX utp_stream.lo CXX web_peer_connection.lo In file included from ../include/libtorrent/storage.hpp:54:0, from ../include/libtorrent/web_connection_base.hpp:63, from ../include/libtorrent/web_peer_connection.hpp:58, from web_peer_connection.cpp:40: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX dht_tracker.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/aux_/session_impl.hpp:60, from kademlia/dht_tracker.cpp:50: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX find_data.lo CXX node.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/alert_types.hpp:37, from kademlia/node.cpp:42: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX node_id.lo CXX refresh.lo CXX routing_table.lo CXX rpc_manager.lo In file included from ../include/libtorrent/torrent_handle.hpp:54:0, from ../include/libtorrent/aux_/session_impl.hpp:60, from kademlia/rpc_manager.cpp:37: ../include/libtorrent/torrent_info.hpp: In member function 'void libtorrent::torrent_info::rename_file(int, const wstring&)': ../include/libtorrent/torrent_info.hpp:287:43: warning: 'void libtorrent::file_storage::rename_file(int, const wstring&)' is deprecated (declared at ../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ CXX traversal_algorithm.lo CC GeoIP.lo cc1: warning: command line option '-ftemplate-depth=100' is valid for C++/ObjC++ but not for C [enabled by default] CXX asio_ssl.lo CXXLD libtorrent-rasterbar.la make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/src' Making all in examples make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/examples' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/examples' Making all in test make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/test' Making all in bindings make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' Making all in python make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings/python' /usr/bin/python setup.py build running build running build_ext building 'libtorrent' extension creating build creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/src gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/alert.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from ../../include/libtorrent/alert_types.hpp:37, from src/alert.cpp:7: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/torrent_handle.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from src/torrent_handle.cpp:7: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ src/torrent_handle.cpp: In function ‘void set_peer_upload_limit(libtorrent::torrent_handle&, const boost::python::tuple&, int)’: src/torrent_handle.cpp:335: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:279) [-Wdeprecated-declarations] th.set_peer_upload_limit(tuple_to_endpoint(ip), limit); ^ src/torrent_handle.cpp: In function ‘void set_peer_download_limit(libtorrent::torrent_handle&, const boost::python::tuple&, int)’: src/torrent_handle.cpp:340: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:281) [-Wdeprecated-declarations] th.set_peer_download_limit(tuple_to_endpoint(ip), limit); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/create_torrent.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/storage.hpp:54:0, from ../../include/libtorrent/create_torrent.hpp:40, from src/create_torrent.cpp:6: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/converters.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/session.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from ../../include/libtorrent/session.hpp:50, from src/session.cpp:8: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ 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:213) [-Wdeprecated-declarations] return s.add_torrent(ti, save, resume, storage_mode, paused, default_storage_constructor); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/module.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/string.cpp -o build/temp.linux-i686-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 src/string.cpp: In static member function ‘static void unicode_from_python::construct(PyObject*, boost::python::converter::rvalue_from_python_stage1_data*)’: src/string.cpp:56:17: warning: unused variable ‘ret’ [-Wunused-variable] int ret = wchar_utf8(str, utf8); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/torrent.cpp -o build/temp.linux-i686-2.7/src/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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from ../../include/libtorrent/torrent.hpp:57, from src/torrent.cpp:6: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/ip_filter.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/torrent_status.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from src/torrent_status.cpp:6: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/version.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/error_code.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/entry.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from ../../include/libtorrent/session.hpp:50, from src/entry.cpp:6: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/datetime.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/session_settings.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from ../../include/libtorrent/session.hpp:50, from src/session_settings.cpp:6: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/magnet_uri.cpp -o build/temp.linux-i686-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 In file included from ../../include/libtorrent/torrent_handle.hpp:54:0, from ../../include/libtorrent/session.hpp:50, from src/magnet_uri.cpp:6: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ src/magnet_uri.cpp: In function ‘libtorrent::torrent_handle {anonymous}::_add_magnet_uri(libtorrent::session&, std::string, boost::python::dict)’: src/magnet_uri.cpp:32:40: warning: ‘libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const string&, libtorrent::add_torrent_params)’ is deprecated (declared at ../../include/libtorrent/magnet_uri.hpp:62) [-Wdeprecated-declarations] return add_magnet_uri(s, uri, p); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/torrent_info.cpp -o build/temp.linux-i686-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 In file included from src/torrent_info.cpp:6:0: ../../include/libtorrent/torrent_info.hpp: In member function ‘void libtorrent::torrent_info::rename_file(int, const wstring&)’: ../../include/libtorrent/torrent_info.hpp:287:43: warning: ‘void libtorrent::file_storage::rename_file(int, const wstring&)’ is deprecated (declared at ../../include/libtorrent/file_storage.hpp:197) [-Wdeprecated-declarations] m_files.rename_file(index, new_filename); ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/peer_info.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/utility.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/fingerprint.cpp -o build/temp.linux-i686-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 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden -fPIC -I../../include -I/usr/include -I/usr/include/python2.7 -c src/big_number.cpp -o build/temp.linux-i686-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 creating build/lib.linux-i686-2.7 g++ -pthread -shared -lpthread -O2 -march=i486 -mtune=i686 -fvisibility=hidden build/temp.linux-i686-2.7/src/alert.o build/temp.linux-i686-2.7/src/torrent_handle.o build/temp.linux-i686-2.7/src/create_torrent.o build/temp.linux-i686-2.7/src/converters.o build/temp.linux-i686-2.7/src/session.o build/temp.linux-i686-2.7/src/module.o build/temp.linux-i686-2.7/src/string.o build/temp.linux-i686-2.7/src/torrent.o build/temp.linux-i686-2.7/src/ip_filter.o build/temp.linux-i686-2.7/src/torrent_status.o build/temp.linux-i686-2.7/src/version.o build/temp.linux-i686-2.7/src/error_code.o build/temp.linux-i686-2.7/src/entry.o build/temp.linux-i686-2.7/src/datetime.o build/temp.linux-i686-2.7/src/session_settings.o build/temp.linux-i686-2.7/src/magnet_uri.o build/temp.linux-i686-2.7/src/torrent_info.o build/temp.linux-i686-2.7/src/peer_info.o build/temp.linux-i686-2.7/src/utility.o build/temp.linux-i686-2.7/src/fingerprint.o build/temp.linux-i686-2.7/src/big_number.o -L../../src/.libs -L/usr/lib -ltorrent-rasterbar -lpthread -lboost_system -lboost_python -lpthread -lssl -lcrypto -lpython2.7 -o build/lib.linux-i686-2.7/libtorrent.so -L/usr/lib make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings/python' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' Making all in tools make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/tools' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12' Making install in include/libtorrent make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/include/libtorrent' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/include/libtorrent' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent' /usr/bin/ginstall -c -m 644 address.hpp add_torrent_params.hpp alert.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 entry.hpp enum_net.hpp error.hpp error_code.hpp escape_string.hpp extensions.hpp file.hpp file_pool.hpp file_storage.hpp fingerprint.hpp gzip.hpp '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/.' /usr/bin/ginstall -c -m 644 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 lazy_entry.hpp lsd.hpp magnet_uri.hpp max.hpp natpmp.hpp packet_buffer.hpp parse_url.hpp pch.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 rsa.hpp rss.hpp session.hpp session_settings.hpp '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/.' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/kademlia' /usr/bin/ginstall -c -m 644 kademlia/dht_tracker.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 '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/kademlia' /usr/bin/ginstall -c -m 644 session_status.hpp settings.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 struct_debug.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 '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/.' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/aux_' /usr/bin/ginstall -c -m 644 aux_/session_impl.hpp '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/aux_' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/extensions' /usr/bin/ginstall -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 '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/extensions' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/include/libtorrent' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/include/libtorrent' Making install in src make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/src' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/src' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libtorrent-rasterbar.la '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libtorrent-rasterbar.so.7.0.0 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/libtorrent-rasterbar.so.7.0.0 libtool: install: (cd /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib && { ln -s -f libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so.7 || { rm -f libtorrent-rasterbar.so.7 && ln -s libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so.7; }; }) libtool: install: (cd /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib && { ln -s -f libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libtorrent-rasterbar.lai /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/libtorrent-rasterbar.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/src' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/src' Making install in examples make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/examples' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/examples' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/examples' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/examples' Making install in test make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/test' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/test' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/test' Making install in bindings make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' Making install in python make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings/python' /usr/bin/python setup.py build running build running build_ext make[3]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings/python' /usr/bin/python setup.py install --prefix=/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr running install running build running build_ext running install_lib creating /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/python2.7 creating /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/libtorrent.so -> /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/python2.7/site-packages running install_egg_info Writing /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/python2.7/site-packages/python_libtorrent-0.16.12-py2.7.egg-info make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings/python' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings/python' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' make[3]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/bindings' Making install in tools make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/tools' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/tools' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/tools' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12/tools' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/pkgconfig' /usr/bin/ginstall -c -m 644 libtorrent-rasterbar.pc '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/src/libtorrent-rasterbar-0.16.12' Removing some zero lenght files /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg: total 8 drwxr-xr-x 2 root root 4096 Dec 15 20:15 install drwxr-xr-x 6 root root 4096 Dec 15 20:15 usr /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/install: total 4 -rw-r--r-- 1 root root 558 Dec 15 20:15 slack-desc /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr: total 16 drwxr-xr-x 3 root root 4096 Dec 15 20:15 doc drwxr-xr-x 3 root root 4096 Dec 15 20:15 include drwxr-xr-x 4 root root 4096 Dec 15 20:15 lib drwxr-xr-x 3 root root 4096 Dec 15 20:07 src /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/doc: total 4 drwxr-xr-x 3 root root 4096 Dec 15 20:15 libtorrent-rasterbar-0.16.12 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/doc/libtorrent-rasterbar-0.16.12: total 72 -rw-r--r-- 1 root root 495 Dec 15 20:15 AUTHORS -rw-r--r-- 1 root root 1526 Dec 15 20:15 COPYING -rw-r--r-- 1 root root 52815 Dec 15 20:15 ChangeLog -rw-r--r-- 1 root root 36 Dec 15 20:15 NEWS -rw-r--r-- 1 root root 538 Dec 15 20:15 README drwxr-xr-x 2 root root 4096 Dec 15 20:15 docs /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/doc/libtorrent-rasterbar-0.16.12/docs: total 3064 -rw-r--r-- 1 root root 37932 Mar 26 2012 Linkage.png -rw-r--r-- 1 root root 5201 Mar 26 2012 arctic_thumb.png -rw-r--r-- 1 root root 2766 Mar 26 2012 bitbuddy_thumb.jpg -rw-r--r-- 1 root root 4667 Mar 26 2012 bitfox.png -rw-r--r-- 1 root root 9566 Mar 26 2012 bitrocket_thumb.png -rw-r--r-- 1 root root 23988 Mar 26 2012 bitscast_thumb.png -rw-r--r-- 1 root root 26204 Mar 26 2012 bitslug_thumb.png -rw-r--r-- 1 root root 42653 Mar 26 2012 btg_thumb.jpg -rw-r--r-- 1 root root 29631 Mar 26 2012 bubba.png -rw-r--r-- 1 root root 40870 Aug 17 22:28 building.html -rw-r--r-- 1 root root 39595 Oct 20 21:41 building.rst -rw-r--r-- 1 root root 4639 Aug 17 22:28 client_test.html -rw-r--r-- 1 root root 110655 Mar 26 2012 client_test.png -rw-r--r-- 1 root root 2178 Oct 20 21:41 client_test.rst -rw-r--r-- 1 root root 4975 Aug 17 22:28 contributing.html -rw-r--r-- 1 root root 1807 Oct 20 21:41 contributing.rst -rw-r--r-- 1 root root 18998 Mar 26 2012 cwnd.png -rw-r--r-- 1 root root 30207 Mar 26 2012 cwnd_thumb.png -rw-r--r-- 1 root root 10875 Mar 26 2012 delays.png -rw-r--r-- 1 root root 10938 Mar 26 2012 delays_thumb.png -rw-r--r-- 1 root root 36818 Mar 26 2012 deluge.png -rw-r--r-- 1 root root 5394 Aug 17 22:28 dht_extensions.html -rw-r--r-- 1 root root 2455 Oct 20 21:41 dht_extensions.rst -rw-r--r-- 1 root root 20857 Aug 17 22:28 dht_rss.html -rw-r--r-- 1 root root 13385 Oct 20 21:41 dht_rss.rst -rw-r--r-- 1 root root 11260 Aug 17 22:28 dht_sec.html -rw-r--r-- 1 root root 7670 Oct 20 21:41 dht_sec.rst -rw-r--r-- 1 root root 3032 Mar 26 2012 disk_access.png -rw-r--r-- 1 root root 5170 Mar 26 2012 disk_buffer.png -rw-r--r-- 1 root root 4846 Mar 26 2012 disk_buffer_before_optimization.png -rw-r--r-- 1 root root 5340 Mar 26 2012 disk_buffer_sample.png -rw-r--r-- 1 root root 4393 Mar 26 2012 disk_io.png -rw-r--r-- 1 root root 6882 Mar 26 2012 electric_sheep_thumb.jpg -rw-r--r-- 1 root root 11709 Aug 17 22:28 examples.html -rw-r--r-- 1 root root 6231 Oct 20 21:41 examples.rst -rw-r--r-- 1 root root 12632 Aug 17 22:28 extension_protocol.html -rw-r--r-- 1 root root 10831 Oct 20 21:41 extension_protocol.rst -rw-r--r-- 1 root root 45067 Mar 26 2012 fatrat.png -rw-r--r-- 1 root root 52045 Mar 26 2012 fdm.png -rw-r--r-- 1 root root 24046 Aug 17 22:28 features.html -rw-r--r-- 1 root root 17910 Oct 20 21:41 features.rst -rw-r--r-- 1 root root 26385 Mar 26 2012 firetorrent.png -rw-r--r-- 1 root root 9581 Mar 26 2012 flush.jpg -rw-r--r-- 1 root root 10143 Aug 17 22:28 hacking.html -rw-r--r-- 1 root root 20926 Mar 26 2012 halite_thumb.png -rw-r--r-- 1 root root 12093 Mar 26 2012 im_thumb.jpg -rw-r--r-- 1 root root 4265 Oct 20 21:41 index.rst -rw-r--r-- 1 root root 28376 Mar 26 2012 leechcraft.png -rw-r--r-- 1 root root 18755 Aug 17 22:28 libtorrent_plugins.html -rw-r--r-- 1 root root 11622 Oct 20 21:41 libtorrent_plugins.rst -rw-r--r-- 1 root root 53067 Mar 26 2012 libtorrent_screen.png -rw-r--r-- 1 root root 20970 Mar 26 2012 limewire.png -rw-r--r-- 1 root root 15486 Mar 26 2012 lince.png -rw-r--r-- 1 root root 25342 Aug 17 22:28 make_torrent.html -rw-r--r-- 1 root root 16383 Oct 20 21:41 make_torrent.rst -rw-r--r-- 1 root root 439416 Aug 17 22:28 manual.html -rw-r--r-- 1 root root 374601 Oct 20 21:41 manual.rst -rw-r--r-- 1 root root 76720 Mar 26 2012 merkle_tree.graffle -rw-r--r-- 1 root root 18792 Mar 26 2012 merkle_tree.png -rw-r--r-- 1 root root 8299 Mar 26 2012 miro.jpg -rw-r--r-- 1 root root 8443 Mar 26 2012 moopolice_thumb.gif -rw-r--r-- 1 root root 34999 Mar 26 2012 our_delay_base.png -rw-r--r-- 1 root root 55460 Mar 26 2012 our_delay_base_thumb.png -rw-r--r-- 1 root root 15837 Aug 17 22:28 projects.html -rw-r--r-- 1 root root 9517 Oct 20 21:41 projects.rst -rw-r--r-- 1 root root 68026 Mar 26 2012 pump.png -rw-r--r-- 1 root root 8642 Aug 17 22:28 python_binding.html -rw-r--r-- 1 root root 4411 Oct 20 21:41 python_binding.rst -rw-r--r-- 1 root root 5009 Mar 26 2012 qbittorrent_thumb.jpg -rw-r--r-- 1 root root 498 Mar 26 2012 read_disk_buffers.dot -rw-r--r-- 1 root root 162013 Mar 26 2012 read_disk_buffers.graffle -rw-r--r-- 1 root root 14173 Mar 26 2012 read_disk_buffers.png -rw-r--r-- 1 root root 5512 Aug 17 22:28 running_tests.html -rw-r--r-- 1 root root 2096 Oct 20 21:41 running_tests.rst -rw-r--r-- 1 root root 3902 Mar 26 2012 session_stats_peers.png -rw-r--r-- 1 root root 94532 Mar 26 2012 storage.graffle -rw-r--r-- 1 root root 30224 Mar 26 2012 storage.png -rw-r--r-- 1 root root 5092 Mar 26 2012 style.css -rw-r--r-- 1 root root 2368 Mar 26 2012 t2e.jpg -rw-r--r-- 1 root root 38980 Aug 17 22:28 tuning.html -rw-r--r-- 1 root root 30183 Oct 20 21:41 tuning.rst -rw-r--r-- 1 root root 8686 Mar 26 2012 tvblob.jpg -rw-r--r-- 1 root root 10746 Mar 26 2012 tvitty.jpg -rw-r--r-- 1 root root 16120 Aug 17 22:28 udp_tracker_protocol.html -rw-r--r-- 1 root root 17164 Oct 20 21:41 udp_tracker_protocol.rst -rw-r--r-- 1 root root 49602 Mar 26 2012 unicode_support.png -rw-r--r-- 1 root root 21267 Aug 17 22:28 utp.html -rw-r--r-- 1 root root 16703 Oct 20 21:41 utp.rst -rw-r--r-- 1 root root 514 Mar 26 2012 write_disk_buffers.dot -rw-r--r-- 1 root root 156495 Mar 26 2012 write_disk_buffers.graffle -rw-r--r-- 1 root root 50619 Mar 26 2012 write_disk_buffers.png -rw-r--r-- 1 root root 6827 Mar 26 2012 ziptorrent_thumb.gif -rw-r--r-- 1 root root 14612 Mar 26 2012 zyxel.png /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include: total 4 drwxr-xr-x 5 root root 4096 Dec 15 20:15 libtorrent /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent: total 1012 -rw-r--r-- 1 root root 6226 Dec 15 20:15 ConvertUTF.h -rw-r--r-- 1 root root 6080 Dec 15 20:15 GeoIP.h -rw-r--r-- 1 root root 4596 Dec 15 20:15 add_torrent_params.hpp -rw-r--r-- 1 root root 2405 Dec 15 20:15 address.hpp -rw-r--r-- 1 root root 7274 Dec 15 20:15 alert.hpp -rw-r--r-- 1 root root 32910 Dec 15 20:15 alert_types.hpp -rw-r--r-- 1 root root 1954 Dec 15 20:15 alloca.hpp -rw-r--r-- 1 root root 2444 Dec 15 20:15 allocator.hpp -rw-r--r-- 1 root root 2774 Dec 15 20:15 assert.hpp drwxr-xr-x 2 root root 4096 Dec 15 20:15 aux_ -rw-r--r-- 1 root root 2689 Dec 15 20:15 bandwidth_limit.hpp -rw-r--r-- 1 root root 3521 Dec 15 20:15 bandwidth_manager.hpp -rw-r--r-- 1 root root 2501 Dec 15 20:15 bandwidth_queue_entry.hpp -rw-r--r-- 1 root root 1954 Dec 15 20:15 bandwidth_socket.hpp -rw-r--r-- 1 root root 9518 Dec 15 20:15 bencode.hpp -rw-r--r-- 1 root root 7157 Dec 15 20:15 bitfield.hpp -rw-r--r-- 1 root root 2702 Dec 15 20:15 bloom_filter.hpp -rw-r--r-- 1 root root 5342 Dec 15 20:15 broadcast_socket.hpp -rw-r--r-- 1 root root 12413 Dec 15 20:15 bt_peer_connection.hpp -rw-r--r-- 1 root root 5051 Dec 15 20:15 buffer.hpp -rw-r--r-- 1 root root 3659 Dec 15 20:15 build_config.hpp -rw-r--r-- 1 root root 3817 Dec 15 20:15 chained_buffer.hpp -rw-r--r-- 1 root root 13518 Dec 15 20:15 config.hpp -rw-r--r-- 1 root root 4606 Dec 15 20:15 connection_queue.hpp -rw-r--r-- 1 root root 2334 Dec 15 20:15 copy_ptr.hpp -rw-r--r-- 1 root root 9073 Dec 15 20:15 create_torrent.hpp -rw-r--r-- 1 root root 3295 Dec 15 20:15 deadline_timer.hpp -rw-r--r-- 1 root root 5000 Dec 15 20:15 debug.hpp -rw-r--r-- 1 root root 2439 Dec 15 20:15 disk_buffer_holder.hpp -rw-r--r-- 1 root root 3521 Dec 15 20:15 disk_buffer_pool.hpp -rw-r--r-- 1 root root 14061 Dec 15 20:15 disk_io_thread.hpp -rw-r--r-- 1 root root 6444 Dec 15 20:15 entry.hpp -rw-r--r-- 1 root root 2709 Dec 15 20:15 enum_net.hpp -rw-r--r-- 1 root root 2048 Dec 15 20:15 error.hpp -rw-r--r-- 1 root root 10155 Dec 15 20:15 error_code.hpp -rw-r--r-- 1 root root 4132 Dec 15 20:15 escape_string.hpp drwxr-xr-x 2 root root 4096 Dec 15 20:15 extensions -rw-r--r-- 1 root root 7551 Dec 15 20:15 extensions.hpp -rw-r--r-- 1 root root 8310 Dec 15 20:15 file.hpp -rw-r--r-- 1 root root 3017 Dec 15 20:15 file_pool.hpp -rw-r--r-- 1 root root 10441 Dec 15 20:15 file_storage.hpp -rw-r--r-- 1 root root 2859 Dec 15 20:15 fingerprint.hpp -rw-r--r-- 1 root root 1838 Dec 15 20:15 gzip.hpp -rw-r--r-- 1 root root 3981 Dec 15 20:15 hasher.hpp -rw-r--r-- 1 root root 6556 Dec 15 20:15 http_connection.hpp -rw-r--r-- 1 root root 5999 Dec 15 20:15 http_parser.hpp -rw-r--r-- 1 root root 4505 Dec 15 20:15 http_seed_connection.hpp -rw-r--r-- 1 root root 3685 Dec 15 20:15 http_stream.hpp -rw-r--r-- 1 root root 3491 Dec 15 20:15 http_tracker_connection.hpp -rw-r--r-- 1 root root 6327 Dec 15 20:15 i2p_stream.hpp -rw-r--r-- 1 root root 2062 Dec 15 20:15 identify_client.hpp -rw-r--r-- 1 root root 2050 Dec 15 20:15 instantiate_connection.hpp -rw-r--r-- 1 root root 2907 Dec 15 20:15 intrusive_ptr_base.hpp -rw-r--r-- 1 root root 1490 Dec 15 20:15 invariant_check.hpp -rw-r--r-- 1 root root 4845 Dec 15 20:15 io.hpp -rw-r--r-- 1 root root 2235 Dec 15 20:15 io_service.hpp -rw-r--r-- 1 root root 2114 Dec 15 20:15 io_service_fwd.hpp -rw-r--r-- 1 root root 7653 Dec 15 20:15 ip_filter.hpp drwxr-xr-x 2 root root 4096 Dec 15 20:15 kademlia -rw-r--r-- 1 root root 7791 Dec 15 20:15 lazy_entry.hpp -rw-r--r-- 1 root root 3135 Dec 15 20:15 lsd.hpp -rw-r--r-- 1 root root 2983 Dec 15 20:15 magnet_uri.hpp -rw-r--r-- 1 root root 3131 Dec 15 20:15 max.hpp -rw-r--r-- 1 root root 5122 Dec 15 20:15 natpmp.hpp -rw-r--r-- 1 root root 3638 Dec 15 20:15 packet_buffer.hpp -rw-r--r-- 1 root root 2003 Dec 15 20:15 parse_url.hpp -rw-r--r-- 1 root root 3825 Dec 15 20:15 pch.hpp -rw-r--r-- 1 root root 5932 Dec 15 20:15 pe_crypto.hpp -rw-r--r-- 1 root root 1953 Dec 15 20:15 peer.hpp -rw-r--r-- 1 root root 39999 Dec 15 20:15 peer_connection.hpp -rw-r--r-- 1 root root 6760 Dec 15 20:15 peer_id.hpp -rw-r--r-- 1 root root 6533 Dec 15 20:15 peer_info.hpp -rw-r--r-- 1 root root 1884 Dec 15 20:15 peer_request.hpp -rw-r--r-- 1 root root 2095 Dec 15 20:15 piece_block_progress.hpp -rw-r--r-- 1 root root 20169 Dec 15 20:15 piece_picker.hpp -rw-r--r-- 1 root root 16252 Dec 15 20:15 policy.hpp -rw-r--r-- 1 root root 6007 Dec 15 20:15 proxy_base.hpp -rw-r--r-- 1 root root 4936 Dec 15 20:15 ptime.hpp -rw-r--r-- 1 root root 1362 Dec 15 20:15 puff.hpp -rw-r--r-- 1 root root 120 Dec 15 20:15 random.hpp -rw-r--r-- 1 root root 2475 Dec 15 20:15 rsa.hpp -rw-r--r-- 1 root root 5745 Dec 15 20:15 rss.hpp -rw-r--r-- 1 root root 15677 Dec 15 20:15 session.hpp -rw-r--r-- 1 root root 34978 Dec 15 20:15 session_settings.hpp -rw-r--r-- 1 root root 3866 Dec 15 20:15 session_status.hpp -rw-r--r-- 1 root root 2222 Dec 15 20:15 settings.hpp -rw-r--r-- 1 root root 1836 Dec 15 20:15 size_type.hpp -rw-r--r-- 1 root root 2872 Dec 15 20:15 sliding_average.hpp -rw-r--r-- 1 root root 5499 Dec 15 20:15 socket.hpp -rw-r--r-- 1 root root 4405 Dec 15 20:15 socket_io.hpp -rw-r--r-- 1 root root 9802 Dec 15 20:15 socket_type.hpp -rw-r--r-- 1 root root 1647 Dec 15 20:15 socket_type_fwd.hpp -rw-r--r-- 1 root root 5369 Dec 15 20:15 socks5_stream.hpp -rw-r--r-- 1 root root 7376 Dec 15 20:15 ssl_stream.hpp -rw-r--r-- 1 root root 10630 Dec 15 20:15 stat.hpp -rw-r--r-- 1 root root 19125 Dec 15 20:15 storage.hpp -rw-r--r-- 1 root root 2611 Dec 15 20:15 storage_defs.hpp -rw-r--r-- 1 root root 2473 Dec 15 20:15 string_util.hpp -rw-r--r-- 1 root root 2305 Dec 15 20:15 struct_debug.hpp -rw-r--r-- 1 root root 2658 Dec 15 20:15 thread.hpp -rw-r--r-- 1 root root 4576 Dec 15 20:15 time.hpp -rw-r--r-- 1 root root 2770 Dec 15 20:15 timestamp_history.hpp -rw-r--r-- 1 root root 17254 Dec 15 20:15 tommath.h -rw-r--r-- 1 root root 21073 Dec 15 20:15 tommath_class.h -rw-r--r-- 1 root root 2529 Dec 15 20:15 tommath_superclass.h -rw-r--r-- 1 root root 42760 Dec 15 20:15 torrent.hpp -rw-r--r-- 1 root root 19604 Dec 15 20:15 torrent_handle.hpp -rw-r--r-- 1 root root 16570 Dec 15 20:15 torrent_info.hpp -rw-r--r-- 1 root root 8558 Dec 15 20:15 tracker_manager.hpp -rw-r--r-- 1 root root 7993 Dec 15 20:15 udp_socket.hpp -rw-r--r-- 1 root root 4288 Dec 15 20:15 udp_tracker_connection.hpp -rw-r--r-- 1 root root 2622 Dec 15 20:15 union_endpoint.hpp -rw-r--r-- 1 root root 8965 Dec 15 20:15 upnp.hpp -rw-r--r-- 1 root root 2018 Dec 15 20:15 utf8.hpp -rw-r--r-- 1 root root 4304 Dec 15 20:15 utp_socket_manager.hpp -rw-r--r-- 1 root root 12766 Dec 15 20:15 utp_stream.hpp -rw-r--r-- 1 root root 2021 Dec 15 20:15 version.hpp -rw-r--r-- 1 root root 5017 Dec 15 20:15 web_connection_base.hpp -rw-r--r-- 1 root root 4946 Dec 15 20:15 web_peer_connection.hpp -rw-r--r-- 1 root root 6050 Dec 15 20:15 xml_parse.hpp /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/aux_: total 40 -rw-r--r-- 1 root root 37201 Dec 15 20:15 session_impl.hpp /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/extensions: total 24 -rw-r--r-- 1 root root 1959 Dec 15 20:15 logger.hpp -rw-r--r-- 1 root root 1966 Dec 15 20:15 lt_trackers.hpp -rw-r--r-- 1 root root 1981 Dec 15 20:15 metadata_transfer.hpp -rw-r--r-- 1 root root 1958 Dec 15 20:15 smart_ban.hpp -rw-r--r-- 1 root root 1966 Dec 15 20:15 ut_metadata.hpp -rw-r--r-- 1 root root 1973 Dec 15 20:15 ut_pex.hpp /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/include/libtorrent/kademlia: total 68 -rw-r--r-- 1 root root 5169 Dec 15 20:15 dht_tracker.hpp -rw-r--r-- 1 root root 3532 Dec 15 20:15 find_data.hpp -rw-r--r-- 1 root root 3336 Dec 15 20:15 logging.hpp -rw-r--r-- 1 root root 2153 Dec 15 20:15 msg.hpp -rw-r--r-- 1 root root 8489 Dec 15 20:15 node.hpp -rw-r--r-- 1 root root 3055 Dec 15 20:15 node_entry.hpp -rw-r--r-- 1 root root 2675 Dec 15 20:15 node_id.hpp -rw-r--r-- 1 root root 4802 Dec 15 20:15 observer.hpp -rw-r--r-- 1 root root 2422 Dec 15 20:15 refresh.hpp -rw-r--r-- 1 root root 6914 Dec 15 20:15 routing_table.hpp -rw-r--r-- 1 root root 3610 Dec 15 20:15 rpc_manager.hpp -rw-r--r-- 1 root root 3671 Dec 15 20:15 traversal_algorithm.hpp /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib: total 3376 -rwxr-xr-x 1 root root 1053 Dec 15 20:15 libtorrent-rasterbar.la lrwxrwxrwx 1 root root 29 Dec 15 20:15 libtorrent-rasterbar.so -> libtorrent-rasterbar.so.7.0.0 lrwxrwxrwx 1 root root 29 Dec 15 20:15 libtorrent-rasterbar.so.7 -> libtorrent-rasterbar.so.7.0.0 -rwxr-xr-x 1 root root 3440684 Dec 15 20:15 libtorrent-rasterbar.so.7.0.0 drwxr-xr-x 2 root root 4096 Dec 15 20:15 pkgconfig drwxr-xr-x 3 root root 4096 Dec 15 20:15 python2.7 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 627 Dec 15 20:15 libtorrent-rasterbar.pc /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/python2.7: total 4 drwxr-xr-x 2 root root 4096 Dec 15 20:15 site-packages /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/lib/python2.7/site-packages: total 1152 -rwxr-xr-x 1 root root 1172056 Dec 15 20:15 libtorrent.so -rw-r--r-- 1 root root 370 Dec 15 20:15 python_libtorrent-0.16.12-py2.7.egg-info /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 15 20:15 libtorrent-rasterbar-0.16.12 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/pkg/usr/src/libtorrent-rasterbar-0.16.12: total 4 -rw-r--r-- 1 root root 1297 Dec 15 20:15 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libtorrent-rasterbar.so.7 -> libtorrent-rasterbar.so.7.0.0 usr/lib/libtorrent-rasterbar.so -> libtorrent-rasterbar.so.7.0.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libtorrent-rasterbar.so.7 ) ( cd usr/lib ; ln -sf libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so.7 ) ( cd usr/lib ; rm -rf libtorrent-rasterbar.so ) ( cd usr/lib ; ln -sf libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed ‘./usr/lib/libtorrent-rasterbar.so.7’ removed ‘./usr/lib/libtorrent-rasterbar.so’ Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/libtorrent-rasterbar-0.16.12-i486-1rl.txz ./ install/ install/slack-desc install/doinst.sh usr/ usr/doc/ usr/doc/libtorrent-rasterbar-0.16.12/ usr/doc/libtorrent-rasterbar-0.16.12/docs/ usr/doc/libtorrent-rasterbar-0.16.12/docs/disk_buffer_sample.png usr/doc/libtorrent-rasterbar-0.16.12/docs/btg_thumb.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/im_thumb.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/examples.html usr/doc/libtorrent-rasterbar-0.16.12/docs/client_test.html usr/doc/libtorrent-rasterbar-0.16.12/docs/libtorrent_screen.png usr/doc/libtorrent-rasterbar-0.16.12/docs/disk_buffer_before_optimization.png usr/doc/libtorrent-rasterbar-0.16.12/docs/building.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/udp_tracker_protocol.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/write_disk_buffers.dot usr/doc/libtorrent-rasterbar-0.16.12/docs/storage.graffle usr/doc/libtorrent-rasterbar-0.16.12/docs/halite_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/tvblob.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/fatrat.png usr/doc/libtorrent-rasterbar-0.16.12/docs/extension_protocol.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/client_test.png usr/doc/libtorrent-rasterbar-0.16.12/docs/write_disk_buffers.graffle usr/doc/libtorrent-rasterbar-0.16.12/docs/dht_rss.html usr/doc/libtorrent-rasterbar-0.16.12/docs/contributing.html usr/doc/libtorrent-rasterbar-0.16.12/docs/index.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/style.css usr/doc/libtorrent-rasterbar-0.16.12/docs/examples.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/arctic_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/merkle_tree.graffle usr/doc/libtorrent-rasterbar-0.16.12/docs/manual.html usr/doc/libtorrent-rasterbar-0.16.12/docs/electric_sheep_thumb.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/hacking.html usr/doc/libtorrent-rasterbar-0.16.12/docs/our_delay_base_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/bitfox.png usr/doc/libtorrent-rasterbar-0.16.12/docs/running_tests.html usr/doc/libtorrent-rasterbar-0.16.12/docs/lince.png usr/doc/libtorrent-rasterbar-0.16.12/docs/session_stats_peers.png usr/doc/libtorrent-rasterbar-0.16.12/docs/disk_access.png usr/doc/libtorrent-rasterbar-0.16.12/docs/manual.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/bitscast_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/read_disk_buffers.dot usr/doc/libtorrent-rasterbar-0.16.12/docs/bubba.png usr/doc/libtorrent-rasterbar-0.16.12/docs/ziptorrent_thumb.gif usr/doc/libtorrent-rasterbar-0.16.12/docs/cwnd_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/flush.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/dht_extensions.html usr/doc/libtorrent-rasterbar-0.16.12/docs/tvitty.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/zyxel.png usr/doc/libtorrent-rasterbar-0.16.12/docs/deluge.png usr/doc/libtorrent-rasterbar-0.16.12/docs/qbittorrent_thumb.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/leechcraft.png usr/doc/libtorrent-rasterbar-0.16.12/docs/contributing.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/unicode_support.png usr/doc/libtorrent-rasterbar-0.16.12/docs/running_tests.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/libtorrent_plugins.html usr/doc/libtorrent-rasterbar-0.16.12/docs/cwnd.png usr/doc/libtorrent-rasterbar-0.16.12/docs/fdm.png usr/doc/libtorrent-rasterbar-0.16.12/docs/read_disk_buffers.png usr/doc/libtorrent-rasterbar-0.16.12/docs/tuning.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/utp.html usr/doc/libtorrent-rasterbar-0.16.12/docs/disk_io.png usr/doc/libtorrent-rasterbar-0.16.12/docs/limewire.png usr/doc/libtorrent-rasterbar-0.16.12/docs/bitslug_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/pump.png usr/doc/libtorrent-rasterbar-0.16.12/docs/delays_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/Linkage.png usr/doc/libtorrent-rasterbar-0.16.12/docs/merkle_tree.png usr/doc/libtorrent-rasterbar-0.16.12/docs/python_binding.html usr/doc/libtorrent-rasterbar-0.16.12/docs/python_binding.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/bitrocket_thumb.png usr/doc/libtorrent-rasterbar-0.16.12/docs/extension_protocol.html usr/doc/libtorrent-rasterbar-0.16.12/docs/libtorrent_plugins.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/make_torrent.html usr/doc/libtorrent-rasterbar-0.16.12/docs/miro.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/storage.png usr/doc/libtorrent-rasterbar-0.16.12/docs/client_test.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/moopolice_thumb.gif usr/doc/libtorrent-rasterbar-0.16.12/docs/our_delay_base.png usr/doc/libtorrent-rasterbar-0.16.12/docs/projects.html usr/doc/libtorrent-rasterbar-0.16.12/docs/tuning.html usr/doc/libtorrent-rasterbar-0.16.12/docs/dht_rss.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/dht_sec.html usr/doc/libtorrent-rasterbar-0.16.12/docs/delays.png usr/doc/libtorrent-rasterbar-0.16.12/docs/t2e.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/make_torrent.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/disk_buffer.png usr/doc/libtorrent-rasterbar-0.16.12/docs/read_disk_buffers.graffle usr/doc/libtorrent-rasterbar-0.16.12/docs/bitbuddy_thumb.jpg usr/doc/libtorrent-rasterbar-0.16.12/docs/dht_extensions.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/features.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/building.html usr/doc/libtorrent-rasterbar-0.16.12/docs/projects.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/dht_sec.rst usr/doc/libtorrent-rasterbar-0.16.12/docs/features.html usr/doc/libtorrent-rasterbar-0.16.12/docs/firetorrent.png usr/doc/libtorrent-rasterbar-0.16.12/docs/udp_tracker_protocol.html usr/doc/libtorrent-rasterbar-0.16.12/docs/write_disk_buffers.png usr/doc/libtorrent-rasterbar-0.16.12/docs/utp.rst usr/doc/libtorrent-rasterbar-0.16.12/AUTHORS usr/doc/libtorrent-rasterbar-0.16.12/COPYING usr/doc/libtorrent-rasterbar-0.16.12/NEWS usr/doc/libtorrent-rasterbar-0.16.12/ChangeLog usr/doc/libtorrent-rasterbar-0.16.12/README usr/src/ usr/src/libtorrent-rasterbar-0.16.12/ usr/src/libtorrent-rasterbar-0.16.12/SLKBUILD usr/include/ usr/include/libtorrent/ usr/include/libtorrent/natpmp.hpp usr/include/libtorrent/http_tracker_connection.hpp usr/include/libtorrent/rsa.hpp usr/include/libtorrent/file_pool.hpp usr/include/libtorrent/tommath_superclass.h usr/include/libtorrent/session_settings.hpp usr/include/libtorrent/deadline_timer.hpp usr/include/libtorrent/session.hpp usr/include/libtorrent/struct_debug.hpp usr/include/libtorrent/socket_io.hpp usr/include/libtorrent/peer.hpp usr/include/libtorrent/extensions/ usr/include/libtorrent/extensions/smart_ban.hpp usr/include/libtorrent/extensions/ut_pex.hpp usr/include/libtorrent/extensions/logger.hpp usr/include/libtorrent/extensions/ut_metadata.hpp usr/include/libtorrent/extensions/lt_trackers.hpp usr/include/libtorrent/extensions/metadata_transfer.hpp usr/include/libtorrent/http_stream.hpp usr/include/libtorrent/session_status.hpp usr/include/libtorrent/invariant_check.hpp usr/include/libtorrent/allocator.hpp usr/include/libtorrent/bencode.hpp usr/include/libtorrent/bandwidth_queue_entry.hpp usr/include/libtorrent/tommath.h usr/include/libtorrent/bandwidth_manager.hpp usr/include/libtorrent/socket.hpp usr/include/libtorrent/version.hpp usr/include/libtorrent/policy.hpp usr/include/libtorrent/assert.hpp usr/include/libtorrent/storage.hpp usr/include/libtorrent/alert.hpp usr/include/libtorrent/debug.hpp usr/include/libtorrent/escape_string.hpp usr/include/libtorrent/file.hpp usr/include/libtorrent/parse_url.hpp usr/include/libtorrent/bitfield.hpp usr/include/libtorrent/lazy_entry.hpp usr/include/libtorrent/proxy_base.hpp usr/include/libtorrent/chained_buffer.hpp usr/include/libtorrent/string_util.hpp usr/include/libtorrent/http_connection.hpp usr/include/libtorrent/size_type.hpp usr/include/libtorrent/entry.hpp usr/include/libtorrent/build_config.hpp usr/include/libtorrent/peer_id.hpp usr/include/libtorrent/ConvertUTF.h usr/include/libtorrent/alert_types.hpp usr/include/libtorrent/identify_client.hpp usr/include/libtorrent/GeoIP.h usr/include/libtorrent/copy_ptr.hpp usr/include/libtorrent/time.hpp usr/include/libtorrent/peer_info.hpp usr/include/libtorrent/disk_buffer_holder.hpp usr/include/libtorrent/buffer.hpp usr/include/libtorrent/rss.hpp usr/include/libtorrent/error_code.hpp usr/include/libtorrent/ssl_stream.hpp usr/include/libtorrent/add_torrent_params.hpp usr/include/libtorrent/web_connection_base.hpp usr/include/libtorrent/pe_crypto.hpp usr/include/libtorrent/error.hpp usr/include/libtorrent/xml_parse.hpp usr/include/libtorrent/bloom_filter.hpp usr/include/libtorrent/union_endpoint.hpp usr/include/libtorrent/io_service.hpp usr/include/libtorrent/udp_socket.hpp usr/include/libtorrent/utf8.hpp usr/include/libtorrent/tracker_manager.hpp usr/include/libtorrent/piece_block_progress.hpp usr/include/libtorrent/tommath_class.h usr/include/libtorrent/address.hpp usr/include/libtorrent/io.hpp usr/include/libtorrent/sliding_average.hpp usr/include/libtorrent/lsd.hpp usr/include/libtorrent/disk_buffer_pool.hpp usr/include/libtorrent/bt_peer_connection.hpp usr/include/libtorrent/packet_buffer.hpp usr/include/libtorrent/http_parser.hpp usr/include/libtorrent/torrent.hpp usr/include/libtorrent/config.hpp usr/include/libtorrent/file_storage.hpp usr/include/libtorrent/magnet_uri.hpp usr/include/libtorrent/alloca.hpp usr/include/libtorrent/timestamp_history.hpp usr/include/libtorrent/enum_net.hpp usr/include/libtorrent/peer_connection.hpp usr/include/libtorrent/torrent_handle.hpp usr/include/libtorrent/io_service_fwd.hpp usr/include/libtorrent/connection_queue.hpp usr/include/libtorrent/socket_type_fwd.hpp usr/include/libtorrent/pch.hpp usr/include/libtorrent/ptime.hpp usr/include/libtorrent/disk_io_thread.hpp usr/include/libtorrent/socket_type.hpp usr/include/libtorrent/upnp.hpp usr/include/libtorrent/hasher.hpp usr/include/libtorrent/thread.hpp usr/include/libtorrent/broadcast_socket.hpp usr/include/libtorrent/web_peer_connection.hpp usr/include/libtorrent/socks5_stream.hpp usr/include/libtorrent/gzip.hpp usr/include/libtorrent/instantiate_connection.hpp usr/include/libtorrent/fingerprint.hpp usr/include/libtorrent/bandwidth_limit.hpp usr/include/libtorrent/settings.hpp usr/include/libtorrent/bandwidth_socket.hpp usr/include/libtorrent/i2p_stream.hpp usr/include/libtorrent/puff.hpp usr/include/libtorrent/stat.hpp usr/include/libtorrent/torrent_info.hpp usr/include/libtorrent/ip_filter.hpp usr/include/libtorrent/intrusive_ptr_base.hpp usr/include/libtorrent/storage_defs.hpp usr/include/libtorrent/http_seed_connection.hpp usr/include/libtorrent/utp_socket_manager.hpp usr/include/libtorrent/utp_stream.hpp usr/include/libtorrent/piece_picker.hpp usr/include/libtorrent/random.hpp usr/include/libtorrent/max.hpp usr/include/libtorrent/kademlia/ usr/include/libtorrent/kademlia/dht_tracker.hpp usr/include/libtorrent/kademlia/rpc_manager.hpp usr/include/libtorrent/kademlia/routing_table.hpp usr/include/libtorrent/kademlia/node.hpp usr/include/libtorrent/kademlia/observer.hpp usr/include/libtorrent/kademlia/node_id.hpp usr/include/libtorrent/kademlia/find_data.hpp usr/include/libtorrent/kademlia/node_entry.hpp usr/include/libtorrent/kademlia/msg.hpp usr/include/libtorrent/kademlia/logging.hpp usr/include/libtorrent/kademlia/refresh.hpp usr/include/libtorrent/kademlia/traversal_algorithm.hpp usr/include/libtorrent/udp_tracker_connection.hpp usr/include/libtorrent/peer_request.hpp usr/include/libtorrent/extensions.hpp usr/include/libtorrent/aux_/ usr/include/libtorrent/aux_/session_impl.hpp usr/include/libtorrent/create_torrent.hpp usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/python_libtorrent-0.16.12-py2.7.egg-info usr/lib/python2.7/site-packages/libtorrent.so usr/lib/pkgconfig/ usr/lib/pkgconfig/libtorrent-rasterbar.pc usr/lib/libtorrent-rasterbar.la usr/lib/libtorrent-rasterbar.so.7.0.0 Slackware package /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libtorrent-rasterbar/0.16.12/libtorrent-rasterbar-0.16.12-i486-1rl.txz created. Package has been built. Cleaning pkg and src directories