tar -xf libtorrent-rasterbar-0.15.0.tar.gz Building libtorrent-rasterbar 0.15.0 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 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... /bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /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 for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/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 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 ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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 whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking how to run the C++ preprocessor... g++ -E 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 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... 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 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 whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem... yes checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread... 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... no checking for clock_gettime in -lrt... yes Checking build options: checking whether deprecated functions should be enabled... yes checking whether debug build should be enabled... no checking whether invariant check should be enabled... no checking whether logging to disk should be enabled... no checking whether statistics logging should be enabled... no checking whether disk activity logging should be enabled... no Checking features to be enabled: checking whether encryption support should be enabled... yes configure: encryption support: now checking for the OpenSSL library... checking 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.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages checking for python2.6... (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.6 checking for Python library path... -L/usr/lib -lpython2.6 checking for Python site-packages path... /usr/lib/python2.6/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 whether to link against system zlib... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for main in -lz... yes checking for FIEMAP support... checking linux/fiemap.h usability... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking whether to link against system libgeoip... no Generating Makefiles: 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 zlib/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.15.0 svn revision: 3323 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 CXXFlags: -O2 -march=i486 -mtune=i686 LDFlags: -L/usr/lib Libs: -lz -lrt Defs: -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.15.0\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.15.0\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.15.0\" -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 -DHAVE_BOOST_FILESYSTEM=1 -DHAVE_BOOST_THREAD=1 -D_FILE_OFFSET_BITS=64 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_LIBRT=1 -DNDEBUG=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_PYTHON=\"2.6\" -DHAVE_BOOST_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LINUX_FIEMAP_H=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=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: Boost libraries: version: 1.42 CPPFlags: -I/usr/include LDFlags: -L/usr/lib boost.system: -lboost_system boost.filesystem: -lboost_filesystem boost.thread: -lboost_thread boost.python: -lboost_python Python environment: -automake- binary: /usr/bin/python version: 2.6 platform: linux2 prefix: ${prefix} exec_prefix: ${exec_prefix} pythondir: ${prefix}/lib/python2.6/site-packages pkgpythondir: ${pythondir}/libtorrent-rasterbar pyexecdir: ${exec_prefix}/lib/python2.6/site-packages pkgpyexecdir: ${pyexecdir}/libtorrent-rasterbar -m4- cppflags: -I/usr/include/python2.6 ldflags: -L/usr/lib -lpython2.6 extra libs: -lpthread -ldl -lutil extra ldflags: -Xlinker -export-dynamic External libraries: system zlib: system system libgeoip: no OpenSSL library: OpenSSL Libs: -lssl -lcrypto -ldl OpenSSL LDFlags: OpenSSL Includes: Type 'make' to compile libtorrent-rasterbar 0.15.0 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 `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/include/libtorrent' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/include/libtorrent' Making all in zlib make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/zlib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/zlib' Making all in src make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/src' CXX allocator.lo CXX assert.lo CXX alert.lo CXX broadcast_socket.lo CXX bt_peer_connection.lo CXX connection_queue.lo CXX ConvertUTF.lo CXX create_torrent.lo CXX disk_buffer_holder.lo CXX disk_io_thread.lo CXX entry.lo CXX enum_net.lo CXX error_code.lo CXX escape_string.lo CXX file.lo CXX file_pool.lo CXX file_storage.lo CXX gzip.lo CXX http_connection.lo CXX http_parser.lo CXX http_seed_connection.lo CXX http_stream.lo CXX http_tracker_connection.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 CXX magnet_uri.lo CXX metadata_transfer.lo magnet_uri.cpp: In function 'libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const std::string&, const boost::filesystem::path&, libtorrent::storage_mode_t, bool, libtorrent::storage_interface* (*)(const libtorrent::file_storage&, const libtorrent::file_storage*, const boost::filesystem::path&, libtorrent::file_pool&), void*)': magnet_uri.cpp:127: warning: 'libtorrent::torrent_handle libtorrent::session::add_torrent(const char*, const libtorrent::sha1_hash&, const char*, const boost::filesystem::path&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_interface* (*)(const libtorrent::file_storage&, const libtorrent::file_storage*, const boost::filesystem::path&, libtorrent::file_pool&), void*)' is deprecated (declared at ../include/libtorrent/session.hpp:275) CXX natpmp.lo CXX parse_url.lo CXX pe_crypto.lo CXX peer_connection.lo CXX piece_picker.lo CXX policy.lo CXX session.lo CXX session_impl.lo CXX sha1.lo session_impl.cpp:183: warning: invalid access to non-static data member 'libtorrent::session_settings::user_agent' of NULL object session_impl.cpp:183: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:184: warning: invalid access to non-static data member 'libtorrent::session_settings::tracker_completion_timeout' of NULL object session_impl.cpp:184: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:185: warning: invalid access to non-static data member 'libtorrent::session_settings::tracker_receive_timeout' of NULL object session_impl.cpp:185: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:186: warning: invalid access to non-static data member 'libtorrent::session_settings::stop_tracker_timeout' of NULL object session_impl.cpp:186: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:187: warning: invalid access to non-static data member 'libtorrent::session_settings::tracker_maximum_response_length' of NULL object session_impl.cpp:187: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:188: warning: invalid access to non-static data member 'libtorrent::session_settings::piece_timeout' of NULL object session_impl.cpp:188: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:189: warning: invalid access to non-static data member 'libtorrent::session_settings::request_timeout' of NULL object session_impl.cpp:189: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:190: warning: invalid access to non-static data member 'libtorrent::session_settings::request_queue_time' of NULL object session_impl.cpp:190: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:191: warning: invalid access to non-static data member 'libtorrent::session_settings::max_allowed_in_request_queue' of NULL object session_impl.cpp:191: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:192: warning: invalid access to non-static data member 'libtorrent::session_settings::max_out_request_queue' of NULL object session_impl.cpp:192: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:193: warning: invalid access to non-static data member 'libtorrent::session_settings::whole_pieces_threshold' of NULL object session_impl.cpp:193: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:194: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_timeout' of NULL object session_impl.cpp:194: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:195: warning: invalid access to non-static data member 'libtorrent::session_settings::urlseed_timeout' of NULL object session_impl.cpp:195: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:196: warning: invalid access to non-static data member 'libtorrent::session_settings::urlseed_pipeline_size' of NULL object session_impl.cpp:196: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:197: warning: invalid access to non-static data member 'libtorrent::session_settings::urlseed_wait_retry' of NULL object session_impl.cpp:197: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:198: warning: invalid access to non-static data member 'libtorrent::session_settings::file_pool_size' of NULL object session_impl.cpp:198: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:199: warning: invalid access to non-static data member 'libtorrent::session_settings::allow_multiple_connections_per_ip' of NULL object session_impl.cpp:199: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:200: warning: invalid access to non-static data member 'libtorrent::session_settings::max_failcount' of NULL object session_impl.cpp:200: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:201: warning: invalid access to non-static data member 'libtorrent::session_settings::min_reconnect_time' of NULL object session_impl.cpp:201: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:202: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_connect_timeout' of NULL object session_impl.cpp:202: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:203: warning: invalid access to non-static data member 'libtorrent::session_settings::ignore_limits_on_local_network' of NULL object session_impl.cpp:203: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:204: warning: invalid access to non-static data member 'libtorrent::session_settings::connection_speed' of NULL object session_impl.cpp:204: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:205: warning: invalid access to non-static data member 'libtorrent::session_settings::send_redundant_have' of NULL object session_impl.cpp:205: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:206: warning: invalid access to non-static data member 'libtorrent::session_settings::lazy_bitfields' of NULL object session_impl.cpp:206: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:207: warning: invalid access to non-static data member 'libtorrent::session_settings::inactivity_timeout' of NULL object session_impl.cpp:207: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:208: warning: invalid access to non-static data member 'libtorrent::session_settings::unchoke_interval' of NULL object session_impl.cpp:208: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:209: warning: invalid access to non-static data member 'libtorrent::session_settings::optimistic_unchoke_interval' of NULL object session_impl.cpp:209: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:210: warning: invalid access to non-static data member 'libtorrent::session_settings::num_want' of NULL object session_impl.cpp:210: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:211: warning: invalid access to non-static data member 'libtorrent::session_settings::initial_picker_threshold' of NULL object session_impl.cpp:211: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:212: warning: invalid access to non-static data member 'libtorrent::session_settings::allowed_fast_set_size' of NULL object session_impl.cpp:212: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:213: warning: invalid access to non-static data member 'libtorrent::session_settings::max_queued_disk_bytes' of NULL object session_impl.cpp:213: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:214: warning: invalid access to non-static data member 'libtorrent::session_settings::handshake_timeout' of NULL object session_impl.cpp:214: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:216: warning: invalid access to non-static data member 'libtorrent::session_settings::use_dht_as_fallback' of NULL object session_impl.cpp:216: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:218: warning: invalid access to non-static data member 'libtorrent::session_settings::free_torrent_hashes' of NULL object session_impl.cpp:218: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:219: warning: invalid access to non-static data member 'libtorrent::session_settings::upnp_ignore_nonrouters' of NULL object session_impl.cpp:219: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:220: warning: invalid access to non-static data member 'libtorrent::session_settings::send_buffer_watermark' of NULL object session_impl.cpp:220: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:221: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_upload_slots' of NULL object session_impl.cpp:221: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:222: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_upload_slots_rate_based' of NULL object session_impl.cpp:222: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:223: warning: invalid access to non-static data member 'libtorrent::session_settings::use_parole_mode' of NULL object session_impl.cpp:223: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:224: warning: invalid access to non-static data member 'libtorrent::session_settings::cache_size' of NULL object session_impl.cpp:224: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:225: warning: invalid access to non-static data member 'libtorrent::session_settings::cache_buffer_chunk_size' of NULL object session_impl.cpp:225: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:226: warning: invalid access to non-static data member 'libtorrent::session_settings::cache_expiry' of NULL object session_impl.cpp:226: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:227: warning: invalid access to non-static data member 'libtorrent::session_settings::use_read_cache' of NULL object session_impl.cpp:227: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:228: warning: invalid access to non-static data member 'libtorrent::session_settings::disk_io_write_mode' of NULL object session_impl.cpp:228: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:229: warning: invalid access to non-static data member 'libtorrent::session_settings::disk_io_read_mode' of NULL object session_impl.cpp:229: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:230: warning: invalid access to non-static data member 'libtorrent::session_settings::coalesce_reads' of NULL object session_impl.cpp:230: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:231: warning: invalid access to non-static data member 'libtorrent::session_settings::coalesce_writes' of NULL object session_impl.cpp:231: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:232: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_tos' of NULL object session_impl.cpp:232: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:233: warning: invalid access to non-static data member 'libtorrent::session_settings::active_downloads' of NULL object session_impl.cpp:233: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:234: warning: invalid access to non-static data member 'libtorrent::session_settings::active_seeds' of NULL object session_impl.cpp:234: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:235: warning: invalid access to non-static data member 'libtorrent::session_settings::active_limit' of NULL object session_impl.cpp:235: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:236: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_manage_prefer_seeds' of NULL object session_impl.cpp:236: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:237: warning: invalid access to non-static data member 'libtorrent::session_settings::dont_count_slow_torrents' of NULL object session_impl.cpp:237: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:238: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_manage_interval' of NULL object session_impl.cpp:238: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:239: warning: invalid access to non-static data member 'libtorrent::session_settings::share_ratio_limit' of NULL object session_impl.cpp:239: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:240: warning: invalid access to non-static data member 'libtorrent::session_settings::seed_time_ratio_limit' of NULL object session_impl.cpp:240: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:241: warning: invalid access to non-static data member 'libtorrent::session_settings::seed_time_limit' of NULL object session_impl.cpp:241: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:242: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_turnover' of NULL object session_impl.cpp:242: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:243: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_turnover_cutoff' of NULL object session_impl.cpp:243: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:244: warning: invalid access to non-static data member 'libtorrent::session_settings::close_redundant_connections' of NULL object session_impl.cpp:244: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:245: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_scrape_interval' of NULL object session_impl.cpp:245: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:246: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_scrape_min_interval' of NULL object session_impl.cpp:246: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:247: warning: invalid access to non-static data member 'libtorrent::session_settings::max_peerlist_size' of NULL object session_impl.cpp:247: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:248: warning: invalid access to non-static data member 'libtorrent::session_settings::max_paused_peerlist_size' of NULL object session_impl.cpp:248: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:249: warning: invalid access to non-static data member 'libtorrent::session_settings::min_announce_interval' of NULL object session_impl.cpp:249: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:250: warning: invalid access to non-static data member 'libtorrent::session_settings::prioritize_partial_pieces' of NULL object session_impl.cpp:250: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:251: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_manage_startup' of NULL object session_impl.cpp:251: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:252: warning: invalid access to non-static data member 'libtorrent::session_settings::rate_limit_ip_overhead' of NULL object session_impl.cpp:252: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:253: warning: invalid access to non-static data member 'libtorrent::session_settings::announce_to_all_trackers' of NULL object session_impl.cpp:253: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:254: warning: invalid access to non-static data member 'libtorrent::session_settings::announce_to_all_tiers' of NULL object session_impl.cpp:254: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:255: warning: invalid access to non-static data member 'libtorrent::session_settings::prefer_udp_trackers' of NULL object session_impl.cpp:255: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:256: warning: invalid access to non-static data member 'libtorrent::session_settings::strict_super_seeding' of NULL object session_impl.cpp:256: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:257: warning: invalid access to non-static data member 'libtorrent::session_settings::seeding_piece_quota' of NULL object session_impl.cpp:257: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:258: warning: invalid access to non-static data member 'libtorrent::session_settings::max_sparse_regions' of NULL object session_impl.cpp:258: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:260: warning: invalid access to non-static data member 'libtorrent::session_settings::lock_disk_cache' of NULL object session_impl.cpp:260: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:262: warning: invalid access to non-static data member 'libtorrent::session_settings::max_rejects' of NULL object session_impl.cpp:262: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:263: warning: invalid access to non-static data member 'libtorrent::session_settings::recv_socket_buffer_size' of NULL object session_impl.cpp:263: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:264: warning: invalid access to non-static data member 'libtorrent::session_settings::send_socket_buffer_size' of NULL object session_impl.cpp:264: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:265: warning: invalid access to non-static data member 'libtorrent::session_settings::optimize_hashing_for_speed' of NULL object session_impl.cpp:265: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:266: warning: invalid access to non-static data member 'libtorrent::session_settings::file_checks_delay_per_block' of NULL object session_impl.cpp:266: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:267: warning: invalid access to non-static data member 'libtorrent::session_settings::disk_cache_algorithm' of NULL object session_impl.cpp:267: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:268: warning: invalid access to non-static data member 'libtorrent::session_settings::read_cache_line_size' of NULL object session_impl.cpp:268: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:269: warning: invalid access to non-static data member 'libtorrent::session_settings::write_cache_line_size' of NULL object session_impl.cpp:269: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:270: warning: invalid access to non-static data member 'libtorrent::session_settings::optimistic_disk_retry' of NULL object session_impl.cpp:270: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:271: warning: invalid access to non-static data member 'libtorrent::session_settings::disable_hash_checks' of NULL object session_impl.cpp:271: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:272: warning: invalid access to non-static data member 'libtorrent::session_settings::allow_reordered_disk_operations' of NULL object session_impl.cpp:272: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:273: warning: invalid access to non-static data member 'libtorrent::session_settings::max_suggest_pieces' of NULL object session_impl.cpp:273: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:274: warning: invalid access to non-static data member 'libtorrent::session_settings::drop_skipped_requests' of NULL object session_impl.cpp:274: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:275: warning: invalid access to non-static data member 'libtorrent::session_settings::low_prio_disk' of NULL object session_impl.cpp:275: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:276: warning: invalid access to non-static data member 'libtorrent::session_settings::local_service_announce_interval' of NULL object session_impl.cpp:276: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:277: warning: invalid access to non-static data member 'libtorrent::session_settings::udp_tracker_token_expiry' of NULL object session_impl.cpp:277: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:278: warning: invalid access to non-static data member 'libtorrent::session_settings::report_true_downloaded' of NULL object session_impl.cpp:278: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:279: warning: invalid access to non-static data member 'libtorrent::session_settings::strict_end_game_mode' of NULL object session_impl.cpp:279: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:287: warning: invalid access to non-static data member 'libtorrent::proxy_settings::hostname' of NULL object session_impl.cpp:287: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:288: warning: invalid access to non-static data member 'libtorrent::proxy_settings::port' of NULL object session_impl.cpp:288: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:289: warning: invalid access to non-static data member 'libtorrent::proxy_settings::username' of NULL object session_impl.cpp:289: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:290: warning: invalid access to non-static data member 'libtorrent::proxy_settings::password' of NULL object session_impl.cpp:290: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:291: warning: invalid access to non-static data member 'libtorrent::proxy_settings::type' of NULL object session_impl.cpp:291: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:299: warning: invalid access to non-static data member 'libtorrent::dht_settings::max_peers_reply' of NULL object session_impl.cpp:299: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:300: warning: invalid access to non-static data member 'libtorrent::dht_settings::search_branching' of NULL object session_impl.cpp:300: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:301: warning: invalid access to non-static data member 'libtorrent::dht_settings::service_port' of NULL object session_impl.cpp:301: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:302: warning: invalid access to non-static data member 'libtorrent::dht_settings::max_fail_count' of NULL object session_impl.cpp:302: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:311: warning: invalid access to non-static data member 'libtorrent::pe_settings::out_enc_policy' of NULL object session_impl.cpp:311: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:312: warning: invalid access to non-static data member 'libtorrent::pe_settings::in_enc_policy' of NULL object session_impl.cpp:312: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:313: warning: invalid access to non-static data member 'libtorrent::pe_settings::allowed_enc_level' of NULL object session_impl.cpp:313: warning: (perhaps the 'offsetof' macro was used incorrectly) session_impl.cpp:314: warning: invalid access to non-static data member 'libtorrent::pe_settings::prefer_rc4' of NULL object session_impl.cpp:314: warning: (perhaps the 'offsetof' macro was used incorrectly) CXX smart_ban.lo CXX socks5_stream.lo CXX stat.lo CXX storage.lo CXX torrent.lo CXX torrent_handle.lo CXX torrent_info.lo CXX tracker_manager.lo CXX udp_socket.lo CXX udp_tracker_connection.lo CXX upnp.lo CXX ut_metadata.lo CXX ut_pex.lo CXX web_peer_connection.lo CXX closest_nodes.lo CXX dht_tracker.lo CXX find_data.lo CXX node.lo CXX node_id.lo CXX refresh.lo CXX routing_table.lo CXX rpc_manager.lo CXX traversal_algorithm.lo CC GeoIP.lo cc1: warning: command line option "-ftemplate-depth-100" is valid for C++/ObjC++ but not for C CXXLD libtorrent-rasterbar.la make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/src' Making all in examples make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/examples' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/examples' Making all in test make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/test' Making all in bindings make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' Making all in python make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings/python' /usr/bin/python setup.py build running build running build_ext building 'libtorrent' extension creating build creating build/temp.linux-i686-2.6 creating build/temp.linux-i686-2.6/src gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/module.cpp -o build/temp.linux-i686-2.6/src/module.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/peer_info.cpp -o build/temp.linux-i686-2.6/src/peer_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from /usr/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52, from /usr/include/boost/python/detail/caller.hpp:134, from /usr/include/boost/python/object/function_handle.hpp:8, from /usr/include/boost/python/converter/arg_to_python.hpp:19, from /usr/include/boost/python/call.hpp:15, from /usr/include/boost/python/object_core.hpp:12, from /usr/include/boost/python/args.hpp:25, from /usr/include/boost/python.hpp:11, from src/peer_info.cpp:7: ../../include/libtorrent/bitfield.hpp: In member function 'PyObject* boost::python::detail::caller_arity<1u>::impl::operator()(PyObject*, PyObject*) [with F = int (*)(const libtorrent::peer_info&), Policies = boost::python::default_call_policies, Sig = boost::mpl::vector2]': ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1325' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1325' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1325' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here ../../include/libtorrent/bitfield.hpp: In member function 'PyObject* boost::python::detail::caller_arity<1u>::impl::operator()(PyObject*, PyObject*) [with F = boost::python::tuple (*)(const libtorrent::peer_info&), Policies = boost::python::default_call_policies, Sig = boost::mpl::vector2]': ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1325' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1325' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1325' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/datetime.cpp -o build/temp.linux-i686-2.6/src/datetime.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/extensions.cpp -o build/temp.linux-i686-2.6/src/extensions.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/torrent.hpp:56, from src/extensions.cpp:7: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/create_torrent.cpp -o build/temp.linux-i686-2.6/src/create_torrent.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/bencode.hpp:78, from ../../include/libtorrent/create_torrent.hpp:36, from src/create_torrent.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/version.cpp -o build/temp.linux-i686-2.6/src/version.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/torrent_info.cpp -o build/temp.linux-i686-2.6/src/torrent_info.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from src/torrent_info.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/torrent.cpp -o build/temp.linux-i686-2.6/src/torrent.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/torrent.hpp:56, from src/torrent.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/magnet_uri.cpp -o build/temp.linux-i686-2.6/src/magnet_uri.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/session.hpp:52, from src/magnet_uri.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/entry.cpp -o build/temp.linux-i686-2.6/src/entry.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/session.hpp:52, from src/entry.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/torrent_handle.cpp -o build/temp.linux-i686-2.6/src/torrent_handle.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from src/torrent_handle.cpp:7: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/filesystem.cpp -o build/temp.linux-i686-2.6/src/filesystem.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED src/filesystem.cpp: In static member function 'static void path_from_python::construct(PyObject*, boost::python::converter::rvalue_from_python_stage1_data*)': src/filesystem.cpp:52: warning: unused variable 'ret' gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/utility.cpp -o build/temp.linux-i686-2.6/src/utility.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/bencode.hpp:78, from src/utility.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/session_settings.cpp -o build/temp.linux-i686-2.6/src/session_settings.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/session.hpp:52, from src/session_settings.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/big_number.cpp -o build/temp.linux-i686-2.6/src/big_number.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/torrent_status.cpp -o build/temp.linux-i686-2.6/src/torrent_status.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from src/torrent_status.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from /usr/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52, from /usr/include/boost/python/detail/caller.hpp:134, from /usr/include/boost/python/object/function_handle.hpp:8, from /usr/include/boost/python/converter/arg_to_python.hpp:19, from /usr/include/boost/python/call.hpp:15, from /usr/include/boost/python/object_core.hpp:12, from /usr/include/boost/python/args.hpp:25, from /usr/include/boost/python.hpp:11, from src/torrent_status.cpp:5: ../../include/libtorrent/bitfield.hpp: In member function 'PyObject* boost::python::detail::caller_arity<1u>::impl::operator()(PyObject*, PyObject*) [with F = boost::python::api::object (*)(const libtorrent::torrent_status&), Policies = boost::python::default_call_policies, Sig = boost::mpl::vector2]': ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.2079' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.2079' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.2079' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.2079' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.2079' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.2079' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/peer_plugin.cpp -o build/temp.linux-i686-2.6/src/peer_plugin.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from src/peer_plugin.cpp:9: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from /usr/include/boost/python/object/function_handle.hpp:10, from /usr/include/boost/python/converter/arg_to_python.hpp:19, from /usr/include/boost/python/call.hpp:15, from /usr/include/boost/python/object_core.hpp:12, from /usr/include/boost/python/args.hpp:25, from /usr/include/boost/python.hpp:11, from src/peer_plugin.cpp:14: ../../include/libtorrent/bitfield.hpp: In member function 'PyObject* boost::python::objects::caller_py_function_impl::operator()(PyObject*, PyObject*) [with Caller = boost::python::detail::caller >]': ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here ../../include/libtorrent/bitfield.hpp: In member function 'PyObject* boost::python::objects::caller_py_function_impl::operator()(PyObject*, PyObject*) [with Caller = boost::python::detail::caller::peer_plugin_wrap::*)(const libtorrent::bitfield&), boost::python::default_call_policies, boost::mpl::vector3::peer_plugin_wrap&, const libtorrent::bitfield&> >]': ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules ../../include/libtorrent/bitfield.hpp:259: warning: dereferencing pointer 'p.1013' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/session.cpp -o build/temp.linux-i686-2.6/src/session.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/session.hpp:52, from src/session.cpp:6: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules src/session.cpp: In function 'libtorrent::torrent_handle::add_torrent_depr(libtorrent::session&, const libtorrent::torrent_info&, const boost::filesystem::path&, const libtorrent::entry&, libtorrent::storage_mode_t, bool)': src/session.cpp:67: warning: 'libtorrent::torrent_handle libtorrent::session::add_torrent(const libtorrent::torrent_info&, const boost::filesystem::path&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_interface* (*)(const libtorrent::file_storage&, const libtorrent::file_storage*, const boost::filesystem::path&, libtorrent::file_pool&))' is deprecated (declared at ../../include/libtorrent/session.hpp:254) gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/fingerprint.cpp -o build/temp.linux-i686-2.6/src/fingerprint.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/ip_filter.cpp -o build/temp.linux-i686-2.6/src/ip_filter.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/converters.cpp -o build/temp.linux-i686-2.6/src/converters.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -lpthread -O2 -march=i486 -mtune=i686 -fPIC -I../../include -I/usr/include -I/usr/include/python2.6 -c src/alert.cpp -o build/temp.linux-i686-2.6/src/alert.o -DTORRENT_USE_OPENSSL -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DTORRENT_LINKING_SHARED In file included from ../../include/libtorrent/torrent_info.hpp:52, from ../../include/libtorrent/torrent_handle.hpp:52, from ../../include/libtorrent/alert_types.hpp:37, from src/alert.cpp:7: ../../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': ../../include/libtorrent/entry.hpp:270: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const libtorrent::size_type& libtorrent::entry::integer() const': ../../include/libtorrent/entry.hpp:281: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::string& libtorrent::entry::string()': ../../include/libtorrent/entry.hpp:293: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::string& libtorrent::entry::string() const': ../../include/libtorrent/entry.hpp:304: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::list >& libtorrent::entry::list()': ../../include/libtorrent/entry.hpp:316: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::list >& libtorrent::entry::list() const': ../../include/libtorrent/entry.hpp:327: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict()': ../../include/libtorrent/entry.hpp:339: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../include/libtorrent/entry.hpp: In member function 'const std::map, std::allocator >, libtorrent::entry, std::less, std::allocator > >, std::allocator, std::allocator >, libtorrent::entry> > >& libtorrent::entry::dict() const': ../../include/libtorrent/entry.hpp:350: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from /usr/include/boost/python/object/function_handle.hpp:10, from /usr/include/boost/python/converter/arg_to_python.hpp:19, from /usr/include/boost/python/call.hpp:15, from /usr/include/boost/python/object_core.hpp:12, from /usr/include/boost/python/args.hpp:25, from /usr/include/boost/python.hpp:11, from src/alert.cpp:5: ../../include/libtorrent/alert_types.hpp: In member function 'PyObject* boost::python::objects::caller_py_function_impl::operator()(PyObject*, PyObject*) [with Caller = boost::python::detail::caller, std::allocator >, const libtorrent::read_piece_alert&> >]': ../../include/libtorrent/alert_types.hpp:100: warning: dereferencing pointer 'p.5040' does break strict-aliasing rules /usr/include/boost/python/detail/destroy.hpp:90: note: initialized from here ../../include/libtorrent/alert_types.hpp:48: warning: dereferencing pointer 'this.4047' does break strict-aliasing rules ../../include/libtorrent/alert_types.hpp:100: note: initialized from here creating build/lib.linux-i686-2.6 g++ -pthread -shared -lpthread -O2 -march=i486 -mtune=i686 build/temp.linux-i686-2.6/src/module.o build/temp.linux-i686-2.6/src/peer_info.o build/temp.linux-i686-2.6/src/datetime.o build/temp.linux-i686-2.6/src/extensions.o build/temp.linux-i686-2.6/src/create_torrent.o build/temp.linux-i686-2.6/src/version.o build/temp.linux-i686-2.6/src/torrent_info.o build/temp.linux-i686-2.6/src/torrent.o build/temp.linux-i686-2.6/src/magnet_uri.o build/temp.linux-i686-2.6/src/entry.o build/temp.linux-i686-2.6/src/torrent_handle.o build/temp.linux-i686-2.6/src/filesystem.o build/temp.linux-i686-2.6/src/utility.o build/temp.linux-i686-2.6/src/session_settings.o build/temp.linux-i686-2.6/src/big_number.o build/temp.linux-i686-2.6/src/torrent_status.o build/temp.linux-i686-2.6/src/peer_plugin.o build/temp.linux-i686-2.6/src/session.o build/temp.linux-i686-2.6/src/fingerprint.o build/temp.linux-i686-2.6/src/ip_filter.o build/temp.linux-i686-2.6/src/converters.o build/temp.linux-i686-2.6/src/alert.o -L../../src/.libs -L/usr/lib -ltorrent-rasterbar -lz -lrt -lboost_system -lboost_filesystem -lboost_thread -lboost_python -lssl -lcrypto -ldl -lpython2.6 -o build/lib.linux-i686-2.6/libtorrent.so -L/usr/lib make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings/python' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0' Making install in include/libtorrent make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/include/libtorrent' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/include/libtorrent' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include/libtorrent" || /bin/mkdir -p "/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent" /bin/ginstall -c -m 644 alert.hpp alert_types.hpp alloca.hpp allocator.hpp assert.hpp bandwidth_limit.hpp bandwidth_manager.hpp bandwidth_queue_entry.hpp bencode.hpp bitfield.hpp broadcast_socket.hpp bt_peer_connection.hpp buffer.hpp chained_buffer.hpp config.hpp connection_queue.hpp ConvertUTF.h create_torrent.hpp debug.hpp disk_buffer_holder.hpp disk_io_thread.hpp entry.hpp enum_net.hpp error_code.hpp escape_string.hpp extensions.hpp file.hpp file_pool.hpp file_storage.hpp fingerprint.hpp gzip.hpp hasher.hpp http_connection.hpp http_parser.hpp http_seed_connection.hpp http_stream.hpp http_tracker_connection.hpp identify_client.hpp instantiate_connection.hpp intrusive_ptr_base.hpp '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/.' /bin/ginstall -c -m 644 invariant_check.hpp io.hpp ip_filter.hpp lazy_entry.hpp lsd.hpp magnet_uri.hpp natpmp.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 random_sample.hpp session.hpp session_settings.hpp session_status.hpp size_type.hpp socket.hpp socket_type.hpp socks5_stream.hpp ssl_stream.hpp stat.hpp storage.hpp time.hpp torrent_handle.hpp torrent.hpp torrent_info.hpp tracker_manager.hpp udp_socket.hpp udp_tracker_connection.hpp upnp.hpp utf8.hpp variant_stream.hpp '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/.' /bin/mkdir -p '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/kademlia' /bin/ginstall -c -m 644 kademlia/closest_nodes.hpp kademlia/dht_tracker.hpp kademlia/find_data.hpp kademlia/logging.hpp kademlia/msg.hpp kademlia/node_entry.hpp kademlia/node.hpp kademlia/node_id.hpp kademlia/observer.hpp kademlia/refresh.hpp kademlia/routing_table.hpp kademlia/rpc_manager.hpp kademlia/traversal_algorithm.hpp '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/kademlia' /bin/ginstall -c -m 644 version.hpp web_peer_connection.hpp xml_parse.hpp GeoIP.h '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/.' /bin/mkdir -p '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/aux_' /bin/ginstall -c -m 644 aux_/session_impl.hpp '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/aux_' /bin/mkdir -p '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/extensions' /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 '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/extensions' make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/include/libtorrent' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/include/libtorrent' Making install in zlib make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/zlib' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/zlib' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/zlib' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/zlib' Making install in src make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/src' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/src' test -z "/usr/lib" || /bin/mkdir -p "/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib" /bin/sh ../libtool --mode=install /bin/ginstall -c libtorrent-rasterbar.la '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib' libtool: install: /bin/ginstall -c .libs/libtorrent-rasterbar.so.6.0.0 /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/libtorrent-rasterbar.so.6.0.0 libtool: install: (cd /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib && { ln -s -f libtorrent-rasterbar.so.6.0.0 libtorrent-rasterbar.so.6 || { rm -f libtorrent-rasterbar.so.6 && ln -s libtorrent-rasterbar.so.6.0.0 libtorrent-rasterbar.so.6; }; }) libtool: install: (cd /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib && { ln -s -f libtorrent-rasterbar.so.6.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.6.0.0 libtorrent-rasterbar.so; }; }) libtool: install: /bin/ginstall -c .libs/libtorrent-rasterbar.lai /home/slackel/salix-current/libtorrent-rasterbar/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 `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/src' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/src' Making install in examples make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/examples' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/examples' test -z "/usr/bin" || /bin/mkdir -p "/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/bin" make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/examples' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/examples' Making install in test make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/test' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/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 `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/test' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/test' Making install in bindings make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' Making install in python make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings/python' /usr/bin/python setup.py build running build running build_ext make[3]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings/python' /usr/bin/python setup.py install --prefix=/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr running install running build running build_ext running install_lib creating /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/python2.6 creating /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/python2.6/site-packages copying build/lib.linux-i686-2.6/libtorrent.so -> /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/python2.6/site-packages running install_egg_info Writing /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/python2.6/site-packages/python_libtorrent-0.15.0-py2.6.egg-info make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings/python' make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings/python' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[3]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/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 `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0/bindings' make[1]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0' make[2]: Entering directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/pkgconfig" /bin/ginstall -c -m 644 libtorrent-rasterbar.pc '/home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0' make[1]: Leaving directory `/home/slackel/salix-current/libtorrent-rasterbar/src/libtorrent-rasterbar-0.15.0' /home/slackel/salix-current/libtorrent-rasterbar/pkg: total 8 drwxr-xr-x 2 root root 4096 May 19 22:06 install drwxr-xr-x 7 root root 4096 May 19 22:06 usr /home/slackel/salix-current/libtorrent-rasterbar/pkg/install: total 4 -rw-r--r-- 1 root root 558 May 19 22:06 slack-desc /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr: total 20 drwxr-xr-x 2 root root 4096 May 19 22:06 bin drwxr-xr-x 3 root root 4096 May 19 22:06 doc drwxr-xr-x 3 root root 4096 May 19 22:06 include drwxr-xr-x 4 root root 4096 May 19 22:06 lib drwxr-xr-x 3 root root 4096 May 19 21:46 src /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/bin: total 0 /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/doc: total 4 drwxr-xr-x 3 root root 4096 May 19 22:06 libtorrent-rasterbar-0.15.0 /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/doc/libtorrent-rasterbar-0.15.0: total 52 -rw-r--r-- 1 root root 495 May 19 22:06 AUTHORS -rw-r--r-- 1 root root 1526 May 19 22:06 COPYING -rw-r--r-- 1 root root 30103 May 19 22:06 ChangeLog -rw-r--r-- 1 root root 36 May 19 22:06 NEWS -rw-r--r-- 1 root root 538 May 19 22:06 README drwxr-xr-x 2 root root 4096 May 19 21:46 docs /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/doc/libtorrent-rasterbar-0.15.0/docs: total 2652 -rw-r--r-- 1 root root 37932 Aug 21 2009 Linkage.png -rw-r--r-- 1 root root 8698 Aug 21 2009 acquasition.jpg -rw-r--r-- 1 root root 5201 Aug 21 2009 arctic_thumb.png -rw-r--r-- 1 root root 2766 Aug 21 2009 bitbuddy_thumb.jpg -rw-r--r-- 1 root root 4667 Aug 21 2009 bitfox.png -rw-r--r-- 1 root root 9566 Aug 21 2009 bitrocket_thumb.png -rw-r--r-- 1 root root 23988 Aug 21 2009 bitscast_thumb.png -rw-r--r-- 1 root root 26204 Aug 21 2009 bitslug_thumb.png -rw-r--r-- 1 root root 42653 Aug 21 2009 btg_thumb.jpg -rw-r--r-- 1 root root 29631 Aug 21 2009 bubba.png -rw-r--r-- 1 root root 43055 Feb 6 20:31 building.html -rw-r--r-- 1 root root 37257 Aug 21 2009 building.rst -rw-r--r-- 1 root root 4552 Feb 6 20:31 client_test.html -rw-r--r-- 1 root root 110655 Aug 21 2009 client_test.png -rw-r--r-- 1 root root 2178 Aug 21 2009 client_test.rst -rw-r--r-- 1 root root 36818 Aug 21 2009 deluge.png -rw-r--r-- 1 root root 4664 Feb 6 20:31 dht_extensions.html -rw-r--r-- 1 root root 1987 Aug 21 2009 dht_extensions.rst -rw-r--r-- 1 root root 3032 Aug 21 2009 disk_access.png -rw-r--r-- 1 root root 5170 Aug 21 2009 disk_buffer.png -rw-r--r-- 1 root root 4846 Aug 21 2009 disk_buffer_before_optimization.png -rw-r--r-- 1 root root 5340 Aug 21 2009 disk_buffer_sample.png -rw-r--r-- 1 root root 4393 Aug 21 2009 disk_io.png -rw-r--r-- 1 root root 6882 Aug 21 2009 electric_sheep_thumb.jpg -rw-r--r-- 1 root root 11397 Feb 6 20:31 examples.html -rw-r--r-- 1 root root 6231 Aug 21 2009 examples.rst -rw-r--r-- 1 root root 12670 Feb 6 20:31 extension_protocol.html -rw-r--r-- 1 root root 10831 Aug 21 2009 extension_protocol.rst -rw-r--r-- 1 root root 45067 Aug 21 2009 fatrat.png -rw-r--r-- 1 root root 52045 Aug 21 2009 fdm.png -rw-r--r-- 1 root root 22790 Mar 20 10:25 features.html -rw-r--r-- 1 root root 17108 Mar 20 10:22 features.rst -rw-r--r-- 1 root root 26385 Aug 21 2009 firetorrent.png -rw-r--r-- 1 root root 9581 Aug 21 2009 flush.jpg -rw-r--r-- 1 root root 20926 Aug 21 2009 halite_thumb.png -rw-r--r-- 1 root root 12093 Aug 21 2009 im_thumb.jpg -rw-r--r-- 1 root root 7165 Feb 19 06:09 index.html -rw-r--r-- 1 root root 4372 Feb 19 06:09 index.rst -rw-r--r-- 1 root root 28376 Aug 21 2009 leechcraft.png -rw-r--r-- 1 root root 13632 Feb 6 20:31 libtorrent_plugins.html -rw-r--r-- 1 root root 7842 Aug 21 2009 libtorrent_plugins.rst -rw-r--r-- 1 root root 53067 Aug 21 2009 libtorrent_screen.png -rw-r--r-- 1 root root 20970 Aug 21 2009 limewire.png -rw-r--r-- 1 root root 15486 Aug 21 2009 lince.png -rw-r--r-- 1 root root 20460 Mar 20 10:25 make_torrent.html -rw-r--r-- 1 root root 12691 Mar 20 10:22 make_torrent.rst -rw-r--r-- 1 root root 372239 Mar 20 10:25 manual.html -rw-r--r-- 1 root root 281952 Mar 20 10:22 manual.rst -rw-r--r-- 1 root root 76720 Aug 21 2009 merkle_tree.graffle -rw-r--r-- 1 root root 18792 Aug 21 2009 merkle_tree.png -rw-r--r-- 1 root root 8299 Feb 6 19:31 miro.jpg -rw-r--r-- 1 root root 8443 Aug 21 2009 moopolice_thumb.gif -rw-r--r-- 1 root root 13760 Feb 6 20:31 projects.html -rw-r--r-- 1 root root 7979 Jan 19 02:14 projects.rst -rw-r--r-- 1 root root 68026 Aug 21 2009 pump.png -rw-r--r-- 1 root root 7456 Feb 6 20:31 python_binding.html -rw-r--r-- 1 root root 3696 Aug 21 2009 python_binding.rst -rw-r--r-- 1 root root 5009 Aug 21 2009 qbittorrent_thumb.jpg -rw-r--r-- 1 root root 498 Aug 21 2009 read_disk_buffers.dot -rw-r--r-- 1 root root 162013 Aug 21 2009 read_disk_buffers.graffle -rw-r--r-- 1 root root 50638 Aug 21 2009 read_disk_buffers.png -rw-r--r-- 1 root root 5275 Feb 6 20:31 running_tests.html -rw-r--r-- 1 root root 2096 Aug 21 2009 running_tests.rst -rw-r--r-- 1 root root 3902 Aug 21 2009 session_stats_peers.png -rw-r--r-- 1 root root 94532 Aug 21 2009 storage.graffle -rw-r--r-- 1 root root 30224 Aug 21 2009 storage.png -rw-r--r-- 1 root root 5092 Aug 21 2009 style.css -rw-r--r-- 1 root root 28742 Feb 6 20:31 tuning.html -rw-r--r-- 1 root root 21497 Aug 24 2009 tuning.rst -rw-r--r-- 1 root root 8686 Aug 21 2009 tvblob.jpg -rw-r--r-- 1 root root 10746 Aug 21 2009 tvitty.jpg -rw-r--r-- 1 root root 13988 Feb 6 20:31 udp_tracker_protocol.html -rw-r--r-- 1 root root 15075 Aug 21 2009 udp_tracker_protocol.rst -rw-r--r-- 1 root root 49602 Aug 21 2009 unicode_support.png -rw-r--r-- 1 root root 514 Aug 21 2009 write_disk_buffers.dot -rw-r--r-- 1 root root 156495 Aug 21 2009 write_disk_buffers.graffle -rw-r--r-- 1 root root 50619 Aug 21 2009 write_disk_buffers.png -rw-r--r-- 1 root root 6827 Aug 21 2009 ziptorrent_thumb.gif /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include: total 4 drwxr-xr-x 5 root root 4096 May 19 22:06 libtorrent /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent: total 748 -rw-r--r-- 1 root root 6309 May 19 22:06 ConvertUTF.h -rw-r--r-- 1 root root 6118 May 19 22:06 GeoIP.h -rw-r--r-- 1 root root 6199 May 19 22:06 alert.hpp -rw-r--r-- 1 root root 42441 May 19 22:06 alert_types.hpp -rw-r--r-- 1 root root 1808 May 19 22:06 alloca.hpp -rw-r--r-- 1 root root 1935 May 19 22:06 allocator.hpp -rw-r--r-- 1 root root 2136 May 19 22:06 assert.hpp drwxr-xr-x 2 root root 4096 May 19 22:06 aux_ -rw-r--r-- 1 root root 3445 May 19 22:06 bandwidth_limit.hpp -rw-r--r-- 1 root root 6789 May 19 22:06 bandwidth_manager.hpp -rw-r--r-- 1 root root 3168 May 19 22:06 bandwidth_queue_entry.hpp -rw-r--r-- 1 root root 9461 May 19 22:06 bencode.hpp -rw-r--r-- 1 root root 6979 May 19 22:06 bitfield.hpp -rw-r--r-- 1 root root 3794 May 19 22:06 broadcast_socket.hpp -rw-r--r-- 1 root root 11989 May 19 22:06 bt_peer_connection.hpp -rw-r--r-- 1 root root 4992 May 19 22:06 buffer.hpp -rw-r--r-- 1 root root 5585 May 19 22:06 chained_buffer.hpp -rw-r--r-- 1 root root 6304 May 19 22:06 config.hpp -rw-r--r-- 1 root root 3288 May 19 22:06 connection_queue.hpp -rw-r--r-- 1 root root 12061 May 19 22:06 create_torrent.hpp -rw-r--r-- 1 root root 2970 May 19 22:06 debug.hpp -rw-r--r-- 1 root root 2551 May 19 22:06 disk_buffer_holder.hpp -rw-r--r-- 1 root root 11649 May 19 22:06 disk_io_thread.hpp -rw-r--r-- 1 root root 9260 May 19 22:06 entry.hpp -rw-r--r-- 1 root root 2593 May 19 22:06 enum_net.hpp -rw-r--r-- 1 root root 7968 May 19 22:06 error_code.hpp -rw-r--r-- 1 root root 3941 May 19 22:06 escape_string.hpp drwxr-xr-x 2 root root 4096 May 19 22:06 extensions -rw-r--r-- 1 root root 6091 May 19 22:06 extensions.hpp -rw-r--r-- 1 root root 5061 May 19 22:06 file.hpp -rw-r--r-- 1 root root 2688 May 19 22:06 file_pool.hpp -rw-r--r-- 1 root root 5532 May 19 22:06 file_storage.hpp -rw-r--r-- 1 root root 2859 May 19 22:06 fingerprint.hpp -rw-r--r-- 1 root root 1832 May 19 22:06 gzip.hpp -rw-r--r-- 1 root root 3352 May 19 22:06 hasher.hpp -rw-r--r-- 1 root root 6559 May 19 22:06 http_connection.hpp -rw-r--r-- 1 root root 3591 May 19 22:06 http_parser.hpp -rw-r--r-- 1 root root 5312 May 19 22:06 http_seed_connection.hpp -rw-r--r-- 1 root root 3307 May 19 22:06 http_stream.hpp -rw-r--r-- 1 root root 3339 May 19 22:06 http_tracker_connection.hpp -rw-r--r-- 1 root root 2062 May 19 22:06 identify_client.hpp -rw-r--r-- 1 root root 1820 May 19 22:06 instantiate_connection.hpp -rw-r--r-- 1 root root 2747 May 19 22:06 intrusive_ptr_base.hpp -rw-r--r-- 1 root root 1490 May 19 22:06 invariant_check.hpp -rw-r--r-- 1 root root 4555 May 19 22:06 io.hpp -rw-r--r-- 1 root root 7570 May 19 22:06 ip_filter.hpp drwxr-xr-x 2 root root 4096 May 19 22:06 kademlia -rw-r--r-- 1 root root 6514 May 19 22:06 lazy_entry.hpp -rw-r--r-- 1 root root 2937 May 19 22:06 lsd.hpp -rw-r--r-- 1 root root 2635 May 19 22:06 magnet_uri.hpp -rw-r--r-- 1 root root 4709 May 19 22:06 natpmp.hpp -rw-r--r-- 1 root root 1997 May 19 22:06 parse_url.hpp -rw-r--r-- 1 root root 4020 May 19 22:06 pch.hpp -rw-r--r-- 1 root root 3671 May 19 22:06 pe_crypto.hpp -rw-r--r-- 1 root root 1947 May 19 22:06 peer.hpp -rw-r--r-- 1 root root 33843 May 19 22:06 peer_connection.hpp -rw-r--r-- 1 root root 5161 May 19 22:06 peer_id.hpp -rw-r--r-- 1 root root 5966 May 19 22:06 peer_info.hpp -rw-r--r-- 1 root root 1878 May 19 22:06 peer_request.hpp -rw-r--r-- 1 root root 2095 May 19 22:06 piece_block_progress.hpp -rw-r--r-- 1 root root 18599 May 19 22:06 piece_picker.hpp -rw-r--r-- 1 root root 13700 May 19 22:06 policy.hpp -rw-r--r-- 1 root root 4891 May 19 22:06 proxy_base.hpp -rw-r--r-- 1 root root 2159 May 19 22:06 random_sample.hpp -rw-r--r-- 1 root root 12897 May 19 22:06 session.hpp -rw-r--r-- 1 root root 24766 May 19 22:06 session_settings.hpp -rw-r--r-- 1 root root 3082 May 19 22:06 session_status.hpp -rw-r--r-- 1 root root 1836 May 19 22:06 size_type.hpp -rw-r--r-- 1 root root 7364 May 19 22:06 socket.hpp -rw-r--r-- 1 root root 1819 May 19 22:06 socket_type.hpp -rw-r--r-- 1 root root 4816 May 19 22:06 socks5_stream.hpp -rw-r--r-- 1 root root 5734 May 19 22:06 ssl_stream.hpp -rw-r--r-- 1 root root 9392 May 19 22:06 stat.hpp -rw-r--r-- 1 root root 14542 May 19 22:06 storage.hpp -rw-r--r-- 1 root root 12080 May 19 22:06 time.hpp -rw-r--r-- 1 root root 34973 May 19 22:06 torrent.hpp -rw-r--r-- 1 root root 17114 May 19 22:06 torrent_handle.hpp -rw-r--r-- 1 root root 12559 May 19 22:06 torrent_info.hpp -rw-r--r-- 1 root root 7080 May 19 22:06 tracker_manager.hpp -rw-r--r-- 1 root root 4877 May 19 22:06 udp_socket.hpp -rw-r--r-- 1 root root 3784 May 19 22:06 udp_tracker_connection.hpp -rw-r--r-- 1 root root 8495 May 19 22:06 upnp.hpp -rw-r--r-- 1 root root 3471 May 19 22:06 utf8.hpp -rw-r--r-- 1 root root 18428 May 19 22:06 variant_stream.hpp -rw-r--r-- 1 root root 1790 May 19 22:06 version.hpp -rw-r--r-- 1 root root 5627 May 19 22:06 web_peer_connection.hpp -rw-r--r-- 1 root root 5221 May 19 22:06 xml_parse.hpp /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/aux_: total 28 -rw-r--r-- 1 root root 25429 May 19 22:06 session_impl.hpp /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/extensions: total 24 -rw-r--r-- 1 root root 1959 May 19 22:06 logger.hpp -rw-r--r-- 1 root root 1966 May 19 22:06 lt_trackers.hpp -rw-r--r-- 1 root root 1981 May 19 22:06 metadata_transfer.hpp -rw-r--r-- 1 root root 1958 May 19 22:06 smart_ban.hpp -rw-r--r-- 1 root root 1966 May 19 22:06 ut_metadata.hpp -rw-r--r-- 1 root root 1973 May 19 22:06 ut_pex.hpp /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/include/libtorrent/kademlia: total 68 -rw-r--r-- 1 root root 2974 May 19 22:06 closest_nodes.hpp -rw-r--r-- 1 root root 5496 May 19 22:06 dht_tracker.hpp -rw-r--r-- 1 root root 3561 May 19 22:06 find_data.hpp -rw-r--r-- 1 root root 3335 May 19 22:06 logging.hpp -rw-r--r-- 1 root root 2982 May 19 22:06 msg.hpp -rw-r--r-- 1 root root 7035 May 19 22:06 node.hpp -rw-r--r-- 1 root root 2960 May 19 22:06 node_entry.hpp -rw-r--r-- 1 root root 2370 May 19 22:06 node_id.hpp -rw-r--r-- 1 root root 3252 May 19 22:06 observer.hpp -rw-r--r-- 1 root root 3944 May 19 22:06 refresh.hpp -rw-r--r-- 1 root root 7996 May 19 22:06 routing_table.hpp -rw-r--r-- 1 root root 3928 May 19 22:06 rpc_manager.hpp -rw-r--r-- 1 root root 4259 May 19 22:06 traversal_algorithm.hpp /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib: total 3180 -rwxr-xr-x 1 root root 1094 May 19 22:06 libtorrent-rasterbar.la lrwxrwxrwx 1 root root 29 May 19 22:06 libtorrent-rasterbar.so -> libtorrent-rasterbar.so.6.0.0 lrwxrwxrwx 1 root root 29 May 19 22:06 libtorrent-rasterbar.so.6 -> libtorrent-rasterbar.so.6.0.0 -rwxr-xr-x 1 root root 3237468 May 19 22:06 libtorrent-rasterbar.so.6.0.0 drwxr-xr-x 2 root root 4096 May 19 22:06 pkgconfig drwxr-xr-x 3 root root 4096 May 19 22:06 python2.6 /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 596 May 19 22:06 libtorrent-rasterbar.pc /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/python2.6: total 4 drwxr-xr-x 2 root root 4096 May 19 22:06 site-packages /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/lib/python2.6/site-packages: total 2104 -rwxr-xr-x 1 root root 2144208 May 19 22:06 libtorrent.so -rw-r--r-- 1 root root 365 May 19 22:06 python_libtorrent-0.15.0-py2.6.egg-info /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 May 19 22:06 libtorrent-rasterbar-0.15.0 /home/slackel/salix-current/libtorrent-rasterbar/pkg/usr/src/libtorrent-rasterbar-0.15.0: total 4 -rw-r--r-- 1 root root 1245 May 19 22:06 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libtorrent-rasterbar.so.6 -> libtorrent-rasterbar.so.6.0.0 usr/lib/libtorrent-rasterbar.so -> libtorrent-rasterbar.so.6.0.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libtorrent-rasterbar.so.6 ) ( cd usr/lib ; ln -sf libtorrent-rasterbar.so.6.0.0 libtorrent-rasterbar.so.6 ) ( cd usr/lib ; rm -rf libtorrent-rasterbar.so ) ( cd usr/lib ; ln -sf libtorrent-rasterbar.so.6.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.6' 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: /home/slackel/salix-current/libtorrent-rasterbar/libtorrent-rasterbar-0.15.0-i486-2dj.txz ./ usr/ usr/src/ usr/src/libtorrent-rasterbar-0.15.0/ usr/src/libtorrent-rasterbar-0.15.0/SLKBUILD usr/doc/ usr/doc/libtorrent-rasterbar-0.15.0/ usr/doc/libtorrent-rasterbar-0.15.0/NEWS usr/doc/libtorrent-rasterbar-0.15.0/docs/ usr/doc/libtorrent-rasterbar-0.15.0/docs/arctic_thumb.png usr/doc/libtorrent-rasterbar-0.15.0/docs/make_torrent.html usr/doc/libtorrent-rasterbar-0.15.0/docs/tuning.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/merkle_tree.graffle usr/doc/libtorrent-rasterbar-0.15.0/docs/disk_buffer_sample.png usr/doc/libtorrent-rasterbar-0.15.0/docs/write_disk_buffers.png usr/doc/libtorrent-rasterbar-0.15.0/docs/projects.html usr/doc/libtorrent-rasterbar-0.15.0/docs/bitslug_thumb.png usr/doc/libtorrent-rasterbar-0.15.0/docs/unicode_support.png usr/doc/libtorrent-rasterbar-0.15.0/docs/extension_protocol.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/read_disk_buffers.graffle usr/doc/libtorrent-rasterbar-0.15.0/docs/running_tests.html usr/doc/libtorrent-rasterbar-0.15.0/docs/fdm.png usr/doc/libtorrent-rasterbar-0.15.0/docs/python_binding.html usr/doc/libtorrent-rasterbar-0.15.0/docs/read_disk_buffers.png usr/doc/libtorrent-rasterbar-0.15.0/docs/lince.png usr/doc/libtorrent-rasterbar-0.15.0/docs/building.html usr/doc/libtorrent-rasterbar-0.15.0/docs/index.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/libtorrent_plugins.html usr/doc/libtorrent-rasterbar-0.15.0/docs/examples.html usr/doc/libtorrent-rasterbar-0.15.0/docs/client_test.png usr/doc/libtorrent-rasterbar-0.15.0/docs/electric_sheep_thumb.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/session_stats_peers.png usr/doc/libtorrent-rasterbar-0.15.0/docs/bitfox.png usr/doc/libtorrent-rasterbar-0.15.0/docs/examples.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/client_test.html usr/doc/libtorrent-rasterbar-0.15.0/docs/client_test.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/leechcraft.png usr/doc/libtorrent-rasterbar-0.15.0/docs/Linkage.png usr/doc/libtorrent-rasterbar-0.15.0/docs/ziptorrent_thumb.gif usr/doc/libtorrent-rasterbar-0.15.0/docs/merkle_tree.png usr/doc/libtorrent-rasterbar-0.15.0/docs/make_torrent.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/style.css usr/doc/libtorrent-rasterbar-0.15.0/docs/miro.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/acquasition.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/disk_io.png usr/doc/libtorrent-rasterbar-0.15.0/docs/libtorrent_plugins.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/qbittorrent_thumb.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/building.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/fatrat.png usr/doc/libtorrent-rasterbar-0.15.0/docs/btg_thumb.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/moopolice_thumb.gif usr/doc/libtorrent-rasterbar-0.15.0/docs/projects.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/dht_extensions.html usr/doc/libtorrent-rasterbar-0.15.0/docs/features.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/dht_extensions.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/read_disk_buffers.dot usr/doc/libtorrent-rasterbar-0.15.0/docs/bitrocket_thumb.png usr/doc/libtorrent-rasterbar-0.15.0/docs/halite_thumb.png usr/doc/libtorrent-rasterbar-0.15.0/docs/limewire.png usr/doc/libtorrent-rasterbar-0.15.0/docs/flush.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/deluge.png usr/doc/libtorrent-rasterbar-0.15.0/docs/tvitty.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/storage.png usr/doc/libtorrent-rasterbar-0.15.0/docs/running_tests.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/tuning.html usr/doc/libtorrent-rasterbar-0.15.0/docs/index.html usr/doc/libtorrent-rasterbar-0.15.0/docs/manual.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/extension_protocol.html usr/doc/libtorrent-rasterbar-0.15.0/docs/disk_buffer_before_optimization.png usr/doc/libtorrent-rasterbar-0.15.0/docs/udp_tracker_protocol.html usr/doc/libtorrent-rasterbar-0.15.0/docs/features.html usr/doc/libtorrent-rasterbar-0.15.0/docs/firetorrent.png usr/doc/libtorrent-rasterbar-0.15.0/docs/storage.graffle usr/doc/libtorrent-rasterbar-0.15.0/docs/libtorrent_screen.png usr/doc/libtorrent-rasterbar-0.15.0/docs/tvblob.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/python_binding.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/disk_buffer.png usr/doc/libtorrent-rasterbar-0.15.0/docs/bitbuddy_thumb.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/bubba.png usr/doc/libtorrent-rasterbar-0.15.0/docs/write_disk_buffers.dot usr/doc/libtorrent-rasterbar-0.15.0/docs/im_thumb.jpg usr/doc/libtorrent-rasterbar-0.15.0/docs/write_disk_buffers.graffle usr/doc/libtorrent-rasterbar-0.15.0/docs/pump.png usr/doc/libtorrent-rasterbar-0.15.0/docs/manual.html usr/doc/libtorrent-rasterbar-0.15.0/docs/disk_access.png usr/doc/libtorrent-rasterbar-0.15.0/docs/udp_tracker_protocol.rst usr/doc/libtorrent-rasterbar-0.15.0/docs/bitscast_thumb.png usr/doc/libtorrent-rasterbar-0.15.0/ChangeLog usr/doc/libtorrent-rasterbar-0.15.0/AUTHORS usr/doc/libtorrent-rasterbar-0.15.0/README usr/doc/libtorrent-rasterbar-0.15.0/COPYING usr/lib/ usr/lib/libtorrent-rasterbar.so.6.0.0 usr/lib/pkgconfig/ usr/lib/pkgconfig/libtorrent-rasterbar.pc usr/lib/python2.6/ usr/lib/python2.6/site-packages/ usr/lib/python2.6/site-packages/python_libtorrent-0.15.0-py2.6.egg-info usr/lib/python2.6/site-packages/libtorrent.so usr/lib/libtorrent-rasterbar.la usr/bin/ usr/include/ usr/include/libtorrent/ usr/include/libtorrent/upnp.hpp usr/include/libtorrent/udp_tracker_connection.hpp usr/include/libtorrent/http_stream.hpp usr/include/libtorrent/ssl_stream.hpp usr/include/libtorrent/torrent_info.hpp usr/include/libtorrent/pch.hpp usr/include/libtorrent/gzip.hpp usr/include/libtorrent/torrent_handle.hpp usr/include/libtorrent/pe_crypto.hpp usr/include/libtorrent/extensions/ usr/include/libtorrent/extensions/ut_metadata.hpp usr/include/libtorrent/extensions/lt_trackers.hpp usr/include/libtorrent/extensions/metadata_transfer.hpp usr/include/libtorrent/extensions/smart_ban.hpp usr/include/libtorrent/extensions/logger.hpp usr/include/libtorrent/extensions/ut_pex.hpp usr/include/libtorrent/stat.hpp usr/include/libtorrent/http_parser.hpp usr/include/libtorrent/GeoIP.h usr/include/libtorrent/version.hpp usr/include/libtorrent/kademlia/ usr/include/libtorrent/kademlia/find_data.hpp usr/include/libtorrent/kademlia/dht_tracker.hpp usr/include/libtorrent/kademlia/node_id.hpp usr/include/libtorrent/kademlia/traversal_algorithm.hpp usr/include/libtorrent/kademlia/node.hpp usr/include/libtorrent/kademlia/msg.hpp usr/include/libtorrent/kademlia/observer.hpp usr/include/libtorrent/kademlia/rpc_manager.hpp usr/include/libtorrent/kademlia/refresh.hpp usr/include/libtorrent/kademlia/routing_table.hpp usr/include/libtorrent/kademlia/closest_nodes.hpp usr/include/libtorrent/kademlia/node_entry.hpp usr/include/libtorrent/kademlia/logging.hpp usr/include/libtorrent/bandwidth_manager.hpp usr/include/libtorrent/aux_/ usr/include/libtorrent/aux_/session_impl.hpp usr/include/libtorrent/bandwidth_queue_entry.hpp usr/include/libtorrent/fingerprint.hpp usr/include/libtorrent/file_storage.hpp usr/include/libtorrent/http_tracker_connection.hpp usr/include/libtorrent/time.hpp usr/include/libtorrent/enum_net.hpp usr/include/libtorrent/bencode.hpp usr/include/libtorrent/buffer.hpp usr/include/libtorrent/magnet_uri.hpp usr/include/libtorrent/bandwidth_limit.hpp usr/include/libtorrent/invariant_check.hpp usr/include/libtorrent/peer_id.hpp usr/include/libtorrent/piece_picker.hpp usr/include/libtorrent/socks5_stream.hpp usr/include/libtorrent/bitfield.hpp usr/include/libtorrent/alert_types.hpp usr/include/libtorrent/intrusive_ptr_base.hpp usr/include/libtorrent/xml_parse.hpp usr/include/libtorrent/config.hpp usr/include/libtorrent/torrent.hpp usr/include/libtorrent/escape_string.hpp usr/include/libtorrent/hasher.hpp usr/include/libtorrent/allocator.hpp usr/include/libtorrent/parse_url.hpp usr/include/libtorrent/udp_socket.hpp usr/include/libtorrent/session.hpp usr/include/libtorrent/peer_request.hpp usr/include/libtorrent/random_sample.hpp usr/include/libtorrent/peer_connection.hpp usr/include/libtorrent/ip_filter.hpp usr/include/libtorrent/session_settings.hpp usr/include/libtorrent/storage.hpp usr/include/libtorrent/error_code.hpp usr/include/libtorrent/io.hpp usr/include/libtorrent/socket_type.hpp usr/include/libtorrent/broadcast_socket.hpp usr/include/libtorrent/instantiate_connection.hpp usr/include/libtorrent/connection_queue.hpp usr/include/libtorrent/ConvertUTF.h usr/include/libtorrent/create_torrent.hpp usr/include/libtorrent/bt_peer_connection.hpp usr/include/libtorrent/alloca.hpp usr/include/libtorrent/entry.hpp usr/include/libtorrent/identify_client.hpp usr/include/libtorrent/piece_block_progress.hpp usr/include/libtorrent/peer.hpp usr/include/libtorrent/disk_io_thread.hpp usr/include/libtorrent/peer_info.hpp usr/include/libtorrent/http_connection.hpp usr/include/libtorrent/utf8.hpp usr/include/libtorrent/natpmp.hpp usr/include/libtorrent/policy.hpp usr/include/libtorrent/file_pool.hpp usr/include/libtorrent/http_seed_connection.hpp usr/include/libtorrent/tracker_manager.hpp usr/include/libtorrent/file.hpp usr/include/libtorrent/proxy_base.hpp usr/include/libtorrent/alert.hpp usr/include/libtorrent/disk_buffer_holder.hpp usr/include/libtorrent/lazy_entry.hpp usr/include/libtorrent/chained_buffer.hpp usr/include/libtorrent/variant_stream.hpp usr/include/libtorrent/socket.hpp usr/include/libtorrent/extensions.hpp usr/include/libtorrent/lsd.hpp usr/include/libtorrent/debug.hpp usr/include/libtorrent/web_peer_connection.hpp usr/include/libtorrent/assert.hpp usr/include/libtorrent/size_type.hpp usr/include/libtorrent/session_status.hpp install/ install/doinst.sh install/slack-desc Slackware package /home/slackel/salix-current/libtorrent-rasterbar/libtorrent-rasterbar-0.15.0-i486-2dj.txz created. Package has been built.