Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 419791 Details for
Bug 599801
FTBFS rb_libtorrent-0.14.8-2.fc13: ImplicitDSOLinking
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 358.51 KB, created by
FTBFS
on 2010-06-03 20:31:16 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-06-03 20:31:16 UTC
Size:
358.51 KB
patch
obsolete
>Mock Version: 1.1.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/rb_libtorrent.spec'], False, '/var/lib/mock/fedora-development-x86_64-rb_libtorrent-0.14.8-2.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x28a5b10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/rb_libtorrent.spec'] >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/rb_libtorrent-0.14.8-2.fc14.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/rb_libtorrent.spec'], False, '/var/lib/mock/fedora-development-x86_64-rb_libtorrent-0.14.8-2.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x28a5b10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/rb_libtorrent.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ymwrI1 >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf libtorrent-rasterbar-0.14.8 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/libtorrent-rasterbar-0.14.8.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd libtorrent-rasterbar-0.14.8 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ rm -f docs/building.rst docs/client_test.rst docs/dht_extensions.rst docs/examples.rst docs/extension_protocol.rst docs/features.rst docs/index.rst docs/libtorrent_plugins.rst docs/make_torrent.rst docs/manual.rst docs/projects.rst docs/python_binding.rst docs/running_tests.rst docs/udp_tracker_protocol.rst >+ install -p -m 0644 COPYING COPYING.BSD >+ install -p -m 0644 /builddir/build/SOURCES/rb_libtorrent-COPYING.Boost COPYING.Boost >+ install -p -m 0644 /builddir/build/SOURCES/rb_libtorrent-COPYING.zlib COPYING.zlib >+ iconv -t UTF-8 -f ISO_8859-15 AUTHORS -o AUTHORS.iconv >+ mv AUTHORS.iconv AUTHORS >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bQynn1 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd libtorrent-rasterbar-0.14.8 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ rm -rf include/libtorrent/asio include/libtorrent/asio.hpp >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' >+ export FFLAGS >+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --enable-examples --enable-python-binding --with-asio=system --with-boost-filesystem=mt --with-boost-program_options=mt --with-boost-python=mt --with-boost-regex=mt --with-boost-system=mt --with-boost-thread=mt --with-libgeoip=system --with-zlib=system >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for x86_64-unknown-linux-gnu-gcc... no >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >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 for style of include used by make... GNU >checking dependency style of gcc... none >checking how to run the C preprocessor... gcc -E >checking for x86_64-unknown-linux-gnu-g++... no >checking for x86_64-unknown-linux-gnu-c++... no >checking for x86_64-unknown-linux-gnu-gpp... no >checking for x86_64-unknown-linux-gnu-aCC... no >checking for x86_64-unknown-linux-gnu-CC... no >checking for x86_64-unknown-linux-gnu-cxx... no >checking for x86_64-unknown-linux-gnu-cc++... no >checking for x86_64-unknown-linux-gnu-cl.exe... no >checking for x86_64-unknown-linux-gnu-FCC... no >checking for x86_64-unknown-linux-gnu-KCC... no >checking for x86_64-unknown-linux-gnu-RCC... no >checking for x86_64-unknown-linux-gnu-xlC_r... no >checking for x86_64-unknown-linux-gnu-xlC... no >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... none >checking whether make sets $(MAKE)... (cached) yes >checking build system type... x86_64-unknown-linux-gnu >checking host system type... x86_64-unknown-linux-gnu >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1966080 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/bin/ld option to reload object files... -r >checking for x86_64-unknown-linux-gnu-objdump... no >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-unknown-linux-gnu-ar... no >checking for ar... ar >checking for x86_64-unknown-linux-gnu-strip... no >checking for strip... strip >checking for x86_64-unknown-linux-gnu-ranlib... no >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 dependency style of g++... (cached) none >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... no >checking if gcc supports -c -o file.o... yes >checking if gcc supports -c -o file.o... (cached) yes >checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for ld used by g++... /usr/bin/ld -m elf_x86_64 >checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC -DPIC >checking if g++ PIC flag -fPIC -DPIC works... yes >checking if g++ static flag -static works... no >checking if g++ supports -c -o file.o... yes >checking if g++ supports -c -o file.o... (cached) yes >checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >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 -pthread... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking for cc_r... gcc >checking for boostlib >= 1.35... yes >checking whether the Boost::System library is available... yes >checking for exit in -lmt... no >checking for exit in -lboost_system-mt... yes >checking whether the Boost::ASIO library is available... yes >checking for main in -lboost_system-mt... yes >configure: BOOST_CPPFLAGS=-I/usr/include >configure: BOOST_LDFLAGS=-L/usr/lib >checking whether the Boost::Filesystem library is available... yes >checking for exit in -lmt... (cached) no >checking for exit in -lboost_filesystem-mt... yes >checking whether the Boost::Thread library is available... yes >checking for exit in -lmt... (cached) no >checking for exit in -lboost_thread-mt... yes >checking whether the Boost::Regex library is available... yes >checking for main in -lmt... no >checking for main in -lboost_regex-mt... yes >checking whether the Boost::Program_Options library is available... yes >checking for main in -lmt... (cached) no >checking for main in -lboost_program_options-mt... yes >checking for gethostbyname... yes >checking what form of logging to use... none >checking how to use DHT... on >checking how to use encryption... on >OpenSSL found in /usr >checking which zlib implementation to use... system >checking for main in -lz... yes >checking whether to link against system libgeoip... yes >checking for x86_64-unknown-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.20... yes >configure: libgeoip: now checking for the libgeoip library... >checking for libgeoip with pkg-config... no >checking GeoIP.h usability... yes >checking GeoIP.h presence... yes >checking for GeoIP.h... yes >checking for GeoIP_new in -lGeoIP... yes >checking if python bindings should be build... 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}/lib64/python2.6/site-packages >checking for python build information... >checking for main in -lpython2.6... yes >checking python2.6/Python.h usability... yes >checking python2.6/Python.h presence... yes >checking for python2.6/Python.h... yes > results of the Python check: > Binary: python2.6 > Library: python2.6 > Include Dir: /usr/include/python2.6 >checking whether the Boost::Python library is available... yes >checking for main in -lmt... (cached) no >checking for main in -lboost_python-mt... yes >checking if the examples should be build... yes >checking if test files should be build... no >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating include/Makefile >config.status: creating zlib/Makefile >config.status: creating examples/Makefile >config.status: creating test/Makefile >config.status: creating bindings/python/Makefile >config.status: creating bindings/python/setup.py >config.status: creating libtorrent-rasterbar.pc >config.status: executing depfiles commands >config.status: executing libtool commands >+ make -j8 LIBTOOL=/usr/bin/libtool >Making all in include >make[1]: Entering directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/include' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/include' >Making all in zlib >make[1]: Entering directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/zlib' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/zlib' >Making all in src >make[1]: Entering directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/src' >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o entry.lo entry.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o escape_string.lo escape_string.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o lazy_bdecode.lo lazy_bdecode.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o assert.lo assert.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o enum_net.lo enum_net.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o broadcast_socket.lo broadcast_socket.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o peer_connection.lo peer_connection.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o bt_peer_connection.lo bt_peer_connection.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c escape_string.cpp -fPIC -DPIC -o .libs/escape_string.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c lazy_bdecode.cpp -fPIC -DPIC -o .libs/lazy_bdecode.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c entry.cpp -fPIC -DPIC -o .libs/entry.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c peer_connection.cpp -fPIC -DPIC -o .libs/peer_connection.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c enum_net.cpp -fPIC -DPIC -o .libs/enum_net.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c broadcast_socket.cpp -fPIC -DPIC -o .libs/broadcast_socket.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c assert.cpp -fPIC -DPIC -o .libs/assert.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c bt_peer_connection.cpp -fPIC -DPIC -o .libs/bt_peer_connection.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c assert.cpp -o assert.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o web_peer_connection.lo web_peer_connection.cpp >In file included from entry.cpp:39: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c web_peer_connection.cpp -fPIC -DPIC -o .libs/web_peer_connection.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c escape_string.cpp -o escape_string.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c lazy_bdecode.cpp -o lazy_bdecode.o >/dev/null 2>&1 >enum_net.cpp: In function 'int libtorrent::<unnamed>::read_nl_sock(int, char*, int, int, int)': >enum_net.cpp:126: warning: comparison between signed and unsigned integer expressions >enum_net.cpp:136: warning: comparison between signed and unsigned integer expressions >enum_net.cpp:136: warning: comparison between signed and unsigned integer expressions >enum_net.cpp: In function 'std::vector<libtorrent::ip_route, std::allocator<libtorrent::ip_route> > libtorrent::enum_routes(libtorrent::io_service&, boost::system::error_code&)': >enum_net.cpp:625: warning: comparison between signed and unsigned integer expressions >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c entry.cpp -o entry.o >/dev/null 2>&1 >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from peer_connection.cpp:41: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o natpmp.lo natpmp.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o piece_picker.lo piece_picker.cpp >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from ../include/libtorrent/bt_peer_connection.hpp:60, > from bt_peer_connection.cpp:42: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from ../include/libtorrent/web_peer_connection.hpp:60, > from web_peer_connection.cpp:43: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c natpmp.cpp -fPIC -DPIC -o .libs/natpmp.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c piece_picker.cpp -fPIC -DPIC -o .libs/piece_picker.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c enum_net.cpp -o enum_net.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o policy.lo policy.cpp >natpmp.cpp: In member function 'void libtorrent::natpmp::update_mapping(int)': >natpmp.cpp:235: warning: comparison between signed and unsigned integer expressions >natpmp.cpp: In member function 'void libtorrent::natpmp::on_reply(const boost::system::error_code&, size_t)': >natpmp.cpp:375: warning: unused variable 'version' >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c broadcast_socket.cpp -o broadcast_socket.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c policy.cpp -fPIC -DPIC -o .libs/policy.o >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/torrent_handle.hpp:52, > from ../include/libtorrent/aux_/session_impl.hpp:66, > from piece_picker.cpp:41: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o session.lo session.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c session.cpp -fPIC -DPIC -o .libs/session.o >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from policy.cpp:48: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from ../include/libtorrent/torrent_info.hpp:52, > from session.cpp:63: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c web_peer_connection.cpp -o web_peer_connection.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c bt_peer_connection.cpp -o bt_peer_connection.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o session_impl.lo session_impl.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c piece_picker.cpp -o piece_picker.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c session_impl.cpp -fPIC -DPIC -o .libs/session_impl.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c natpmp.cpp -o natpmp.o >/dev/null 2>&1 >In file included from ../include/libtorrent/torrent_info.hpp:52, > from session_impl.cpp:61: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >peer_connection.cpp: In member function 'virtual void libtorrent::peer_connection::get_peer_info(libtorrent::peer_info&) const': >peer_connection.cpp:2741: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >peer_connection.cpp:2741: note: initialized from here >peer_connection.cpp:2742: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >peer_connection.cpp:2742: note: initialized from here >peer_connection.cpp:2743: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >peer_connection.cpp:2743: note: initialized from here >peer_connection.cpp:2744: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >peer_connection.cpp:2744: note: initialized from here >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c session.cpp -o session.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c policy.cpp -o policy.o >/dev/null 2>&1 >session_impl.cpp: In member function 'void libtorrent::aux::session_impl::recalculate_unchoke_slots(int, int)': >session_impl.cpp:1634: warning: unused variable 'ret' >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o sha1.lo sha1.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c sha1.cpp -fPIC -DPIC -o .libs/sha1.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c sha1.cpp -o sha1.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o stat.lo stat.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o storage.lo storage.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o torrent.lo torrent.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c stat.cpp -fPIC -DPIC -o .libs/stat.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c storage.cpp -fPIC -DPIC -o .libs/storage.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o torrent_handle.lo torrent_handle.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c torrent.cpp -fPIC -DPIC -o .libs/torrent.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c stat.cpp -o stat.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o pe_crypto.lo pe_crypto.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c torrent_handle.cpp -fPIC -DPIC -o .libs/torrent_handle.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c pe_crypto.cpp -fPIC -DPIC -o .libs/pe_crypto.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o torrent_info.lo torrent_info.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c pe_crypto.cpp -o pe_crypto.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c torrent_info.cpp -fPIC -DPIC -o .libs/torrent_info.o >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/torrent_handle.hpp:52, > from torrent.cpp:57: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from storage.cpp:65: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o tracker_manager.lo tracker_manager.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o http_connection.lo http_connection.cpp >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from ../include/libtorrent/bt_peer_connection.hpp:60, > from torrent_handle.cpp:58: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c tracker_manager.cpp -fPIC -DPIC -o .libs/tracker_manager.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_connection.cpp -fPIC -DPIC -o .libs/http_connection.o >storage.cpp: In member function 'virtual bool libtorrent::storage::initialize(bool)': >storage.cpp:449: warning: comparison between signed and unsigned integer expressions >In file included from ../include/libtorrent/torrent_info.hpp:52, > from torrent_info.cpp:55: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >torrent.cpp: In member function 'void libtorrent::torrent::update_piece_priorities()': >torrent.cpp:1918: warning: 'libtorrent::file_storage& libtorrent::torrent_info::files()' is deprecated (declared at ../include/libtorrent/torrent_info.hpp:140) >torrent.cpp: In member function 'void libtorrent::torrent::filter_files(const std::vector<bool, std::allocator<bool> >&)': >torrent.cpp:2057: warning: 'libtorrent::file_storage& libtorrent::torrent_info::files()' is deprecated (declared at ../include/libtorrent/torrent_info.hpp:140) >torrent.cpp: In member function 'void libtorrent::torrent::write_resume_data(libtorrent::entry&) const': >torrent.cpp:2800: warning: 'libtorrent::file_storage& libtorrent::torrent_info::files()' is deprecated (declared at ../include/libtorrent/torrent_info.hpp:140) >In file included from ../include/libtorrent/tracker_manager.hpp:58, > from tracker_manager.cpp:43: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >torrent.cpp: In member function 'void libtorrent::torrent::file_progress(std::vector<long int, std::allocator<long int> >&) const': >torrent.cpp:4476: warning: 'libtorrent::file_storage& libtorrent::torrent_info::files()' is deprecated (declared at ../include/libtorrent/torrent_info.hpp:140) >torrent.cpp:4484: warning: 'libtorrent::file_storage& libtorrent::torrent_info::files()' is deprecated (declared at ../include/libtorrent/torrent_info.hpp:140) >torrent.cpp:4485: warning: 'libtorrent::file_storage& libtorrent::torrent_info::files()' is deprecated (declared at ../include/libtorrent/torrent_info.hpp:140) >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c peer_connection.cpp -o peer_connection.o >/dev/null 2>&1 >http_connection.cpp: In member function 'void libtorrent::http_connection::start(const std::string&, const std::string&, libtorrent::time_duration, int, const libtorrent::proxy_settings*, bool, int, const libtorrent::address&)': >http_connection.cpp:178: warning: unused variable 'ret' >http_connection.cpp:184: warning: unused variable 'ret' >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c torrent_info.cpp -o torrent_info.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c torrent_handle.cpp -o torrent_handle.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c storage.cpp -o storage.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c tracker_manager.cpp -o tracker_manager.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o http_tracker_connection.lo http_tracker_connection.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_tracker_connection.cpp -fPIC -DPIC -o .libs/http_tracker_connection.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o udp_tracker_connection.lo udp_tracker_connection.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c udp_tracker_connection.cpp -fPIC -DPIC -o .libs/udp_tracker_connection.o >In file included from ../include/libtorrent/tracker_manager.hpp:58, > from http_tracker_connection.cpp:55: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >torrent.cpp: In member function 'boost::tuples::tuple<long int, long int, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> libtorrent::torrent::bytes_done() const': >torrent.cpp:1286: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:1286: note: initialized from here >torrent.cpp:1289: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:1289: note: initialized from here >torrent.cpp:1289: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:1289: note: initialized from here >torrent.cpp:1297: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:1297: note: initialized from here >torrent.cpp:1298: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:1298: note: initialized from here >torrent.cpp:1302: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:1302: note: initialized from here >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c session_impl.cpp -o session_impl.o >/dev/null 2>&1 >torrent.cpp: In member function 'void libtorrent::torrent::file_progress(std::vector<long int, std::allocator<long int> >&) const': >torrent.cpp:4550: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:4550: note: initialized from here >torrent.cpp:4550: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:4550: note: initialized from here >torrent.cpp:4551: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:4551: note: initialized from here >In file included from ../include/libtorrent/tracker_manager.hpp:58, > from udp_tracker_connection.cpp:58: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >torrent.cpp: In member function 'void libtorrent::torrent::get_download_queue(std::vector<libtorrent::partial_piece_info, std::allocator<libtorrent::partial_piece_info> >&)': >torrent.cpp:2958: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:2958: note: initialized from here >torrent.cpp:2958: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:2958: note: initialized from here >torrent.cpp:2960: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules >torrent.cpp:2960: note: initialized from here >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o alert.lo alert.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c alert.cpp -fPIC -DPIC -o .libs/alert.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o identify_client.lo identify_client.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c identify_client.cpp -fPIC -DPIC -o .libs/identify_client.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c identify_client.cpp -o identify_client.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c alert.cpp -o alert.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c udp_tracker_connection.cpp -o udp_tracker_connection.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_tracker_connection.cpp -o http_tracker_connection.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o ip_filter.lo ip_filter.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ip_filter.cpp -fPIC -DPIC -o .libs/ip_filter.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o file.lo file.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c file.cpp -fPIC -DPIC -o .libs/file.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c file.cpp -o file.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o metadata_transfer.lo metadata_transfer.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c metadata_transfer.cpp -fPIC -DPIC -o .libs/metadata_transfer.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ip_filter.cpp -o ip_filter.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o logger.lo logger.cpp >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from metadata_transfer.cpp:49: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c logger.cpp -fPIC -DPIC -o .libs/logger.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o file_pool.lo file_pool.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o ut_pex.lo ut_pex.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c file_pool.cpp -fPIC -DPIC -o .libs/file_pool.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ut_pex.cpp -fPIC -DPIC -o .libs/ut_pex.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o lsd.lo lsd.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c lsd.cpp -fPIC -DPIC -o .libs/lsd.o >In file included from logger.cpp:51: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from ../include/libtorrent/tracker_manager.hpp:58, > from ../include/libtorrent/http_tracker_connection.hpp:49, > from lsd.cpp:37: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c metadata_transfer.cpp -o metadata_transfer.o >/dev/null 2>&1 >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from ut_pex.cpp:45: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >ut_pex.cpp: In member function 'virtual bool libtorrent::<unnamed>::ut_pex_peer_plugin::on_extended(int, int, libtorrent::buffer::const_interval)': >ut_pex.cpp:226: warning: unused variable 'ret' >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c torrent.cpp -o torrent.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_connection.cpp -o http_connection.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c logger.cpp -o logger.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o upnp.lo upnp.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c upnp.cpp -fPIC -DPIC -o .libs/upnp.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c lsd.cpp -o lsd.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ut_pex.cpp -o ut_pex.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c file_pool.cpp -o file_pool.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o instantiate_connection.lo instantiate_connection.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c instantiate_connection.cpp -fPIC -DPIC -o .libs/instantiate_connection.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o socks5_stream.lo socks5_stream.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c socks5_stream.cpp -fPIC -DPIC -o .libs/socks5_stream.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o socks4_stream.lo socks4_stream.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c socks4_stream.cpp -fPIC -DPIC -o .libs/socks4_stream.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o http_stream.lo http_stream.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_stream.cpp -fPIC -DPIC -o .libs/http_stream.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c instantiate_connection.cpp -o instantiate_connection.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o connection_queue.lo connection_queue.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c connection_queue.cpp -fPIC -DPIC -o .libs/connection_queue.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c socks5_stream.cpp -o socks5_stream.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c upnp.cpp -o upnp.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o disk_io_thread.lo disk_io_thread.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c disk_io_thread.cpp -fPIC -DPIC -o .libs/disk_io_thread.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c socks4_stream.cpp -o socks4_stream.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c connection_queue.cpp -o connection_queue.o >/dev/null 2>&1 >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from disk_io_thread.cpp:33: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_stream.cpp -o http_stream.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o ut_metadata.lo ut_metadata.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ut_metadata.cpp -fPIC -DPIC -o .libs/ut_metadata.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o magnet_uri.lo magnet_uri.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c magnet_uri.cpp -fPIC -DPIC -o .libs/magnet_uri.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c disk_io_thread.cpp -o disk_io_thread.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o udp_socket.lo udp_socket.cpp >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from ut_metadata.cpp:50: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c udp_socket.cpp -fPIC -DPIC -o .libs/udp_socket.o >ut_metadata.cpp: In member function 'bool libtorrent::<unnamed>::ut_metadata_plugin::received_metadata(const char*, int, int, int)': >ut_metadata.cpp:162: warning: unused variable 'ret' >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/torrent_handle.hpp:52, > from ../include/libtorrent/magnet_uri.hpp:38, > from magnet_uri.cpp:33: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >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:120: 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:205) >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o smart_ban.lo smart_ban.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c smart_ban.cpp -fPIC -DPIC -o .libs/smart_ban.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ut_metadata.cpp -o ut_metadata.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c magnet_uri.cpp -o magnet_uri.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o http_parser.lo http_parser.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_parser.cpp -fPIC -DPIC -o .libs/http_parser.o >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/storage.hpp:55, > from ../include/libtorrent/peer_connection.hpp:63, > from smart_ban.cpp:52: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c http_parser.cpp -o http_parser.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o gzip.lo gzip.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c gzip.cpp -fPIC -DPIC -o .libs/gzip.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c gzip.cpp -o gzip.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o disk_buffer_holder.lo disk_buffer_holder.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o create_torrent.lo create_torrent.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c disk_buffer_holder.cpp -fPIC -DPIC -o .libs/disk_buffer_holder.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c create_torrent.cpp -fPIC -DPIC -o .libs/create_torrent.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o parse_url.lo parse_url.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o file_storage.lo file_storage.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c parse_url.cpp -fPIC -DPIC -o .libs/parse_url.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c file_storage.cpp -fPIC -DPIC -o .libs/file_storage.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c parse_url.cpp -o parse_url.o >/dev/null 2>&1 >In file included from ../include/libtorrent/bencode.hpp:78, > from ../include/libtorrent/create_torrent.hpp:36, > from create_torrent.cpp:33: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o error_code.lo error_code.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o closest_nodes.lo `test -f 'kademlia/closest_nodes.cpp' || echo './'`kademlia/closest_nodes.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c smart_ban.cpp -o smart_ban.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c error_code.cpp -fPIC -DPIC -o .libs/error_code.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c file_storage.cpp -o file_storage.o >/dev/null 2>&1 >In file included from ../include/libtorrent/torrent_info.hpp:52, > from ../include/libtorrent/torrent_handle.hpp:52, > from ../include/libtorrent/aux_/session_impl.hpp:66, > from disk_buffer_holder.cpp:34: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/closest_nodes.cpp -fPIC -DPIC -o .libs/closest_nodes.o >error_code.cpp: In member function 'virtual std::string libtorrent::libtorrent_error_category::message(int) const': >error_code.cpp:50: warning: comparison between signed and unsigned integer expressions >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c error_code.cpp -o error_code.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o dht_tracker.lo `test -f 'kademlia/dht_tracker.cpp' || echo './'`kademlia/dht_tracker.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/dht_tracker.cpp -fPIC -DPIC -o .libs/dht_tracker.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o find_data.lo `test -f 'kademlia/find_data.cpp' || echo './'`kademlia/find_data.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/find_data.cpp -fPIC -DPIC -o .libs/find_data.o >In file included from ../include/libtorrent/kademlia/msg.hpp:38, > from ../include/libtorrent/kademlia/closest_nodes.hpp:42, > from kademlia/closest_nodes.cpp:35: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o node.lo `test -f 'kademlia/node.cpp' || echo './'`kademlia/node.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c udp_socket.cpp -o udp_socket.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/node.cpp -fPIC -DPIC -o .libs/node.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c disk_buffer_holder.cpp -o disk_buffer_holder.o >/dev/null 2>&1 >In file included from ../include/libtorrent/kademlia/rpc_manager.hpp:46, > from ../include/libtorrent/kademlia/node.hpp:41, > from kademlia/dht_tracker.cpp:45: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/closest_nodes.cpp -o closest_nodes.o >/dev/null 2>&1 >In file included from ../include/libtorrent/kademlia/rpc_manager.hpp:46, > from ../include/libtorrent/kademlia/find_data.hpp:41, > from kademlia/find_data.cpp:35: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from ../include/libtorrent/kademlia/rpc_manager.hpp:46, > from kademlia/node.cpp:45: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/find_data.cpp -o find_data.o >/dev/null 2>&1 >create_torrent.cpp: In constructor 'libtorrent::create_torrent::create_torrent(libtorrent::file_storage&)': >create_torrent.cpp:101: warning: '<anonymous>' may be used uninitialized in this function >create_torrent.cpp: In constructor 'libtorrent::create_torrent::create_torrent(libtorrent::file_storage&, int)': >create_torrent.cpp:72: warning: '<anonymous>' may be used uninitialized in this function >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c create_torrent.cpp -o create_torrent.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o node_id.lo `test -f 'kademlia/node_id.cpp' || echo './'`kademlia/node_id.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o refresh.lo `test -f 'kademlia/refresh.cpp' || echo './'`kademlia/refresh.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/node_id.cpp -fPIC -DPIC -o .libs/node_id.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/refresh.cpp -fPIC -DPIC -o .libs/refresh.o >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o routing_table.lo `test -f 'kademlia/routing_table.cpp' || echo './'`kademlia/routing_table.cpp >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o rpc_manager.lo `test -f 'kademlia/rpc_manager.cpp' || echo './'`kademlia/rpc_manager.cpp >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/node_id.cpp -o node_id.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/routing_table.cpp -fPIC -DPIC -o .libs/routing_table.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/rpc_manager.cpp -fPIC -DPIC -o .libs/rpc_manager.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/node.cpp -o node.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o traversal_algorithm.lo `test -f 'kademlia/traversal_algorithm.cpp' || echo './'`kademlia/traversal_algorithm.cpp >In file included from ../include/libtorrent/kademlia/msg.hpp:38, > from ../include/libtorrent/kademlia/refresh.hpp:41, > from kademlia/refresh.cpp:35: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/traversal_algorithm.cpp -fPIC -DPIC -o .libs/traversal_algorithm.o >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/refresh.cpp -o refresh.o >/dev/null 2>&1 >In file included from ../include/libtorrent/kademlia/rpc_manager.hpp:46, > from kademlia/rpc_manager.cpp:46: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from ../include/libtorrent/kademlia/rpc_manager.hpp:46, > from kademlia/traversal_algorithm.cpp:37: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/routing_table.cpp -o routing_table.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/rpc_manager.cpp -o rpc_manager.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/traversal_algorithm.cpp -o traversal_algorithm.o >/dev/null 2>&1 >libtool: compile: g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 0.14.8\"" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/**/" "-DHAVE_BOOST_ASIO=/**/" "-DHAVE_BOOST=/**/" "-DHAVE_BOOST_FILESYSTEM=/**/" "-DHAVE_BOOST_THREAD=/**/" "-DHAVE_BOOST_REGEX=/**/" "-DHAVE_BOOST_PROGRAM_OPTIONS=/**/" -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "-DTORRENT_USE_OPENSSL=/**/" -DHAVE_LIBZ=1 "-DHAVE_BOOST_PYTHON=/**/" "-DTORRENT_BUILDING_SHARED=/**/" "-DBOOST_EXCEPTION_DISABLE=/**/" "-DNDEBUG=/**/" -I. -pthread -I/usr/include -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c kademlia/dht_tracker.cpp -o dht_tracker.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CXX --mode=link g++ -ftemplate-depth-100 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -I/usr/include/openssl -DHAVE_SSL -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -L/usr/lib -version-info 5:0:0 -L/usr/lib -o libtorrent-rasterbar.la -rpath /usr/lib64 entry.lo escape_string.lo lazy_bdecode.lo assert.lo enum_net.lo broadcast_socket.lo peer_connection.lo bt_peer_connection.lo web_peer_connection.lo natpmp.lo piece_picker.lo policy.lo session.lo session_impl.lo sha1.lo stat.lo storage.lo torrent.lo torrent_handle.lo pe_crypto.lo torrent_info.lo tracker_manager.lo http_connection.lo http_tracker_connection.lo udp_tracker_connection.lo alert.lo identify_client.lo ip_filter.lo file.lo metadata_transfer.lo logger.lo file_pool.lo ut_pex.lo lsd.lo upnp.lo instantiate_connection.lo socks5_stream.lo socks4_stream.lo http_stream.lo connection_queue.lo disk_io_thread.lo ut_metadata.lo magnet_uri.lo udp_socket.lo smart_ban.lo http_parser.lo gzip.lo disk_buffer_holder.lo create_torrent.lo parse_url.lo file_storage.lo error_code.lo closest_nodes.lo dht_tracker.lo find_data.lo node.lo node_id.lo refresh.lo routing_table.lo rpc_manager.lo traversal_algorithm.lo -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lGeoIP -lz >libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtbeginS.o .libs/entry.o .libs/escape_string.o .libs/lazy_bdecode.o .libs/assert.o .libs/enum_net.o .libs/broadcast_socket.o .libs/peer_connection.o .libs/bt_peer_connection.o .libs/web_peer_connection.o .libs/natpmp.o .libs/piece_picker.o .libs/policy.o .libs/session.o .libs/session_impl.o .libs/sha1.o .libs/stat.o .libs/storage.o .libs/torrent.o .libs/torrent_handle.o .libs/pe_crypto.o .libs/torrent_info.o .libs/tracker_manager.o .libs/http_connection.o .libs/http_tracker_connection.o .libs/udp_tracker_connection.o .libs/alert.o .libs/identify_client.o .libs/ip_filter.o .libs/file.o .libs/metadata_transfer.o .libs/logger.o .libs/file_pool.o .libs/ut_pex.o .libs/lsd.o .libs/upnp.o .libs/instantiate_connection.o .libs/socks5_stream.o .libs/socks4_stream.o .libs/http_stream.o .libs/connection_queue.o .libs/disk_io_thread.o .libs/ut_metadata.o .libs/magnet_uri.o .libs/udp_socket.o .libs/smart_ban.o .libs/http_parser.o .libs/gzip.o .libs/disk_buffer_holder.o .libs/create_torrent.o .libs/parse_url.o .libs/file_storage.o .libs/error_code.o .libs/closest_nodes.o .libs/dht_tracker.o .libs/find_data.o .libs/node.o .libs/node_id.o .libs/refresh.o .libs/routing_table.o .libs/rpc_manager.o .libs/traversal_algorithm.o -L/usr/lib -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lGeoIP -lz -L/usr/lib/gcc/x86_64-redhat-linux/4.4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/crtn.o -pthread -m64 -mtune=generic -pthread -Wl,-soname -Wl,libtorrent-rasterbar.so.5 -o .libs/libtorrent-rasterbar.so.5.0.0 >libtool: link: (cd ".libs" && rm -f "libtorrent-rasterbar.so.5" && ln -s "libtorrent-rasterbar.so.5.0.0" "libtorrent-rasterbar.so.5") >libtool: link: (cd ".libs" && rm -f "libtorrent-rasterbar.so" && ln -s "libtorrent-rasterbar.so.5.0.0" "libtorrent-rasterbar.so") >libtool: link: ar cru .libs/libtorrent-rasterbar.a entry.o escape_string.o lazy_bdecode.o assert.o enum_net.o broadcast_socket.o peer_connection.o bt_peer_connection.o web_peer_connection.o natpmp.o piece_picker.o policy.o session.o session_impl.o sha1.o stat.o storage.o torrent.o torrent_handle.o pe_crypto.o torrent_info.o tracker_manager.o http_connection.o http_tracker_connection.o udp_tracker_connection.o alert.o identify_client.o ip_filter.o file.o metadata_transfer.o logger.o file_pool.o ut_pex.o lsd.o upnp.o instantiate_connection.o socks5_stream.o socks4_stream.o http_stream.o connection_queue.o disk_io_thread.o ut_metadata.o magnet_uri.o udp_socket.o smart_ban.o http_parser.o gzip.o disk_buffer_holder.o create_torrent.o parse_url.o file_storage.o error_code.o closest_nodes.o dht_tracker.o find_data.o node.o node_id.o refresh.o routing_table.o rpc_manager.o traversal_algorithm.o >libtool: link: ranlib .libs/libtorrent-rasterbar.a >libtool: link: ( cd ".libs" && rm -f "libtorrent-rasterbar.la" && ln -s "../libtorrent-rasterbar.la" "libtorrent-rasterbar.la" ) >make[1]: Leaving directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/src' >Making all in examples >make[1]: Entering directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples' >g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o client_test.o client_test.cpp >g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o dump_torrent.o dump_torrent.cpp >g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o make_torrent.o make_torrent.cpp >g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o simple_client.o simple_client.cpp >g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.14.8\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.14.8\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.14.8\" -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_SYSTEM=/\*\*/ -DHAVE_BOOST_ASIO=/\*\*/ -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL=/\*\*/ -DHAVE_LIBZ=1 -DHAVE_BOOST_PYTHON=/\*\*/ -DTORRENT_BUILDING_SHARED=/\*\*/ -DBOOST_EXCEPTION_DISABLE=/\*\*/ -DNDEBUG=/\*\*/ -I. -pthread -I/usr/include -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o enum_if.o enum_if.cpp >In file included from simple_client.cpp:38: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from dump_torrent.cpp:38: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from make_torrent.cpp:38: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from client_test.cpp:61: >../include/libtorrent/entry.hpp: In member function 'libtorrent::size_type& libtorrent::entry::integer()': >../include/libtorrent/entry.hpp:252: 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:263: 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:275: 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:286: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list()': >../include/libtorrent/entry.hpp:298: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::list<libtorrent::entry, std::allocator<libtorrent::entry> >& libtorrent::entry::list() const': >../include/libtorrent/entry.hpp:309: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict()': >../include/libtorrent/entry.hpp:321: warning: dereferencing type-punned pointer will break strict-aliasing rules >../include/libtorrent/entry.hpp: In member function 'const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, libtorrent::entry> > >& libtorrent::entry::dict() const': >../include/libtorrent/entry.hpp:332: warning: dereferencing type-punned pointer will break strict-aliasing rules >client_test.cpp: In function 'libtorrent::torrent_handle get_active_torrent(const handles_t&)': >client_test.cpp:597: warning: comparison between signed and unsigned integer expressions >/usr/bin/libtool --tag=CXX --mode=link g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -L./ -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -L/usr/lib -lssl -lcrypto -L/usr/lib -o enum_if enum_if.o ../src/libtorrent-rasterbar.la -lGeoIP -lz >client_test.cpp: In function 'int main(int, char**)': >client_test.cpp:892: warning: 'void libtorrent::session::set_severity_level(libtorrent::alert::severity_t)' is deprecated (declared at ../include/libtorrent/session.hpp:333) >client_test.cpp:894: warning: 'void libtorrent::session::set_severity_level(libtorrent::alert::severity_t)' is deprecated (declared at ../include/libtorrent/session.hpp:333) >client_test.cpp:896: warning: 'void libtorrent::session::set_severity_level(libtorrent::alert::severity_t)' is deprecated (declared at ../include/libtorrent/session.hpp:333) >client_test.cpp:898: warning: 'void libtorrent::session::set_severity_level(libtorrent::alert::severity_t)' is deprecated (declared at ../include/libtorrent/session.hpp:333) >client_test.cpp:1074: warning: comparison between signed and unsigned integer expressions >libtool: link: g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -o .libs/enum_if enum_if.o -L/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples -L/usr/lib ../src/.libs/libtorrent-rasterbar.so -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lGeoIP -lz -pthread >/usr/bin/libtool --tag=CXX --mode=link g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -L./ -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -L/usr/lib -lssl -lcrypto -L/usr/lib -o simple_client simple_client.o ../src/libtorrent-rasterbar.la -lGeoIP -lz >libtool: link: g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -o .libs/simple_client simple_client.o -L/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples -L/usr/lib ../src/.libs/libtorrent-rasterbar.so -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lGeoIP -lz -pthread >/usr/bin/libtool --tag=CXX --mode=link g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -L./ -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -L/usr/lib -lssl -lcrypto -L/usr/lib -o dump_torrent dump_torrent.o ../src/libtorrent-rasterbar.la -lGeoIP -lz >libtool: link: g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -o .libs/dump_torrent dump_torrent.o -L/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples -L/usr/lib ../src/.libs/libtorrent-rasterbar.so -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lGeoIP -lz -pthread >/usr/bin/libtool --tag=CXX --mode=link g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -L./ -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -L/usr/lib -lssl -lcrypto -L/usr/lib -o make_torrent make_torrent.o ../src/libtorrent-rasterbar.la -lGeoIP -lz >libtool: link: g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -o .libs/make_torrent make_torrent.o -L/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples -L/usr/lib ../src/.libs/libtorrent-rasterbar.so -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lGeoIP -lz -pthread >/usr/bin/libtool --tag=CXX --mode=link g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -L./ -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -L/usr/lib -lssl -lcrypto -L/usr/lib -o client_test client_test.o ../src/libtorrent-rasterbar.la -lboost_regex-mt -lboost_program_options-mt -lGeoIP -lz >libtool: link: g++ -ftemplate-depth-50 -I../include -I../include/libtorrent -Os -pthread -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -o .libs/client_test client_test.o -L/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples -L/usr/lib ../src/.libs/libtorrent-rasterbar.so -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -lssl -lcrypto -lboost_regex-mt -lboost_program_options-mt -lGeoIP -lz -pthread >/usr/bin/ld: client_test.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5' >/usr/bin/ld: note: 'clock_gettime@@GLIBC_2.2.5' is defined in DSO /lib64/librt.so.1 so try adding it to the linker command line >/lib64/librt.so.1: could not read symbols: Invalid operation >collect2: ld returned 1 exit status >make[1]: Leaving directory `/builddir/build/BUILD/libtorrent-rasterbar-0.14.8/examples' >make[1]: *** [client_test] Error 1 >make: *** [all-recursive] Error 1 >error: Bad exit status from /var/tmp/rpm-tmp.bQynn1 (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.bQynn1 (%build) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/rb_libtorrent.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 333, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/rb_libtorrent.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 599801
:
419787
|
419788
|
419789
|
419790
| 419791 |
419792