Skip to content

Instantly share code, notes, and snippets.

@hasufell
Created September 10, 2013 23:15
Show Gist options
  • Save hasufell/db0e96d9fbac7bbe2e9a to your computer and use it in GitHub Desktop.
Save hasufell/db0e96d9fbac7bbe2e9a to your computer and use it in GitHub Desktop.
tox-core config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tox configure 0.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --enable-nacl --disable-tests --enable-ntox --enable-dht-bootstrap-daemon --disable-static --with-nacl-headers=/usr/include/nacl --with-nacl-libs=/usr/lib64/nacl
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = x86_64
uname -r = 3.8.13-gnu-ck1+
uname -s = Linux
uname -v = #12 SMP Tue Sep 10 11:58:21 CEST 2013
/usr/bin/uname -p = Intel(R) Core(TM) i7-4770 CPU @ 3.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/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/gcc-bin/4.8.1
PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.7.3
PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3
PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3
PATH: /opt/nvidia-cg-toolkit/bin
PATH: /opt/cuda/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2368: 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
| }
|
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [[ ${CBUILD:-${CHOST}} != ${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:2512: checking for a BSD-compatible install
configure:2580: result: /usr/bin/install -c
configure:2591: checking whether build environment is sane
configure:2646: result: yes
configure:2797: checking for a thread-safe mkdir -p
configure:2836: result: /bin/mkdir -p
configure:2843: checking for gawk
configure:2859: found /usr/bin/gawk
configure:2870: result: gawk
configure:2881: checking whether make sets $(MAKE)
configure:2903: result: yes
configure:2932: checking whether make supports nested variables
configure:2949: result: yes
configure:3044: checking whether make supports nested variables
configure:3061: result: yes
configure:3170: will search for nacl header files in /usr/include/nacl
configure:3182: will search for nacl libraries in /usr/lib64/nacl
configure:3222: checking for x86_64-pc-linux-gnu-gcc
configure:3238: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:3249: result: x86_64-pc-linux-gnu-gcc
configure:3518: checking for C compiler version
configure:3527: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1 p1.0, pie-0.5.6) 4.8.1
Copyright (C) 2013 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:3538: $? = 0
configure:3527: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1 p1.0, pie-0.5.6'
Thread model: posix
gcc version 4.8.1 (Gentoo 4.8.1 p1.0, pie-0.5.6)
configure:3538: $? = 0
configure:3527: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3538: $? = 1
configure:3527: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3538: $? = 1
configure:3558: checking whether the C compiler works
configure:3580: x86_64-pc-linux-gnu-gcc -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:3584: $? = 0
configure:3632: result: yes
configure:3635: checking for C compiler default output file name
configure:3637: result: a.out
configure:3643: checking for suffix of executables
configure:3650: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:3654: $? = 0
configure:3676: result:
configure:3698: checking whether we are cross compiling
configure:3706: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:3710: $? = 0
configure:3717: ./conftest
configure:3721: $? = 0
configure:3736: result: no
configure:3741: checking for suffix of object files
configure:3763: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:3767: $? = 0
configure:3788: result: o
configure:3792: checking whether we are using the GNU C compiler
configure:3811: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:3811: $? = 0
configure:3820: result: yes
configure:3829: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:3849: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
configure:3849: $? = 0
configure:3890: result: yes
configure:3907: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:3970: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:3970: $? = 0
configure:3983: result: none needed
configure:4014: checking for style of include used by make
configure:4042: result: GNU
configure:4068: checking dependency style of x86_64-pc-linux-gnu-gcc
configure:4179: result: none
configure:4195: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together
configure:4226: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
configure:4230: $? = 0
configure:4236: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
configure:4240: $? = 0
configure:4251: cc -c conftest.c >&5
configure:4255: $? = 0
configure:4263: cc -c conftest.c -o conftest2.o >&5
configure:4267: $? = 0
configure:4273: cc -c conftest.c -o conftest2.o >&5
configure:4277: $? = 0
configure:4295: result: yes
configure:4326: checking for x86_64-pc-linux-gnu-ar
configure:4342: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:4353: result: x86_64-pc-linux-gnu-ar
configure:4423: checking the archiver (x86_64-pc-linux-gnu-ar) interface
configure:4433: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:4433: $? = 0
configure:4435: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5
configure:4438: $? = 0
configure:4461: result: ar
configure:4485: checking build system type
configure:4499: result: x86_64-pc-linux-gnu
configure:4519: checking host system type
configure:4532: result: x86_64-pc-linux-gnu
configure:4901: checking how to print strings
configure:4928: result: printf
configure:4949: checking for a sed that does not truncate output
configure:5013: result: /bin/sed
configure:5031: checking for grep that handles long lines and -e
configure:5089: result: /bin/grep
configure:5094: checking for egrep
configure:5156: result: /bin/grep -E
configure:5161: checking for fgrep
configure:5223: result: /bin/grep -F
configure:5258: checking for ld used by x86_64-pc-linux-gnu-gcc
configure:5325: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:5332: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:5347: result: yes
configure:5359: checking for BSD- or MS-compatible name lister (nm)
configure:5408: result: /usr/bin/nm -B
configure:5538: checking the name lister (/usr/bin/nm -B) interface
configure:5545: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:5548: /usr/bin/nm -B "conftest.o"
configure:5551: output
0000000000000000 B some_variable
configure:5558: result: BSD nm
configure:5561: checking whether ln -s works
configure:5565: result: yes
configure:5573: checking the maximum length of command line arguments
configure:5698: result: 1572864
configure:5715: checking whether the shell understands some XSI constructs
configure:5725: result: yes
configure:5729: checking whether the shell understands "+="
configure:5735: result: yes
configure:5770: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5810: result: func_convert_file_noop
configure:5817: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5837: result: func_convert_file_noop
configure:5844: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:5851: result: -r
configure:5885: checking for x86_64-pc-linux-gnu-objdump
configure:5912: result: objdump
configure:5981: checking how to recognize dependent libraries
configure:6183: result: pass_all
configure:6228: checking for x86_64-pc-linux-gnu-dlltool
configure:6255: result: dlltool
configure:6325: checking how to associate runtime and link libraries
configure:6352: result: printf %s\n
configure:6368: checking for x86_64-pc-linux-gnu-ar
configure:6395: result: x86_64-pc-linux-gnu-ar
configure:6476: checking for archiver @FILE support
configure:6493: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:6493: $? = 0
configure:6496: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
configure:6499: $? = 0
configure:6504: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory
configure:6507: $? = 1
configure:6519: result: @
configure:6537: checking for x86_64-pc-linux-gnu-strip
configure:6553: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:6564: result: x86_64-pc-linux-gnu-strip
configure:6636: checking for x86_64-pc-linux-gnu-ranlib
configure:6652: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:6663: result: x86_64-pc-linux-gnu-ranlib
configure:6805: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
configure:6924: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:6927: $? = 0
configure:6931: /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:6934: $? = 0
configure:7000: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c conftstm.o >&5
configure:7003: $? = 0
configure:7041: result: ok
configure:7078: checking for sysroot
configure:7108: result: no
configure:7185: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:7188: $? = 0
configure:7311: checking for x86_64-pc-linux-gnu-mt
configure:7341: result: no
configure:7351: checking for mt
configure:7381: result: no
configure:7401: checking if : is a manifest tool
configure:7407: : '-?'
configure:7415: result: no
configure:8047: checking how to run the C preprocessor
configure:8078: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:8078: $? = 0
configure:8092: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8092: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8117: result: x86_64-pc-linux-gnu-gcc -E
configure:8137: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:8137: $? = 0
configure:8151: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8180: checking for ANSI C header files
configure:8200: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8200: $? = 0
configure:8273: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:8273: $? = 0
configure:8273: ./conftest
configure:8273: $? = 0
configure:8284: result: yes
configure:8297: checking for sys/types.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for sys/stat.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for stdlib.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for string.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for memory.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for strings.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for inttypes.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for stdint.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8297: checking for unistd.h
configure:8297: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8297: $? = 0
configure:8297: result: yes
configure:8311: checking for dlfcn.h
configure:8311: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:8311: $? = 0
configure:8311: result: yes
configure:8496: checking for objdir
configure:8511: result: .libs
configure:8782: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:8800: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g -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:8804: $? = 0
configure:8817: result: no
configure:9127: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
configure:9134: result: -fPIC -DPIC
configure:9142: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
configure:9160: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g -fPIC -DPIC -DPIC conftest.c >&5
configure:9164: $? = 0
configure:9177: result: yes
configure:9206: checking if x86_64-pc-linux-gnu-gcc static flag -static works
configure:9234: result: yes
configure:9249: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9270: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g -o out/conftest2.o conftest.c >&5
configure:9274: $? = 0
configure:9296: result: yes
configure:9304: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9351: result: yes
configure:9384: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10542: result: yes
configure:10579: checking whether -lc should be explicitly linked in
configure:10587: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:10590: $? = 0
configure:10605: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10608: $? = 0
configure:10622: result: no
configure:10787: checking dynamic linker characteristics
configure:11314: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11314: $? = 0
configure:11536: result: GNU/Linux ld.so
configure:11643: checking how to hardcode library paths into programs
configure:11668: result: immediate
configure:12208: checking whether stripping libraries is possible
configure:12213: result: yes
configure:12248: checking if libtool supports shared libraries
configure:12250: result: yes
configure:12253: checking whether to build shared libraries
configure:12274: result: yes
configure:12277: checking whether to build static libraries
configure:12281: result: no
configure:12352: checking for random in -lnacl
configure:12377: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -L/usr/lib64/nacl -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lnacl >&5
configure:12377: $? = 0
configure:12386: result: yes
configure:12579: checking arpa/inet.h usability
configure:12579: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking arpa/inet.h presence
configure:12579: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking for arpa/inet.h
configure:12579: result: yes
configure:12579: checking fcntl.h usability
configure:12579: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking fcntl.h presence
configure:12579: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking for fcntl.h
configure:12579: result: yes
configure:12579: checking netdb.h usability
configure:12579: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking netdb.h presence
configure:12579: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking for netdb.h
configure:12579: result: yes
configure:12579: checking netinet/in.h usability
configure:12579: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking netinet/in.h presence
configure:12579: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking for netinet/in.h
configure:12579: result: yes
configure:12579: checking for stdint.h
configure:12579: result: yes
configure:12579: checking for stdlib.h
configure:12579: result: yes
configure:12579: checking for string.h
configure:12579: result: yes
configure:12579: checking sys/socket.h usability
configure:12579: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking sys/socket.h presence
configure:12579: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking for sys/socket.h
configure:12579: result: yes
configure:12579: checking sys/time.h usability
configure:12579: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking sys/time.h presence
configure:12579: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12579: $? = 0
configure:12579: result: yes
configure:12579: checking for sys/time.h
configure:12579: result: yes
configure:12579: checking for unistd.h
configure:12579: result: yes
configure:12598: checking crypto_box.h usability
configure:12598: x86_64-pc-linux-gnu-gcc -c -I/usr/include/nacl -march=core-avx2 -O2 -pipe -Wall -g -I/usr/include/nacl conftest.c >&5
configure:12598: $? = 0
configure:12598: result: yes
configure:12598: checking crypto_box.h presence
configure:12598: x86_64-pc-linux-gnu-gcc -E -I/usr/include/nacl conftest.c
configure:12598: $? = 0
configure:12598: result: yes
configure:12598: checking for crypto_box.h
configure:12598: result: yes
configure:12669: checking for stdbool.h that conforms to C99
configure:12736: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
bool e = &s;
^
conftest.c:87:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:87:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:88:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
^
conftest.c:88:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
^
conftest.c:88:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
^
configure:12736: $? = 0
configure:12743: result: yes
configure:12745: checking for _Bool
configure:12745: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12745: $? = 0
configure:12745: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:12745: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:12745: result: yes
configure:12762: checking for int16_t
configure:12762: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12762: $? = 0
configure:12762: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:12762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12762: result: yes
configure:12773: checking for int32_t
configure:12773: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12773: $? = 0
configure:12773: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c: In function 'main':
conftest.c:74:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:73:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^
conftest.c:73:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:12773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12773: result: yes
configure:12784: checking for pid_t
configure:12784: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12784: $? = 0
configure:12784: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c: In function 'main':
conftest.c:72:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:12784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:12784: result: yes
configure:12795: checking for size_t
configure:12795: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12795: $? = 0
configure:12795: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c: In function 'main':
conftest.c:72:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:12795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:12795: result: yes
configure:12806: checking for uint16_t
configure:12806: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12806: $? = 0
configure:12806: result: yes
configure:12818: checking for uint32_t
configure:12818: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12818: $? = 0
configure:12818: result: yes
configure:12832: checking for uint64_t
configure:12832: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12832: $? = 0
configure:12832: result: yes
configure:12846: checking for uint8_t
configure:12846: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
configure:12846: $? = 0
configure:12846: result: yes
configure:12864: checking vfork.h usability
configure:12864: x86_64-pc-linux-gnu-gcc -c -march=core-avx2 -O2 -pipe -Wall -g conftest.c >&5
conftest.c:69:19: fatal error: vfork.h: No such file or directory
#include <vfork.h>
^
compilation terminated.
configure:12864: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:12864: result: no
configure:12864: checking vfork.h presence
configure:12864: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:36:19: fatal error: vfork.h: No such file or directory
#include <vfork.h>
^
compilation terminated.
configure:12864: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tox"
| #define PACKAGE_TARNAME "tox"
| #define PACKAGE_VERSION "0.0.0"
| #define PACKAGE_STRING "tox 0.0.0"
| #define PACKAGE_BUGREPORT "http://tox.im"
| #define PACKAGE_URL ""
| #define PACKAGE "tox"
| #define VERSION "0.0.0"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define VANILLA_NACL 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:12864: result: no
configure:12864: checking for vfork.h
configure:12864: result: no
configure:12877: checking for fork
configure:12877: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'fork' [enabled by default]
char fork ();
^
configure:12877: $? = 0
configure:12877: result: yes
configure:12877: checking for vfork
configure:12877: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:12877: $? = 0
configure:12877: result: yes
configure:12887: checking for working fork
configure:12909: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:12909: $? = 0
configure:12909: ./conftest
configure:12909: $? = 0
configure:12919: result: yes
configure:12940: checking for working vfork
configure:13050: result: yes
configure:13078: checking for gettimeofday
configure:13078: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking for memset
configure:13078: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
conftest.c:64:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking for socket
configure:13078: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking for strchr
configure:13078: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
conftest.c:66:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking for malloc
configure:13078: x86_64-pc-linux-gnu-gcc -o conftest -march=core-avx2 -O2 -pipe -Wall -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5
conftest.c:67:6: warning: conflicting types for built-in function 'malloc' [enabled by default]
char malloc ();
^
configure:13078: $? = 0
configure:13078: result: yes
configure:13100: checking for x86_64-pc-linux-gnu-pkg-config
configure:13118: found /usr/bin/x86_64-pc-linux-gnu-pkg-config
configure:13130: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config
configure:13198: checking pkg-config is at least version 0.9.0
configure:13201: result: yes
configure:13298: checking for LIBCONFIG
configure:13305: $PKG_CONFIG --exists --print-errors "libconfig >= 1.4.6"
configure:13308: $? = 0
configure:13322: $PKG_CONFIG --exists --print-errors "libconfig >= 1.4.6"
configure:13325: $? = 0
configure:13375: result: yes
configure:13386: checking for NCURSES
configure:13393: $PKG_CONFIG --exists --print-errors "ncurses"
configure:13396: $? = 0
configure:13410: $PKG_CONFIG --exists --print-errors "ncurses"
configure:13413: $? = 0
configure:13457: result: yes
configure:14025: checking that generated files are newer than configure
configure:14031: result: done
configure:14070: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by tox config.status 0.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost
config.status:1132: creating Makefile
config.status:1132: creating build/Makefile
config.status:1132: creating libtoxcore.pc
config.status:1132: creating config.h
config.status:1361: executing depfiles commands
config.status:1361: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=core-avx2 -O2 -pipe -Wall -g'
ac_cv_env_CHECK_CFLAGS_set=
ac_cv_env_CHECK_CFLAGS_value=
ac_cv_env_CHECK_LIBS_set=
ac_cv_env_CHECK_LIBS_value=
ac_cv_env_CPPFLAGS_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,-O1 -Wl,--as-needed -Wl,--hash-style=gnu'
ac_cv_env_LIBCONFIG_CFLAGS_set=
ac_cv_env_LIBCONFIG_CFLAGS_value=
ac_cv_env_LIBCONFIG_LIBS_set=
ac_cv_env_LIBCONFIG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_NCURSES_CFLAGS_set=
ac_cv_env_NCURSES_CFLAGS_value=
ac_cv_env_NCURSES_LIBS_set=
ac_cv_env_NCURSES_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc=yes
ac_cv_func_memset=yes
ac_cv_func_socket=yes
ac_cv_func_strchr=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_crypto_box_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdbool_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_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_nacl_random=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
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_type__Bool=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=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
pkg_cv_LIBCONFIG_CFLAGS=
pkg_cv_LIBCONFIG_LIBS='-lconfig '
pkg_cv_NCURSES_CFLAGS=
pkg_cv_NCURSES_LIBS='-lncurses '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /var/tmp/portage/net-im/tox-9999/work/tox-9999/configure_aux/missing aclocal-1.13'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='x86_64-pc-linux-gnu-ar'
AS='as'
AUTOCONF='${SHELL} /var/tmp/portage/net-im/tox-9999/work/tox-9999/configure_aux/missing autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/net-im/tox-9999/work/tox-9999/configure_aux/missing autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/net-im/tox-9999/work/tox-9999/configure_aux/missing automake-1.13'
AWK='gawk'
BUILD_DHT_BOOTSTRAP_DAEMON_FALSE='#'
BUILD_DHT_BOOTSTRAP_DAEMON_TRUE=''
BUILD_NTOX_FALSE='#'
BUILD_NTOX_TRUE=''
BUILD_TESTS_FALSE=''
BUILD_TESTS_TRUE='#'
CC='x86_64-pc-linux-gnu-gcc'
CCDEPMODE='depmode=none'
CFLAGS='-march=core-avx2 -O2 -pipe -Wall -g'
CHECK_CFLAGS=''
CHECK_LIBS=''
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CURSES_CONFIG=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_LT_LDFLAGS='-version-info 0:0:0'
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu'
LIBCONFIG_CFLAGS=''
LIBCONFIG_LIBS='-lconfig '
LIBOBJS=''
LIBS=''
LIBSODIUM_CFLAGS=''
LIBSODIUM_LDFLAGS=''
LIBSODIUM_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/tmp/portage/net-im/tox-9999/work/tox-9999/configure_aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NACL_CFLAGS='-I/usr/include/nacl'
NACL_LDFLAGS='-L/usr/lib64/nacl'
NACL_LIBS='-lnacl /usr/lib64/nacl/cpucycles.o /usr/lib64/nacl/randombytes.o'
NCURSES_CFLAGS=''
NCURSES_LIBS='-lncurses '
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='tox'
PACKAGE_BUGREPORT='http://tox.im'
PACKAGE_NAME='tox'
PACKAGE_STRING='tox 0.0.0'
PACKAGE_TARNAME='tox'
PACKAGE_URL=''
PACKAGE_VERSION='0.0.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/lib64/pkgconfig'
RANLIB='x86_64-pc-linux-gnu-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='x86_64-pc-linux-gnu-strip'
VERSION='0.0.0'
WIN32_FALSE=''
WIN32_TRUE='#'
WINSOCK2_LIBS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} 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='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='${SHELL} /var/tmp/portage/net-im/tox-9999/work/tox-9999/configure_aux/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
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 "tox"
#define PACKAGE_TARNAME "tox"
#define PACKAGE_VERSION "0.0.0"
#define PACKAGE_STRING "tox 0.0.0"
#define PACKAGE_BUGREPORT "http://tox.im"
#define PACKAGE_URL ""
#define PACKAGE "tox"
#define VERSION "0.0.0"
#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_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define VANILLA_NACL 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMSET 1
#define HAVE_SOCKET 1
#define HAVE_STRCHR 1
#define HAVE_MALLOC 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment