This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.68. 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 --libdir=/usr/lib64 --disable-dependency-tracking --docdir=/usr/share/doc/tor-0.2.3.2_alpha-r2 --enable-bufferevents --disable-asciidoc --disable-nat-pmp --disable-gcc-hardening --disable-linker-hardening --disable-transparent --enable-threads --enable-upnp ## --------- ## ## Platform. ## ## --------- ## hostname = larmor uname -m = x86_64 uname -r = 2.6.39-gentoo uname -s = Linux uname -v = #1 SMP PREEMPT Mon May 23 17:26:56 CEST 2011 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz /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/lib64/ccache/bin PATH: /usr/lib64/portage/bin/ebuild-helpers/4 PATH: /usr/lib64/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/x86_64-pc-linux-gnu/arm-elf/gcc-bin/4.5.2 PATH: /usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.4.4 PATH: /usr/x86_64-pc-linux-gnu/armv5tel-softfloat-linux-gnueabi/gcc-bin/4.5.2 PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.4.4 PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 PATH: /usr/lib64/subversion/bin PATH: /usr/sbin PATH: /usr/bin PATH: /bin PATH: /sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2474: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | if [[ ${CHOST} != "" ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2615: checking for a BSD-compatible install configure:2683: result: /usr/bin/install -c configure:2694: checking whether build environment is sane configure:2744: result: yes configure:2885: checking for a thread-safe mkdir -p configure:2924: result: /bin/mkdir -p configure:2937: checking for gawk configure:2953: found /usr/bin/gawk configure:2964: result: gawk configure:2975: checking whether make sets $(MAKE) configure:2997: result: yes configure:3084: checking build system type configure:3098: result: x86_64-pc-linux-gnu configure:3118: checking host system type configure:3131: result: x86_64-pc-linux-gnu configure:3370: checking for x86_64-pc-linux-gnu-gcc configure:3386: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc configure:3397: result: x86_64-pc-linux-gnu-gcc configure:3666: checking for C compiler version configure:3675: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.5.2 p1.0, pie-0.4.5) 4.5.2 Copyright (C) 2010 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:3686: $? = 0 configure:3675: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage_hdd/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.2 p1.0, pie-0.4.5' Thread model: posix gcc version 4.5.2 (Gentoo 4.5.2 p1.0, pie-0.4.5) configure:3686: $? = 0 configure:3675: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument configure:3686: $? = 1 configure:3675: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files configure:3686: $? = 1 configure:3706: checking whether the C compiler works configure:3728: x86_64-pc-linux-gnu-gcc -I${top_srcdir}/src/common conftest.c >&5 configure:3732: $? = 0 configure:3780: result: yes configure:3783: checking for C compiler default output file name configure:3785: result: a.out configure:3791: checking for suffix of executables configure:3798: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 configure:3802: $? = 0 configure:3824: result: configure:3846: checking whether we are cross compiling configure:3854: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 configure:3858: $? = 0 configure:3865: ./conftest configure:3869: $? = 0 configure:3884: result: no configure:3889: checking for suffix of object files configure:3911: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:3915: $? = 0 configure:3936: result: o configure:3940: checking whether we are using the GNU C compiler configure:3959: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:3959: $? = 0 configure:3968: result: yes configure:3977: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3997: x86_64-pc-linux-gnu-gcc -c -g -I${top_srcdir}/src/common conftest.c >&5 configure:3997: $? = 0 configure:4038: result: yes configure:4055: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4119: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:4119: $? = 0 configure:4132: result: none needed configure:4163: checking for style of include used by make configure:4191: result: GNU configure:4216: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4326: result: none configure:4346: checking how to run the C preprocessor configure:4377: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c configure:4377: $? = 0 configure:4391: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | /* end confdefs.h. */ | #include configure:4416: result: x86_64-pc-linux-gnu-gcc -E configure:4436: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c configure:4436: $? = 0 configure:4450: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4450: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | /* end confdefs.h. */ | #include configure:4478: checking whether make sets $(MAKE) configure:4500: result: yes configure:4512: checking for x86_64-pc-linux-gnu-ranlib configure:4528: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:4539: result: x86_64-pc-linux-gnu-ranlib configure:4604: checking for sed configure:4620: found /bin/sed configure:4632: result: sed configure:4643: checking for asciidoc configure:4661: found /usr/bin/asciidoc configure:4674: result: /usr/bin/asciidoc configure:4684: checking for a2x configure:4702: found /usr/bin/a2x configure:4715: result: /usr/bin/a2x configure:4758: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together configure:4789: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:4793: $? = 0 configure:4799: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:4803: $? = 0 configure:4814: cc -c conftest.c >&5 configure:4818: $? = 0 configure:4826: cc -c conftest.c -o conftest2.o >&5 configure:4830: $? = 0 configure:4836: cc -c conftest.c -o conftest2.o >&5 configure:4840: $? = 0 configure:4858: result: yes configure:4887: checking for flexible array members configure:4910: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:4910: $? = 0 configure:4917: result: yes configure:4932: checking for sha1sum configure:4950: found /usr/bin/sha1sum configure:4963: result: /usr/bin/sha1sum configure:4973: checking for openssl configure:4991: found /usr/bin/openssl configure:5004: result: /usr/bin/openssl configure:5038: checking for win32 configure:5060: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 configure:5060: $? = 0 configure:5060: ./conftest configure:5060: $? = 2 configure: program exited with status 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | /* end confdefs.h. */ | | int main(int c, char **v) { | #ifdef WIN32 | #if WIN32 | return 0; | #else | return 1; | #endif | #else | return 2; | #endif | } configure:5064: result: no configure:5110: checking for MIPSpro compiler configure:5128: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5128: $? = 0 configure:5129: result: no configure:5142: checking for grep that handles long lines and -e configure:5200: result: /bin/grep configure:5205: checking for egrep configure:5267: result: /bin/grep -E configure:5272: checking for ANSI C header files configure:5292: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5292: $? = 0 configure:5365: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 configure:5365: $? = 0 configure:5365: ./conftest configure:5365: $? = 0 configure:5376: result: yes configure:5389: checking for sys/types.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for sys/stat.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for stdlib.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for string.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for memory.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for strings.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for inttypes.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for stdint.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5389: checking for unistd.h configure:5389: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5389: $? = 0 configure:5389: result: yes configure:5401: checking whether byte ordering is bigendian configure:5416: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c:25:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:5416: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:5461: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:5461: $? = 0 configure:5479: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:31:4: error: 'not' undeclared (first use in this function) conftest.c:31:4: note: each undeclared identifier is reported only once for each function it appears in conftest.c:31:8: error: expected ';' before 'big' configure:5479: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5607: result: no configure:5626: checking for library containing socket configure:5657: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 configure:5657: $? = 0 configure:5674: result: none required configure:5682: checking for library containing gethostbyname configure:5713: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 configure:5713: $? = 0 configure:5730: result: none required configure:5738: checking for library containing dlopen configure:5769: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c >&5 /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/temp/cclnaYhf.o: In function `main': conftest.c:(.text+0xa): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:5769: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:5769: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -ldl >&5 configure:5769: $? = 0 configure:5786: result: -ldl configure:5794: checking for library containing inet_aton configure:5825: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -ldl >&5 configure:5825: $? = 0 configure:5842: result: none required configure:5852: checking for library containing pthread_create configure:5883: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -ldl >&5 /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/temp/ccUcDCuy.o: In function `main': conftest.c:(.text+0xa): undefined reference to `pthread_create' collect2: ld returned 1 exit status configure:5883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_create (); | int | main () | { | return pthread_create (); | ; | return 0; | } configure:5883: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5883: $? = 0 configure:5900: result: -lpthread configure:5908: checking for library containing pthread_detach configure:5939: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5939: $? = 0 configure:5956: result: none required configure:5990: checking for accept4 configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for flock configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for ftime configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for getaddrinfo configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for getrlimit configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for gettimeofday configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for gmtime_r configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for inet_aton configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for localtime_r configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for memmem configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for prctl configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for socketpair configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for strlcat configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/temp/cc753lF6.o: In function `main': conftest.c:(.text+0xa): undefined reference to `strlcat' collect2: ld returned 1 exit status configure:5990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:5990: result: no configure:5990: checking for strlcpy configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/temp/ccKKd86b.o: In function `main': conftest.c:(.text+0xa): undefined reference to `strlcpy' collect2: ld returned 1 exit status configure:5990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:5990: result: no configure:5990: checking for strptime configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for strtok_r configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for strtoull configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for sysconf configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for uname configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:5990: checking for vasprintf configure:5990: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:5990: $? = 0 configure:5990: result: yes configure:6014: checking for mallinfo configure:6014: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:6014: $? = 0 configure:6014: result: yes configure:6014: checking for malloc_good_size configure:6014: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/temp/ccN3olVS.o: In function `main': conftest.c:(.text+0xa): undefined reference to `malloc_good_size' collect2: ld returned 1 exit status configure:6014: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | /* end confdefs.h. */ | /* Define malloc_good_size to an innocuous variant, in case declares malloc_good_size. | For example, HP-UX 11i declares gettimeofday. */ | #define malloc_good_size innocuous_malloc_good_size | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char malloc_good_size (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef malloc_good_size | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char malloc_good_size (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_malloc_good_size || defined __stub___malloc_good_size | choke me | #endif | | int | main () | { | return malloc_good_size (); | ; | return 0; | } configure:6014: result: no configure:6014: checking for malloc_usable_size configure:6014: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:6014: $? = 0 configure:6014: result: yes configure:6028: checking pthread.h usability configure:6028: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6028: $? = 0 configure:6028: result: yes configure:6028: checking pthread.h presence configure:6028: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c configure:6028: $? = 0 configure:6028: result: yes configure:6028: checking for pthread.h configure:6028: result: yes configure:6040: checking for pthread_create configure:6040: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl >&5 configure:6040: $? = 0 configure:6040: result: yes configure:6066: checking for sys/types.h configure:6066: result: yes configure:6077: checking for u_int64_t configure:6077: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6077: $? = 0 configure:6077: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:83:24: error: expected expression before ')' token configure:6077: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((u_int64_t))) | return 0; | ; | return 0; | } configure:6077: result: yes configure:6088: checking for u_int32_t configure:6088: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6088: $? = 0 configure:6088: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:83:24: error: expected expression before ')' token configure:6088: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((u_int32_t))) | return 0; | ; | return 0; | } configure:6088: result: yes configure:6099: checking for u_int16_t configure:6099: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6099: $? = 0 configure:6099: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:83:24: error: expected expression before ')' token configure:6099: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((u_int16_t))) | return 0; | ; | return 0; | } configure:6099: result: yes configure:6110: checking for u_int8_t configure:6110: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6110: $? = 0 configure:6110: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:83:23: error: expected expression before ')' token configure:6110: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((u_int8_t))) | return 0; | ; | return 0; | } configure:6110: result: yes configure:6209: checking for libevent directory configure:6271: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -levent >&5 configure:6271: $? = 0 configure:6305: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6305: $? = 0 configure:6398: result: (system) configure:6439: checking whether we need extra options to link libevent configure:6486: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -levent >&5 configure:6486: $? = 0 configure:6486: ./conftest configure:6486: $? = 0 configure:6507: result: (none) configure:6529: checking for event_get_version configure:6529: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -levent -lpthread -ldl >&5 configure:6529: $? = 0 configure:6529: result: yes configure:6529: checking for event_get_version_number configure:6529: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -levent -lpthread -ldl >&5 configure:6529: $? = 0 configure:6529: result: yes configure:6529: checking for event_get_method configure:6529: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -levent -lpthread -ldl >&5 configure:6529: $? = 0 configure:6529: result: yes configure:6529: checking for event_set_log_callback configure:6529: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -levent -lpthread -ldl >&5 configure:6529: $? = 0 configure:6529: result: yes configure:6529: checking for evdns_set_outgoing_bind_address configure:6529: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -levent -lpthread -ldl >&5 /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/temp/cc5U83zy.o: In function `main': conftest.c:(.text+0xa): undefined reference to `evdns_set_outgoing_bind_address' collect2: ld returned 1 exit status configure:6529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | /* end confdefs.h. */ | /* Define evdns_set_outgoing_bind_address to an innocuous variant, in case declares evdns_set_outgoing_bind_address. | For example, HP-UX 11i declares gettimeofday. */ | #define evdns_set_outgoing_bind_address innocuous_evdns_set_outgoing_bind_address | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char evdns_set_outgoing_bind_address (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef evdns_set_outgoing_bind_address | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char evdns_set_outgoing_bind_address (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_evdns_set_outgoing_bind_address || defined __stub___evdns_set_outgoing_bind_address | choke me | #endif | | int | main () | { | return evdns_set_outgoing_bind_address (); | ; | return 0; | } configure:6529: result: no configure:6529: checking for event_base_loopexit configure:6529: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -levent -lpthread -ldl >&5 configure:6529: $? = 0 configure:6529: result: yes configure:6538: checking for struct event.min_heap_idx configure:6538: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:59:12: error: 'struct event' has no member named 'min_heap_idx' configure:6538: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | #define HAVE_EVENT_BASE_LOOPEXIT 1 | /* end confdefs.h. */ | #include | | | int | main () | { | static struct event ac_aggr; | if (ac_aggr.min_heap_idx) | return 0; | ; | return 0; | } configure:6538: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:59:19: error: 'struct event' has no member named 'min_heap_idx' configure:6538: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | #define HAVE_EVENT_BASE_LOOPEXIT 1 | /* end confdefs.h. */ | #include | | | int | main () | { | static struct event ac_aggr; | if (sizeof ac_aggr.min_heap_idx) | return 0; | ; | return 0; | } configure:6538: result: no configure:6554: checking event2/event.h usability configure:6554: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6554: $? = 0 configure:6554: result: yes configure:6554: checking event2/event.h presence configure:6554: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c configure:6554: $? = 0 configure:6554: result: yes configure:6554: checking for event2/event.h configure:6554: result: yes configure:6554: checking event2/dns.h usability configure:6554: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6554: $? = 0 configure:6554: result: yes configure:6554: checking event2/dns.h presence configure:6554: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c configure:6554: $? = 0 configure:6554: result: yes configure:6554: checking for event2/dns.h configure:6554: result: yes configure:6554: checking event2/bufferevent_ssl.h usability configure:6554: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6554: $? = 0 configure:6554: result: yes configure:6554: checking event2/bufferevent_ssl.h presence configure:6554: x86_64-pc-linux-gnu-gcc -E -I${top_srcdir}/src/common conftest.c configure:6554: $? = 0 configure:6554: result: yes configure:6554: checking for event2/bufferevent_ssl.h configure:6554: result: yes configure:6597: checking whether we can detect the Libevent version configure:6611: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6611: $? = 0 configure:6612: result: yes configure:6623: checking whether Libevent is new enough for bufferevents configure:6637: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6637: $? = 0 configure:6638: result: yes configure:6711: checking for openssl directory configure:6764: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -lssl -lcrypto >&5 conftest.c: In function 'main': conftest.c:60:25: warning: incompatible implicit declaration of built-in function 'exit' configure:6764: $? = 0 configure:6786: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 configure:6786: $? = 0 configure:6879: result: (system) configure:6920: checking whether we need extra options to link openssl configure:6958: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -lssl -lcrypto >&5 conftest.c: In function 'main': conftest.c:60:25: warning: incompatible implicit declaration of built-in function 'exit' configure:6958: $? = 0 configure:6958: ./conftest configure:6958: $? = 0 configure:6979: result: (none) configure:7030: checking for zlib directory configure:7083: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -lz >&5 conftest.c: In function 'main': conftest.c:60:16: warning: incompatible implicit declaration of built-in function 'exit' configure:7083: $? = 0 configure:7105: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:60:16: warning: incompatible implicit declaration of built-in function 'exit' configure:7105: $? = 0 configure:7198: result: (system) configure:7239: checking whether we need extra options to link zlib configure:7277: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -lz >&5 conftest.c: In function 'main': conftest.c:60:16: warning: incompatible implicit declaration of built-in function 'exit' configure:7277: $? = 0 configure:7277: ./conftest configure:7277: $? = 0 configure:7298: result: (none) configure:7666: checking for libminiupnpc directory configure:7720: x86_64-pc-linux-gnu-gcc -o conftest -I${top_srcdir}/src/common conftest.c -lpthread -ldl -lminiupnpc >&5 conftest.c: In function 'main': conftest.c:62:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7720: $? = 0 configure:7744: x86_64-pc-linux-gnu-gcc -c -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:63:1: error: too few arguments to function 'upnpDiscover' /usr/include/miniupnpc/miniupnpc.h:53:1: note: declared here conftest.c:63:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | #define HAVE_EVENT_BASE_LOOPEXIT 1 | #define HAVE_EVENT2_EVENT_H 1 | #define HAVE_EVENT2_DNS_H 1 | #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1 | #define USE_BUFFEREVENTS 1 | #define MINIUPNPC 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | upnpDiscover(1, 0, 0, 0); exit(0); | ; | return 0; | } configure:7720: x86_64-pc-linux-gnu-gcc -o conftest -I/usr/include -I${top_srcdir}/src/common -L/usr/lib conftest.c -lpthread -ldl -lminiupnpc >&5 conftest.c: In function 'main': conftest.c:62:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7720: $? = 0 configure:7744: x86_64-pc-linux-gnu-gcc -c -I/usr/include -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:63:1: error: too few arguments to function 'upnpDiscover' /usr/include/miniupnpc/miniupnpc.h:53:1: note: declared here conftest.c:63:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | #define HAVE_EVENT_BASE_LOOPEXIT 1 | #define HAVE_EVENT2_EVENT_H 1 | #define HAVE_EVENT2_DNS_H 1 | #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1 | #define USE_BUFFEREVENTS 1 | #define MINIUPNPC 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | upnpDiscover(1, 0, 0, 0); exit(0); | ; | return 0; | } configure:7720: x86_64-pc-linux-gnu-gcc -o conftest -I/usr/local -I${top_srcdir}/src/common -L/usr/local/lib conftest.c -lpthread -ldl -lminiupnpc >&5 conftest.c: In function 'main': conftest.c:62:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7720: $? = 0 configure:7744: x86_64-pc-linux-gnu-gcc -c -I/usr/local -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:63:1: error: too few arguments to function 'upnpDiscover' /usr/include/miniupnpc/miniupnpc.h:53:1: note: declared here conftest.c:63:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | #define HAVE_EVENT_BASE_LOOPEXIT 1 | #define HAVE_EVENT2_EVENT_H 1 | #define HAVE_EVENT2_DNS_H 1 | #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1 | #define USE_BUFFEREVENTS 1 | #define MINIUPNPC 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | upnpDiscover(1, 0, 0, 0); exit(0); | ; | return 0; | } configure:7720: x86_64-pc-linux-gnu-gcc -o conftest -I/usr/lib/ -I${top_srcdir}/src/common -L/usr/lib/ conftest.c -lpthread -ldl -lminiupnpc >&5 conftest.c: In function 'main': conftest.c:62:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7720: $? = 0 configure:7744: x86_64-pc-linux-gnu-gcc -c -I/usr/lib/ -I${top_srcdir}/src/common conftest.c >&5 conftest.c: In function 'main': conftest.c:63:1: error: too few arguments to function 'upnpDiscover' /usr/include/miniupnpc/miniupnpc.h:53:1: note: declared here conftest.c:63:27: warning: incompatible implicit declaration of built-in function 'exit' configure:7744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tor" | #define VERSION "0.2.3.2-alpha" | #define ENABLE_BUF_FREELISTS 1 | #define ENABLE_THREADS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #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_ACCEPT4 1 | #define HAVE_FLOCK 1 | #define HAVE_FTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_ATON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_PRCTL 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_UNAME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_MALLINFO 1 | #define HAVE_MALLOC_USABLE_SIZE 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_CREATE 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_EVENT_GET_VERSION 1 | #define HAVE_EVENT_GET_VERSION_NUMBER 1 | #define HAVE_EVENT_GET_METHOD 1 | #define HAVE_EVENT_SET_LOG_CALLBACK 1 | #define HAVE_EVENT_BASE_LOOPEXIT 1 | #define HAVE_EVENT2_EVENT_H 1 | #define HAVE_EVENT2_DNS_H 1 | #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1 | #define USE_BUFFEREVENTS 1 | #define MINIUPNPC 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | upnpDiscover(1, 0, 0, 0); exit(0); | ; | return 0; | } configure:7795: WARNING: We found the libraries for libminiupnpc, but we could not find the C header files. You may need to install a devel package. configure:7828: error: Missing headers; unable to proceed. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_flexmember=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=core2 -O2 -pipe -g -mssse3 -msse4.1' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common' ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_accept4=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_evdns_set_outgoing_bind_address=no ac_cv_func_event_base_loopexit=yes ac_cv_func_event_get_method=yes ac_cv_func_event_get_version=yes ac_cv_func_event_get_version_number=yes ac_cv_func_event_set_log_callback=yes ac_cv_func_flock=yes ac_cv_func_ftime=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getrlimit=yes ac_cv_func_gettimeofday=yes ac_cv_func_gmtime_r=yes ac_cv_func_inet_aton=yes ac_cv_func_localtime_r=yes ac_cv_func_mallinfo=yes ac_cv_func_malloc_good_size=no ac_cv_func_malloc_usable_size=yes ac_cv_func_memmem=yes ac_cv_func_prctl=yes ac_cv_func_pthread_create=yes ac_cv_func_setgrent_void=yes ac_cv_func_socketpair=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strnlen_working=yes ac_cv_func_strptime=yes ac_cv_func_strtok_r=yes ac_cv_func_strtoull=yes ac_cv_func_sysconf=yes ac_cv_func_uname=yes ac_cv_func_vasprintf=yes ac_cv_header_event2_bufferevent_ssl_h=yes ac_cv_header_event2_dns_h=yes ac_cv_header_event2_event_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_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=x86_64-pc-linux-gnu ac_cv_member_struct_event_min_heap_idx=no ac_cv_objext=o ac_cv_path_A2X=/usr/bin/a2x ac_cv_path_ASCIIDOC=/usr/bin/asciidoc ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_OPENSSL=/usr/bin/openssl ac_cv_path_SHA1SUM=/usr/bin/sha1sum ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir 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_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_SED=sed 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_make_make_set=yes ac_cv_search_dlopen=-ldl ac_cv_search_gethostbyname='none required' ac_cv_search_inet_aton='none required' ac_cv_search_pthread_create=-lpthread ac_cv_search_pthread_detach='none required' ac_cv_search_socket='none required' ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_u_int64_t=yes ac_cv_type_u_int8_t=yes am_cv_CC_dependencies_compiler_type=none fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no tor_cv_library_libevent_dir='(system)' tor_cv_library_libevent_linker_option='(none)' tor_cv_library_openssl_dir='(system)' tor_cv_library_openssl_linker_option='(none)' tor_cv_library_zlib_dir='(system)' tor_cv_library_zlib_linker_option='(none)' yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## A2X='/usr/bin/a2x' ACLOCAL='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/missing --run aclocal-1.11' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/missing --run tar' ASCIIDOC='/usr/bin/asciidoc' AUTOCONF='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/missing --run automake-1.11' AWK='gawk' BINDIR='' BUILDDIR='' BUILD_NT_SERVICES_FALSE='' BUILD_NT_SERVICES_TRUE='#' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='' CONFDIR='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='-I/usr/lib/ -I${top_srcdir}/src/common' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='-L/usr/lib/ ' LIBOBJS='' LIBS='-lpthread -ldl -lminiupnpc' LOCALSTATEDIR='' LOGFACILITY='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/missing --run makeinfo' MINIUPNPC_FALSE='#' MINIUPNPC_TRUE='' MKDIR_P='/bin/mkdir -p' NAT_PMP_FALSE='' NAT_PMP_TRUE='#' OBJEXT='o' OPENSSL='/usr/bin/openssl' PACKAGE='tor' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='sed' SET_MAKE='' SHA1SUM='/usr/bin/sha1sum' SHELL='/bin/sh' STRIP='' TORGROUP='_tor' TORUSER='_tor' TOR_CPPFLAGS_libevent='' TOR_CPPFLAGS_libminiupnpc='' TOR_CPPFLAGS_libnatpmp='' TOR_CPPFLAGS_openssl='' TOR_CPPFLAGS_zlib='' TOR_LDFLAGS_libevent='' TOR_LDFLAGS_libminiupnpc='' TOR_LDFLAGS_libnatpmp='' TOR_LDFLAGS_openssl='' TOR_LDFLAGS_zlib='' TOR_LIBEVENT_LIBS='-levent_openssl -levent' TOR_LIB_GDI='' TOR_LIB_WS32='' TOR_OPENSSL_LIBS='-lssl -lcrypto' TOR_ZLIB_LIBS='-lz' USE_ASCIIDOC_FALSE='' USE_ASCIIDOC_TRUE='#' USE_BUFFEREVENTS_FALSE='#' USE_BUFFEREVENTS_TRUE='' USE_EXTERNAL_EVDNS_FALSE='#' USE_EXTERNAL_EVDNS_TRUE='' USE_FW_HELPER_FALSE='#' USE_FW_HELPER_TRUE='' USE_OPENBSD_MALLOC_FALSE='' USE_OPENBSD_MALLOC_TRUE='#' VERSION='0.2.3.2-alpha' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' 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/tor-0.2.3.2_alpha-r2' dvidir='${docdir}' exec_prefix='NONE' 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='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/net-misc/tor-0.2.3.2_alpha-r2/work/tor-0.2.3.2-alpha/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "tor" #define VERSION "0.2.3.2-alpha" #define ENABLE_BUF_FREELISTS 1 #define ENABLE_THREADS 1 #define FLEXIBLE_ARRAY_MEMBER /**/ #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_ACCEPT4 1 #define HAVE_FLOCK 1 #define HAVE_FTIME 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GMTIME_R 1 #define HAVE_INET_ATON 1 #define HAVE_LOCALTIME_R 1 #define HAVE_MEMMEM 1 #define HAVE_PRCTL 1 #define HAVE_SOCKETPAIR 1 #define HAVE_STRPTIME 1 #define HAVE_STRTOK_R 1 #define HAVE_STRTOULL 1 #define HAVE_SYSCONF 1 #define HAVE_UNAME 1 #define HAVE_VASPRINTF 1 #define HAVE_MALLINFO 1 #define HAVE_MALLOC_USABLE_SIZE 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_CREATE 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_EVENT_GET_VERSION 1 #define HAVE_EVENT_GET_VERSION_NUMBER 1 #define HAVE_EVENT_GET_METHOD 1 #define HAVE_EVENT_SET_LOG_CALLBACK 1 #define HAVE_EVENT_BASE_LOOPEXIT 1 #define HAVE_EVENT2_EVENT_H 1 #define HAVE_EVENT2_DNS_H 1 #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1 #define USE_BUFFEREVENTS 1 #define MINIUPNPC 1 configure: exit 1