arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation
http://libtorrent.org
Other
5.17k stars 995 forks source link

2.0.0-RC (a8c2276) Fatal Compilation Error on Alpine 3.12 #4947

Closed emmercm closed 4 years ago

emmercm commented 4 years ago

Given the sequence of commands in: https://github.com/emmercm/docker-libtorrent/blob/990d02a8d02ccbbddffdde7b1138c00c544da0c2/2.0/Dockerfile (https://github.com/emmercm/docker-libtorrent/pull/84)

Trying to compile whatever the latest 2.0.[0-9]+ tag is (libtorrent=2_0_0-RC, a8c2276 as of writing)

I get the output:

$ cd 2.0
$ docker build --build-arg VERSION=2.0.0 --tag emmercm/libtorrent:2.0.0 .

Sending build context to Docker daemon  6.656kB

Step 1/3 : FROM alpine:3.12.0
 ---> a24bb4013296
Step 2/3 : ARG VERSION=2.0.[0-9]+
 ---> Using cache
 ---> 19b2576ab535
Step 3/3 : RUN set -euo pipefail &&     cd $(mktemp -d) &&     apk --update add --no-cache                              boost-system libgcc libstdc++ openssl &&     apk --update add --no-cache --virtual build-dependencies autoconf automake boost-dev coreutils file g++ gcc git libtool make openssl-dev &&     git clone https://github.com/arvidn/libtorrent.git &&     cd libtorrent &&     git checkout $(git tag --sort=-version:refname | grep "${VERSION}" | head -1) &&     ./autotool.sh &&     for PYTHON_VERSION in $(seq 3 3); do         (apk --update add --no-cache                               python${PYTHON_VERSION} boost-python${PYTHON_VERSION} &&         apk --update add --no-cache --virtual python-dependencies python${PYTHON_VERSION}-dev &&         ./configure             --prefix=/usr             --with-libiconv             --enable-python-binding &&         make V=1 -j$(nproc) &&         make install-strip &&         apk del --purge python-dependencies) || exit 1;     done &&     cd &&     apk del --purge build-dependencies &&     rm -rf /tmp/*
 ---> Running in c1d9c9dfaaa2
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/4) Installing boost-system (1.72.0-r6)
(2/4) Installing libgcc (9.3.0-r2)
(3/4) Installing libstdc++ (9.3.0-r2)
(4/4) Installing openssl (1.1.1g-r0)
Executing busybox-1.31.1-r16.trigger
OK: 8 MiB in 18 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/81) Upgrading musl (1.1.24-r8 -> 1.1.24-r9)
(2/81) Installing m4 (1.4.18-r1)
(3/81) Installing libbz2 (1.0.8-r1)
(4/81) Installing perl (5.30.3-r0)
(5/81) Installing autoconf (2.69-r2)
(6/81) Installing automake (1.16.2-r0)
(7/81) Installing boost-atomic (1.72.0-r6)
(8/81) Installing boost-chrono (1.72.0-r6)
(9/81) Installing boost-container (1.72.0-r6)
(10/81) Installing boost-context (1.72.0-r6)
(11/81) Installing boost-contract (1.72.0-r6)
(12/81) Installing boost-thread (1.72.0-r6)
(13/81) Installing boost-coroutine (1.72.0-r6)
(14/81) Installing boost-date_time (1.72.0-r6)
(15/81) Installing boost-fiber (1.72.0-r6)
(16/81) Installing boost-filesystem (1.72.0-r6)
(17/81) Installing icu-libs (67.1-r0)
(18/81) Installing boost-regex (1.72.0-r6)
(19/81) Installing boost-graph (1.72.0-r6)
(20/81) Installing xz-libs (5.2.5-r0)
(21/81) Installing boost-iostreams (1.72.0-r6)
(22/81) Installing boost-locale (1.72.0-r6)
(23/81) Installing boost-log (1.72.0-r6)
(24/81) Installing boost-log_setup (1.72.0-r6)
(25/81) Installing boost-math (1.72.0-r6)
(26/81) Installing boost-prg_exec_monitor (1.72.0-r6)
(27/81) Installing boost-program_options (1.72.0-r6)
(28/81) Installing expat (2.2.9-r1)
(29/81) Installing libffi (3.3-r2)
(30/81) Installing gdbm (1.13-r1)
(31/81) Installing ncurses-terminfo-base (6.2_p20200523-r0)
(32/81) Installing ncurses-libs (6.2_p20200523-r0)
(33/81) Installing readline (8.0.4-r0)
(34/81) Installing sqlite-libs (3.32.1-r0)
(35/81) Installing python3 (3.8.5-r0)
(36/81) Installing boost-python3 (1.72.0-r6)
(37/81) Installing boost-random (1.72.0-r6)
(38/81) Installing boost-serialization (1.72.0-r6)
(39/81) Installing boost-stacktrace_basic (1.72.0-r6)
(40/81) Installing boost-stacktrace_noop (1.72.0-r6)
(41/81) Installing boost-timer (1.72.0-r6)
(42/81) Installing boost-type_erasure (1.72.0-r6)
(43/81) Installing boost-unit_test_framework (1.72.0-r6)
(44/81) Installing boost-wave (1.72.0-r6)
(45/81) Installing boost-wserialization (1.72.0-r6)
(46/81) Installing boost-libs (1.72.0-r6)
(47/81) Installing boost (1.72.0-r6)
(48/81) Installing linux-headers (5.4.5-r1)
(49/81) Installing boost-dev (1.72.0-r6)
(50/81) Installing libacl (2.2.53-r0)
(51/81) Installing libattr (2.4.48-r0)
(52/81) Installing coreutils (8.32-r0)
(53/81) Installing libmagic (5.38-r0)
(54/81) Installing file (5.38-r0)
(55/81) Installing binutils (2.34-r1)
(56/81) Installing gmp (6.2.0-r0)
(57/81) Installing isl (0.18-r0)
(58/81) Installing libgomp (9.3.0-r2)
(59/81) Installing libatomic (9.3.0-r2)
(60/81) Installing libgphobos (9.3.0-r2)
(61/81) Installing mpfr4 (4.0.2-r4)
(62/81) Installing mpc1 (1.1.0-r1)
(63/81) Installing gcc (9.3.0-r2)
(64/81) Installing musl-dev (1.1.24-r9)
(65/81) Installing libc-dev (0.7.2-r3)
(66/81) Installing g++ (9.3.0-r2)
(67/81) Installing ca-certificates (20191127-r4)
(68/81) Installing nghttp2-libs (1.41.0-r0)
(69/81) Installing libcurl (7.69.1-r0)
(70/81) Installing pcre2 (10.35-r0)
(71/81) Installing git (2.26.2-r0)
(72/81) Installing perl-error (0.17029-r0)
(73/81) Installing perl-git (2.26.2-r0)
(74/81) Installing git-perl (2.26.2-r0)
(75/81) Installing bash (5.0.17-r0)
Executing bash-5.0.17-r0.post-install
(76/81) Installing libltdl (2.4.6-r7)
(77/81) Installing libtool (2.4.6-r7)
(78/81) Installing make (4.3-r0)
(79/81) Installing pkgconf (1.7.2-r0)
(80/81) Installing openssl-dev (1.1.1g-r0)
(81/81) Installing build-dependencies (20200805.161840)
Executing busybox-1.31.1-r16.trigger
Executing ca-certificates-20191127-r4.trigger
OK: 526 MiB in 98 packages
Cloning into 'libtorrent'...
Note: switching to 'libtorrent=2_0_0-RC'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at a8c227685 Update FUNDING.yml

Bootstrapping autotools for libtorrent-rasterbar

Checking autotools requirements:

Checking for autoconf >= 2.63...
  testing autoconf... found 2.69
Checking for automake >= 1.11...
  testing automake... found 1.16.2
Checking for libtool >= 2.2.6...
  testing libtoolize... found 2.4.6
Copying m4/config.rpath to build-aux

Processing configure.ac

Running libtoolize...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
Running aclocal...
Running autoconf...
Running automake...
configure.ac:69: installing 'build-aux/compile'
configure.ac:78: installing 'build-aux/config.guess'
configure.ac:78: installing 'build-aux/config.sub'
configure.ac:84: installing 'build-aux/install-sh'
configure.ac:84: installing 'build-aux/missing'
examples/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'

Bootstrap complete, now run `configure'.
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
OK: 526 MiB in 98 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/2) Installing python3-dev (3.8.5-r0)
(2/2) Installing python-dependencies (20200805.161925)
Executing busybox-1.31.1-r16.trigger
OK: 572 MiB in 100 packages
checking whether make supports nested variables... yes

Building libtorrent-rasterbar 1.2.7

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

Checking system type:
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-musl
checking target system type... x86_64-pc-linux-musl

Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/x86_64-alpine-linux-musl/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... 98304
checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop
checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

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

Checking for boost libraries:
checking for boostlib >= 1.58... yes
checking whether g++ supports C++11 features by default... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes

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

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

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

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

Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... yes
checking for a Python interpreter with version >= 2.4... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.8
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.8/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.8/site-packages
checking for python3.8... (cached) /usr/bin/python3
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python3.8
checking for Python library path... -L/usr/lib -lpython3.8
checking for Python site-packages path... /usr/lib/python3.8/site-packages
checking python extra libraries... -ldl  -lm -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking whether the Boost::Python library is available... yes
checking whether boost_python is the correct library... no
checking whether boost_python38 is the correct library... yes

Checking for external libraries:
checking whether to link against system libiconv... checking for shared library run path origin... done
yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);

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

Configure script has finished system check.

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

Package:
  name:                 libtorrent-rasterbar
  version:              1.2.7
  git revision:         a8c227685

Build environment:
  build system:         x86_64-pc-linux-musl
  host system:          x86_64-pc-linux-musl
  target system:        x86_64-pc-linux-musl

Compiler and linker flags:
  CPPFlags:             -I/usr/include 
  CFlags:                -g -O2 -fvisibility=hidden
  CXXFlags:             -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden
  LDFlags:              -L/usr/lib  -fvisibility=hidden -fvisibility-inlines-hidden
  Libs:                  -lboost_system -lpthread  
  Defs:                 -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1

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

Features:
  encryption support:   yes
  dht support:          yes

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

Pthread library:
  CFlags:               
  Libs:                 -lpthread 

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

Python environment:
  -automake-
  binary:               /usr/bin/python3
  version:              3.8
  platform:             linux
  prefix:               ${prefix}
  exec_prefix:          ${exec_prefix}
  pythondir:            ${prefix}/lib/python3.8/site-packages
  pkgpythondir:         ${pythondir}/libtorrent-rasterbar
  pyexecdir:            ${exec_prefix}/lib/python3.8/site-packages
  pkgpyexecdir:         ${pyexecdir}/libtorrent-rasterbar

  -m4-
  cppflags:             -I/usr/include/python3.8
  ldflags:              
  extra libs:           -Xlinker -export-dynamic

External libraries:
  system libiconv:      yes

Iconv library:
  Iconv Libs:           

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

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

Making all in include/libtorrent
make[1]: Entering directory '/tmp/tmp.comNpf/libtorrent/include/libtorrent'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/tmp.comNpf/libtorrent/include/libtorrent'
Making all in src
make[1]: Entering directory '/tmp/tmp.comNpf/libtorrent/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-web_connection_base.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-web_connection_base.Tpo -c -o libtorrent_rasterbar_la-web_connection_base.lo `test -f 'web_connection_base.cpp' || echo './'`web_connection_base.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-alert.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-alert.Tpo -c -o libtorrent_rasterbar_la-alert.lo `test -f 'alert.cpp' || echo './'`alert.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-alert_manager.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-alert_manager.Tpo -c -o libtorrent_rasterbar_la-alert_manager.lo `test -f 'alert_manager.cpp' || echo './'`alert_manager.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-announce_entry.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-announce_entry.Tpo -c -o libtorrent_rasterbar_la-announce_entry.lo `test -f 'announce_entry.cpp' || echo './'`announce_entry.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-assert.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-assert.Tpo -c -o libtorrent_rasterbar_la-assert.lo `test -f 'assert.cpp' || echo './'`assert.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_limit.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_limit.Tpo -c -o libtorrent_rasterbar_la-bandwidth_limit.lo `test -f 'bandwidth_limit.cpp' || echo './'`bandwidth_limit.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_manager.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_manager.Tpo -c -o libtorrent_rasterbar_la-bandwidth_manager.lo `test -f 'bandwidth_manager.cpp' || echo './'`bandwidth_manager.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_queue_entry.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_queue_entry.Tpo -c -o libtorrent_rasterbar_la-bandwidth_queue_entry.lo `test -f 'bandwidth_queue_entry.cpp' || echo './'`bandwidth_queue_entry.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_limit.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_limit.Tpo -c bandwidth_limit.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bandwidth_limit.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-announce_entry.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-announce_entry.Tpo -c announce_entry.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-announce_entry.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-web_connection_base.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-web_connection_base.Tpo -c web_connection_base.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-web_connection_base.olibtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_manager.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_manager.Tpo -c bandwidth_manager.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bandwidth_manager.o

libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-assert.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-assert.Tpo -c assert.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-assert.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-alert.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-alert.Tpo -c alert.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-alert.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-alert_manager.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-alert_manager.Tpo -c alert_manager.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-alert_manager.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-assert.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-assert.Tpo -c assert.cpp -o libtorrent_rasterbar_la-assert.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_queue_entry.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_queue_entry.Tpo -c bandwidth_queue_entry.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bandwidth_queue_entry.o
mv -f .deps/libtorrent_rasterbar_la-assert.Tpo .deps/libtorrent_rasterbar_la-assert.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bdecode.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bdecode.Tpo -c -o libtorrent_rasterbar_la-bdecode.lo `test -f 'bdecode.cpp' || echo './'`bdecode.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_limit.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_limit.Tpo -c bandwidth_limit.cpp -o libtorrent_rasterbar_la-bandwidth_limit.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-bandwidth_limit.Tpo .deps/libtorrent_rasterbar_la-bandwidth_limit.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bitfield.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bitfield.Tpo -c -o libtorrent_rasterbar_la-bitfield.lo `test -f 'bitfield.cpp' || echo './'`bitfield.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bdecode.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bdecode.Tpo -c bdecode.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bdecode.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_queue_entry.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_queue_entry.Tpo -c bandwidth_queue_entry.cpp -o libtorrent_rasterbar_la-bandwidth_queue_entry.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bitfield.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bitfield.Tpo -c bitfield.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bitfield.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bandwidth_manager.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bandwidth_manager.Tpo -c bandwidth_manager.cpp -o libtorrent_rasterbar_la-bandwidth_manager.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-bandwidth_queue_entry.Tpo .deps/libtorrent_rasterbar_la-bandwidth_queue_entry.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bloom_filter.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bloom_filter.Tpo -c -o libtorrent_rasterbar_la-bloom_filter.lo `test -f 'bloom_filter.cpp' || echo './'`bloom_filter.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bloom_filter.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bloom_filter.Tpo -c bloom_filter.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bloom_filter.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bitfield.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bitfield.Tpo -c bitfield.cpp -o libtorrent_rasterbar_la-bitfield.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-bandwidth_manager.Tpo .deps/libtorrent_rasterbar_la-bandwidth_manager.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-broadcast_socket.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-broadcast_socket.Tpo -c -o libtorrent_rasterbar_la-broadcast_socket.lo `test -f 'broadcast_socket.cpp' || echo './'`broadcast_socket.cpp
mv -f .deps/libtorrent_rasterbar_la-bitfield.Tpo .deps/libtorrent_rasterbar_la-bitfield.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-block_cache.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-block_cache.Tpo -c -o libtorrent_rasterbar_la-block_cache.lo `test -f 'block_cache.cpp' || echo './'`block_cache.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-broadcast_socket.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-broadcast_socket.Tpo -c broadcast_socket.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-broadcast_socket.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-block_cache.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-block_cache.Tpo -c block_cache.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-block_cache.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bloom_filter.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bloom_filter.Tpo -c bloom_filter.cpp -o libtorrent_rasterbar_la-bloom_filter.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bdecode.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bdecode.Tpo -c bdecode.cpp -o libtorrent_rasterbar_la-bdecode.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-announce_entry.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-announce_entry.Tpo -c announce_entry.cpp -o libtorrent_rasterbar_la-announce_entry.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-bloom_filter.Tpo .deps/libtorrent_rasterbar_la-bloom_filter.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bt_peer_connection.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bt_peer_connection.Tpo -c -o libtorrent_rasterbar_la-bt_peer_connection.lo `test -f 'bt_peer_connection.cpp' || echo './'`bt_peer_connection.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-bt_peer_connection.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-bt_peer_connection.Tpo -c bt_peer_connection.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-bt_peer_connection.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-alert_manager.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-alert_manager.Tpo -c alert_manager.cpp -o libtorrent_rasterbar_la-alert_manager.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-bdecode.Tpo .deps/libtorrent_rasterbar_la-bdecode.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-chained_buffer.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-chained_buffer.Tpo -c -o libtorrent_rasterbar_la-chained_buffer.lo `test -f 'chained_buffer.cpp' || echo './'`chained_buffer.cpp
mv -f .deps/libtorrent_rasterbar_la-announce_entry.Tpo .deps/libtorrent_rasterbar_la-announce_entry.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-choker.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-choker.Tpo -c -o libtorrent_rasterbar_la-choker.lo `test -f 'choker.cpp' || echo './'`choker.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-chained_buffer.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-chained_buffer.Tpo -c chained_buffer.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-chained_buffer.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-choker.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-choker.Tpo -c choker.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-choker.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-web_connection_base.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-web_connection_base.Tpo -c web_connection_base.cpp -o libtorrent_rasterbar_la-web_connection_base.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-chained_buffer.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-chained_buffer.Tpo -c chained_buffer.cpp -o libtorrent_rasterbar_la-chained_buffer.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-block_cache.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-block_cache.Tpo -c block_cache.cpp -o libtorrent_rasterbar_la-block_cache.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-alert_manager.Tpo .deps/libtorrent_rasterbar_la-alert_manager.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-close_reason.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-close_reason.Tpo -c -o libtorrent_rasterbar_la-close_reason.lo `test -f 'close_reason.cpp' || echo './'`close_reason.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-broadcast_socket.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-broadcast_socket.Tpo -c broadcast_socket.cpp -o libtorrent_rasterbar_la-broadcast_socket.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-close_reason.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-close_reason.Tpo -c close_reason.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-close_reason.o
mv -f .deps/libtorrent_rasterbar_la-chained_buffer.Tpo .deps/libtorrent_rasterbar_la-chained_buffer.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-ConvertUTF.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-ConvertUTF.Tpo -c -o libtorrent_rasterbar_la-ConvertUTF.lo `test -f 'ConvertUTF.cpp' || echo './'`ConvertUTF.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-close_reason.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-close_reason.Tpo -c close_reason.cpp -o libtorrent_rasterbar_la-close_reason.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-ConvertUTF.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-ConvertUTF.Tpo -c ConvertUTF.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-ConvertUTF.o
mv -f .deps/libtorrent_rasterbar_la-close_reason.Tpo .deps/libtorrent_rasterbar_la-close_reason.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-cpuid.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-cpuid.Tpo -c -o libtorrent_rasterbar_la-cpuid.lo `test -f 'cpuid.cpp' || echo './'`cpuid.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-ConvertUTF.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-ConvertUTF.Tpo -c ConvertUTF.cpp -o libtorrent_rasterbar_la-ConvertUTF.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-ConvertUTF.Tpo .deps/libtorrent_rasterbar_la-ConvertUTF.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-crc32c.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-crc32c.Tpo -c -o libtorrent_rasterbar_la-crc32c.lo `test -f 'crc32c.cpp' || echo './'`crc32c.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-cpuid.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-cpuid.Tpo -c cpuid.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-cpuid.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-cpuid.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-cpuid.Tpo -c cpuid.cpp -o libtorrent_rasterbar_la-cpuid.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-cpuid.Tpo .deps/libtorrent_rasterbar_la-cpuid.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-create_torrent.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-create_torrent.Tpo -c -o libtorrent_rasterbar_la-create_torrent.lo `test -f 'create_torrent.cpp' || echo './'`create_torrent.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-crc32c.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-crc32c.Tpo -c crc32c.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-crc32c.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-create_torrent.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-create_torrent.Tpo -c create_torrent.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-create_torrent.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-crc32c.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-crc32c.Tpo -c crc32c.cpp -o libtorrent_rasterbar_la-crc32c.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-block_cache.Tpo .deps/libtorrent_rasterbar_la-block_cache.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_buffer_holder.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_buffer_holder.Tpo -c -o libtorrent_rasterbar_la-disk_buffer_holder.lo `test -f 'disk_buffer_holder.cpp' || echo './'`disk_buffer_holder.cpp
mv -f .deps/libtorrent_rasterbar_la-crc32c.Tpo .deps/libtorrent_rasterbar_la-crc32c.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_buffer_pool.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_buffer_pool.Tpo -c -o libtorrent_rasterbar_la-disk_buffer_pool.lo `test -f 'disk_buffer_pool.cpp' || echo './'`disk_buffer_pool.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_buffer_holder.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_buffer_holder.Tpo -c disk_buffer_holder.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-disk_buffer_holder.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_buffer_pool.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_buffer_pool.Tpo -c disk_buffer_pool.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-disk_buffer_pool.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-choker.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-choker.Tpo -c choker.cpp -o libtorrent_rasterbar_la-choker.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-web_connection_base.Tpo .deps/libtorrent_rasterbar_la-web_connection_base.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_job.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_job.Tpo -c -o libtorrent_rasterbar_la-disk_io_job.lo `test -f 'disk_io_job.cpp' || echo './'`disk_io_job.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_job.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_job.Tpo -c disk_io_job.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-disk_io_job.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_buffer_holder.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_buffer_holder.Tpo -c disk_buffer_holder.cpp -o libtorrent_rasterbar_la-disk_buffer_holder.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-broadcast_socket.Tpo .deps/libtorrent_rasterbar_la-broadcast_socket.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_thread.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_thread.Tpo -c -o libtorrent_rasterbar_la-disk_io_thread.lo `test -f 'disk_io_thread.cpp' || echo './'`disk_io_thread.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_thread.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_thread.Tpo -c disk_io_thread.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-disk_io_thread.o
mv -f .deps/libtorrent_rasterbar_la-disk_buffer_holder.Tpo .deps/libtorrent_rasterbar_la-disk_buffer_holder.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.7\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.7\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_PYTHON=\"3.8\" -DHAVE_BOOST_PYTHON=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include   -DTORRENT_BUILDING_LIBRARY -g0 -Os  -I/usr/include   -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_thread_pool.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_thread_pool.Tpo -c -o libtorrent_rasterbar_la-disk_io_thread_pool.lo `test -f 'disk_io_thread_pool.cpp' || echo './'`disk_io_thread_pool.cpp
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_thread_pool.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_thread_pool.Tpo -c disk_io_thread_pool.cpp  -fPIC -DPIC -o .libs/libtorrent_rasterbar_la-disk_io_thread_pool.o
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_buffer_pool.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_buffer_pool.Tpo -c disk_buffer_pool.cpp -o libtorrent_rasterbar_la-disk_buffer_pool.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_job.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_job.Tpo -c disk_io_job.cpp -o libtorrent_rasterbar_la-disk_io_job.o >/dev/null 2>&1
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[1]: *** [Makefile:1351: libtorrent_rasterbar_la-bt_peer_connection.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/libtorrent_rasterbar_la-choker.Tpo .deps/libtorrent_rasterbar_la-choker.Plo
mv -f .deps/libtorrent_rasterbar_la-disk_buffer_pool.Tpo .deps/libtorrent_rasterbar_la-disk_buffer_pool.Plo
mv -f .deps/libtorrent_rasterbar_la-disk_io_job.Tpo .deps/libtorrent_rasterbar_la-disk_io_job.Plo
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_thread_pool.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_thread_pool.Tpo -c disk_io_thread_pool.cpp -o libtorrent_rasterbar_la-disk_io_thread_pool.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-create_torrent.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-create_torrent.Tpo -c create_torrent.cpp -o libtorrent_rasterbar_la-create_torrent.o >/dev/null 2>&1
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-alert.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-alert.Tpo -c alert.cpp -o libtorrent_rasterbar_la-alert.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-disk_io_thread_pool.Tpo .deps/libtorrent_rasterbar_la-disk_io_thread_pool.Plo
libtool: compile:  g++ "-DPACKAGE_NAME=\"libtorrent-rasterbar\"" "-DPACKAGE_TARNAME=\"libtorrent-rasterbar\"" "-DPACKAGE_VERSION=\"1.2.7\"" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.7\"" "-DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\"" "-DPACKAGE_URL=\"http://www.libtorrent.org\"" "-DPACKAGE=\"libtorrent-rasterbar\"" "-DVERSION=\"1.2.7\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 "-DHAVE_PYTHON=\"3.8\"" "-DHAVE_BOOST_PYTHON=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I../include -DTORRENT_BUILDING_LIBRARY -g0 -Os -I/usr/include -g -O2 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT libtorrent_rasterbar_la-disk_io_thread.lo -MD -MP -MF .deps/libtorrent_rasterbar_la-disk_io_thread.Tpo -c disk_io_thread.cpp -o libtorrent_rasterbar_la-disk_io_thread.o >/dev/null 2>&1
mv -f .deps/libtorrent_rasterbar_la-create_torrent.Tpo .deps/libtorrent_rasterbar_la-create_torrent.Plo
mv -f .deps/libtorrent_rasterbar_la-alert.Tpo .deps/libtorrent_rasterbar_la-alert.Plo
mv -f .deps/libtorrent_rasterbar_la-disk_io_thread.Tpo .deps/libtorrent_rasterbar_la-disk_io_thread.Plo
make[1]: Leaving directory '/tmp/tmp.comNpf/libtorrent/src'
make: *** [Makefile:655: all-recursive] Error 1


The error being:

g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[1]: *** [Makefile:1351: libtorrent_rasterbar_la-bt_peer_connection.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:655: all-recursive] Error 1

Unsure what I'm doing wrong here, compilation steps don't seem to have really changed from v1.1.x or v1.2.x.


Side note, looks like the version is still v1.2.7 in configure.ac.

emmercm commented 4 years ago

I had it build successfully in Circle CI, so here's my personal environment info:

macOS Catalina v10.15.5 Docker Desktop v2.3.0.4

arvidn commented 4 years ago

configure.ac does not exist in libtorrent-2.0. You're probably picking up a version from the previous repository. maybe you should run git clean right after you switch branch. Just running make should do it (which in turn invokes b2 from boost-build).

emmercm commented 4 years ago

configure.ac exists in the libtorrent=2_0_0-RC tag (https://github.com/arvidn/libtorrent/blob/libtorrent%3D2_0_0-RC/configure.ac), but I see it's gone in libtorrent-2.0-RC2.

I was following old build instructions (./autotool.sh && ./configure && make) instead of cmake && ninja.

I'm having issues around the Python bindings now but it should be a separate issue from this. Thank you so much, this should be good to close.