Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 328362 Details for
Bug 441782
=net-libs/rb_libtorrent-0.15.10 fails to configure after recent boost changes
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), 41.43 KB, created by
Agostino Sarubbo
on 2012-11-04 22:24:30 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2012-11-04 22:24:30 UTC
Size:
41.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 0.15.10, which was >generated by GNU Autoconf 2.68. Invocation command line was > > $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-debug --disable-tests --disable-examples --disable-python-binding --enable-encryption --disable-static --with-zlib=system --with-boost=/usr/include/boost-1_49 --with-boost-libdir=/usr/lib/boost-1_49 --with-boost-system=boost_system-mt --with-boost-filesystem=boost_filesystem-mt --with-boost-thread=boost_thread-mt --with-boost-python=boost_python--mt --disable-static --disable-debug --disable-nls --disable-dependency-tracking > >## --------- ## >## Platform. ## >## --------- ## > >hostname = devil >uname -m = i686 >uname -r = 3.2.29-gentoo >uname -s = Linux >uname -v = #3 PREEMPT Thu Nov 1 23:11:32 CET 2012 > >/usr/bin/uname -p = Intel(R) Celeron(R) M CPU 430 @ 1.73GHz >/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/bin/ebuild-helpers/4 >PATH: /usr/lib/portage/bin/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/i686-pc-linux-gnu/gcc-bin/4.6.3 >PATH: /usr/lib/subversion/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2544: checking for i686-pc-linux-gnu-gcc >configure:2560: found /usr/bin/i686-pc-linux-gnu-gcc >configure:2571: result: i686-pc-linux-gnu-gcc >configure:2840: checking for C compiler version >configure:2849: i686-pc-linux-gnu-gcc --version >&5 >i686-pc-linux-gnu-gcc (Gentoo Hardened 4.6.3 p1.6, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:2860: $? = 0 >configure:2849: i686-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.6.3/i686-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.6.3/lto-wrapper >Target: i686-pc-linux-gnu >Configured with: /tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --disable-nls --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-esp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --disable-libquadmath --with-arch=i686 --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.6.3 p1.6, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo Hardened 4.6.3 p1.6, pie-0.5.2) >configure:2860: $? = 0 >configure:2849: i686-pc-linux-gnu-gcc -V >&5 >i686-pc-linux-gnu-gcc: error: unrecognized option '-V' >i686-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2860: $? = 1 >configure:2849: i686-pc-linux-gnu-gcc -qversion >&5 >i686-pc-linux-gnu-gcc: error: unrecognized option '-qversion' >i686-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2860: $? = 1 >configure:2880: checking whether the C compiler works >configure:2902: i686-pc-linux-gnu-gcc -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:2906: $? = 0 >configure:2954: result: yes >configure:2957: checking for C compiler default output file name >configure:2959: result: a.out >configure:2965: checking for suffix of executables >configure:2972: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:2976: $? = 0 >configure:2998: result: >configure:3020: checking whether we are cross compiling >configure:3028: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3032: $? = 0 >configure:3039: ./conftest >configure:3043: $? = 0 >configure:3058: result: no >configure:3063: checking for suffix of object files >configure:3085: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:3089: $? = 0 >configure:3110: result: o >configure:3114: checking whether we are using the GNU C compiler >configure:3133: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:3133: $? = 0 >configure:3142: result: yes >configure:3151: checking whether i686-pc-linux-gnu-gcc accepts -g >configure:3171: i686-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3171: $? = 0 >configure:3212: result: yes >configure:3229: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 >configure:3293: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:3293: $? = 0 >configure:3306: result: none needed >configure:3331: checking how to run the C preprocessor >configure:3362: i686-pc-linux-gnu-gcc -E conftest.c >configure:3362: $? = 0 >configure:3376: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3376: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3401: result: i686-pc-linux-gnu-gcc -E >configure:3421: i686-pc-linux-gnu-gcc -E conftest.c >configure:3421: $? = 0 >configure:3435: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3435: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3464: checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together >configure:3495: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:3499: $? = 0 >configure:3505: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:3509: $? = 0 >configure:3520: cc -c conftest.c >&5 >configure:3524: $? = 0 >configure:3532: cc -c conftest.c -o conftest2.o >&5 >configure:3536: $? = 0 >configure:3542: cc -c conftest.c -o conftest2.o >&5 >configure:3546: $? = 0 >configure:3564: result: yes >configure:3588: checking for i686-pc-linux-gnu-g++ >configure:3604: found /usr/bin/i686-pc-linux-gnu-g++ >configure:3615: result: i686-pc-linux-gnu-g++ >configure:3686: checking for C++ compiler version >configure:3695: i686-pc-linux-gnu-g++ --version >&5 >i686-pc-linux-gnu-g++ (Gentoo Hardened 4.6.3 p1.6, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:3706: $? = 0 >configure:3695: i686-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.6.3/i686-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.6.3/lto-wrapper >Target: i686-pc-linux-gnu >Configured with: /tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --disable-nls --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-esp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --disable-libquadmath --with-arch=i686 --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.6.3 p1.6, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo Hardened 4.6.3 p1.6, pie-0.5.2) >configure:3706: $? = 0 >configure:3695: i686-pc-linux-gnu-g++ -V >&5 >i686-pc-linux-gnu-g++: error: unrecognized option '-V' >i686-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3706: $? = 1 >configure:3695: i686-pc-linux-gnu-g++ -qversion >&5 >i686-pc-linux-gnu-g++: error: unrecognized option '-qversion' >i686-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3706: $? = 1 >configure:3710: checking whether we are using the GNU C++ compiler >configure:3729: i686-pc-linux-gnu-g++ -c -O2 -march=pentium-m conftest.cpp >&5 >configure:3729: $? = 0 >configure:3738: result: yes >configure:3747: checking whether i686-pc-linux-gnu-g++ accepts -g >configure:3767: i686-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:3767: $? = 0 >configure:3808: result: yes >configure:3836: checking how to run the C++ preprocessor >configure:3863: i686-pc-linux-gnu-g++ -E conftest.cpp >configure:3863: $? = 0 >configure:3877: i686-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3877: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3902: result: i686-pc-linux-gnu-g++ -E >configure:3922: i686-pc-linux-gnu-g++ -E conftest.cpp >configure:3922: $? = 0 >configure:3936: i686-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3936: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3969: checking whether i686-pc-linux-gnu-g++ understands -c and -o together >configure:3993: i686-pc-linux-gnu-g++ -O2 -march=pentium-m -c conftest.cpp -o conftest2.o >&5 >configure:3997: $? = 0 >configure:4004: i686-pc-linux-gnu-g++ -O2 -march=pentium-m -c conftest.cpp -o conftest2.o >&5 >configure:4008: $? = 0 >configure:4016: result: yes >configure:4036: checking build system type >configure:4050: result: i686-pc-linux-gnu >configure:4070: checking host system type >configure:4083: result: i686-pc-linux-gnu >configure:4103: checking target system type >configure:4116: result: i686-pc-linux-gnu >configure:4161: checking for a BSD-compatible install >configure:4229: result: /usr/bin/install -c >configure:4240: checking whether build environment is sane >configure:4290: result: yes >configure:4431: checking for a thread-safe mkdir -p >configure:4470: result: /bin/mkdir -p >configure:4483: checking for gawk >configure:4499: found /usr/bin/gawk >configure:4510: result: gawk >configure:4521: checking whether make sets $(MAKE) >configure:4543: result: yes >configure:4573: checking for style of include used by make >configure:4601: result: GNU >configure:4687: checking dependency style of i686-pc-linux-gnu-gcc >configure:4798: result: none >configure:4815: checking dependency style of i686-pc-linux-gnu-g++ >configure:4926: result: none >configure:4993: checking how to print strings >configure:5020: result: printf >configure:5041: checking for a sed that does not truncate output >configure:5105: result: /bin/sed >configure:5123: checking for grep that handles long lines and -e >configure:5181: result: /bin/grep >configure:5186: checking for egrep >configure:5248: result: /bin/grep -E >configure:5253: checking for fgrep >configure:5315: result: /bin/grep -F >configure:5350: checking for ld used by i686-pc-linux-gnu-gcc >configure:5417: result: /usr/i686-pc-linux-gnu/bin/ld >configure:5424: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld >configure:5439: result: yes >configure:5451: checking for BSD- or MS-compatible name lister (nm) >configure:5500: result: /usr/bin/nm -B >configure:5630: checking the name lister (/usr/bin/nm -B) interface >configure:5637: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:5640: /usr/bin/nm -B "conftest.o" >configure:5643: output >00000000 B some_variable >configure:5650: result: BSD nm >configure:5653: checking whether ln -s works >configure:5657: result: yes >configure:5665: checking the maximum length of command line arguments >configure:5795: result: 1572864 >configure:5812: checking whether the shell understands some XSI constructs >configure:5822: result: yes >configure:5826: checking whether the shell understands "+=" >configure:5832: result: yes >configure:5867: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format >configure:5907: result: func_convert_file_noop >configure:5914: checking how to convert i686-pc-linux-gnu file names to toolchain format >configure:5934: result: func_convert_file_noop >configure:5941: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files >configure:5948: result: -r >configure:5982: checking for i686-pc-linux-gnu-objdump >configure:5998: found /usr/bin/i686-pc-linux-gnu-objdump >configure:6009: result: i686-pc-linux-gnu-objdump >configure:6081: checking how to recognize dependent libraries >configure:6283: result: pass_all >configure:6328: checking for i686-pc-linux-gnu-dlltool >configure:6358: result: no >configure:6368: checking for dlltool >configure:6398: result: no >configure:6428: checking how to associate runtime and link libraries >configure:6455: result: printf %s\n >configure:6472: checking for i686-pc-linux-gnu-ar >configure:6488: found /usr/bin/i686-pc-linux-gnu-ar >configure:6499: result: i686-pc-linux-gnu-ar >configure:6580: checking for archiver @FILE support >configure:6597: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:6597: $? = 0 >configure:6600: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6603: $? = 0 >configure:6608: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >i686-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:6611: $? = 1 >configure:6623: result: @ >configure:6641: checking for i686-pc-linux-gnu-strip >configure:6657: found /usr/bin/i686-pc-linux-gnu-strip >configure:6668: result: i686-pc-linux-gnu-strip >configure:6740: checking for i686-pc-linux-gnu-ranlib >configure:6756: found /usr/bin/i686-pc-linux-gnu-ranlib >configure:6767: result: i686-pc-linux-gnu-ranlib >configure:6909: checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object >configure:7029: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:7032: $? = 0 >configure:7036: /usr/bin/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:7039: $? = 0 >configure:7105: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c conftstm.o >&5 >configure:7108: $? = 0 >configure:7146: result: ok >configure:7183: checking for sysroot >configure:7213: result: no >configure:7429: checking for i686-pc-linux-gnu-mt >configure:7459: result: no >configure:7469: checking for mt >configure:7499: result: no >configure:7519: checking if : is a manifest tool >configure:7525: : '-?' >configure:7533: result: no >configure:8171: checking for ANSI C header files >configure:8191: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8191: $? = 0 >configure:8264: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:8264: $? = 0 >configure:8264: ./conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8288: checking for sys/types.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for sys/stat.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for stdlib.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for string.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for memory.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for strings.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for inttypes.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for stdint.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8288: checking for unistd.h >configure:8288: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8288: $? = 0 >configure:8288: result: yes >configure:8302: checking for dlfcn.h >configure:8302: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:8302: $? = 0 >configure:8302: result: yes >configure:8519: checking for objdir >configure:8534: result: .libs >configure:8805: checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8823: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] >configure:8827: $? = 0 >configure:8840: result: no >configure:9167: checking for i686-pc-linux-gnu-gcc option to produce PIC >configure:9174: result: -fPIC -DPIC >configure:9182: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:9200: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m -fPIC -DPIC -DPIC conftest.c >&5 >configure:9204: $? = 0 >configure:9217: result: yes >configure:9246: checking if i686-pc-linux-gnu-gcc static flag -static works >configure:9274: result: yes >configure:9289: checking if i686-pc-linux-gnu-gcc supports -c -o file.o >configure:9310: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m -o out/conftest2.o conftest.c >&5 >configure:9314: $? = 0 >configure:9336: result: yes >configure:9344: checking if i686-pc-linux-gnu-gcc supports -c -o file.o >configure:9391: result: yes >configure:9424: checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries >configure:10577: result: yes >configure:10614: checking whether -lc should be explicitly linked in >configure:10622: i686-pc-linux-gnu-gcc -c -O2 -march=pentium-m conftest.c >&5 >configure:10625: $? = 0 >configure:10640: i686-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:10643: $? = 0 >configure:10657: result: no >configure:10817: checking dynamic linker characteristics >configure:11328: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11328: $? = 0 >configure:11550: result: GNU/Linux ld.so >configure:11657: checking how to hardcode library paths into programs >configure:11682: result: immediate >configure:12222: checking whether stripping libraries is possible >configure:12227: result: yes >configure:12262: checking if libtool supports shared libraries >configure:12264: result: yes >configure:12267: checking whether to build shared libraries >configure:12288: result: yes >configure:12291: checking whether to build static libraries >configure:12295: result: no >configure:12318: checking how to run the C++ preprocessor >configure:12384: result: i686-pc-linux-gnu-g++ -E >configure:12404: i686-pc-linux-gnu-g++ -E conftest.cpp >configure:12404: $? = 0 >configure:12418: i686-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:12418: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "0.15.10" >| #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:12587: checking for ld used by i686-pc-linux-gnu-g++ >configure:12654: result: /usr/i686-pc-linux-gnu/bin/ld >configure:12661: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld >configure:12676: result: yes >configure:12731: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries >configure:13736: result: yes >configure:13772: i686-pc-linux-gnu-g++ -c -O2 -march=pentium-m conftest.cpp >&5 >configure:13775: $? = 0 >configure:14295: checking for i686-pc-linux-gnu-g++ option to produce PIC >configure:14302: result: -fPIC -DPIC >configure:14310: checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:14328: i686-pc-linux-gnu-g++ -c -O2 -march=pentium-m -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:14332: $? = 0 >configure:14345: result: yes >configure:14368: checking if i686-pc-linux-gnu-g++ static flag -static works >configure:14396: result: yes >configure:14408: checking if i686-pc-linux-gnu-g++ supports -c -o file.o >configure:14429: i686-pc-linux-gnu-g++ -c -O2 -march=pentium-m -o out/conftest2.o conftest.cpp >&5 >configure:14433: $? = 0 >configure:14455: result: yes >configure:14460: checking if i686-pc-linux-gnu-g++ supports -c -o file.o >configure:14507: result: yes >configure:14537: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries >configure:14573: result: yes >configure:14714: checking dynamic linker characteristics >configure:15381: result: GNU/Linux ld.so >configure:15434: checking how to hardcode library paths into programs >configure:15459: result: immediate >configure:15694: checking for the pthreads library -lpthreads >configure:15727: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lpthreads >&5 >/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: ld returned 1 exit status >configure:15727: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "0.15.10" >| #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:15736: result: no >configure:15639: checking whether pthreads work without any flags >configure:15727: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/tmp/portage/net-libs/rb_libtorrent-0.15.10/temp/ccGpb4uv.o: In function `main': >conftest.c:(.text.startup+0x2f): undefined reference to `pthread_join' >conftest.c:(.text.startup+0x5a): undefined reference to `__pthread_register_cancel' >conftest.c:(.text.startup+0x78): undefined reference to `pthread_create' >conftest.c:(.text.startup+0x81): undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure:15727: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "0.15.10" >| #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:15736: result: no >configure:15644: checking whether pthreads work with -Kthread >configure:15727: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Kthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >i686-pc-linux-gnu-gcc: error: unrecognized option '-Kthread' >configure:15727: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "0.15.10" >| #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:15736: result: no >configure:15644: checking whether pthreads work with -kthread >configure:15727: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -kthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >i686-pc-linux-gnu-gcc: error: unrecognized option '-kthread' >configure:15727: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "0.15.10" >| #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:15736: result: no >configure:15694: checking for the pthreads library -llthread >configure:15727: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -llthread >&5 >/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -llthread >collect2: ld returned 1 exit status >configure:15727: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libtorrent-rasterbar" >| #define PACKAGE_TARNAME "libtorrent-rasterbar" >| #define PACKAGE_VERSION "0.15.10" >| #define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >| #define PACKAGE_BUGREPORT "arvid@cs.umu.se" >| #define PACKAGE_URL "http://www.libtorrent.org" >| #define PACKAGE "libtorrent-rasterbar" >| #define VERSION "0.15.10" >| #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:15736: result: no >configure:15644: checking whether pthreads work with -lpthread >configure:15727: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -lpthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15727: $? = 0 >configure:15736: result: yes >configure:15755: checking for joinable pthread attribute >configure:15770: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -lpthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15770: $? = 0 >configure:15776: result: PTHREAD_CREATE_JOINABLE >configure:15786: checking if more special flags are required for pthreads >configure:15793: result: no >configure:15884: checking whether to check for GCC pthread/shared inconsistencies >configure:15897: i686-pc-linux-gnu-gcc -o conftest -shared -fPIC -Wl,-z,defs -O2 -march=pentium-m -lpthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15897: $? = 0 >configure:15909: result: yes >configure:15951: checking whether -lpthread fixes that >configure:15967: i686-pc-linux-gnu-gcc -o conftest -shared -fPIC -Wl,-z,defs -O2 -march=pentium-m -lpthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lpthread >&5 >configure:15967: $? = 0 >configure:15974: result: yes >configure:16092: error: --with-boost-libdir expected directory name > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-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='-O2 -march=pentium-m' >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='-O2 -march=pentium-m' >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 -Wl,--hash-style=gnu' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_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=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_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_host=i686-pc-linux-gnu >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_SED=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=i686-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=i686-pc-linux-gnu-gcc >ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=i686-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='i686-pc-linux-gnu-g++ -E' >ac_cv_prog_OBJDUMP=i686-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=i686-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_i686_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_target=i686-pc-linux-gnu >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >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/i686-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX=/usr/i686-pc-linux-gnu/bin/ld >lt_cv_path_NM='/usr/bin/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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >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 > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/missing --run aclocal-1.11' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/missing --run tar' >AM_BACKSLASH='\' >AM_DEFAULT_VERBOSITY='0' >AR='i686-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/missing --run autoconf' >AUTOHEADER='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/missing --run autoheader' >AUTOMAKE='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/missing --run automake-1.11' >AWK='gawk' >BOOST_CPPFLAGS='' >BOOST_FILESYSTEM_LIB='' >BOOST_LDFLAGS='' >BOOST_PYTHON_LIB='' >BOOST_SYSTEM_LIB='' >BOOST_THREAD_LIB='' >BOOST_VERSION='' >CC='i686-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-lpthread -O2 -march=pentium-m' >COMPILETIME_OPTIONS='' >CPP='i686-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CXX='i686-pc-linux-gnu-g++' >CXXCPP='i686-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-O2 -march=pentium-m' >CYGPATH_W='echo' >DEBUGFLAGS='' >DEFS='' >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='' >GEOIP_LIBS='' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTERFACE_VERSION_INFO='6:0:0' >LD='/usr/i686-pc-linux-gnu/bin/ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >LIBOBJS='' >LIBS='-lpthread ' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAKEINFO='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/missing --run makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='i686-pc-linux-gnu-objdump' >OBJEXT='o' >OPENSSL_INCLUDES='' >OPENSSL_LDFLAGS='' >OPENSSL_LIBS='' >OTOOL64='' >OTOOL='' >PACKAGE='libtorrent-rasterbar' >PACKAGE_BUGREPORT='arvid@cs.umu.se' >PACKAGE_NAME='libtorrent-rasterbar' >PACKAGE_STRING='libtorrent-rasterbar 0.15.10' >PACKAGE_TARNAME='libtorrent-rasterbar' >PACKAGE_URL='http://www.libtorrent.org' >PACKAGE_VERSION='0.15.10' >PATH_SEPARATOR=':' >PKG_CONFIG='' >PTHREAD_CC='i686-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='' >PYTHON_LDFLAGS='' >PYTHON_PLATFORM='' >PYTHON_PREFIX='' >PYTHON_SITE_PKG='' >PYTHON_VERSION='' >RANLIB='i686-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='i686-pc-linux-gnu-strip' >VERSION='0.15.10' >WITH_SHIPPED_GEOIP_FALSE='' >WITH_SHIPPED_GEOIP_TRUE='' >WITH_SHIPPED_ZLIB_FALSE='' >WITH_SHIPPED_ZLIB_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='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >ax_pthread_config='' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /tmp/portage/net-libs/rb_libtorrent-0.15.10/work/libtorrent-rasterbar-0.15.10/build-aux/install-sh' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/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='i686-pc-linux-gnu' >target_alias='' >target_cpu='i686' >target_os='linux-gnu' >target_vendor='pc' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "libtorrent-rasterbar" >#define PACKAGE_TARNAME "libtorrent-rasterbar" >#define PACKAGE_VERSION "0.15.10" >#define PACKAGE_STRING "libtorrent-rasterbar 0.15.10" >#define PACKAGE_BUGREPORT "arvid@cs.umu.se" >#define PACKAGE_URL "http://www.libtorrent.org" >#define PACKAGE "libtorrent-rasterbar" >#define VERSION "0.15.10" >#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 > >configure: exit 1
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 441782
:
328360
| 328362