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.69. Invocation command line was $ /var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/configure --prefix=/usr --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 --enable-threads --disable-sctp --disable-halfword-emulator --disable-hipe --with-ssl=/usr --enable-dynamic-ssl-lib --disable-kernel-poll --enable-smp-support CFLAGS=-march=amdfam10 -O2 -pipe CXXFLAGS=-march=amdfam10 -O2 -pipe LDFLAGS=-Wl,-O1 -Wl,--as-needed build_alias=x86_64-pc-linux-gnu host_alias=x86_64-pc-linux-gnu --cache-file=/dev/null --srcdir=/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts ## --------- ## ## Platform. ## ## --------- ## hostname = impala uname -m = x86_64 uname -r = 3.14.2-gentoo uname -s = Linux uname -v = #1 SMP Mon Apr 28 11:35:22 CEST 2014 /usr/bin/uname -p = AMD Phenom(tm) II X4 965 Processor /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/xattr 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.2 PATH: /opt/intel/composerxe-2013.2.144/bin/intel64 PATH: /opt/intel/composerxe-2013.2.144/mpirt/bin/intel64 PATH: /opt/intel/composerxe-2013.2.144/bin/ia32 PATH: /opt/intel/composerxe-2013.2.144/mpirt/bin/ia32 PATH: /opt/nvidia-cg-toolkit/bin PATH: /usr/lib64/subversion/bin PATH: /opt/eagle/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2780: 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:3022: checking build system type configure:3036: result: x86_64-pc-linux-gnu configure:3056: checking host system type configure:3069: result: x86_64-pc-linux-gnu configure:3119: checking for x86_64-pc-linux-gnu-gcc configure:3135: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3146: result: x86_64-pc-linux-gnu-gcc configure:3415: checking for C compiler version configure:3424: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 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:3435: $? = 0 configure:3424: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,java,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.3r1, pie-0.5.8r1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog Thread model: posix gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) configure:3435: $? = 0 configure:3424: 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:3435: $? = 1 configure:3424: 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:3435: $? = 1 configure:3455: checking whether the C compiler works configure:3477: x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3481: $? = 0 configure:3529: result: yes configure:3532: checking for C compiler default output file name configure:3534: result: a.out configure:3540: checking for suffix of executables configure:3547: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3551: $? = 0 configure:3573: result: configure:3595: checking whether we are cross compiling configure:3603: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3607: $? = 0 configure:3614: ./conftest configure:3618: $? = 0 configure:3633: result: no configure:3638: checking for suffix of object files configure:3660: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:3664: $? = 0 configure:3685: result: o configure:3689: checking whether we are using the GNU C compiler configure:3708: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:3708: $? = 0 configure:3717: result: yes configure:3726: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3746: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3746: $? = 0 configure:3787: result: yes configure:3804: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3867: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:3867: $? = 0 configure:3880: result: none needed configure:3901: checking for library containing strerror configure:3932: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3932: $? = 0 configure:3949: result: none required configure:4303: checking OTP release configure:4306: result: 17 configure:4310: checking OTP version configure:4313: result: 17.0 configure:4414: checking for x86_64-pc-linux-gnu-gcc configure:4441: result: x86_64-pc-linux-gnu-gcc configure:4710: checking for C compiler version configure:4719: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 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:4730: $? = 0 configure:4719: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,java,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.3r1, pie-0.5.8r1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog Thread model: posix gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) configure:4730: $? = 0 configure:4719: 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:4730: $? = 1 configure:4719: 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:4730: $? = 1 configure:4734: checking whether we are using the GNU C compiler configure:4762: result: yes configure:4771: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4832: result: yes configure:4849: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4925: result: none needed configure:4967: checking for mixed cygwin or msys and native VC++ environment configure:4990: result: no configure:5006: checking for mixed cygwin and native MinGW environment configure:5022: result: no configure:5031: checking if we mix cygwin with any native compiler configure:5037: result: no configure:5043: checking if we mix msys with another native compiler configure:5049: result: no configure:5114: checking for getconf configure:5130: found /usr/bin/getconf configure:5142: result: getconf configure:5304: checking for large file support CFLAGS configure:5319: result: none configure:5304: checking for large file support LDFLAGS configure:5319: result: none configure:5304: checking for large file support LIBS configure:5319: result: none configure:5336: checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS) configure:5351: x86_64-pc-linux-gnu-gcc -c -Werror=return-type -D_GNU_SOURCE conftest.c >&5 configure:5351: $? = 0 configure:5359: result: yes configure:5394: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5 configure:5394: $? = 0 configure:5419: checking how to run the C preprocessor configure:5450: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c configure:5450: $? = 0 configure:5464: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5464: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | /* end confdefs.h. */ | #include configure:5489: result: x86_64-pc-linux-gnu-gcc -E configure:5509: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c configure:5509: $? = 0 configure:5523: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5523: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | /* end confdefs.h. */ | #include configure:5552: checking for grep that handles long lines and -e configure:5610: result: /bin/grep configure:5615: checking for egrep configure:5677: result: /bin/grep -E configure:5682: checking for ANSI C header files configure:5702: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5702: $? = 0 configure:5775: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5775: $? = 0 configure:5775: ./conftest configure:5775: $? = 0 configure:5786: result: yes configure:5799: checking for sys/types.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for sys/stat.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for stdlib.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for string.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for memory.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for strings.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for inttypes.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for stdint.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5799: checking for unistd.h configure:5799: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5815: checking size of void * configure:5820: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5820: $? = 0 configure:5820: ./conftest configure:5820: $? = 0 configure:5834: result: 8 configure:5901: checking whether compilation mode forces ARCH adjustment configure:5935: result: no configure:6013: checking if VM has to be linked with Carbon framework configure:6023: result: no configure:6031: checking if we are building a halfword emulator (32bit heap on 64bit machine) configure:6055: result: no configure:6068: checking how to run the C preprocessor configure:6138: result: x86_64-pc-linux-gnu-gcc -E configure:6158: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c configure:6158: $? = 0 configure:6172: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6172: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | /* end confdefs.h. */ | #include configure:6204: checking for x86_64-pc-linux-gnu-ranlib configure:6220: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:6231: result: x86_64-pc-linux-gnu-ranlib configure:6298: checking for bison configure:6314: found /usr/bin/bison configure:6325: result: bison -y configure:6341: checking for perl5 configure:6375: result: no configure:6341: checking for perl configure:6360: found /usr/bin/perl configure:6372: result: /usr/bin/perl configure:6392: checking whether ln -s works configure:6396: result: yes configure:6408: checking for x86_64-pc-linux-gnu-ar configure:6424: found /usr/bin/x86_64-pc-linux-gnu-ar configure:6435: result: x86_64-pc-linux-gnu-ar configure:6505: checking for rm configure:6523: found /bin/rm configure:6536: result: /bin/rm configure:6550: checking for mkdir configure:6568: found /bin/mkdir configure:6581: result: /bin/mkdir configure:6608: checking for xsltproc configure:6624: found /usr/bin/xsltproc configure:6635: result: xsltproc configure:6656: checking for fop configure:6672: found /usr/bin/fop configure:6683: result: fop configure:6705: checking for xmllint configure:6721: found /usr/bin/xmllint configure:6732: result: xmllint configure:6772: checking for a BSD-compatible install configure:6840: result: /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c configure:6851: checking how to create a directory including parents configure:6872: result: /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -d configure:6939: checking for extra flags needed to export symbols configure:6966: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-export-dynamic conftest.c >&5 configure:6966: $? = 0 configure:7002: result: -Wl,-export-dynamic configure:7020: checking for sin in -lm configure:7045: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:28:6: warning: conflicting types for built-in function 'sin' [enabled by default] char sin (); ^ configure:7045: $? = 0 configure:7054: result: yes configure:7065: checking for dlopen in -ldl configure:7090: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -ldl -lm >&5 configure:7090: $? = 0 configure:7099: result: yes configure:7110: checking for main in -linet configure:7129: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -linet -ldl -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -linet collect2: error: ld returned 1 exit status configure:7129: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7138: result: no configure:7149: checking for openpty in -lutil configure:7174: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:7174: $? = 0 configure:7183: result: yes configure:7195: checking for sd_listen_fds in -lsystemd-daemon configure:7220: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lsystemd-daemon -lutil -ldl -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsystemd-daemon collect2: error: ld returned 1 exit status configure:7220: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 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 sd_listen_fds (); | int | main () | { | return sd_listen_fds (); | ; | return 0; | } configure:7229: result: no configure:7299: checking for native win32 threads configure:7316: result: no configure:7324: checking for pthread_create in -lpthread configure:7349: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -lutil -ldl -lm >&5 configure:7349: $? = 0 configure:7358: result: yes configure:7464: checking for getconf configure:7492: result: getconf configure:7646: checking for Native POSIX Thread Library configure:7663: result: yes configure:7673: checking nptl/pthread.h usability configure:7673: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c:57:26: fatal error: nptl/pthread.h: No such file or directory #include ^ compilation terminated. configure:7673: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 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 | #include configure:7673: result: no configure:7673: checking nptl/pthread.h presence configure:7673: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c conftest.c:24:26: fatal error: nptl/pthread.h: No such file or directory #include ^ compilation terminated. configure:7673: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | /* end confdefs.h. */ | #include configure:7673: result: no configure:7673: checking for nptl/pthread.h configure:7673: result: no configure:7726: checking pthread.h usability configure:7726: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:7726: $? = 0 configure:7726: result: yes configure:7726: checking pthread.h presence configure:7726: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:7726: $? = 0 configure:7726: result: yes configure:7726: checking for pthread.h configure:7726: result: yes configure:7735: checking pthread/mit/pthread.h usability configure:7735: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:58:33: fatal error: pthread/mit/pthread.h: No such file or directory #include ^ compilation terminated. configure:7735: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_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 | #include configure:7735: result: no configure:7735: checking pthread/mit/pthread.h presence configure:7735: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:25:33: fatal error: pthread/mit/pthread.h: No such file or directory #include ^ compilation terminated. configure:7735: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include configure:7735: result: no configure:7735: checking for pthread/mit/pthread.h configure:7735: result: no configure:7755: checking for kstat_open in -lkstat configure:7780: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lkstat -lutil -ldl -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lkstat collect2: error: ld returned 1 exit status configure:7780: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_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 kstat_open (); | int | main () | { | return kstat_open (); | ; | return 0; | } configure:7789: result: no configure:9050: checking if SIGUSR1 and SIGUSR2 can be used configure:9052: result: yes configure:9063: checking if sigaltstack can be used configure:9065: result: yes configure:9086: checking for pthread.h configure:9086: result: yes configure:9096: checking for pthread/mit/pthread.h configure:9096: result: no configure:9112: checking sched.h usability configure:9112: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5 configure:9112: $? = 0 configure:9112: result: yes configure:9112: checking sched.h presence configure:9112: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c configure:9112: $? = 0 configure:9112: result: yes configure:9112: checking for sched.h configure:9112: result: yes configure:9122: checking sys/time.h usability configure:9122: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5 configure:9122: $? = 0 configure:9122: result: yes configure:9122: checking sys/time.h presence configure:9122: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c configure:9122: $? = 0 configure:9122: result: yes configure:9122: checking for sys/time.h configure:9122: result: yes configure:9144: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5 configure:9144: $? = 0 configure:9153: checking for pthread_spin_lock configure:9153: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9153: $? = 0 configure:9153: result: yes configure:9165: checking for sched_yield configure:9165: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9165: $? = 0 configure:9165: result: yes configure:9217: checking whether sched_yield() returns an int configure:9235: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5 configure:9235: $? = 0 configure:9239: result: yes configure:9249: checking for pthread_yield configure:9249: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9249: $? = 0 configure:9249: result: yes configure:9258: checking whether pthread_yield() returns an int configure:9280: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5 configure:9280: $? = 0 configure:9284: result: yes configure:9294: checking for pthread_rwlock_init configure:9294: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9294: $? = 0 configure:9294: result: yes configure:9302: checking for pthread_rwlockattr_setkind_np configure:9302: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9302: $? = 0 configure:9302: result: yes configure:9313: checking for PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP configure:9339: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9339: $? = 0 configure:9344: result: yes configure:9368: checking for pthread_attr_setguardsize configure:9368: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9368: $? = 0 configure:9368: result: yes configure:9378: checking for Linux futexes configure:9403: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9403: $? = 0 configure:9408: result: yes configure:9420: checking size of int configure:9425: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9425: $? = 0 configure:9425: ./conftest configure:9425: $? = 0 configure:9439: result: 4 configure:9453: checking size of long configure:9458: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9458: $? = 0 configure:9458: ./conftest configure:9458: $? = 0 configure:9472: result: 8 configure:9486: checking size of long long configure:9491: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9491: $? = 0 configure:9491: ./conftest configure:9491: $? = 0 configure:9505: result: 8 configure:9519: checking size of __int128_t configure:9524: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9524: $? = 0 configure:9524: ./conftest configure:9524: $? = 0 configure:9538: result: 16 configure:9578: checking for 32-bit __sync_val_compare_and_swap() configure:9601: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9601: $? = 0 configure:9609: result: yes configure:9614: checking for 32-bit __sync_add_and_fetch() configure:9637: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9637: $? = 0 configure:9645: result: yes configure:9649: checking for 32-bit __sync_fetch_and_and() configure:9672: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9672: $? = 0 configure:9680: result: yes configure:9684: checking for 32-bit __sync_fetch_and_or() configure:9707: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9707: $? = 0 configure:9715: result: yes configure:9720: checking for 64-bit __sync_val_compare_and_swap() configure:9743: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9743: $? = 0 configure:9751: result: yes configure:9756: checking for 64-bit __sync_add_and_fetch() configure:9779: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9779: $? = 0 configure:9787: result: yes configure:9791: checking for 64-bit __sync_fetch_and_and() configure:9814: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9814: $? = 0 configure:9822: result: yes configure:9826: checking for 64-bit __sync_fetch_and_or() configure:9849: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9849: $? = 0 configure:9857: result: yes configure:9863: checking for 128-bit __sync_val_compare_and_swap() configure:9886: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9886: $? = 0 configure:9894: result: yes configure:9899: checking for a usable libatomic_ops implementation configure:9934: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9934: $? = 0 configure:9940: result: yes configure:9947: checking size of AO_t configure:9952: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:9952: $? = 0 configure:9952: ./conftest configure:9952: $? = 0 configure:9970: result: 8 configure:10045: checking whether default stack size should be modified configure:10056: result: no configure:10070: checking size of void * configure:10089: result: 8 configure:10109: checking size of int configure:10128: result: 4 configure:10147: checking size of long configure:10166: result: 8 configure:10185: checking size of long long configure:10204: result: 8 configure:10223: checking size of __int64 configure:10228: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 conftest.c: In function 'longval': conftest.c:96:57: error: '__int64' undeclared (first use in this function) static long int longval () { return (long int) (sizeof (__int64)); } ^ conftest.c:96:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c: In function 'ulongval': conftest.c:97:67: error: '__int64' undeclared (first use in this function) static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } ^ conftest.c: In function 'main': conftest.c:107:28: error: '__int64' undeclared (first use in this function) if (((long int) (sizeof (__int64))) < 0) ^ configure:10228: $? = 1 configure: program exited with status 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | /* 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 | static long int longval () { return (long int) (sizeof (__int64)); } | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (__int64))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:10242: result: 0 configure:10261: checking size of __int128_t configure:10280: result: 16 configure:10303: checking whether byte ordering is bigendian configure:10318: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c:68:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:68:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:68:15: error: unknown type name 'universal' configure:10318: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:10363: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:10363: $? = 0 configure:10381: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:74:4: error: unknown type name 'not' not big endian ^ conftest.c:74:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:10381: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:10509: result: no configure:10540: checking whether double word ordering is middle-endian configure:10617: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:10617: $? = 0 configure:10617: ./conftest configure:10617: $? = 0 configure:10627: result: no configure:10687: checking for gcc double word cmpxchg asm support configure:10726: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:10726: $? = 0 configure:10769: result: yes configure:10802: checking whether an emulator with smp support should be built configure:10806: result: yes; enabled by user configure:10936: checking for posix_fadvise configure:10936: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:10936: $? = 0 configure:10936: result: yes configure:10936: checking for closefrom configure:10936: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccypQo9o.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `closefrom' collect2: error: ld returned 1 exit status configure:10936: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | /* Define closefrom to an innocuous variant, in case declares closefrom. | For example, HP-UX 11i declares gettimeofday. */ | #define closefrom innocuous_closefrom | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char closefrom (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef closefrom | | /* 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 closefrom (); | /* 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_closefrom || defined __stub___closefrom | choke me | #endif | | int | main () | { | return closefrom (); | ; | return 0; | } configure:10936: result: no configure:10947: checking linux/falloc.h usability configure:10947: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:10947: $? = 0 configure:10947: result: yes configure:10947: checking linux/falloc.h presence configure:10947: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c configure:10947: $? = 0 configure:10947: result: yes configure:10947: checking for linux/falloc.h configure:10947: result: yes configure:10957: checking whether fallocate() works configure:10984: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:10984: $? = 0 configure:10993: result: yes configure:11001: checking whether posix_fallocate() works configure:11038: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:11038: $? = 0 configure:11038: ./conftest configure:11038: $? = 0 configure:11053: result: yes configure:11075: checking whether the emulator should use threads configure:11099: result: yes; thread support required and therefore forced configure:11157: checking whether lock checking should be enabled configure:11159: result: no configure:11165: checking whether lock counters should be enabled configure:11167: result: no configure:11173: checking whether dirty schedulers should be enabled configure:11189: result: no configure:11199: checking whether dlopen() needs to be called before first call to dlerror() configure:11208: result: no configure:11241: checking whether the child waiter thread should be enabled configure:11252: result: yes on SMP build, but not on non-SMP build configure:11284: checking for kstat_open in -lkstat configure:11318: result: no configure:11348: checking for tgetent in -ltinfo configure:11373: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -ltinfo -lutil -ldl -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status configure:11373: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | /* 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:11383: result: no configure:11348: checking for tgetent in -lncurses configure:11373: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lncurses -lutil -ldl -lm >&5 configure:11373: $? = 0 configure:11383: result: yes configure:11409: checking for wcwidth configure:11422: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:11422: $? = 0 configure:11430: result: yes configure:11456: checking for zlib 1.2.5 or higher configure:11482: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lz -lutil -ldl -lm >&5 configure:11482: $? = 0 configure:11488: result: yes configure:11522: checking for connect configure:11522: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:11522: $? = 0 configure:11522: result: yes configure:11578: checking for gethostbyname configure:11578: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:11578: $? = 0 configure:11578: result: yes configure:11618: checking for gethostbyname_r configure:11618: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:11618: $? = 0 configure:11618: result: yes configure:11675: checking for working posix_openpt implementation configure:11698: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 conftest.c: In function 'main': conftest.c:89:12: warning: ignoring return value of 'ptsname', declared with attribute warn_unused_result [-Wunused-result] ptsname(mfd); ^ configure:11698: $? = 0 configure:11710: result: yes configure:11717: checking if netdb.h requires netinet/in.h to be previously included configure:11737: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:11737: $? = 0 configure:11753: result: yes configure:11760: checking for socklen_t configure:11773: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:11773: $? = 0 configure:11784: result: yes configure:11792: checking for h_errno declaration in netdb.h configure:11808: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:11808: $? = 0 configure:11815: result: yes configure:11831: checking for dirent.h that defines DIR configure:11850: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:11850: $? = 0 configure:11858: result: yes configure:11871: checking for library containing opendir configure:11902: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:11902: $? = 0 configure:11919: result: none required configure:11986: checking for ANSI C header files configure:12090: result: yes configure:12098: checking for sys/wait.h that is POSIX.1 compatible configure:12124: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12124: $? = 0 configure:12131: result: yes configure:12139: checking whether time.h and sys/time.h may both be included configure:12159: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12159: $? = 0 configure:12166: result: yes configure:12183: checking fcntl.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking fcntl.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for fcntl.h configure:12183: result: yes configure:12183: checking limits.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking limits.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for limits.h configure:12183: result: yes configure:12183: checking for unistd.h configure:12183: result: yes configure:12183: checking syslog.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking syslog.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for syslog.h configure:12183: result: yes configure:12183: checking dlfcn.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking dlfcn.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for dlfcn.h configure:12183: result: yes configure:12183: checking ieeefp.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:125:20: fatal error: ieeefp.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_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 | #include configure:12183: result: no configure:12183: checking ieeefp.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:92:20: fatal error: ieeefp.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for ieeefp.h configure:12183: result: no configure:12183: checking for sys/types.h configure:12183: result: yes configure:12183: checking sys/stropts.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking sys/stropts.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for sys/stropts.h configure:12183: result: yes configure:12183: checking sys/sysctl.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking sys/sysctl.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for sys/sysctl.h configure:12183: result: yes configure:12183: checking sys/ioctl.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking sys/ioctl.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for sys/ioctl.h configure:12183: result: yes configure:12183: checking for sys/time.h configure:12183: result: yes configure:12183: checking sys/uio.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking sys/uio.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for sys/uio.h configure:12183: result: yes configure:12183: checking sys/socket.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking sys/socket.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for sys/socket.h configure:12183: result: yes configure:12183: checking sys/sockio.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:132:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_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 | #include configure:12183: result: no configure:12183: checking sys/sockio.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:99:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for sys/sockio.h configure:12183: result: no configure:12183: checking sys/socketio.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:132:26: fatal error: sys/socketio.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_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 | #include configure:12183: result: no configure:12183: checking sys/socketio.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:99:26: fatal error: sys/socketio.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for sys/socketio.h configure:12183: result: no configure:12183: checking net/errno.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:132:23: fatal error: net/errno.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_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 | #include configure:12183: result: no configure:12183: checking net/errno.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:99:23: fatal error: net/errno.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for net/errno.h configure:12183: result: no configure:12183: checking malloc.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking malloc.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for malloc.h configure:12183: result: yes configure:12183: checking arpa/nameser.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking arpa/nameser.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for arpa/nameser.h configure:12183: result: yes configure:12183: checking libdlpi.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:134:21: fatal error: libdlpi.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_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 | #include configure:12183: result: no configure:12183: checking libdlpi.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:101:21: fatal error: libdlpi.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for libdlpi.h configure:12183: result: no configure:12183: checking pty.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking pty.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for pty.h configure:12183: result: yes configure:12183: checking util.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:135:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_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 | #include configure:12183: result: no configure:12183: checking util.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:102:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for util.h configure:12183: result: no configure:12183: checking utmp.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking utmp.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for utmp.h configure:12183: result: yes configure:12183: checking langinfo.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking langinfo.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for langinfo.h configure:12183: result: yes configure:12183: checking poll.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking poll.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12183: $? = 0 configure:12183: result: yes configure:12183: checking for poll.h configure:12183: result: yes configure:12183: checking sdkddkver.h usability configure:12183: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:138:23: fatal error: sdkddkver.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_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 | #include configure:12183: result: no configure:12183: checking sdkddkver.h presence configure:12183: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:105:23: fatal error: sdkddkver.h: No such file or directory #include ^ compilation terminated. configure:12183: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | /* end confdefs.h. */ | #include configure:12183: result: no configure:12183: checking for sdkddkver.h configure:12183: result: no configure:12194: checking for struct ifreq.ifr_hwaddr configure:12194: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:118:5: error: used struct type value where scalar is required if (ac_aggr.ifr_hwaddr) ^ configure:12194: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | /* end confdefs.h. */ | #ifdef __WIN32__ | #else | #ifdef VXWORKS | #else | #include | #endif | #endif | | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_hwaddr) | return 0; | ; | return 0; | } configure:12194: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12194: $? = 0 configure:12194: result: yes configure:12213: checking for struct ifreq.ifr_enaddr configure:12213: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:119:12: error: 'struct ifreq' has no member named 'ifr_enaddr' if (ac_aggr.ifr_enaddr) ^ configure:12213: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | /* end confdefs.h. */ | #ifdef __WIN32__ | #else | #ifdef VXWORKS | #else | #include | #endif | #endif | | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_enaddr) | return 0; | ; | return 0; | } configure:12213: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:119:19: error: 'struct ifreq' has no member named 'ifr_enaddr' if (sizeof ac_aggr.ifr_enaddr) ^ configure:12213: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | /* end confdefs.h. */ | #ifdef __WIN32__ | #else | #ifdef VXWORKS | #else | #include | #endif | #endif | | | int | main () | { | static struct ifreq ac_aggr; | if (sizeof ac_aggr.ifr_enaddr) | return 0; | ; | return 0; | } configure:12213: result: no configure:12234: checking systemd/sd-daemon.h usability configure:12234: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12234: $? = 0 configure:12234: result: yes configure:12234: checking systemd/sd-daemon.h presence configure:12234: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12234: $? = 0 configure:12234: result: yes configure:12234: checking for systemd/sd-daemon.h configure:12234: result: yes configure:12245: checking for dlpi_open in -ldlpi configure:12270: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -ldlpi -lutil -ldl -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldlpi collect2: error: ld returned 1 exit status configure:12270: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_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 dlpi_open (); | int | main () | { | return dlpi_open (); | ; | return 0; | } configure:12279: result: no configure:12312: Extending the search to include /lib configure:12314: checking for dlpi_open in -ldlpi configure:12339: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -L/lib64 -R/lib64 -Wl,-O1 -Wl,--as-needed conftest.c -ldlpi -lutil -ldl -lm >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-R' configure:12339: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_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 dlpi_open (); | int | main () | { | return dlpi_open (); | ; | return 0; | } configure:12348: result: no configure:12365: checking sys/resource.h usability configure:12365: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12365: $? = 0 configure:12365: result: yes configure:12365: checking sys/resource.h presence configure:12365: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12365: $? = 0 configure:12365: result: yes configure:12365: checking for sys/resource.h configure:12365: result: yes configure:12370: checking whether getrlimit is declared configure:12370: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12370: $? = 0 configure:12370: result: yes configure:12381: checking whether setrlimit is declared configure:12381: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12381: $? = 0 configure:12381: result: yes configure:12392: checking whether RLIMIT_STACK is declared configure:12392: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12392: $? = 0 configure:12392: result: yes configure:12409: checking sys/event.h usability configure:12409: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:144:23: fatal error: sys/event.h: No such file or directory #include ^ compilation terminated. configure:12409: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 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 | #include configure:12409: result: no configure:12409: checking sys/event.h presence configure:12409: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:111:23: fatal error: sys/event.h: No such file or directory #include ^ compilation terminated. configure:12409: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | /* end confdefs.h. */ | #include configure:12409: result: no configure:12409: checking for sys/event.h configure:12409: result: no configure:12415: checking sys/epoll.h usability configure:12415: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12415: $? = 0 configure:12415: result: yes configure:12415: checking sys/epoll.h presence configure:12415: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12415: $? = 0 configure:12415: result: yes configure:12415: checking for sys/epoll.h configure:12415: result: yes configure:12421: checking sys/devpoll.h usability configure:12421: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:144:25: fatal error: sys/devpoll.h: No such file or directory #include ^ compilation terminated. configure:12421: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 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 | #include configure:12421: result: no configure:12421: checking sys/devpoll.h presence configure:12421: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:111:25: fatal error: sys/devpoll.h: No such file or directory #include ^ compilation terminated. configure:12421: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | /* end confdefs.h. */ | #include configure:12421: result: no configure:12421: checking for sys/devpoll.h configure:12421: result: no configure:12955: checking for sched.h configure:12955: result: yes configure:12955: checking setns.h usability configure:12955: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:145:19: fatal error: setns.h: No such file or directory #include ^ compilation terminated. configure:12955: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_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 | #include configure:12955: result: no configure:12955: checking setns.h presence configure:12955: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:112:19: fatal error: setns.h: No such file or directory #include ^ compilation terminated. configure:12955: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #include configure:12955: result: no configure:12955: checking for setns.h configure:12955: result: no configure:12967: checking for setns configure:12967: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:12967: $? = 0 configure:12967: result: yes configure:12978: checking valgrind/valgrind.h usability configure:12978: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:12978: $? = 0 configure:12978: result: yes configure:12978: checking valgrind/valgrind.h presence configure:12978: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:12978: $? = 0 configure:12978: result: yes configure:12978: checking for valgrind/valgrind.h configure:12978: result: yes configure:12986: checking for SO_BSDCOMPAT declaration configure:13002: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:13002: $? = 0 configure:13009: result: yes configure:13019: checking for INADDR_LOOPBACK in netinet/in.h configure:13036: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:13036: $? = 0 configure:13044: result: yes configure:13120: checking for sys_errlist declaration in stdio.h or errno.h configure:13137: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:119:13: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] char *msg = *(sys_errlist + 1); ^ configure:13137: $? = 0 configure:13144: result: yes configure:13153: checking if windows.h includes winsock2.h configure:13174: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:115:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:13174: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef _WINSOCK2API_ | #error winsock2.h not included | #endif | int i = 1; | | ; | return 0; | } configure:13181: result: no configure:13192: checking for an ANSI C-conforming const configure:13258: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13258: $? = 0 configure:13265: result: yes configure:13273: checking return type of signal handlers configure:13291: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:121:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:13291: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:13298: result: void configure:13306: checking for off_t configure:13306: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13306: $? = 0 configure:13306: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:152:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:13306: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | /* 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 ((off_t))) | return 0; | ; | return 0; | } configure:13306: result: yes configure:13317: checking for pid_t configure:13317: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13317: $? = 0 configure:13317: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:152:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:13317: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | /* 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 ((pid_t))) | return 0; | ; | return 0; | } configure:13317: result: yes configure:13328: checking for size_t configure:13328: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13328: $? = 0 configure:13328: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:152:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:13328: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | /* 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 ((size_t))) | return 0; | ; | return 0; | } configure:13328: result: yes configure:13340: checking whether struct tm is in sys/time.h or time.h configure:13360: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13360: $? = 0 configure:13367: result: time.h configure:13375: checking whether struct sockaddr has sa_len field configure:13392: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:121:21: error: 'struct sockaddr' has no member named 'sa_len' struct sockaddr s; s.sa_len = 10; ^ configure:13392: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #include | int | main () | { | struct sockaddr s; s.sa_len = 10; | ; | return 0; | } configure:13399: result: no configure:13409: checking for struct exception (and matherr function) configure:13425: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13425: $? = 0 configure:13432: result: yes configure:13447: checking size of char configure:13452: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:13452: $? = 0 configure:13452: ./conftest configure:13452: $? = 0 configure:13466: result: 1 configure:13480: checking size of short configure:13485: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:13485: $? = 0 configure:13485: ./conftest configure:13485: $? = 0 configure:13499: result: 2 configure:13513: checking size of int configure:13532: result: 4 configure:13546: checking size of long configure:13565: result: 8 configure:13579: checking size of void * configure:13598: result: 8 configure:13612: checking size of long long configure:13631: result: 8 configure:13645: checking size of size_t configure:13650: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:13650: $? = 0 configure:13650: ./conftest configure:13650: $? = 0 configure:13664: result: 8 configure:13678: checking size of off_t configure:13683: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:13683: $? = 0 configure:13683: ./conftest configure:13683: $? = 0 configure:13697: result: 8 configure:13711: checking size of time_t configure:13716: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:13716: $? = 0 configure:13716: ./conftest configure:13716: $? = 0 configure:13730: result: 8 configure:13749: checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly configure:13768: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -D_GNU_SOURCE conftest.c >&5 configure:13768: $? = 0 configure:13777: result: yes configure:13786: checking for broken gcc-4.3.0 compiler configure:13828: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:13828: $? = 0 configure:13828: ./conftest configure:13828: $? = 0 configure:13850: result: no configure:13864: checking whether byte ordering is bigendian configure:14070: result: no configure:14088: checking whether double word ordering is middle-endian configure:14175: result: no configure:14194: checking for fdatasync configure:14194: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:14194: $? = 0 configure:14194: result: yes configure:14204: checking for library containing fdatasync configure:14235: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:14235: $? = 0 configure:14252: result: none required configure:14266: checking for sendfile configure:14266: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:14266: $? = 0 configure:14266: result: yes configure:14351: checking windows.h usability configure:14351: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:162:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:14351: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 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 | #include configure:14351: result: no configure:14351: checking windows.h presence configure:14351: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:129:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:14351: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | /* end confdefs.h. */ | #include configure:14351: result: no configure:14351: checking for windows.h configure:14351: result: no configure:14363: checking winsock2.h usability configure:14363: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:162:22: fatal error: winsock2.h: No such file or directory #include ^ compilation terminated. configure:14363: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 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 | #include configure:14363: result: no configure:14363: checking winsock2.h presence configure:14363: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:129:22: fatal error: winsock2.h: No such file or directory #include ^ compilation terminated. configure:14363: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | /* end confdefs.h. */ | #include configure:14363: result: no configure:14363: checking for winsock2.h configure:14363: result: no configure:14375: checking for ws2tcpip.h configure:14375: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:138:22: fatal error: ws2tcpip.h: No such file or directory #include ^ compilation terminated. configure:14375: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | /* end confdefs.h. */ | | #ifdef HAVE_WINSOCK2_H | #include | #endif | #ifdef HAVE_WINDOWS_H | #include | #endif | | | #include configure:14375: result: no configure:14393: checking for getaddrinfo configure:14424: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14424: $? = 0 configure:14432: result: yes configure:14434: checking whether getaddrinfo accepts enough flags configure:14475: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:14475: $? = 0 configure:14481: result: yes configure:14494: checking for getnameinfo configure:14525: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14525: $? = 0 configure:14533: result: yes configure:14547: checking for getipnodebyname configure:14547: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccP5xN77.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `getipnodebyname' collect2: error: ld returned 1 exit status configure:14547: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | /* end confdefs.h. */ | /* Define getipnodebyname to an innocuous variant, in case declares getipnodebyname. | For example, HP-UX 11i declares gettimeofday. */ | #define getipnodebyname innocuous_getipnodebyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getipnodebyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getipnodebyname | | /* 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 getipnodebyname (); | /* 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_getipnodebyname || defined __stub___getipnodebyname | choke me | #endif | | int | main () | { | return getipnodebyname (); | ; | return 0; | } configure:14547: result: no configure:14547: checking for getipnodebyaddr configure:14547: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/cc18tHzc.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `getipnodebyaddr' collect2: error: ld returned 1 exit status configure:14547: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | /* end confdefs.h. */ | /* Define getipnodebyaddr to an innocuous variant, in case declares getipnodebyaddr. | For example, HP-UX 11i declares gettimeofday. */ | #define getipnodebyaddr innocuous_getipnodebyaddr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getipnodebyaddr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getipnodebyaddr | | /* 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 getipnodebyaddr (); | /* 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_getipnodebyaddr || defined __stub___getipnodebyaddr | choke me | #endif | | int | main () | { | return getipnodebyaddr (); | ; | return 0; | } configure:14547: result: no configure:14547: checking for gethostbyname2 configure:14547: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14547: $? = 0 configure:14547: result: yes configure:14565: checking for ieee_handler configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/cc6hXdFj.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `ieee_handler' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | /* Define ieee_handler to an innocuous variant, in case declares ieee_handler. | For example, HP-UX 11i declares gettimeofday. */ | #define ieee_handler innocuous_ieee_handler | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ieee_handler (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef ieee_handler | | /* 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 ieee_handler (); | /* 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_ieee_handler || defined __stub___ieee_handler | choke me | #endif | | int | main () | { | return ieee_handler (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for fpsetmask configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccLtNLFn.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `fpsetmask' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | /* Define fpsetmask to an innocuous variant, in case declares fpsetmask. | For example, HP-UX 11i declares gettimeofday. */ | #define fpsetmask innocuous_fpsetmask | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fpsetmask (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fpsetmask | | /* 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 fpsetmask (); | /* 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_fpsetmask || defined __stub___fpsetmask | choke me | #endif | | int | main () | { | return fpsetmask (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for finite configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:155:6: warning: conflicting types for built-in function 'finite' [enabled by default] char finite (); ^ configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for isnan configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:156:6: warning: conflicting types for built-in function 'isnan' [enabled by default] char isnan (); ^ configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for isinf configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:157:6: warning: conflicting types for built-in function 'isinf' [enabled by default] char isinf (); ^ configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for res_gethostbyname configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccCsNhyx.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `res_gethostbyname' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | /* end confdefs.h. */ | /* Define res_gethostbyname to an innocuous variant, in case declares res_gethostbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define res_gethostbyname innocuous_res_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char res_gethostbyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef res_gethostbyname | | /* 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 res_gethostbyname (); | /* 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_res_gethostbyname || defined __stub___res_gethostbyname | choke me | #endif | | int | main () | { | return res_gethostbyname (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for dlopen configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for pread configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for pwrite configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for memmove configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:161:6: warning: conflicting types for built-in function 'memmove' [enabled by default] char memmove (); ^ configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for strerror configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for strerror_r configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for strncasecmp configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:164:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] char strncasecmp (); ^ configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for gethrtime configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccx1cHS8.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `gethrtime' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | /* Define gethrtime to an innocuous variant, in case declares gethrtime. | For example, HP-UX 11i declares gettimeofday. */ | #define gethrtime innocuous_gethrtime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethrtime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethrtime | | /* 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 gethrtime (); | /* 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_gethrtime || defined __stub___gethrtime | choke me | #endif | | int | main () | { | return gethrtime (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for localtime_r configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for gmtime_r configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for inet_pton configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for memcpy configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:168:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] char memcpy (); ^ configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for mallopt configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for sbrk configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for _sbrk configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/cc2C1noB.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_sbrk' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | /* end confdefs.h. */ | /* Define _sbrk to an innocuous variant, in case declares _sbrk. | For example, HP-UX 11i declares gettimeofday. */ | #define _sbrk innocuous__sbrk | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _sbrk (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _sbrk | | /* 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 _sbrk (); | /* 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__sbrk || defined __stub____sbrk | choke me | #endif | | int | main () | { | return _sbrk (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for __sbrk configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for brk configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for _brk configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccL7DjAF.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_brk' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | /* end confdefs.h. */ | /* Define _brk to an innocuous variant, in case declares _brk. | For example, HP-UX 11i declares gettimeofday. */ | #define _brk innocuous__brk | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _brk (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _brk | | /* 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 _brk (); | /* 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__brk || defined __stub____brk | choke me | #endif | | int | main () | { | return _brk (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for __brk configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccasLJtM.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `__brk' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | /* end confdefs.h. */ | /* Define __brk to an innocuous variant, in case declares __brk. | For example, HP-UX 11i declares gettimeofday. */ | #define __brk innocuous___brk | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __brk (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __brk | | /* 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 __brk (); | /* 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___brk || defined __stub_____brk | choke me | #endif | | int | main () | { | return __brk (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for flockfile configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for fstat configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for strlcpy configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccbjCBe1.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 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:14565: result: no configure:14565: checking for strlcat configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccbzvmd5.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 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:14565: result: no configure:14565: checking for setsid configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for posix2time configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/cc9teTec.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `posix2time' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | /* end confdefs.h. */ | /* Define posix2time to an innocuous variant, in case declares posix2time. | For example, HP-UX 11i declares gettimeofday. */ | #define posix2time innocuous_posix2time | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char posix2time (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef posix2time | | /* 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 posix2time (); | /* 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_posix2time || defined __stub___posix2time | choke me | #endif | | int | main () | { | return posix2time (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for time2posix configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccBys5Lg.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `time2posix' collect2: error: ld returned 1 exit status configure:14565: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | /* end confdefs.h. */ | /* Define time2posix to an innocuous variant, in case declares time2posix. | For example, HP-UX 11i declares gettimeofday. */ | #define time2posix innocuous_time2posix | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char time2posix (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef time2posix | | /* 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 time2posix (); | /* 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_time2posix || defined __stub___time2posix | choke me | #endif | | int | main () | { | return time2posix (); | ; | return 0; | } configure:14565: result: no configure:14565: checking for setlocale configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for nl_langinfo configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for poll configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14565: checking for mlockall configure:14565: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14565: $? = 0 configure:14565: result: yes configure:14582: checking for posix_memalign configure:14582: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14582: $? = 0 configure:14582: result: yes configure:14605: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14605: $? = 0 configure:14605: ./conftest configure:14605: $? = 0 configure:14633: checking for writev configure:14633: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14633: $? = 0 configure:14633: result: yes configure:14658: checking for mmap configure:14658: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14658: $? = 0 configure:14658: result: yes configure:14658: checking for mremap configure:14658: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14658: $? = 0 configure:14658: result: yes configure:14670: checking whether posix2time is declared configure:14670: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:170:10: error: 'posix2time' undeclared (first use in this function) (void) posix2time; ^ conftest.c:170:10: note: each undeclared identifier is reported only once for each function it appears in configure:14670: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef posix2time | #ifdef __cplusplus | (void) posix2time; | #else | (void) posix2time; | #endif | #endif | | ; | return 0; | } configure:14670: result: no configure:14681: checking whether time2posix is declared configure:14681: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:171:10: error: 'time2posix' undeclared (first use in this function) (void) time2posix; ^ conftest.c:171:10: note: each undeclared identifier is reported only once for each function it appears in configure:14681: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef time2posix | #ifdef __cplusplus | (void) time2posix; | #else | (void) time2posix; | #endif | #endif | | ; | return 0; | } configure:14681: result: no configure:14696: checking if vfork is known to hang multithreaded applications configure:14704: result: no configure:14712: checking vfork.h usability configure:14712: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:196:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:14712: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | /* 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 | #include configure:14712: result: no configure:14712: checking vfork.h presence configure:14712: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:163:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:14712: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | /* end confdefs.h. */ | #include configure:14712: result: no configure:14712: checking for vfork.h configure:14712: result: no configure:14725: checking for fork configure:14725: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:186:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:14725: $? = 0 configure:14725: result: yes configure:14725: checking for vfork configure:14725: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14725: $? = 0 configure:14725: result: yes configure:14735: checking for working fork configure:14757: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:14757: $? = 0 configure:14757: ./conftest configure:14757: $? = 0 configure:14767: result: yes configure:14788: checking for working vfork configure:14898: result: yes configure:14936: checking for vprintf configure:14936: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c:190:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] char vprintf (); ^ configure:14936: $? = 0 configure:14936: result: yes configure:14942: checking for _doprnt configure:14942: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 /var/tmp/portage/dev-lang/erlang-17.0/temp/ccP7FEij.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_doprnt' collect2: error: ld returned 1 exit status configure:14942: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* 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__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:14942: result: no configure:14954: checking for conflicting declaration of fread configure:14973: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c: In function 'main': conftest.c:173:12: error: conflicting types for 'fread' extern int fread(); ^ In file included from /usr/include/stdio.h:937:0, from conftest.c:168: /usr/include/bits/stdio2.h:282:1: note: previous definition of 'fread' was here fread (void *__restrict __ptr, size_t __size, size_t __n, ^ configure:14973: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | #include | | int | main () | { | extern int fread(); | char *c = (char *)fread; | | ; | return 0; | } configure:14982: result: yes configure:14993: checking for putc_unlocked configure:15009: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15009: $? = 0 configure:15017: result: yes configure:15025: checking for fwrite_unlocked configure:15041: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15041: $? = 0 configure:15049: result: yes configure:15059: checking for openpty configure:15059: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15059: $? = 0 configure:15059: result: yes configure:15072: checking net/if_dl.h usability configure:15072: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:205:23: fatal error: net/if_dl.h: No such file or directory #include ^ compilation terminated. configure:15072: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 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 | #include configure:15072: result: no configure:15072: checking net/if_dl.h presence configure:15072: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c conftest.c:172:23: fatal error: net/if_dl.h: No such file or directory #include ^ compilation terminated. configure:15072: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | /* end confdefs.h. */ | #include configure:15072: result: no configure:15072: checking for net/if_dl.h configure:15072: result: no configure:15072: checking ifaddrs.h usability configure:15072: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15072: $? = 0 configure:15072: result: yes configure:15072: checking ifaddrs.h presence configure:15072: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:15072: $? = 0 configure:15072: result: yes configure:15072: checking for ifaddrs.h configure:15072: result: yes configure:15072: checking netpacket/packet.h usability configure:15072: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15072: $? = 0 configure:15072: result: yes configure:15072: checking netpacket/packet.h presence configure:15072: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c configure:15072: $? = 0 configure:15072: result: yes configure:15072: checking for netpacket/packet.h configure:15072: result: yes configure:15084: checking for getifaddrs configure:15084: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15084: $? = 0 configure:15084: result: yes configure:15094: checking whether in6addr_any is declared configure:15115: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c: In function 'main': conftest.c:183:1: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default] printf("%d", in6addr_any.s6_addr[16]); ^ configure:15115: $? = 0 configure:15125: result: yes configure:15135: checking whether in6addr_loopback is declared configure:15156: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c: In function 'main': conftest.c:184:1: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default] printf("%d", in6addr_loopback.s6_addr[16]); ^ configure:15156: $? = 0 configure:15166: result: yes configure:15176: checking whether IN6ADDR_ANY_INIT is declared configure:15176: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15176: $? = 0 configure:15176: result: yes configure:15191: checking whether IN6ADDR_LOOPBACK_INIT is declared configure:15191: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15191: $? = 0 configure:15191: result: yes configure:15206: checking whether IPV6_V6ONLY is declared configure:15206: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15206: $? = 0 configure:15206: result: yes configure:15224: checking for sched_getaffinity/sched_setaffinity configure:15249: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15249: $? = 0 configure:15255: result: yes configure:15264: checking for pset functionality configure:15285: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:181:22: fatal error: sys/pset.h: No such file or directory #include ^ compilation terminated. configure:15285: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | /* end confdefs.h. */ | #include | int | main () | { | | int res; | psetid_t id = PS_MYID; | int type = PS_PRIVATE; | uint_t numcpus = 1024; | processorid_t cpulist[1024]; | | res = pset_info(id, &type, &numcpus, &cpulist[0]); | | ; | return 0; | } configure:15291: result: no configure:15299: checking for processor_bind functionality configure:15318: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:183:27: fatal error: sys/processor.h: No such file or directory #include ^ compilation terminated. configure:15318: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | | int res = processor_bind(P_LWPID, P_MYID, PBIND_NONE, NULL); | | ; | return 0; | } configure:15324: result: no configure:15332: checking for cpuset_getaffinity/cpuset_setaffinity configure:15357: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 conftest.c:183:24: fatal error: sys/cpuset.h: No such file or directory #include ^ compilation terminated. configure:15357: $? = 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | int res; | cpuset_t cpuset; | CPU_ZERO(&cpuset); | CPU_SET(1, &cpuset); | res = cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1, sizeof(cpuset_t), &cpuset); | res = cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1, sizeof(cpuset_t), &cpuset); | res = CPU_ISSET(1, &cpuset); | CPU_CLR(1, &cpuset); | | ; | return 0; | } configure:15363: result: no configure:15371: checking for 'end' symbol configure:15387: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15387: $? = 0 configure:15395: result: yes configure:15403: checking for '_end' symbol configure:15419: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15419: $? = 0 configure:15427: result: yes configure:15435: checking if __after_morecore_hook can track malloc()s core memory use configure:15579: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 conftest.c: In function 'update_heap_size': conftest.c:215:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] heap_end = (char *) sbrk(0); ^ conftest.c: At top level: conftest.c:230:8: error: conflicting type qualifiers for '__malloc_initialize_hook' void (*__malloc_initialize_hook) (void) = init_hook; ^ In file included from conftest.c:186:0: /usr/include/malloc.h:147:38: note: previous declaration of '__malloc_initialize_hook' was here extern void (*__MALLOC_HOOK_VOLATILE __malloc_initialize_hook) (void) ^ configure:15579: $? = 1 configure: program exited with status 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | #define HAVE_END_SYMBOL 1 | #define HAVE__END_SYMBOL 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_MALLOC_H | # include | #endif | #if defined(HAVE_END_SYMBOL) | extern char end; | #elif defined(HAVE__END_SYMBOL) | extern char _end; | #endif | #ifndef USE_THREADS | #undef ETHR_PTHREADS | #endif | | #ifdef ETHR_PTHREADS | # ifdef ETHR_HAVE_PTHREAD_H | # include | # else | # ifdef ETHR_HAVE_MIT_PTHREAD_H | # include | # endif | # endif | # define N_THR 5 | #else | # define N_THR 1 | #endif | | static char *heap_start = NULL; | static char *heap_end = NULL; | | void update_heap_size(void) | { | heap_end = (char *) sbrk(0); | } | | void init_hook(void) | { | #if defined(HAVE_END_SYMBOL) | heap_start = &end; | #elif defined(HAVE__END_SYMBOL) | heap_start = &_end; | #else | heap_start = sbrk(0); | #endif | __after_morecore_hook = update_heap_size; | } | | void (*__malloc_initialize_hook) (void) = init_hook; | | static int | check_malloc(int size) | { | char *p = (char *) malloc(size); | if (!heap_start || !heap_end) return 0; | if (!p) return 0; | if (p < heap_start || heap_end <= p) return 0; | if (p + size < heap_start || heap_end < p + size) return 0; | return 1; | } | | #ifdef ETHR_PTHREADS | pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; | #endif | | static void * | do_tests(void *vresp) | { | int i, ok = 0; | #ifdef ETHR_PTHREADS | if (pthread_mutex_lock(&mutex) != 0) | return NULL; | #endif | | for (i = 0; i < 10; i++) | if (!check_malloc(1000)) | goto failed; | for (i = 0; i < 100; i++) | if (!check_malloc(1)) | goto failed; | if (!check_malloc(1024*1024+1)) | goto failed; | if (!check_malloc(10*1024*1024+1)) | goto failed; | ok = 1; | | failed: | #ifdef ETHR_PTHREADS | if (pthread_mutex_unlock(&mutex) != 0) | return NULL; | #endif | if (ok) | *((int *) vresp) = 0; | return NULL; | } | | | int main(void) | { | int res[N_THR], i; | #ifdef ETHR_PTHREADS | pthread_t tid[N_THR]; | #endif | | #if defined(HAVE_MALLOPT) && defined(M_MMAP_MAX) | (void) mallopt(M_MMAP_MAX, 0); | #endif | | for (i = 0; i < N_THR; i++) | res[i] = 1; | #ifdef ETHR_PTHREADS | for (i = 1; i < N_THR; i++) | if (pthread_create(&tid[i], NULL, do_tests, &res[i]) != 0) | return 1; | #endif | (void) do_tests(&res[0]); | #ifdef ETHR_PTHREADS | for (i = 1; i < N_THR; i++) | if (pthread_join(tid[i], NULL) != 0) | return 1; | #endif | for (i = 0; i < N_THR; i++) | if (res[i]) | return 1; | return 0; | } | configure:15589: result: no configure:15602: checking types of sbrk()s return value and argument configure:15628: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15628: $? = 0 configure:15640: result: void *,intptr_t configure:15663: checking types of brk()s return value and argument configure:15689: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5 configure:15689: $? = 0 configure:15701: result: int,void * configure:15726: checking if sbrk()/brk() wrappers can track malloc()s core memory use configure:15913: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm -lpthread >&5 configure:15913: $? = 0 configure:15913: ./conftest configure:15913: $? = 1 configure: program exited with status 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | #define HAVE_END_SYMBOL 1 | #define HAVE__END_SYMBOL 1 | #define SBRK_RET_TYPE void * | #define SBRK_ARG_TYPE intptr_t | #define BRK_RET_TYPE int | #define BRK_ARG_TYPE void * | /* end confdefs.h. */ | | #include | #include | #include | #ifdef HAVE_DLFCN_H | # include | #endif | | /* | * Our implementation requires that we have sbrk(), and 'end' or '_end'. | */ | | #if !defined(HAVE_SBRK) | # error no sbrk() | #endif | #if defined(HAVE_END_SYMBOL) | extern char end; | #elif defined(HAVE__END_SYMBOL) | extern char _end; | #else | # error no 'end' nor '_end' | #endif | | #ifndef USE_THREADS | #undef ETHR_PTHREADS | #endif | | #ifdef ETHR_PTHREADS | # ifdef ETHR_HAVE_PTHREAD_H | # include | # else | # ifdef ETHR_HAVE_MIT_PTHREAD_H | # include | # endif | # endif | # define N_THR 5 | #else | # define N_THR 1 | #endif | | #define SBRK_IMPL(RET_TYPE, SBRK, ARG_TYPE) RET_TYPE SBRK (ARG_TYPE); static RET_TYPE (*real_ ## SBRK)(ARG_TYPE) = NULL; RET_TYPE SBRK (ARG_TYPE arg) { RET_TYPE res; if (!real_ ## SBRK) real_ ## SBRK = dlsym(RTLD_NEXT, #SBRK); res = (*real_ ## SBRK)(arg); if (res != (RET_TYPE) -1) heap_end = (char *) (*real_ ## SBRK)(0); return res; } | | #define BRK_IMPL(RET_TYPE, BRK, ARG_TYPE) RET_TYPE BRK (ARG_TYPE); static RET_TYPE (*real_ ## BRK)(ARG_TYPE) = NULL; RET_TYPE BRK (ARG_TYPE arg) { RET_TYPE res; if (!real_ ## BRK) real_ ## BRK = dlsym(RTLD_NEXT, #BRK); res = (*real_ ## BRK)(arg); if (res != (RET_TYPE) -1) heap_end = (char *) arg; return res; } | | static char *heap_start = NULL; | static char *heap_end = NULL; | | SBRK_IMPL(SBRK_RET_TYPE, sbrk, SBRK_ARG_TYPE) | #ifdef HAVE_BRK | BRK_IMPL(BRK_RET_TYPE, brk, BRK_ARG_TYPE) | #endif | | #ifdef HAVE__SBRK | SBRK_IMPL(SBRK_RET_TYPE, _sbrk, SBRK_ARG_TYPE) | #endif | #ifdef HAVE__BRK | BRK_IMPL(BRK_RET_TYPE, _brk, BRK_ARG_TYPE) | #endif | | #ifdef HAVE___SBRK | SBRK_IMPL(SBRK_RET_TYPE, __sbrk, SBRK_ARG_TYPE) | #endif | #ifdef HAVE___BRK | BRK_IMPL(BRK_RET_TYPE, __brk, BRK_ARG_TYPE) | #endif | | static int | check_malloc(int size) | { | char *p = (char *) malloc(size); | if (!heap_start || !heap_end) return 0; | if (!p) return 0; | if (p < heap_start || heap_end <= p) return 0; | if (p + size < heap_start || heap_end < p + size) return 0; | return 1; | } | | #ifdef ETHR_PTHREADS | pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; | #endif | | static void * | do_tests(void *vresp) | { | int i, ok = 0; | #ifdef ETHR_PTHREADS | if (pthread_mutex_lock(&mutex) != 0) | return NULL; | #endif | | for (i = 0; i < 10; i++) | if (!check_malloc(1000)) | goto failed; | for (i = 0; i < 100; i++) | if (!check_malloc(1)) | goto failed; | if (!check_malloc(1024*1024+1)) | goto failed; | if (!check_malloc(10*1024*1024+1)) | goto failed; | ok = 1; | | failed: | #ifdef ETHR_PTHREADS | if (pthread_mutex_unlock(&mutex) != 0) | return NULL; | #endif | if (ok) | *((int *) vresp) = 0; | return NULL; | } | | | int main(void) | { | int res[N_THR], i; | #ifdef ETHR_PTHREADS | pthread_t tid[N_THR]; | #endif | #if defined(HAVE_END_SYMBOL) | heap_start = &end; | #elif defined(HAVE__END_SYMBOL) | heap_start = &_end; | #endif | | #if defined(HAVE_MALLOPT) && defined(M_MMAP_MAX) | (void) mallopt(M_MMAP_MAX, 0); | #endif | | for (i = 0; i < N_THR; i++) | res[i] = 1; | #ifdef ETHR_PTHREADS | for (i = 1; i < N_THR; i++) | if (pthread_create(&tid[i], NULL, do_tests, &res[i]) != 0) | return 1; | #endif | (void) do_tests(&res[0]); | #ifdef ETHR_PTHREADS | for (i = 1; i < N_THR; i++) | if (pthread_join(tid[i], NULL) != 0) | return 1; | #endif | for (i = 0; i < N_THR; i++) | if (res[i]) | return 1; | return 0; | } | configure:15923: result: no configure:15940: checking for IP version 6 support configure:15965: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5 configure:15965: $? = 0 configure:16007: result: yes configure:16029: checking for multicast support configure:16053: result: yes configure:16084: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5 configure:16084: $? = 0 configure:16095: checking how to correct for time adjustments configure:16153: result: clock_gettime configure:16176: checking if gethrvtime works and how to use it configure:16246: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 conftest.c:209:23: fatal error: sys/fault.h: No such file or directory #include ^ compilation terminated. configure:16246: $? = 1 configure: program exited with status 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | #define HAVE_END_SYMBOL 1 | #define HAVE__END_SYMBOL 1 | #define SBRK_RET_TYPE void * | #define SBRK_ARG_TYPE intptr_t | #define BRK_RET_TYPE int | #define BRK_ARG_TYPE void * | #define HAVE_IN6 1 | #define HAVE_MULTICAST_SUPPORT 1 | #define GETHRTIME_WITH_CLOCK_GETTIME 1 | /* end confdefs.h. */ | | /* gethrvtime procfs ioctl test */ | /* These need to be undef:ed to not break activation of | * micro level process accounting on /proc/self | */ | #ifdef _LARGEFILE_SOURCE | # undef _LARGEFILE_SOURCE | #endif | #ifdef _FILE_OFFSET_BITS | # undef _FILE_OFFSET_BITS | #endif | #include | #include | #include | #include | #include | #include | #include | #include | #include | #include | #include | #include | | int main() { | long msacct = PR_MSACCT; | int fd; | long long start, stop; | int i; | pid_t pid = getpid(); | char proc_self[30] = "/proc/"; | | sprintf(proc_self+strlen(proc_self), "%lu", (unsigned long) pid); | if ( (fd = open(proc_self, O_WRONLY)) == -1) | exit(1); | if (ioctl(fd, PIOCSET, &msacct) < 0) | exit(2); | if (close(fd) < 0) | exit(3); | start = gethrvtime(); | for (i = 0; i < 100; i++) | stop = gethrvtime(); | if (start == 0) | exit(4); | if (start == stop) | exit(5); | exit(0); return 0; | } | configure:16272: result: not working configure:16277: checking if clock_gettime can be used to get process CPU time configure:16317: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lrt >&5 configure:16317: $? = 0 configure:16317: ./conftest configure:16317: $? = 0 configure:16329: result: no; not stable configure:16361: checking for m4 configure:16377: found /usr/bin/m4 configure:16388: result: m4 configure:16479: Floating point exceptions disabled by default on Linux configure:17063: checking whether to redefine FD_SETSIZE configure:17074: result: no configure:17182: checking for working poll() configure:17222: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 conftest.c: In function 'main': conftest.c:205:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); /* Does not work for devices -- fail */ ^ conftest.c:207:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(0); ^ configure:17222: $? = 0 configure:17222: ./conftest configure:17222: $? = 0 configure:17263: result: yes configure:17345: checking whether epoll is level triggered configure:17368: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5 configure:17368: $? = 0 configure:17375: result: yes configure:17381: checking whether kernel poll support should be enabled configure:17386: result: no; disabled by user configure:17419: checking whether putenv() stores a copy of the key-value pair configure:17464: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed conftest.c -lutil -ldl -lm >&5 configure:17464: $? = 0 configure:17464: ./conftest configure:17464: $? = 3 configure: program exited with status 3 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 ASSUMED_CACHE_LINE_SIZE 64 | #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 SIZEOF_VOID_P 8 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBUTIL 1 | #define HAVE_PTHREAD_H 1 | #define ETHR_PTHREADS 1 | #define ETHR_HAVE_PTHREAD_H 1 | #define ETHR_HAVE_SCHED_H 1 | #define ETHR_HAVE_SYS_TIME_H 1 | #define ETHR_TIME_WITH_SYS_TIME 1 | #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 | #define ETHR_HAVE_SCHED_YIELD 1 | #define ETHR_SCHED_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_YIELD 1 | #define ETHR_PTHREAD_YIELD_RET_INT 1 | #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 | #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 | #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 | #define ETHR_HAVE_LINUX_FUTEX 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT128_T 16 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 | #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 | #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 | #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 | #define SIZEOF_AO_T 8 | #define ETHR_SIZEOF_AO_T 8 | #define ETHR_HAVE_LIBATOMIC_OPS 1 | #define SIZEOF_VOID_P 8 | #define ETHR_SIZEOF_PTR 8 | #define SIZEOF_INT 4 | #define ETHR_SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ETHR_SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define ETHR_SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define ETHR_SIZEOF___INT64 0 | #define SIZEOF___INT128_T 16 | #define ETHR_SIZEOF___INT128_T 16 | #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 | #define ETHR_HAVE_ETHREAD_DEFINES 1 | #define ERTS_HAVE_SMP_EMU 1 | #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_FALLOCATE 1 | #define HAVE_POSIX_FALLOCATE /**/ | #define HAVE_TERMCAP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_LIBZ 1 | #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC | #define HAVE_WORKING_POSIX_OPENPT 1 | #define NETDB_H_NEEDS_IN_H 1 | #define HAVE_SOCKLEN_T 1 | #define H_ERRNO_DECLARED 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_PTY_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_SYSTEMD_SD_DAEMON_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_DECL_GETRLIMIT 1 | #define HAVE_DECL_SETRLIMIT 1 | #define HAVE_DECL_RLIMIT_STACK 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETNS 1 | #define HAVE_SO_BSDCOMPAT /**/ | #define SYS_ERRLIST_DECLARED /**/ | #define RETSIGTYPE void | #define NO_SA_LEN 1 | #define USE_MATHERR 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define HAVE_FDATASYNC 1 | #define HAVE_SENDFILE 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_FINITE 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_DLOPEN 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_INET_PTON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MALLOPT 1 | #define HAVE_SBRK 1 | #define HAVE___SBRK 1 | #define HAVE_BRK 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSTAT 1 | #define HAVE_SETSID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_MLOCKALL 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_WRITEV 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_DECL_POSIX2TIME 0 | #define HAVE_DECL_TIME2POSIX 0 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_VPRINTF 1 | #define HAVE_CONFLICTING_FREAD_DECLARATION 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_OPENPTY 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_IN6ADDR_ANY 1 | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_DECL_IN6ADDR_ANY_INIT 1 | #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 | #define HAVE_DECL_IPV6_V6ONLY 1 | #define HAVE_SCHED_xETAFFINITY 1 | #define HAVE_END_SYMBOL 1 | #define HAVE__END_SYMBOL 1 | #define SBRK_RET_TYPE void * | #define SBRK_ARG_TYPE intptr_t | #define BRK_RET_TYPE int | #define BRK_ARG_TYPE void * | #define HAVE_IN6 1 | #define HAVE_MULTICAST_SUPPORT 1 | #define GETHRTIME_WITH_CLOCK_GETTIME 1 | #define NO_FPE_SIGNALS /**/ | #define ERTS_USE_POLL 1 | /* end confdefs.h. */ | | #include | int main(void) { | int i; | char *env; | char buf[10]; | for (i = 0; i < 7; i++) | buf[i] = 'X'; | buf[i] = '\0'; | buf[3] = '='; | if (putenv(buf) != 0) | return 1; | for (i = 4; i < 7; i++) | buf[i] = 'Y'; | env = getenv("XXX"); | if (!env) | return 2; | for (i = 0; i < 3; i++) | if (env[i] != 'X') | return 3; | for (i = 0; i < 3; i++) | buf[i] = 'Y'; | env = getenv("XXX"); | if (!env) | return 4; | for (i = 0; i < 3; i++) | if (env[i] != 'X') | return 5; | return 0; | } | configure:17474: result: no configure:17628: checking for x86_64-pc-linux-gnu-ld configure:17655: result: x86_64-pc-linux-gnu-gcc configure:17719: checking for compiler flags for loadable drivers configure:17721: result: -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -fPIC configure:17723: checking for linker for loadable drivers configure:17725: result: x86_64-pc-linux-gnu-gcc configure:17727: checking for linker flags for loadable drivers configure:17729: result: -shared -Wl,-Bsymbolic configure:17731: checking for 'runtime library path' linker flag configure:17734: result: -Wl,-R configure:17753: checking for a compiler that handles jumptables configure:17788: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5 configure:17788: $? = 0 configure:17849: x86_64-pc-linux-gnu-gcc -c conftest.c >&5 configure:17849: $? = 0 configure:17861: result: x86_64-pc-linux-gnu-gcc configure:18105: checking for static ZLib to be used by SSL in standard locations configure:18127: result: no configure:18655: checking for OpenSSL kerberos 5 support configure:18671: result: yes configure:18720: checking for krb5.h in standard locations configure:18746: result: found in /usr/include configure:18765: checking for ssl runtime library path to use configure:18839: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -I/usr/include -I/usr/include -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,-R/usr/lib64 -Wl,-R/usr/local/lib64 -Wl,-R/usr/sfw/lib64 -Wl,-R/opt/local/lib64 -Wl,-R/usr/pkg/lib64 -Wl,-R/usr/local/openssl/lib64 -Wl,-R/usr/lib/openssl/lib64 -Wl,-R/usr/openssl/lib64 -Wl,-R/usr/local/ssl/lib64 -Wl,-R/usr/lib/ssl/lib64 -Wl,-R/usr/ssl/lib64 -Wl,-R//lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/usr/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib -L/usr/lib64 conftest.c -lcrypto >&5 configure:18839: $? = 0 configure:18859: result: /usr/lib64:/usr/local/lib64:/usr/sfw/lib64:/opt/local/lib64:/usr/pkg/lib64:/usr/local/openssl/lib64:/usr/lib/openssl/lib64:/usr/openssl/lib64:/usr/local/ssl/lib64:/usr/lib/ssl/lib64:/usr/ssl/lib64://lib64:/usr/local/lib:/usr/sfw/lib:/usr/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib://lib configure:18871: checking for kstat_open in -lkstat configure:18905: result: no configure:18954: checking for javac.sh configure:18981: result: /etc/java-config-2/current-system-vm/bin/javac configure:18993: checking for JDK version 1.5 configure:19005: /etc/java-config-2/current-system-vm/bin/javac conftest.java 1>&5 configure:19008: $? = 0 configure:19021: result: yes configure:19049: checking for x86_64-pc-linux-gnu-c++ configure:19065: found /usr/bin/x86_64-pc-linux-gnu-c++ configure:19076: result: x86_64-pc-linux-gnu-c++ configure:19328: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on impala config.status:1165: creating emulator/x86_64-pc-linux-gnu/Makefile config.status:1165: creating epmd/src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating etc/common/x86_64-pc-linux-gnu/Makefile config.status:1165: creating include/internal/x86_64-pc-linux-gnu/ethread.mk config.status:1165: creating include/internal/x86_64-pc-linux-gnu/erts_internal.mk config.status:1165: creating lib_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating Makefile config.status:1165: creating ../make/x86_64-pc-linux-gnu/otp.mk config.status:1165: creating ../make/x86_64-pc-linux-gnu/otp_ded.mk config.status:1165: creating ../make/x86_64-pc-linux-gnu/ose_lm.mk config.status:1165: creating ../lib/ic/c_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating ../lib/os_mon/c_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating ../lib/crypto/c_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating ../lib/orber/c_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating ../lib/runtime_tools/c_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating ../lib/tools/c_src/x86_64-pc-linux-gnu/Makefile config.status:1165: creating x86_64-pc-linux-gnu/config.h config.status:1165: creating include/internal/x86_64-pc-linux-gnu/ethread_header_config.h config.status:1165: creating include/x86_64-pc-linux-gnu/erl_int_sizes_config.h config.status:1165: creating include/x86_64-pc-linux-gnu/erl_native_features_config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_double_middle_endian=no ac_cv_decl_h_errno=yes ac_cv_decl_inaddr_loopback=yes ac_cv_decl_so_bsdcompat=yes ac_cv_decl_sys_errlist=yes ac_cv_env_AR_set= ac_cv_env_AR_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=amdfam10 -O2 -pipe' ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_set= ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=amdfam10 -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DED_LDFLAGS_set= ac_cv_env_DED_LDFLAGS_value= ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_set= ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_value= ac_cv_env_DED_LD_set= ac_cv_env_DED_LD_value= ac_cv_env_ERL_TOP_set=set ac_cv_env_ERL_TOP_value=/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0 ac_cv_env_GETCONF_set= ac_cv_env_GETCONF_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LD_set= ac_cv_env_LD_value= ac_cv_env_LFS_CFLAGS_set= ac_cv_env_LFS_CFLAGS_value= ac_cv_env_LFS_LDFLAGS_set= ac_cv_env_LFS_LDFLAGS_value= ac_cv_env_LFS_LIBS_set= ac_cv_env_LFS_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_RANLIB_set= ac_cv_env_RANLIB_value= ac_cv_env_STATIC_CFLAGS_set= ac_cv_env_STATIC_CFLAGS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_erl_xcomp_after_morecore_hook_set= ac_cv_env_erl_xcomp_after_morecore_hook_value= ac_cv_env_erl_xcomp_bigendian_set= ac_cv_env_erl_xcomp_bigendian_value= ac_cv_env_erl_xcomp_clock_gettime_cpu_time_set= ac_cv_env_erl_xcomp_clock_gettime_cpu_time_value= ac_cv_env_erl_xcomp_dlsym_brk_wrappers_set= ac_cv_env_erl_xcomp_dlsym_brk_wrappers_value= ac_cv_env_erl_xcomp_double_middle_endian_set= ac_cv_env_erl_xcomp_double_middle_endian_value= ac_cv_env_erl_xcomp_getaddrinfo_set= ac_cv_env_erl_xcomp_getaddrinfo_value= ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_set= ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_value= ac_cv_env_erl_xcomp_isysroot_set= ac_cv_env_erl_xcomp_isysroot_value= ac_cv_env_erl_xcomp_kqueue_set= ac_cv_env_erl_xcomp_kqueue_value= ac_cv_env_erl_xcomp_linux_clock_gettime_correction_set= ac_cv_env_erl_xcomp_linux_clock_gettime_correction_value= ac_cv_env_erl_xcomp_linux_nptl_set= ac_cv_env_erl_xcomp_linux_nptl_value= ac_cv_env_erl_xcomp_linux_usable_sigaltstack_set= ac_cv_env_erl_xcomp_linux_usable_sigaltstack_value= ac_cv_env_erl_xcomp_linux_usable_sigusrx_set= ac_cv_env_erl_xcomp_linux_usable_sigusrx_value= ac_cv_env_erl_xcomp_ose_BEAM_LM_CONF_set= ac_cv_env_erl_xcomp_ose_BEAM_LM_CONF_value= ac_cv_env_erl_xcomp_ose_CONFD_set= ac_cv_env_erl_xcomp_ose_CONFD_value= ac_cv_env_erl_xcomp_ose_CRT0_LM_set= ac_cv_env_erl_xcomp_ose_CRT0_LM_value= ac_cv_env_erl_xcomp_ose_EPMD_LM_CONF_set= ac_cv_env_erl_xcomp_ose_EPMD_LM_CONF_value= ac_cv_env_erl_xcomp_ose_LM_ELF_SIZE_set= ac_cv_env_erl_xcomp_ose_LM_ELF_SIZE_value= ac_cv_env_erl_xcomp_ose_LM_LCF_set= ac_cv_env_erl_xcomp_ose_LM_LCF_value= ac_cv_env_erl_xcomp_ose_LM_POST_LINK_set= ac_cv_env_erl_xcomp_ose_LM_POST_LINK_value= ac_cv_env_erl_xcomp_ose_LM_SET_CONF_set= ac_cv_env_erl_xcomp_ose_LM_SET_CONF_value= ac_cv_env_erl_xcomp_ose_OSEROOT_set= ac_cv_env_erl_xcomp_ose_OSEROOT_value= ac_cv_env_erl_xcomp_ose_RUN_ERL_LM_CONF_set= ac_cv_env_erl_xcomp_ose_RUN_ERL_LM_CONF_value= ac_cv_env_erl_xcomp_ose_STRIP_set= ac_cv_env_erl_xcomp_ose_STRIP_value= ac_cv_env_erl_xcomp_ose_ldflags_pass1_set= ac_cv_env_erl_xcomp_ose_ldflags_pass1_value= ac_cv_env_erl_xcomp_ose_ldflags_pass2_set= ac_cv_env_erl_xcomp_ose_ldflags_pass2_value= ac_cv_env_erl_xcomp_poll_set= ac_cv_env_erl_xcomp_poll_value= ac_cv_env_erl_xcomp_putenv_copy_set= ac_cv_env_erl_xcomp_putenv_copy_value= ac_cv_env_erl_xcomp_reliable_fpe_set= ac_cv_env_erl_xcomp_reliable_fpe_value= ac_cv_env_erl_xcomp_sysroot_set= ac_cv_env_erl_xcomp_sysroot_value= 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___brk=no ac_cv_func___sbrk=yes ac_cv_func__brk=no ac_cv_func__doprnt=no ac_cv_func__sbrk=no ac_cv_func_brk=yes ac_cv_func_closefrom=no ac_cv_func_connect=yes ac_cv_func_decl_fread=yes ac_cv_func_dlopen=yes ac_cv_func_fdatasync=yes ac_cv_func_finite=yes ac_cv_func_flockfile=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fpsetmask=no ac_cv_func_fstat=yes ac_cv_func_gethostbyname2=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_gethrtime=no ac_cv_func_getifaddrs=yes ac_cv_func_getipnodebyaddr=no ac_cv_func_getipnodebyname=no ac_cv_func_gmtime_r=yes ac_cv_func_ieee_handler=no ac_cv_func_inet_pton=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_localtime_r=yes ac_cv_func_mallopt=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_mlockall=yes ac_cv_func_mmap=yes ac_cv_func_mremap=yes ac_cv_func_nl_langinfo=yes ac_cv_func_openpty=yes ac_cv_func_poll=yes ac_cv_func_posix2time=no ac_cv_func_posix_fadvise=yes ac_cv_func_posix_memalign=yes ac_cv_func_pread=yes ac_cv_func_pthread_attr_setguardsize=yes ac_cv_func_pthread_rwlock_init=yes ac_cv_func_pthread_rwlockattr_setkind_np=yes ac_cv_func_pthread_spin_lock=yes ac_cv_func_pthread_yield=yes ac_cv_func_pwrite=yes ac_cv_func_res_gethostbyname=no ac_cv_func_sbrk=yes ac_cv_func_sched_yield=yes ac_cv_func_sendfile=yes ac_cv_func_setlocale=yes ac_cv_func_setns=yes ac_cv_func_setsid=yes ac_cv_func_strerror=yes ac_cv_func_strerror_r=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strncasecmp=yes ac_cv_func_time2posix=no ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vprintf=yes ac_cv_func_writev=yes ac_cv_have_decl_IN6ADDR_ANY_INIT=yes ac_cv_have_decl_IN6ADDR_LOOPBACK_INIT=yes ac_cv_have_decl_IPV6_V6ONLY=yes ac_cv_have_decl_RLIMIT_STACK=yes ac_cv_have_decl_getrlimit=yes ac_cv_have_decl_posix2time=no ac_cv_have_decl_setrlimit=yes ac_cv_have_decl_time2posix=no ac_cv_header_arpa_nameser_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_libdlpi_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_falloc_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_errno_h=no ac_cv_header_net_if_dl_h=no ac_cv_header_netpacket_packet_h=yes ac_cv_header_nptl_pthread_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pthread_mit_pthread_h=no ac_cv_header_pty_h=yes ac_cv_header_sched_h=yes ac_cv_header_sdkddkver_h=no ac_cv_header_setns_h=no 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_devpoll_h=no ac_cv_header_sys_epoll_h=yes ac_cv_header_sys_event_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_socketio_h=no ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stropts_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_systemd_sd_daemon_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_util_h=no ac_cv_header_utmp_h=yes ac_cv_header_valgrind_valgrind_h=yes ac_cv_header_vfork_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_ws2tcpip_h=no ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_dlpi_dlpi_open=no ac_cv_lib_inet_main=no ac_cv_lib_kstat_kstat_open=no ac_cv_lib_m_sin=yes ac_cv_lib_ncurses___tgetent=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_systemd_daemon_sd_listen_fds=no ac_cv_lib_tinfo___tgetent=no ac_cv_lib_util_openpty=yes ac_cv_member_struct_ifreq_ifr_enaddr=no ac_cv_member_struct_ifreq_ifr_hwaddr=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_MKDIR=/bin/mkdir ac_cv_path_PERL=/usr/bin/perl ac_cv_path_RM=/bin/rm ac_cv_path_install='/usr/lib64/portage/bin/ebuild-helpers/xattr/install -c' ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=x86_64-pc-linux-gnu-c++ ac_cv_prog_DED_LD=x86_64-pc-linux-gnu-gcc ac_cv_prog_FOP=fop ac_cv_prog_GETCONF=getconf ac_cv_prog_JAVAC=/etc/java-config-2/current-system-vm/bin/javac ac_cv_prog_M4=m4 ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_XMLLINT=xmllint ac_cv_prog_XSLTPROC=xsltproc ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_emu_cc=x86_64-pc-linux-gnu-gcc ac_cv_prog_javac_ver_1_5=yes ac_cv_prog_mkdir_p='/usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -d' ac_cv_search_fdatasync='none required' ac_cv_search_opendir='none required' ac_cv_search_strerror='none required' ac_cv_sizeof_AO_t=8 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_time_t=8 ac_cv_sizeof_void_p=8 ac_cv_struct_exception=yes ac_cv_struct_sockaddr_sa_len=no ac_cv_struct_tm=time.h ac_cv_sys_ipv6_support=yes ac_cv_sys_multicast_support=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes erl_cv_time_correction=clock_gettime erts_cv___after_morecore_hook_can_track_malloc=no erts_cv_brk_ret_arg_types='int,void *' erts_cv_brk_wrappers_can_track_malloc=no erts_cv_fwrite_unlocked=yes erts_cv_have__end_symbol=yes erts_cv_have_end_symbol=yes erts_cv_have_in6addr_any=yes erts_cv_have_in6addr_loopback=yes erts_cv_putc_unlocked=yes erts_cv_sbrk_ret_arg_types='void *,intptr_t' erts_cv_windows_h_includes_winsock2_h=no i_cv_fallocate_works=yes i_cv_posix_fallocate_works=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='x86_64-pc-linux-gnu-ar' ARCH='amd64' BITS64='yes' CC32='x86_64-pc-linux-gnu-gcc' CC='x86_64-pc-linux-gnu-gcc' CFLAGS32='-march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -m32' CFLAGS='-Werror=return-type -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE' CFLAG_RUNTIME_LIBRARY_PATH='-Wl,-R' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS=' -D_GNU_SOURCE' CPU_SUP_LIBS='' CROSS_COMPILING='no' CXX='x86_64-pc-linux-gnu-c++' CXXFLAGS='-march=amdfam10 -O2 -pipe' DEBUG_CFLAGS='-g -D_GNU_SOURCE -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu ' DEBUG_FLAGS='-g' DED_CFLAGS='-march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -fPIC' DED_EMU_THR_DEFS=' -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS' DED_EXT='so' DED_LD='x86_64-pc-linux-gnu-gcc' DED_LDFLAGS='-shared -Wl,-Bsymbolic' DED_LD_FLAG_RUNTIME_LIBRARY_PATH='-Wl,-R' DED_STATIC_CFLAGS='-march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER' DED_SYS_INCLUDE='-I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/emulator/beam -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/include -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/include/x86_64-pc-linux-gnu -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/include/internal -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/include/internal/x86_64-pc-linux-gnu -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/emulator/sys/unix' DED_THR_DEFS='-DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE ' DEFS='-DHAVE_CONFIG_H' DEXPORT='-Wl,-export-dynamic' DTRACE='' DTRACE_CPP='-C' DTRACE_ENABLED='' DTRACE_ENABLED_2STEP='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMU_CC='x86_64-pc-linux-gnu-gcc' EMU_LOCK_CHECKING='no' EMU_THR_DEFS=' -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS' EMU_THR_LIBS='-lethread -lerts_internal_r -lpthread ' EMU_THR_LIB_NAME='ethread' EMU_THR_X_LIBS='-lpthread ' ENABLE_ALLOC_TYPE_VARS=' threads' ERLANG_OSTYPE='unix' ERL_TOP='/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0' ERTS_BUILD_SMP_EMU='yes' ERTS_ENABLE_KERNEL_POLL='no' ERTS_INTERNAL_X_LIBS='' ETHR_DEFS='-DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE ' ETHR_LIBS='-lethread -lerts_internal_r -lpthread ' ETHR_LIB_NAME='ethread' ETHR_THR_LIB_BASE='pthread' ETHR_THR_LIB_BASE_DIR='pthread' ETHR_X86_SSE2_ASM='no' ETHR_X_LIBS='-lpthread ' EXEEXT='' EXTERNAL_WORD_SIZE='64' FOP='fop' GCC='yes' GETCONF='getconf' GREP='/bin/grep' HAVE_VALGRIND='yes' HCC='$(CC)' HCFLAGS=' -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu' HIPE_ENABLED='' HIPE_HELPERS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DIR='/usr/lib64/portage/bin/ebuild-helpers/xattr/install -c -d' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' JAVAC='/etc/java-config-2/current-system-vm/bin/javac' LD='$(CC)' LDFLAGS='-Wl,-O1 -Wl,--as-needed ' LDFLAG_RUNTIME_LIBRARY_PATH='-Wl,-R' LFS_CFLAGS='' LFS_LDFLAGS='' LFS_LIBS='' LIBCARBON='' LIBOBJS='' LIBRT='-lrt' LIBS='-lutil -ldl -lm ' LIBSCTP='' LN_S='ln -s' LTLIBOBJS='' M4='m4' MIXED_CYGWIN='no' MIXED_CYGWIN_MINGW='no' MIXED_CYGWIN_VC='no' MIXED_MSYS='no' MIXED_MSYS_VC='no' MIXED_VC='no' MKDIR='/bin/mkdir' NATIVE_LIBS_ENABLED='' OBJEXT='o' OPSYS='noopsys' OTP_RELEASE='' OTP_VERSION='17.0' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERFCTR_PATH='' PERL='/usr/bin/perl' RANLIB='x86_64-pc-linux-gnu-ranlib' REGTOOL='' RM='/bin/rm' SHELL='/bin/sh' SSL_CC_RUNTIME_LIBRARY_PATH='-Wl,-R/usr/lib64 -Wl,-R/usr/local/lib64 -Wl,-R/usr/sfw/lib64 -Wl,-R/opt/local/lib64 -Wl,-R/usr/pkg/lib64 -Wl,-R/usr/local/openssl/lib64 -Wl,-R/usr/lib/openssl/lib64 -Wl,-R/usr/openssl/lib64 -Wl,-R/usr/local/ssl/lib64 -Wl,-R/usr/lib/ssl/lib64 -Wl,-R/usr/ssl/lib64 -Wl,-R//lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/usr/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib' SSL_CRYPTO_LIBNAME='crypto' SSL_DED_LD_RUNTIME_LIBRARY_PATH='-Wl,-R/usr/lib64 -Wl,-R/usr/local/lib64 -Wl,-R/usr/sfw/lib64 -Wl,-R/opt/local/lib64 -Wl,-R/usr/pkg/lib64 -Wl,-R/usr/local/openssl/lib64 -Wl,-R/usr/lib/openssl/lib64 -Wl,-R/usr/openssl/lib64 -Wl,-R/usr/local/ssl/lib64 -Wl,-R/usr/lib/ssl/lib64 -Wl,-R/usr/ssl/lib64 -Wl,-R//lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/usr/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib' SSL_DYNAMIC_ONLY='yes' SSL_INCLUDE='-I/usr/include -I/usr/include' SSL_LD_RUNTIME_LIBRARY_PATH='-Wl,-R/usr/lib64 -Wl,-R/usr/local/lib64 -Wl,-R/usr/sfw/lib64 -Wl,-R/opt/local/lib64 -Wl,-R/usr/pkg/lib64 -Wl,-R/usr/local/openssl/lib64 -Wl,-R/usr/lib/openssl/lib64 -Wl,-R/usr/openssl/lib64 -Wl,-R/usr/local/ssl/lib64 -Wl,-R/usr/lib/ssl/lib64 -Wl,-R/usr/ssl/lib64 -Wl,-R//lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/usr/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib' SSL_LIBDIR='/usr/lib64' SSL_LINK_WITH_KERBEROS='no' SSL_LINK_WITH_ZLIB='no' SSL_ROOT='/usr' SSL_SSL_LIBNAME='ssl' STATIC_CFLAGS='' STATIC_DRIVERS='no' STATIC_KERBEROS_LIBS='' STATIC_NIFS='no' STATIC_ZLIB_LIBS='' SYSTEM_VSN='17' TERMCAP_LIB='-lncurses' THR_DEFS='-DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE ' THR_LIBS='-lpthread ' TSP_APP='' USE_PERFCTR='' USE_VM_PROBES='' WERRORFLAGS='-Werror=return-type ' WFLAGS='-Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement' XMLLINT='xmllint' XSLTPROC='xsltproc' YACC='bison -y' YFLAGS='' Z_LIB='-lz' ac_ct_CC='' ac_ct_CXX='' 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}' dvidir='${docdir}' erl_xcomp_after_morecore_hook='' erl_xcomp_bigendian='' erl_xcomp_clock_gettime_cpu_time='' erl_xcomp_dlsym_brk_wrappers='' erl_xcomp_double_middle_endian='' erl_xcomp_getaddrinfo='' erl_xcomp_gethrvtime_procfs_ioctl='' erl_xcomp_isysroot='' erl_xcomp_kqueue='' erl_xcomp_linux_clock_gettime_correction='' erl_xcomp_linux_nptl='' erl_xcomp_linux_usable_sigaltstack='' erl_xcomp_linux_usable_sigusrx='' erl_xcomp_ose_BEAM_LM_CONF='' erl_xcomp_ose_CONFD='' erl_xcomp_ose_CRT0_LM='' erl_xcomp_ose_EPMD_LM_CONF='' erl_xcomp_ose_LM_ELF_SIZE='' erl_xcomp_ose_LM_LCF='' erl_xcomp_ose_LM_POST_LINK='' erl_xcomp_ose_LM_SET_CONF='' erl_xcomp_ose_OSEROOT='' erl_xcomp_ose_RUN_ERL_LM_CONF='' erl_xcomp_ose_STRIP='' erl_xcomp_ose_ldflags_pass1='' erl_xcomp_ose_ldflags_pass2='' erl_xcomp_poll='' erl_xcomp_putenv_copy='' erl_xcomp_reliable_fpe='' erl_xcomp_sysroot='' 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' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' oldincludedir='/usr/include' os_mon_programs=' cpu_sup' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' vxworks_reclaim='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define ASSUMED_CACHE_LINE_SIZE 64 #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 SIZEOF_VOID_P 8 #define HAVE_LIBM 1 #define HAVE_LIBDL 1 #define HAVE_LIBUTIL 1 #define HAVE_PTHREAD_H 1 #define ETHR_PTHREADS 1 #define ETHR_HAVE_PTHREAD_H 1 #define ETHR_HAVE_SCHED_H 1 #define ETHR_HAVE_SYS_TIME_H 1 #define ETHR_TIME_WITH_SYS_TIME 1 #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1 #define ETHR_HAVE_SCHED_YIELD 1 #define ETHR_SCHED_YIELD_RET_INT 1 #define ETHR_HAVE_PTHREAD_YIELD 1 #define ETHR_PTHREAD_YIELD_RET_INT 1 #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1 #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1 #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1 #define ETHR_HAVE_LINUX_FUTEX 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF___INT128_T 16 #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1 #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1 #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1 #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1 #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1 #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1 #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1 #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1 #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1 #define SIZEOF_AO_T 8 #define ETHR_SIZEOF_AO_T 8 #define ETHR_HAVE_LIBATOMIC_OPS 1 #define SIZEOF_VOID_P 8 #define ETHR_SIZEOF_PTR 8 #define SIZEOF_INT 4 #define ETHR_SIZEOF_INT 4 #define SIZEOF_LONG 8 #define ETHR_SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define ETHR_SIZEOF_LONG_LONG 8 #define SIZEOF___INT64 0 #define ETHR_SIZEOF___INT64 0 #define SIZEOF___INT128_T 16 #define ETHR_SIZEOF___INT128_T 16 #define ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT 1 #define ETHR_HAVE_ETHREAD_DEFINES 1 #define ERTS_HAVE_SMP_EMU 1 #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_LINUX_FALLOC_H 1 #define HAVE_FALLOCATE 1 #define HAVE_POSIX_FALLOCATE /**/ #define HAVE_TERMCAP 1 #define HAVE_WCWIDTH 1 #define HAVE_LIBZ 1 #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC #define HAVE_WORKING_POSIX_OPENPT 1 #define NETDB_H_NEEDS_IN_H 1 #define HAVE_SOCKLEN_T 1 #define H_ERRNO_DECLARED 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_DLFCN_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STROPTS_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_MALLOC_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_PTY_H 1 #define HAVE_UTMP_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_POLL_H 1 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 #define HAVE_SYSTEMD_SD_DAEMON_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_DECL_GETRLIMIT 1 #define HAVE_DECL_SETRLIMIT 1 #define HAVE_DECL_RLIMIT_STACK 1 #define HAVE_SCHED_H 1 #define HAVE_SETNS 1 #define HAVE_SO_BSDCOMPAT /**/ #define SYS_ERRLIST_DECLARED /**/ #define RETSIGTYPE void #define NO_SA_LEN 1 #define USE_MATHERR 1 #define SIZEOF_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_VOID_P 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SIZE_T 8 #define SIZEOF_OFF_T 8 #define SIZEOF_TIME_T 8 #define HAVE_FDATASYNC 1 #define HAVE_SENDFILE 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_GETHOSTBYNAME2 1 #define HAVE_FINITE 1 #define HAVE_ISNAN 1 #define HAVE_ISINF 1 #define HAVE_DLOPEN 1 #define HAVE_PREAD 1 #define HAVE_PWRITE 1 #define HAVE_MEMMOVE 1 #define HAVE_STRERROR 1 #define HAVE_STRERROR_R 1 #define HAVE_STRNCASECMP 1 #define HAVE_LOCALTIME_R 1 #define HAVE_GMTIME_R 1 #define HAVE_INET_PTON 1 #define HAVE_MEMCPY 1 #define HAVE_MALLOPT 1 #define HAVE_SBRK 1 #define HAVE___SBRK 1 #define HAVE_BRK 1 #define HAVE_FLOCKFILE 1 #define HAVE_FSTAT 1 #define HAVE_SETSID 1 #define HAVE_SETLOCALE 1 #define HAVE_NL_LANGINFO 1 #define HAVE_POLL 1 #define HAVE_MLOCKALL 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_WRITEV 1 #define HAVE_MMAP 1 #define HAVE_MREMAP 1 #define HAVE_DECL_POSIX2TIME 0 #define HAVE_DECL_TIME2POSIX 0 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_VPRINTF 1 #define HAVE_CONFLICTING_FREAD_DECLARATION 1 #define HAVE_PUTC_UNLOCKED 1 #define HAVE_FWRITE_UNLOCKED 1 #define HAVE_OPENPTY 1 #define HAVE_IFADDRS_H 1 #define HAVE_NETPACKET_PACKET_H 1 #define HAVE_GETIFADDRS 1 #define HAVE_IN6ADDR_ANY 1 #define HAVE_IN6ADDR_LOOPBACK 1 #define HAVE_DECL_IN6ADDR_ANY_INIT 1 #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1 #define HAVE_DECL_IPV6_V6ONLY 1 #define HAVE_SCHED_xETAFFINITY 1 #define HAVE_END_SYMBOL 1 #define HAVE__END_SYMBOL 1 #define SBRK_RET_TYPE void * #define SBRK_ARG_TYPE intptr_t #define BRK_RET_TYPE int #define BRK_ARG_TYPE void * #define HAVE_IN6 1 #define HAVE_MULTICAST_SUPPORT 1 #define GETHRTIME_WITH_CLOCK_GETTIME 1 #define NO_FPE_SIGNALS /**/ #define ERTS_USE_POLL 1 #define ERTS_EMU_CMDLINE_FLAGS " -march=amdfam10 -O2 -pipe -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -g -D_GNU_SOURCE -I/var/tmp/portage/dev-lang/erlang-17.0/work/otp_src_17.0/erts/x86_64-pc-linux-gnu -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Werror=return-type -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement" configure: exit 0