Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 448750 Details for
Bug 595858
net-libs/libtorrent-rasterbar[libressl]: /.../context.ipp:232:25: error: ‘::SSL_CTX_get_default_passwd_cb_userdata’ has not been declared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 55.43 KB, created by
Toralf Förster
on 2016-10-02 07:01:23 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-10-02 07:01:23 UTC
Size:
55.43 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by libtorrent-rasterbar configure 1.0.9, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/rb_libtorrent-1.0.9-r2 --htmldir=/usr/share/doc/rb_libtorrent-1.0.9-r2/html --libdir=/usr/lib64 --disable-debug --disable-logging --disable-statistics --disable-disk-stats --enable-dht=yes --disable-examples --enable-geoip --with-libgeoip --enable-encryption --disable-static --disable-tests --with-libiconv > >## --------- ## >## Platform. ## >## --------- ## > >hostname = mr-fox >uname -m = x86_64 >uname -r = 4.7.6-hardened >uname -s = Linux >uname -v = #1 SMP Sat Oct 1 18:53:58 CEST 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2396: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2536: checking whether make supports nested variables >configure:2553: result: yes >configure:2598: checking for x86_64-pc-linux-gnu-gcc >configure:2614: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2625: result: x86_64-pc-linux-gnu-gcc >configure:2894: checking for C compiler version >configure:2903: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 >Copyright (C) 2016 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:2914: $? = 0 >configure:2903: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) >configure:2914: $? = 0 >configure:2903: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2914: $? = 1 >configure:2903: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2914: $? = 1 >configure:2934: checking whether the C compiler works >configure:2956: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2960: $? = 0 >configure:3008: result: yes >configure:3011: checking for C compiler default output file name >configure:3013: result: a.out >configure:3019: checking for suffix of executables >configure:3026: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3030: $? = 0 >configure:3052: result: >configure:3074: checking whether we are cross compiling >configure:3082: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3086: $? = 0 >configure:3093: ./conftest >configure:3097: $? = 0 >configure:3112: result: no >configure:3117: checking for suffix of object files >configure:3139: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3143: $? = 0 >configure:3164: result: o >configure:3168: checking whether we are using the GNU C compiler >configure:3187: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3187: $? = 0 >configure:3196: result: yes >configure:3205: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3225: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3225: $? = 0 >configure:3266: result: yes >configure:3283: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3346: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3346: $? = 0 >configure:3359: result: none needed >configure:3387: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:3409: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3412: $? = 0 >configure:3409: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3412: $? = 0 >configure:3424: result: yes >configure:3446: checking how to run the C preprocessor >configure:3477: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3477: $? = 0 >configure:3491: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3491: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3516: result: x86_64-pc-linux-gnu-gcc -E >configure:3536: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3536: $? = 0 >configure:3550: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3550: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3579: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:3610: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:3614: $? = 0 >configure:3620: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:3624: $? = 0 >configure:3635: cc -c conftest.c >&5 >configure:3639: $? = 0 >configure:3647: cc -c conftest.c -o conftest2.o >&5 >configure:3651: $? = 0 >configure:3657: cc -c conftest.c -o conftest2.o >&5 >configure:3661: $? = 0 >configure:3679: result: yes >configure:3703: checking for x86_64-pc-linux-gnu-g++ >configure:3719: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:3730: result: x86_64-pc-linux-gnu-g++ >configure:3801: checking for C++ compiler version >configure:3810: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 6.2.0-r1 p1.1) 6.2.0 >Copyright (C) 2016 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3821: $? = 0 >configure:3810: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) >configure:3821: $? = 0 >configure:3810: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3821: $? = 1 >configure:3810: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3821: $? = 1 >configure:3825: checking whether we are using the GNU C++ compiler >configure:3844: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:3844: $? = 0 >configure:3853: result: yes >configure:3862: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:3882: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:3882: $? = 0 >configure:3923: result: yes >configure:3951: checking how to run the C++ preprocessor >configure:3978: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:3978: $? = 0 >configure:3992: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3992: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4017: result: x86_64-pc-linux-gnu-g++ -E >configure:4037: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:4037: $? = 0 >configure:4051: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4051: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4084: checking whether x86_64-pc-linux-gnu-g++ understands -c and -o together >configure:4108: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -c conftest.cpp -o conftest2.o >&5 >configure:4112: $? = 0 >configure:4119: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -c conftest.cpp -o conftest2.o >&5 >configure:4123: $? = 0 >configure:4131: result: yes >configure:4151: checking build system type >configure:4165: result: x86_64-pc-linux-gnu >configure:4185: checking host system type >configure:4198: result: x86_64-pc-linux-gnu >configure:4218: checking target system type >configure:4231: result: x86_64-pc-linux-gnu >configure:4276: checking for a BSD-compatible install >configure:4344: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:4355: checking whether build environment is sane >configure:4410: result: yes >configure:4558: checking for a thread-safe mkdir -p >configure:4597: result: /bin/mkdir -p >configure:4604: checking for gawk >configure:4620: found /usr/bin/gawk >configure:4631: result: gawk >configure:4642: checking whether make sets $(MAKE) >configure:4664: result: yes >configure:4694: checking for style of include used by make >configure:4722: result: GNU >configure:4819: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4930: result: none >configure:4947: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:5058: result: none >configure:5167: checking how to print strings >configure:5194: result: printf >configure:5215: checking for a sed that does not truncate output >configure:5279: result: /bin/sed >configure:5297: checking for grep that handles long lines and -e >configure:5355: result: /bin/grep >configure:5360: checking for egrep >configure:5422: result: /bin/grep -E >configure:5427: checking for fgrep >configure:5489: result: /bin/grep -F >configure:5524: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5591: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5598: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5613: result: yes >configure:5625: checking for BSD- or MS-compatible name lister (nm) >configure:5679: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:5809: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:5816: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5819: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:5822: output >0000000000000000 B some_variable >configure:5829: result: BSD nm >configure:5832: checking whether ln -s works >configure:5836: result: yes >configure:5844: checking the maximum length of command line arguments >configure:5975: result: 1572864 >configure:6023: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:6063: result: func_convert_file_noop >configure:6070: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:6090: result: func_convert_file_noop >configure:6097: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:6104: result: -r >configure:6138: checking for x86_64-pc-linux-gnu-objdump >configure:6154: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:6165: result: x86_64-pc-linux-gnu-objdump >configure:6237: checking how to recognize dependent libraries >configure:6437: result: pass_all >configure:6482: checking for x86_64-pc-linux-gnu-dlltool >configure:6512: result: no >configure:6522: checking for dlltool >configure:6552: result: no >configure:6582: checking how to associate runtime and link libraries >configure:6609: result: printf %s\n >configure:6626: checking for x86_64-pc-linux-gnu-ar >configure:6642: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6653: result: x86_64-pc-linux-gnu-ar >configure:6734: checking for archiver @FILE support >configure:6751: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6751: $? = 0 >configure:6754: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6757: $? = 0 >configure:6762: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:6765: $? = 1 >configure:6777: result: @ >configure:6795: checking for x86_64-pc-linux-gnu-strip >configure:6811: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6822: result: x86_64-pc-linux-gnu-strip >configure:6894: checking for x86_64-pc-linux-gnu-ranlib >configure:6910: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6921: result: x86_64-pc-linux-gnu-ranlib >configure:7063: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object >configure:7216: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:7219: $? = 0 >configure:7223: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:7226: $? = 0 >configure:7292: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7295: $? = 0 >configure:7333: result: ok >configure:7380: checking for sysroot >configure:7410: result: no >configure:7417: checking for a working dd >configure:7455: result: /bin/dd >configure:7459: checking how to truncate binary pipes >configure:7474: result: /bin/dd bs=4096 count=1 >configure:7610: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:7613: $? = 0 >configure:7763: checking for x86_64-pc-linux-gnu-mt >configure:7793: result: no >configure:7803: checking for mt >configure:7819: found /usr/sbin/mt >configure:7830: result: mt >configure:7853: checking if mt is a manifest tool >configure:7859: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:7867: result: no >configure:8540: checking for ANSI C header files >configure:8560: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8560: $? = 0 >configure:8633: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8633: $? = 0 >configure:8633: ./conftest >configure:8633: $? = 0 >configure:8644: result: yes >configure:8657: checking for sys/types.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for sys/stat.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for stdlib.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for string.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for memory.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for strings.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for inttypes.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for stdint.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8657: checking for unistd.h >configure:8657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8657: $? = 0 >configure:8657: result: yes >configure:8671: checking for dlfcn.h >configure:8671: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8671: $? = 0 >configure:8671: result: yes >configure:8938: checking for objdir >configure:8953: result: .libs >configure:9217: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:9235: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >configure:9239: $? = 0 >configure:9252: result: no >configure:9610: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:9617: result: -fPIC -DPIC >configure:9625: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:9643: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:9647: $? = 0 >configure:9660: result: yes >configure:9689: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:9717: result: yes >configure:9732: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9753: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:9757: $? = 0 >configure:9779: result: yes >configure:9787: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9834: result: yes >configure:9867: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:11126: result: yes >configure:11163: checking whether -lc should be explicitly linked in >configure:11171: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:11174: $? = 0 >configure:11189: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11192: $? = 0 >configure:11206: result: no >configure:11366: checking dynamic linker characteristics >configure:11947: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11947: $? = 0 >configure:12184: result: GNU/Linux ld.so >configure:12306: checking how to hardcode library paths into programs >configure:12331: result: immediate >configure:12879: checking whether stripping libraries is possible >configure:12884: result: yes >configure:12919: checking if libtool supports shared libraries >configure:12921: result: yes >configure:12924: checking whether to build shared libraries >configure:12949: result: yes >configure:12952: checking whether to build static libraries >configure:12956: result: no >configure:12979: checking how to run the C++ preprocessor >configure:13045: result: x86_64-pc-linux-gnu-g++ -E >configure:13065: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:13065: $? = 0 >configure:13079: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:13079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "1.0.9" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:13241: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:13308: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:13315: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:13330: result: yes >configure:13385: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14458: result: yes >configure:14494: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:14497: $? = 0 >configure:14978: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:14985: result: -fPIC -DPIC >configure:14993: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:15011: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:15015: $? = 0 >configure:15028: result: yes >configure:15051: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:15079: result: yes >configure:15091: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15112: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -o out/conftest2.o conftest.cpp >&5 >configure:15116: $? = 0 >configure:15138: result: yes >configure:15143: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15190: result: yes >configure:15220: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:15260: result: yes >configure:15401: checking dynamic linker characteristics >configure:16146: result: GNU/Linux ld.so >configure:16211: checking how to hardcode library paths into programs >configure:16236: result: immediate >configure:16471: checking for the pthreads library -lpthreads >configure:16504: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthreads >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >configure:16504: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "1.0.9" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:16513: result: no >configure:16416: checking whether pthreads work without any flags >configure:16504: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/temp/ccx6nL0Z.o: In function `main': >conftest.c:(.text.startup+0x19): undefined reference to `pthread_join' >conftest.c:(.text.startup+0x36): undefined reference to `__pthread_register_cancel' >conftest.c:(.text.startup+0x43): undefined reference to `pthread_create' >conftest.c:(.text.startup+0x4b): undefined reference to `__pthread_unregister_cancel' >collect2: error: ld returned 1 exit status >configure:16504: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "1.0.9" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:16513: result: no >configure:16421: checking whether pthreads work with -Kthread >configure:16504: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Kthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'? >configure:16504: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "1.0.9" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:16513: result: no >configure:16421: checking whether pthreads work with -kthread >configure:16504: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -kthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'? >configure:16504: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "1.0.9" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:16513: result: no >configure:16471: checking for the pthreads library -llthread >configure:16504: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -llthread >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llthread >collect2: error: ld returned 1 exit status >configure:16504: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "1.0.9" >| #define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >| #define PACKAGE_BUGREPORT "arvid@libtorrent.org" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "1.0.9" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:16513: result: no >configure:16421: checking whether pthreads work with -lpthread >configure:16504: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -lpthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16504: $? = 0 >configure:16513: result: yes >configure:16532: checking for joinable pthread attribute >configure:16547: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -lpthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16547: $? = 0 >configure:16553: result: PTHREAD_CREATE_JOINABLE >configure:16563: checking if more special flags are required for pthreads >configure:16570: result: no >configure:16661: checking whether to check for GCC pthread/shared inconsistencies >configure:16674: x86_64-pc-linux-gnu-gcc -o conftest -shared -fPIC -Wl,-z,defs -march=native -O2 -pipe -lpthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16674: $? = 0 >configure:16686: result: yes >configure:16728: checking whether -lpthread fixes that >configure:16744: x86_64-pc-linux-gnu-gcc -o conftest -shared -fPIC -Wl,-z,defs -march=native -O2 -pipe -lpthread -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:16744: $? = 0 >configure:16751: result: yes >configure:16839: checking for __attribute__((visibility("hidden"))) >configure:16848: x86_64-pc-linux-gnu-gcc -fvisibility=hidden -S visibility_conftest.c -o visibility_conftest.s 1>&5 >configure:16851: $? = 0 >configure:16860: result: yes >configure:16914: checking for boostlib >= 1.36 >configure:16988: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -ftemplate-depth=120 -I/usr/include conftest.cpp >&5 >configure:16988: $? = 0 >configure:16990: result: yes >configure:17169: checking whether the Boost::System library is available >configure:17193: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -ftemplate-depth=120 -I/usr/include conftest.cpp >&5 >configure:17193: $? = 0 >configure:17208: result: yes >configure:17223: checking for exit in -lboost_system-mt >configure:17248: x86_64-pc-linux-gnu-gcc -o conftest -lpthread -march=native -O2 -pipe -I/usr/include -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.c -lboost_system-mt -lpthread >&5 >conftest.c:33:6: warning: conflicting types for built-in function 'exit' > char exit (); > ^~~~ >configure:17248: $? = 0 >configure:17258: result: yes >configure:17397: checking for x86_64-pc-linux-gnu-pkg-config >configure:17415: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:17427: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:17495: checking pkg-config is at least version 0.20 >configure:17498: result: yes >configure:17518: checking for special C compiler options needed for large files >configure:17563: result: no >configure:17569: checking for _FILE_OFFSET_BITS value needed for large files >configure:17594: x86_64-pc-linux-gnu-gcc -c -lpthread -march=native -O2 -pipe -I/usr/include conftest.c >&5 >configure:17594: $? = 0 >configure:17626: result: no >configure:17712: checking whether ln -s works >configure:17716: result: yes >configure:17723: checking whether make sets $(MAKE) >configure:17745: result: yes >configure:17758: checking for gethostbyname >configure:17758: x86_64-pc-linux-gnu-gcc -o conftest -lpthread -march=native -O2 -pipe -I/usr/include -L/usr/lib64 -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:17758: $? = 0 >configure:17758: result: yes >configure:17981: checking for gethostbyname_r >configure:17981: x86_64-pc-linux-gnu-gcc -o conftest -lpthread -march=native -O2 -pipe -I/usr/include -L/usr/lib64 -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:17981: $? = 0 >configure:17981: result: yes >configure:18009: checking for clock_gettime >configure:18009: x86_64-pc-linux-gnu-gcc -o conftest -lpthread -march=native -O2 -pipe -I/usr/include -L/usr/lib64 -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:18009: $? = 0 >configure:18009: result: yes >configure:18294: checking whether deprecated functions should be enabled >configure:18299: result: yes >configure:18318: checking whether debug build should be enabled >configure:18333: result: no >configure:18348: checking whether invariant check should be enabled >configure:18361: result: no >configure:18388: checking whether logging to disk should be enabled >configure:18402: result: no >configure:18430: checking whether statistics logging should be enabled >configure:18443: result: no >configure:18453: checking whether disk activity logging should be enabled >configure:18466: result: no >configure:18479: checking whether encryption support should be enabled >configure:18484: result: yes >configure:18486: encryption support: now checking for the OpenSSL library... >configure:18509: checking for pkg-config >configure:18539: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:18595: checking whether compiling and linking against OpenSSL works >Trying link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=-lssl -lcrypto; OPENSSL_INCLUDES= >configure:18617: x86_64-pc-linux-gnu-gcc -o conftest -lpthread -march=native -O2 -pipe -I/usr/include -L/usr/lib64 -Wl,-O1 -Wl,--as-needed conftest.c -lssl -lcrypto -lpthread >&5 >configure:18617: $? = 0 >configure:18619: result: yes >configure:18664: checking whether geoip support should be enabled >configure:18669: result: yes >configure:18688: checking whether dht support should be enabled >configure:18693: result: yes >configure:18721: checking whether pool allocators should be enabled >configure:18726: result: yes >configure:18759: checking whether example files should be built >configure:18766: result: no >configure:18775: checking whether test files should be built >configure:18788: result: no >configure:18797: checking whether python bindings should be built >configure:19545: result: no >configure:19558: checking for FIEMAP support >configure:19562: checking linux/types.h usability >configure:19562: x86_64-pc-linux-gnu-gcc -c -lpthread -march=native -O2 -pipe -fvisibility=hidden -I/usr/include conftest.c >&5 >configure:19562: $? = 0 >configure:19562: result: yes >configure:19562: checking linux/types.h presence >configure:19562: x86_64-pc-linux-gnu-gcc -E -I/usr/include conftest.c >configure:19562: $? = 0 >configure:19562: result: yes >configure:19562: checking for linux/types.h >configure:19562: result: yes >configure:19574: checking for linux/fiemap.h >configure:19574: x86_64-pc-linux-gnu-gcc -c -lpthread -march=native -O2 -pipe -fvisibility=hidden -I/usr/include conftest.c >&5 >configure:19574: $? = 0 >configure:19574: result: yes >configure:19590: checking whether to link against system libgeoip >configure:19595: result: yes >configure:19602: libgeoip: now checking for the libgeoip library... >configure:19608: checking for libgeoip with pkg-config >configure:19611: $PKG_CONFIG --exists --print-errors "geoip" >configure:19614: $? = 0 >configure:19617: result: yes >configure:19621: checking for GEOIP >configure:19628: $PKG_CONFIG --exists --print-errors "geoip" >configure:19631: $? = 0 >configure:19644: $PKG_CONFIG --exists --print-errors "geoip" >configure:19647: $? = 0 >configure:19688: result: yes >configure:19866: checking whether to link against system libiconv >configure:19886: checking for shared library run path origin >configure:19899: result: done >configure:20295: result: yes >configure:20327: checking for iconv >configure:20349: x86_64-pc-linux-gnu-gcc -o conftest -I/usr/include/ -lpthread -march=native -O2 -pipe -fvisibility=hidden -I/usr/include -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -fvisibility=hidden -fvisibility-inlines-hidden conftest.c -lGeoIP -lpthread >&5 >cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C >configure:20349: $? = 0 >configure:20381: result: yes >configure:20402: checking for iconv declaration >configure:20431: x86_64-pc-linux-gnu-gcc -c -I/usr/include/ -lpthread -march=native -O2 -pipe -fvisibility=hidden -I/usr/include conftest.c >&5 >configure:20431: $? = 0 >configure:20442: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >configure:20735: checking that generated files are newer than configure >configure:20741: result: done >configure:20792: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by libtorrent-rasterbar config.status 1.0.9, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on mr-fox > >config.status:1136: creating Makefile >config.status:1136: creating src/Makefile >config.status:1136: creating include/libtorrent/Makefile >config.status:1136: creating examples/Makefile >config.status:1136: creating test/Makefile >config.status:1136: creating tools/Makefile >config.status:1136: creating bindings/Makefile >config.status:1136: creating bindings/python/Makefile >config.status:1136: creating bindings/python/link_flags >config.status:1136: creating bindings/python/compile_flags >config.status:1136: creating libtorrent-rasterbar.pc >config.status:1136: creating libtorrent-rasterbar-cmake.pc >config.status:1308: executing depfiles commands >config.status:1308: executing libtool commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_GEOIP_CFLAGS_set= >ac_cv_env_GEOIP_CFLAGS_value= >ac_cv_env_GEOIP_LIBS_set= >ac_cv_env_GEOIP_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PYTHON_INSTALL_PARAMS_set= >ac_cv_env_PYTHON_INSTALL_PARAMS_value= >ac_cv_env_PYTHON_VERSION_set= >ac_cv_env_PYTHON_VERSION_value= >ac_cv_env_PYTHON_set= >ac_cv_env_PYTHON_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_clock_gettime=yes >ac_cv_func_gethostbyname=yes >ac_cv_func_gethostbyname_r=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_linux_fiemap_h=yes >ac_cv_header_linux_types_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_hidden_visibility_attribute=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_boost_system_mt___exit=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD=/bin/dd >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_ac_ct_MANIFEST_TOOL=mt >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes >ac_cv_prog_cxx_c_o=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_target=x86_64-pc-linux-gnu >acl_cv_hardcode_direct=no >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator= >acl_cv_hardcode_minus_L=no >acl_cv_libext=a >acl_cv_rpath=done >acl_cv_shlibext=so >acl_cv_wl=-Wl, >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_func_iconv=yes >am_cv_lib_iconv=no >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' >am_cv_proto_iconv_arg1= >ax_cv_boost_system=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' >pkg_cv_GEOIP_CFLAGS=-I/usr/include/ >pkg_cv_GEOIP_LIBS=-lGeoIP > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/work/libtorrent-rasterbar-1.0.9/build-aux/missing aclocal-1.15' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/work/libtorrent-rasterbar-1.0.9/build-aux/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/work/libtorrent-rasterbar-1.0.9/build-aux/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/work/libtorrent-rasterbar-1.0.9/build-aux/missing automake-1.15' >AWK='gawk' >BOOST_CPPFLAGS='-I/usr/include' >BOOST_LDFLAGS='-L/usr/lib64' >BOOST_PYTHON_LIB='' >BOOST_SYSTEM_LIB='-lboost_system-mt' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-I/usr/include/ -lpthread -march=native -O2 -pipe -fvisibility=hidden' >COMPILETIME_OPTIONS=' -DTORRENT_USE_OPENSSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED ' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='-I/usr/include ' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-march=native -O2 -pipe -ftemplate-depth=120 -fvisibility=hidden -fvisibility-inlines-hidden' >CYGPATH_W='echo' >DEBUGFLAGS='-Os' >DEFS='-DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.0.9\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.0.9\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -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_BOOST_SYSTEM=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_LINUX_TYPES_H=1 -DHAVE_LINUX_FIEMAP_H=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DBOOST_ASIO_DYN_LINK=1 -DTORRENT_BUILDING_SHARED=1' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_DHT_FALSE='#' >ENABLE_DHT_TRUE='' >ENABLE_EXAMPLES_FALSE='' >ENABLE_EXAMPLES_TRUE='#' >ENABLE_PYTHON_BINDING_FALSE='' >ENABLE_PYTHON_BINDING_TRUE='#' >ENABLE_TESTS_FALSE='' >ENABLE_TESTS_TRUE='#' >EXEEXT='' >FGREP='/bin/grep -F' >GEOIP_CFLAGS='-I/usr/include/' >GEOIP_LIBS='-lGeoIP' >GREP='/bin/grep' >ICONV_LIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTERFACE_VERSION_INFO='8:0:0' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-L/usr/lib64 -Wl,-O1 -Wl,--as-needed -fvisibility=hidden -fvisibility-inlines-hidden' >LIBICONV='' >LIBOBJS='' >LIBS=' -lGeoIP -lpthread ' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBICONV='' >LTLIBOBJS='' >LT_SYS_LIBRARY_PATH='' >MAKEINFO='${SHELL} /var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/work/libtorrent-rasterbar-1.0.9/build-aux/missing makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OPENSSL_INCLUDES='' >OPENSSL_LDFLAGS='' >OPENSSL_LIBS='-lssl -lcrypto' >OTOOL64='' >OTOOL='' >PACKAGE='libtorrent-rasterbar' >PACKAGE_BUGREPORT='arvid@libtorrent.org' >PACKAGE_NAME='libtorrent-rasterbar' >PACKAGE_STRING='libtorrent-rasterbar 1.0.9' >PACKAGE_TARNAME='libtorrent-rasterbar' >PACKAGE_URL='http://www.libtorrent.org' >PACKAGE_VERSION='1.0.9' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PTHREAD_CC='x86_64-pc-linux-gnu-gcc' >PTHREAD_CFLAGS='-lpthread' >PTHREAD_LIBS='-lpthread ' >PYTHON='' >PYTHON_CPPFLAGS='' >PYTHON_EXEC_PREFIX='' >PYTHON_EXTRA_LDFLAGS='' >PYTHON_EXTRA_LIBS='' >PYTHON_INSTALL_PARAMS='--prefix=$(DESTDIR)$(prefix)' >PYTHON_LIBS='' >PYTHON_PLATFORM='' >PYTHON_PREFIX='' >PYTHON_SITE_PKG='' >PYTHON_VERSION='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >VERSION='1.0.9' >WITH_OPENSSL_FALSE='#' >WITH_OPENSSL_TRUE='' >WITH_SHIPPED_GEOIP_FALSE='' >WITH_SHIPPED_GEOIP_TRUE='#' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='#' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >ax_pthread_config='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/rb_libtorrent-1.0.9-r2' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/rb_libtorrent-1.0.9-r2/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/net-libs/rb_libtorrent-1.0.9-r2/work/libtorrent-rasterbar-1.0.9/build-aux/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgpyexecdir='' >pkgpythondir='' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='' >pythondir='' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target='x86_64-pc-linux-gnu' >target_alias='' >target_cpu='x86_64' >target_os='linux-gnu' >target_vendor='pc' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "libtorrent-rasterbar" >#define PACKAGE_TARNAME "libtorrent-rasterbar" >#define PACKAGE_VERSION "1.0.9" >#define PACKAGE_STRING "libtorrent-rasterbar 1.0.9" >#define PACKAGE_BUGREPORT "arvid@libtorrent.org" >#define PACKAGE_URL "http://www.libtorrent.org" >#define PACKAGE "libtorrent-rasterbar" >#define VERSION "1.0.9" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define HAVE_PTHREAD 1 >#define HAVE_BOOST /**/ >#define HAVE_BOOST_SYSTEM 1 >#define HAVE_GETHOSTBYNAME 1 >#define HAVE_GETHOSTBYNAME_R 1 >#define GETHOSTBYNAME_R_RETURNS_INT 1 >#define HAVE_CLOCK_GETTIME 1 >#define NDEBUG 1 >#define TORRENT_USE_OPENSSL 1 >#define HAVE_LINUX_TYPES_H 1 >#define HAVE_LINUX_FIEMAP_H 1 >#define HAVE_ICONV 1 >#define ICONV_CONST >#define BOOST_ASIO_HASH_MAP_BUCKETS 1021 >#define BOOST_EXCEPTION_DISABLE 1 >#define BOOST_ASIO_ENABLE_CANCELIO 1 >#define BOOST_ASIO_DYN_LINK 1 >#define TORRENT_BUILDING_SHARED 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 595858
: 448750 |
448752
|
448754
|
448756
|
457342