Skip to content

Instantly share code, notes, and snippets.

@dionyziz
Created December 31, 2013 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dionyziz/8202593 to your computer and use it in GitHub Desktop.
Save dionyziz/8202593 to your computer and use it in GitHub Desktop.
[0] dionyziz@gunther ~/workspace/twister % git clone https://github.com/miguelfreitas/twister-core.git
Cloning into 'twister-core'...
remote: Reusing existing pack: 25621, done.
remote: Total 25621 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (25621/25621), 18.84 MiB | 4.04 MiB/s, done.
Resolving deltas: 100% (19151/19151), done.
[0] dionyziz@gunther ~/workspace/twister % cd twister-core
[0] dionyziz@gunther ~/workspace/twister/twister-core (master) % uname -ar
Linux gunther 2.6.32-5-amd64 #1 SMP Fri May 10 08:43:19 UTC 2013 x86_64 GNU/Linux
[0] dionyziz@gunther ~/workspace/twister/twister-core (master) % cd libtorrent
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master) % ./bootstrap.sh
Bootstrapping autotools for libtorrent-rasterbar
Checking autotools requirements:
Checking for autoconf >= 2.63...
testing autoconf... found 2.67
Checking for automake >= 1.11...
testing automake... found 1.11.1
Checking for libtool >= 2.2.6...
testing libtoolize... found 2.2.6b
mkdir: cannot create directory `build-aux': File exists
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_DIR, `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:81: installing `build-aux/install-sh'
configure.ac:81: installing `build-aux/missing'
examples/Makefile.am: installing `build-aux/depcomp'
Bootstrap complete, now run `configure'.
Building libtorrent-rasterbar 1.0.0
Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes
Checking system type:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
Initializing Libtool:
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes
Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... no
configure: error: Could not link against boost_system !
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % _ apt-get install boost-dev
[sudo] password for dionyziz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package boost-dev
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % _ apt-get install libboost-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % _ apt-get install libboost1.48-*
zsh: no matches found: libboost1.48-*
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % _ apt-get install libboost
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libboost
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % _ apt-get install libboost1.42-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
gccxml libboost-date-time1.42-dev libboost-date-time1.42.0 libboost-filesystem1.42-dev libboost-graph-parallel1.42-dev libboost-graph-parallel1.42.0 libboost-graph1.42-dev libboost-graph1.42.0
libboost-iostreams1.42-dev libboost-math1.42-dev libboost-math1.42.0 libboost-mpi-python1.42-dev libboost-mpi-python1.42.0 libboost-mpi1.42-dev libboost-mpi1.42.0 libboost-program-options1.42-dev
libboost-python1.42-dev libboost-python1.42.0 libboost-regex1.42-dev libboost-regex1.42.0 libboost-serialization1.42-dev libboost-serialization1.42.0 libboost-signals1.42-dev libboost-signals1.42.0
libboost-system1.42-dev libboost-test1.42-dev libboost-test1.42.0 libboost-thread1.42-dev libboost-wave1.42-dev libboost-wave1.42.0 libibverbs-dev libibverbs1 libicu-dev libnuma1 libopenmpi-dev
libopenmpi1.3 libtorque2 mpi-default-dev openmpi-common
Suggested packages:
graphviz libboost1.42-doc icu-doc
The following NEW packages will be installed:
gccxml libboost-date-time1.42-dev libboost-date-time1.42.0 libboost-filesystem1.42-dev libboost-graph-parallel1.42-dev libboost-graph-parallel1.42.0 libboost-graph1.42-dev libboost-graph1.42.0
libboost-iostreams1.42-dev libboost-math1.42-dev libboost-math1.42.0 libboost-mpi-python1.42-dev libboost-mpi-python1.42.0 libboost-mpi1.42-dev libboost-mpi1.42.0 libboost-program-options1.42-dev
libboost-python1.42-dev libboost-python1.42.0 libboost-regex1.42-dev libboost-regex1.42.0 libboost-serialization1.42-dev libboost-serialization1.42.0 libboost-signals1.42-dev libboost-signals1.42.0
libboost-system1.42-dev libboost-test1.42-dev libboost-test1.42.0 libboost-thread1.42-dev libboost-wave1.42-dev libboost-wave1.42.0 libboost1.42-all-dev libibverbs-dev libibverbs1 libicu-dev libnuma1
libopenmpi-dev libopenmpi1.3 libtorque2 mpi-default-dev openmpi-common
0 upgraded, 40 newly installed, 0 to remove and 8 not upgraded.
Need to get 25.4 MB of archives.
After this operation, 98.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ftp.gr.debian.org/debian/ squeeze/main gccxml amd64 0.9.0+cvs20100501-2 [4,025 kB]
Get:2 http://security.debian.org/ squeeze/updates/main libtorque2 amd64 2.4.8+dfsg-9squeeze3 [115 kB]
Get:3 http://security.debian.org/ squeeze/updates/main libicu-dev amd64 4.4.1-8+squeeze2 [8,602 kB]
Get:4 http://ftp.gr.debian.org/debian/ squeeze/main libboost-date-time1.42.0 amd64 1.42.0-4 [46.6 kB]
Get:5 http://ftp.gr.debian.org/debian/ squeeze/main libboost-serialization1.42.0 amd64 1.42.0-4 [225 kB]
Get:6 http://ftp.gr.debian.org/debian/ squeeze/main libboost-serialization1.42-dev amd64 1.42.0-4 [310 kB]
Get:7 http://ftp.gr.debian.org/debian/ squeeze/main libboost-date-time1.42-dev amd64 1.42.0-4 [49.5 kB]
Get:8 http://ftp.gr.debian.org/debian/ squeeze/main libboost-system1.42-dev amd64 1.42.0-4 [30.6 kB]
Get:9 http://ftp.gr.debian.org/debian/ squeeze/main libboost-filesystem1.42-dev amd64 1.42.0-4 [64.0 kB]
Get:10 http://ftp.gr.debian.org/debian/ squeeze/main libboost-test1.42.0 amd64 1.42.0-4 [279 kB]
Get:11 http://ftp.gr.debian.org/debian/ squeeze/main libboost-test1.42-dev amd64 1.42.0-4 [711 kB]
Get:12 http://ftp.gr.debian.org/debian/ squeeze/main libboost-graph-parallel1.42-dev amd64 1.42.0-4 [132 kB]
Get:13 http://ftp.gr.debian.org/debian/ squeeze/main libibverbs1 amd64 1.1.3-2 [33.7 kB]
Get:14 http://ftp.gr.debian.org/debian/ squeeze/main libnuma1 amd64 2.0.5-1 [26.7 kB]
Get:15 http://ftp.gr.debian.org/debian/ squeeze/main libopenmpi1.3 amd64 1.4.2-4 [1,400 kB]
Get:16 http://ftp.gr.debian.org/debian/ squeeze/main libboost-mpi1.42.0 amd64 1.42.0-4 [99.2 kB]
Get:17 http://ftp.gr.debian.org/debian/ squeeze/main libboost-graph-parallel1.42.0 amd64 1.42.0-4 [114 kB]
Get:18 http://ftp.gr.debian.org/debian/ squeeze/main libboost-graph1.42-dev amd64 1.42.0-4 [152 kB]
Get:19 http://ftp.gr.debian.org/debian/ squeeze/main libboost-regex1.42.0 amd64 1.42.0-4 [417 kB]
Get:20 http://ftp.gr.debian.org/debian/ squeeze/main libboost-graph1.42.0 amd64 1.42.0-4 [131 kB]
Get:21 http://ftp.gr.debian.org/debian/ squeeze/main libboost-regex1.42-dev amd64 1.42.0-4 [583 kB]
Get:22 http://ftp.gr.debian.org/debian/ squeeze/main libboost-iostreams1.42-dev amd64 1.42.0-4 [75.2 kB]
Get:23 http://ftp.gr.debian.org/debian/ squeeze/main libboost-math1.42.0 amd64 1.42.0-4 [457 kB]
Get:24 http://ftp.gr.debian.org/debian/ squeeze/main libboost-math1.42-dev amd64 1.42.0-4 [1,517 kB]
Get:25 http://ftp.gr.debian.org/debian/ squeeze/main openmpi-common all 1.4.2-4 [89.5 kB]
Get:26 http://ftp.gr.debian.org/debian/ squeeze/main libibverbs-dev amd64 1.1.3-2 [83.3 kB]
Get:27 http://ftp.gr.debian.org/debian/ squeeze/main libopenmpi-dev amd64 1.4.2-4 [2,726 kB]
Get:28 http://ftp.gr.debian.org/debian/ squeeze/main mpi-default-dev amd64 0.6 [3,202 B]
Get:29 http://ftp.gr.debian.org/debian/ squeeze/main libboost-mpi1.42-dev amd64 1.42.0-4 [553 kB]
Get:30 http://ftp.gr.debian.org/debian/ squeeze/main libboost-python1.42.0 amd64 1.42.0-4 [257 kB]
Get:31 http://ftp.gr.debian.org/debian/ squeeze/main libboost-mpi-python1.42.0 amd64 1.42.0-4 [505 kB]
Get:32 http://ftp.gr.debian.org/debian/ squeeze/main libboost-mpi-python1.42-dev amd64 1.42.0-4 [89.2 kB]
Get:33 http://ftp.gr.debian.org/debian/ squeeze/main libboost-program-options1.42-dev amd64 1.42.0-4 [209 kB]
Get:34 http://ftp.gr.debian.org/debian/ squeeze/main libboost-python1.42-dev amd64 1.42.0-4 [375 kB]
Get:35 http://ftp.gr.debian.org/debian/ squeeze/main libboost-signals1.42.0 amd64 1.42.0-4 [53.7 kB]
Get:36 http://ftp.gr.debian.org/debian/ squeeze/main libboost-signals1.42-dev amd64 1.42.0-4 [61.5 kB]
Get:37 http://ftp.gr.debian.org/debian/ squeeze/main libboost-thread1.42-dev amd64 1.42.0-4 [56.2 kB]
Get:38 http://ftp.gr.debian.org/debian/ squeeze/main libboost-wave1.42.0 amd64 1.42.0-4 [257 kB]
Get:39 http://ftp.gr.debian.org/debian/ squeeze/main libboost-wave1.42-dev amd64 1.42.0-4 [433 kB]
Get:40 http://ftp.gr.debian.org/debian/ squeeze/main libboost1.42-all-dev amd64 1.42.0-4 [25.8 kB]
Fetched 25.4 MB in 5s (4,984 kB/s)
Extracting templates from packages: 100%
Selecting previously deselected package gccxml.
(Reading database ... 89291 files and directories currently installed.)
Unpacking gccxml (from .../gccxml_0.9.0+cvs20100501-2_amd64.deb) ...
Selecting previously deselected package libboost-date-time1.42.0.
Unpacking libboost-date-time1.42.0 (from .../libboost-date-time1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-serialization1.42.0.
Unpacking libboost-serialization1.42.0 (from .../libboost-serialization1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-serialization1.42-dev.
Unpacking libboost-serialization1.42-dev (from .../libboost-serialization1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-date-time1.42-dev.
Unpacking libboost-date-time1.42-dev (from .../libboost-date-time1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-system1.42-dev.
Unpacking libboost-system1.42-dev (from .../libboost-system1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-filesystem1.42-dev.
Unpacking libboost-filesystem1.42-dev (from .../libboost-filesystem1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-test1.42.0.
Unpacking libboost-test1.42.0 (from .../libboost-test1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-test1.42-dev.
Unpacking libboost-test1.42-dev (from .../libboost-test1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-graph-parallel1.42-dev.
Unpacking libboost-graph-parallel1.42-dev (from .../libboost-graph-parallel1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libibverbs1.
Unpacking libibverbs1 (from .../libibverbs1_1.1.3-2_amd64.deb) ...
Selecting previously deselected package libnuma1.
Unpacking libnuma1 (from .../libnuma1_2.0.5-1_amd64.deb) ...
Selecting previously deselected package libtorque2.
Unpacking libtorque2 (from .../libtorque2_2.4.8+dfsg-9squeeze3_amd64.deb) ...
Selecting previously deselected package libopenmpi1.3.
Unpacking libopenmpi1.3 (from .../libopenmpi1.3_1.4.2-4_amd64.deb) ...
Selecting previously deselected package libboost-mpi1.42.0.
Unpacking libboost-mpi1.42.0 (from .../libboost-mpi1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-graph-parallel1.42.0.
Unpacking libboost-graph-parallel1.42.0 (from .../libboost-graph-parallel1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-graph1.42-dev.
Unpacking libboost-graph1.42-dev (from .../libboost-graph1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-regex1.42.0.
Unpacking libboost-regex1.42.0 (from .../libboost-regex1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-graph1.42.0.
Unpacking libboost-graph1.42.0 (from .../libboost-graph1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libicu-dev.
Unpacking libicu-dev (from .../libicu-dev_4.4.1-8+squeeze2_amd64.deb) ...
Selecting previously deselected package libboost-regex1.42-dev.
Unpacking libboost-regex1.42-dev (from .../libboost-regex1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-iostreams1.42-dev.
Unpacking libboost-iostreams1.42-dev (from .../libboost-iostreams1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-math1.42.0.
Unpacking libboost-math1.42.0 (from .../libboost-math1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-math1.42-dev.
Unpacking libboost-math1.42-dev (from .../libboost-math1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package openmpi-common.
Unpacking openmpi-common (from .../openmpi-common_1.4.2-4_all.deb) ...
Selecting previously deselected package libibverbs-dev.
Unpacking libibverbs-dev (from .../libibverbs-dev_1.1.3-2_amd64.deb) ...
Selecting previously deselected package libopenmpi-dev.
Unpacking libopenmpi-dev (from .../libopenmpi-dev_1.4.2-4_amd64.deb) ...
Selecting previously deselected package mpi-default-dev.
Unpacking mpi-default-dev (from .../mpi-default-dev_0.6_amd64.deb) ...
Selecting previously deselected package libboost-mpi1.42-dev.
Unpacking libboost-mpi1.42-dev (from .../libboost-mpi1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-python1.42.0.
Unpacking libboost-python1.42.0 (from .../libboost-python1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-mpi-python1.42.0.
Unpacking libboost-mpi-python1.42.0 (from .../libboost-mpi-python1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-mpi-python1.42-dev.
Unpacking libboost-mpi-python1.42-dev (from .../libboost-mpi-python1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-program-options1.42-dev.
Unpacking libboost-program-options1.42-dev (from .../libboost-program-options1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-python1.42-dev.
Unpacking libboost-python1.42-dev (from .../libboost-python1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-signals1.42.0.
Unpacking libboost-signals1.42.0 (from .../libboost-signals1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-signals1.42-dev.
Unpacking libboost-signals1.42-dev (from .../libboost-signals1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-thread1.42-dev.
Unpacking libboost-thread1.42-dev (from .../libboost-thread1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-wave1.42.0.
Unpacking libboost-wave1.42.0 (from .../libboost-wave1.42.0_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost-wave1.42-dev.
Unpacking libboost-wave1.42-dev (from .../libboost-wave1.42-dev_1.42.0-4_amd64.deb) ...
Selecting previously deselected package libboost1.42-all-dev.
Unpacking libboost1.42-all-dev (from .../libboost1.42-all-dev_1.42.0-4_amd64.deb) ...
Processing triggers for man-db ...
Setting up gccxml (0.9.0+cvs20100501-2) ...
Setting up libboost-date-time1.42.0 (1.42.0-4) ...
Setting up libboost-serialization1.42.0 (1.42.0-4) ...
Setting up libboost-serialization1.42-dev (1.42.0-4) ...
Setting up libboost-date-time1.42-dev (1.42.0-4) ...
Setting up libboost-system1.42-dev (1.42.0-4) ...
Setting up libboost-filesystem1.42-dev (1.42.0-4) ...
Setting up libboost-test1.42.0 (1.42.0-4) ...
Setting up libboost-test1.42-dev (1.42.0-4) ...
Setting up libboost-graph-parallel1.42-dev (1.42.0-4) ...
Setting up libibverbs1 (1.1.3-2) ...
Setting up libnuma1 (2.0.5-1) ...
Setting up libtorque2 (2.4.8+dfsg-9squeeze3) ...
Setting up libopenmpi1.3 (1.4.2-4) ...
Setting up libboost-mpi1.42.0 (1.42.0-4) ...
Setting up libboost-graph-parallel1.42.0 (1.42.0-4) ...
Setting up libboost-graph1.42-dev (1.42.0-4) ...
Setting up libboost-regex1.42.0 (1.42.0-4) ...
Setting up libboost-graph1.42.0 (1.42.0-4) ...
Setting up libicu-dev (4.4.1-8+squeeze2) ...
Setting up libboost-regex1.42-dev (1.42.0-4) ...
Setting up libboost-iostreams1.42-dev (1.42.0-4) ...
Setting up libboost-math1.42.0 (1.42.0-4) ...
Setting up libboost-math1.42-dev (1.42.0-4) ...
Setting up openmpi-common (1.4.2-4) ...
Setting up libibverbs-dev (1.1.3-2) ...
Setting up libopenmpi-dev (1.4.2-4) ...
update-alternatives: using /usr/lib/openmpi/include to provide /usr/include/mpi (mpi) in auto mode.
Setting up mpi-default-dev (0.6) ...
Setting up libboost-mpi1.42-dev (1.42.0-4) ...
Setting up libboost-python1.42.0 (1.42.0-4) ...
Setting up libboost-mpi-python1.42.0 (1.42.0-4) ...
Setting up libboost-mpi-python1.42-dev (1.42.0-4) ...
Setting up libboost-program-options1.42-dev (1.42.0-4) ...
Setting up libboost-python1.42-dev (1.42.0-4) ...
Setting up libboost-signals1.42.0 (1.42.0-4) ...
Setting up libboost-signals1.42-dev (1.42.0-4) ...
Setting up libboost-thread1.42-dev (1.42.0-4) ...
Setting up libboost-wave1.42.0 (1.42.0-4) ...
Setting up libboost-wave1.42-dev (1.42.0-4) ...
Setting up libboost1.42-all-dev (1.42.0-4) ...
Processing triggers for python-support ...
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % ./bootstrap.sh
Bootstrapping autotools for libtorrent-rasterbar
Checking autotools requirements:
Checking for autoconf >= 2.63...
testing autoconf... found 2.67
Checking for automake >= 1.11...
testing automake... found 1.11.1
Checking for libtool >= 2.2.6...
testing libtoolize... found 2.2.6b
mkdir: cannot create directory `build-aux': File exists
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_DIR, `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...
Bootstrap complete, now run `configure'.
Building libtorrent-rasterbar 1.0.0
Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes
Checking system type:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
Initializing Libtool:
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes
Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes
Checking for pkg-config:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
Checking for functions and headers:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes
Checking build options:
checking whether deprecated functions should be enabled... yes
checking whether debug build should be enabled... yes
checking whether invariant check should be enabled... yes
checking whether logging to disk should be enabled... no
checking whether statistics logging should be enabled... no
checking whether disk activity logging should be enabled... no
Checking features to be enabled:
checking whether encryption support should be enabled... yes
configure: encryption support: now checking for the OpenSSL library...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether geoip support should be enabled... yes
checking whether dht support should be enabled... yes
checking whether pool allocators should be enabled... yes
Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... no
Checking for external libraries:
checking for FIEMAP support... checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/fiemap.h... yes
checking whether to link against system libgeoip... no
checking whether to link against system libiconv... checking for shared library run path origin... done
Generating Makefiles:
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 libtorrent-rasterbar.pc
config.status: creating libtorrent-rasterbar-cmake.pc
config.status: executing depfiles commands
config.status: executing libtool commands
Configure script has finished system check.
Config results:
-=-=-=-=-=-=-=-=-
Package:
name: libtorrent-rasterbar
version: 1.0.0
svn revision: 7680
Build environment:
build system: x86_64-unknown-linux-gnu
host system: x86_64-unknown-linux-gnu
target system: x86_64-unknown-linux-gnu
Compiler and linker flags:
CPPFlags: -I/usr/include
CFlags: -lpthread -g -O2 -fvisibility=hidden
CXXFlags: -g -O2 -fvisibility-inlines-hidden
LDFlags: -L/usr/lib
Libs: -lrt -lpthread
Defs: -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.0.0\" -DPACKAGE_BUGREPORT=\"arvid@rasterbar.com\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=1 -DHAVE_BOOST_SYSTEM=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_LIBRT=1 -DTORRENT_DEBUG=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_LINUX_TYPES_H=1 -DHAVE_LINUX_FIEMAP_H=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DBOOST_ASIO_DYN_LINK=1 -DTORRENT_BUILDING_SHARED=1
Build options:
deprecated functions: yes
debug build: yes
invariant checks: yes
logging support: no
statistics: no
disk statistics: no
Features:
encryption support: yes
geoip support: yes
dht support: yes
pool allocators: yes
Extra builds:
examples: no
tests: no
python bindings: no
Pthread library:
CFlags: -lpthread
Libs: -lpthread
Boost libraries:
version: 1.42
CPPFlags: -I/usr/include
LDFlags: -L/usr/lib
boost.system: -lboost_system-mt
External libraries:
system libgeoip: no
system libiconv: no
OpenSSL library:
OpenSSL Libs: -lssl -lcrypto
OpenSSL LDFlags:
OpenSSL Includes:
Type 'make' to compile libtorrent-rasterbar 1.0.0
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr/local
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % ./configure --enable-logging --enable-debug --enable-dht --with-boost-libdir=/usr/lib64
Building libtorrent-rasterbar 1.0.0
Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes
Checking system type:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
Initializing Libtool:
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes
Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes
Checking for pkg-config:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
Checking for functions and headers:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes
Checking build options:
checking whether deprecated functions should be enabled... yes
checking whether debug build should be enabled... yes
checking whether invariant check should be enabled... yes
checking whether logging to disk should be enabled... yes
checking whether statistics logging should be enabled... no
checking whether disk activity logging should be enabled... no
Checking features to be enabled:
checking whether encryption support should be enabled... yes
configure: encryption support: now checking for the OpenSSL library...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether geoip support should be enabled... yes
checking whether dht support should be enabled... yes
checking whether pool allocators should be enabled... yes
Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... no
Checking for external libraries:
checking for FIEMAP support... checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/fiemap.h... yes
checking whether to link against system libgeoip... no
checking whether to link against system libiconv... checking for shared library run path origin... done
Generating Makefiles:
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 libtorrent-rasterbar.pc
config.status: creating libtorrent-rasterbar-cmake.pc
config.status: executing depfiles commands
config.status: executing libtool commands
Configure script has finished system check.
Config results:
-=-=-=-=-=-=-=-=-
Package:
name: libtorrent-rasterbar
version: 1.0.0
svn revision: 7680
Build environment:
build system: x86_64-unknown-linux-gnu
host system: x86_64-unknown-linux-gnu
target system: x86_64-unknown-linux-gnu
Compiler and linker flags:
CPPFlags: -I/usr/include
CFlags: -lpthread -g -O2 -fvisibility=hidden
CXXFlags: -g -O2 -fvisibility-inlines-hidden
LDFlags: -L/usr/lib64
Libs: -lrt -lpthread
Defs: -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.0.0\" -DPACKAGE_BUGREPORT=\"arvid@rasterbar.com\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=1 -DHAVE_BOOST_SYSTEM=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_LIBRT=1 -DTORRENT_DEBUG=1 -DTORRENT_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_LINUX_TYPES_H=1 -DHAVE_LINUX_FIEMAP_H=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DBOOST_ASIO_DYN_LINK=1 -DTORRENT_BUILDING_SHARED=1
Build options:
deprecated functions: yes
debug build: yes
invariant checks: yes
logging support: yes
statistics: no
disk statistics: no
Features:
encryption support: yes
geoip support: yes
dht support: yes
pool allocators: yes
Extra builds:
examples: no
tests: no
python bindings: no
Pthread library:
CFlags: -lpthread
Libs: -lpthread
Boost libraries:
version: 1.42
CPPFlags: -I/usr/include
LDFlags: -L/usr/lib64
boost.system: -lboost_system-mt
External libraries:
system libgeoip: no
system libiconv: no
OpenSSL library:
OpenSSL Libs: -lssl -lcrypto
OpenSSL LDFlags:
OpenSSL Includes:
Type 'make' to compile libtorrent-rasterbar 1.0.0
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr/local
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % ..
[0] dionyziz@gunther ~/workspace/twister/twister-core (master*) % qmake
zsh: correct 'qmake' to 'make' [nyae]? n
zsh: command not found: qmake
[0] dionyziz@gunther ~/workspace/twister/twister-core (master*) % _ apt-get install qmake
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package qmake
[0] dionyziz@gunther ~/workspace/twister/twister-core (master*) % cd src
[0] dionyziz@gunther ~/workspace/twister/twister-core/src (master*) % make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/home/dionyziz/workspace/twister/twister-core/src/leveldb'
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/builder.cc -o db/builder.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/c.cc -o db/c.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/dbformat.cc -o db/dbformat.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/db_impl.cc -o db/db_impl.o
db/db_impl.cc: In member function ‘virtual bool leveldb::DBImpl::GetProperty(const leveldb::Slice&, std::string*)’:
db/db_impl.cc:1316: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/db_iter.cc -o db/db_iter.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/filename.cc -o db/filename.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/log_reader.cc -o db/log_reader.o
db/log_reader.cc: In member function ‘unsigned int leveldb::log::Reader::ReadPhysicalRecord(leveldb::Slice*)’:
db/log_reader.cc:181: warning: comparison between signed and unsigned integer expressions
db/log_reader.cc:192: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/log_writer.cc -o db/log_writer.o
db/log_writer.cc: In member function ‘leveldb::Status leveldb::log::Writer::EmitPhysicalRecord(leveldb::log::RecordType, const char*, size_t)’:
db/log_writer.cc:77: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/memtable.cc -o db/memtable.o
db/memtable.cc: In member function ‘void leveldb::MemTable::Add(leveldb::SequenceNumber, leveldb::ValueType, const leveldb::Slice&, const leveldb::Slice&)’:
db/memtable.cc:104: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/repair.cc -o db/repair.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/table_cache.cc -o db/table_cache.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/version_edit.cc -o db/version_edit.o
db/version_edit.cc: In function ‘bool leveldb::GetLevel(leveldb::Slice*, int*)’:
db/version_edit.cc:101: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/version_set.cc -o db/version_set.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/write_batch.cc -o db/write_batch.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/block_builder.cc -o table/block_builder.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/block.cc -o table/block.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/filter_block.cc -o table/filter_block.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/format.cc -o table/format.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/iterator.cc -o table/iterator.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/merger.cc -o table/merger.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/table_builder.cc -o table/table_builder.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/table.cc -o table/table.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/two_level_iterator.cc -o table/two_level_iterator.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/arena.cc -o util/arena.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/bloom.cc -o util/bloom.o
util/bloom.cc: In member function ‘virtual void leveldb::<unnamed>::BloomFilterPolicy::CreateFilter(const leveldb::Slice*, int, std::string*) const’:
util/bloom.cc:50: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/cache.cc -o util/cache.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/coding.cc -o util/coding.o
util/coding.cc: In function ‘char* leveldb::EncodeVarint64(char*, uint64_t)’:
util/coding.cc:84: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/comparator.cc -o util/comparator.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/crc32c.cc -o util/crc32c.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/env.cc -o util/env.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/env_posix.cc -o util/env_posix.o
In file included from util/env_posix.cc:29:
./util/posix_logger.h: In member function ‘virtual void leveldb::PosixLogger::Logv(const char*, __va_list_tag*)’:
./util/posix_logger.h:86: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/env_win.cc -o util/env_win.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/filter_policy.cc -o util/filter_policy.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/hash.cc -o util/hash.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/histogram.cc -o util/histogram.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/logging.cc -o util/logging.o
util/logging.cc: In function ‘bool leveldb::ConsumeDecimalNumber(leveldb::Slice*, uint64_t*)’:
util/logging.cc:67: warning: comparison between signed and unsigned integer expressions
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/options.cc -o util/options.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/status.cc -o util/status.o
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c port/port_posix.cc -o port/port_posix.o
rm -f libleveldb.a
ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/env_win.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
ar: creating libleveldb.a
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dionyziz/workspace/twister/twister-core/src -I/home/dionyziz/workspace/twister/twister-core/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/include -I/home/dionyziz/workspace/twister/twister-core/src/leveldb/helpers -I/home/dionyziz/workspace/twister/twister-core/src/../libtorrent/include -DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating libmemenv.a
make[1]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/src/leveldb'
Building libtorrent ...
make[1]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent'
Making all in include/libtorrent
make[2]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/include/libtorrent'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/include/libtorrent'
Making all in src
make[2]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/src'
CXX web_connection_base.lo
CXX alert.lo
CXX alert_manager.lo
CXX allocator.lo
CXX asio.lo
CXX assert.lo
CXX bandwidth_limit.lo
CXX bandwidth_manager.lo
CXX bandwidth_queue_entry.lo
CXX bloom_filter.lo
CXX broadcast_socket.lo
CXX bt_peer_connection.lo
CXX chained_buffer.lo
CXX connection_queue.lo
CXX ConvertUTF.lo
CXX create_torrent.lo
CXX disk_buffer_holder.lo
CXX disk_buffer_pool.lo
CXX disk_io_thread.lo
CXX entry.lo
CXX enum_net.lo
CXX error_code.lo
CXX escape_string.lo
CXX file.lo
CXX file_pool.lo
CXX file_storage.lo
CXX gzip.lo
CXX hasher.lo
CXX http_connection.lo
CXX http_parser.lo
CXX http_seed_connection.lo
CXX http_stream.lo
CXX http_tracker_connection.lo
CXX i2p_stream.lo
CXX identify_client.lo
CXX instantiate_connection.lo
CXX ip_filter.lo
CXX ip_voter.lo
CXX lazy_bdecode.lo
CXX logger.lo
CXX lsd.lo
CXX lt_trackers.lo
CXX magnet_uri.lo
magnet_uri.cpp: In function ‘libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const std::string&, const std::string&, libtorrent::storage_mode_t, bool, libtorrent::storage_constructor_type, void*)’:
magnet_uri.cpp:126: warning: ‘libtorrent::torrent_handle libtorrent::session::add_torrent(const char*, const libtorrent::sha1_hash&, const char*, const std::string&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_constructor_type, void*)’ is deprecated (declared at ../include/libtorrent/session.hpp:311)
magnet_uri.cpp: In function ‘libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const std::string&, libtorrent::add_torrent_params)’:
magnet_uri.cpp:133: warning: ‘libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const std::string&, libtorrent::add_torrent_params, boost::system::error_code&)’ is deprecated (declared at ../include/libtorrent/magnet_uri.hpp:68)
CXX metadata_transfer.lo
CC mpi.lo
cc1: warning: command line option "-ftemplate-depth-100" is valid for C++/ObjC++ but not for C
CXX natpmp.lo
CXX parse_url.lo
CXX pe_crypto.lo
CXX peer_connection.lo
CXX piece_picker.lo
CXX packet_buffer.lo
CXX policy.lo
policy.cpp: In function ‘uint32_t libtorrent::peer_priority(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>)’:
policy.cpp:172: error: no match for ‘operator>’ in ‘e1 > e2’
../include/libtorrent/ptime.hpp:87: note: candidates are: bool libtorrent::operator>(libtorrent::ptime, libtorrent::ptime)
../include/libtorrent/ptime.hpp:105: note: bool libtorrent::operator>(libtorrent::time_duration, libtorrent::time_duration)
policy.cpp:191: error: no match for ‘operator>’ in ‘e1 > e2’
../include/libtorrent/ptime.hpp:87: note: candidates are: bool libtorrent::operator>(libtorrent::ptime, libtorrent::ptime)
../include/libtorrent/ptime.hpp:105: note: bool libtorrent::operator>(libtorrent::time_duration, libtorrent::time_duration)
make[2]: *** [policy.lo] Error 1
make[2]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/src'
Making all in examples
make[2]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/examples'
Making all in test
make[2]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/test'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/test'
Making all in tools
make[2]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/tools'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/tools'
make[2]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent'
make: *** [../libtorrent/src/.libs/libtorrent-rasterbar.a] Error 2
[0] dionyziz@gunther ~/workspace/twister/twister-core/src (master*) %
@miguelfreitas
Copy link

Looks like a known problem of libtorrent?

http://pastebin.com/UMpUZ95A

I have successfully compile it in debian already - gcc version 4.7.2 (Debian 4.7.2-5)

@miguelfreitas
Copy link

btw, try to 'make' inside libtorrent before using src/makefile.unix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment