This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by python configure 3.13, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr/local/python3 --enable-optimizations ## --------- ## ## Platform. ## ## --------- ## hostname = b8be80f1fed7 uname -m = aarch64 uname -r = 4.19.90-89.11.v2401.ky10.aarch64 uname -s = Linux uname -v = #1 SMP Thu Apr 25 18:20:10 CST 2024 /usr/bin/uname -p = aarch64 /bin/uname -X = unknown /bin/arch = aarch64 /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/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3353: looking for aux files: install-sh config.guess config.sub configure:3366: trying ./ configure:3377: ./install-sh found configure:3395: ./config.guess found configure:3395: ./config.sub found configure:3604: checking build system type configure:3619: result: aarch64-unknown-linux-gnu configure:3639: checking host system type configure:3653: result: aarch64-unknown-linux-gnu configure:3730: checking for Python interpreter freezing configure:3732: result: ./_bootstrap_python configure:3765: checking for python3.13 configure:3800: result: no configure:3765: checking for python3.15 configure:3800: result: no configure:3765: checking for python configure:3800: result: no configure:3765: checking for 3.14 configure:3800: result: no configure:3765: checking for python3.13 configure:3800: result: no configure:3765: checking for python3.12 configure:3800: result: no configure:3765: checking for python3.11 configure:3800: result: no configure:3765: checking for python3.10 configure:3800: result: no configure:3765: checking for python3 configure:3786: found /usr/bin/python3 configure:3797: result: python3 configure:3811: checking Python for regen version configure:3814: result: Python 3.7.9 configure:3947: checking for pkg-config configure:3970: found /usr/bin/pkg-config configure:3982: result: /usr/bin/pkg-config configure:4007: checking pkg-config is at least version 0.9.0 configure:4010: result: yes configure:4035: checking MACHDEP configure:4105: result: "linux" configure:4154: checking for --enable-universalsdk configure:4202: result: no configure:4226: checking for --with-universal-archs configure:4242: result: no configure:4440: checking for --with-app-store-compliance configure:4478: result: not patching for app store compliance configure:4888: checking for gcc configure:4909: found /usr/bin/gcc configure:4920: result: gcc configure:5273: checking for C compiler version configure:5282: gcc --version >&5 gcc (GCC) 7.3.0 Copyright (C) 2017 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:5293: $? = 0 configure:5282: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-linux-gnu/7.3.0/lto-wrapper Target: aarch64-linux-gnu Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-7.3.0/obj-aarch64-linux-gnu/isl-install --without-cloog --enable-gnu-indirect-function --build=aarch64-linux-gnu --with-stage1-ldflags=' -Wl,-z,relro,-z,now' --with-boot-ldflags=' -Wl,-z,relro,-z,now' --enable-bolt --with-multilib-list=lp64 Thread model: posix gcc version 7.3.0 (GCC) configure:5293: $? = 0 configure:5282: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:5293: $? = 1 configure:5282: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:5293: $? = 1 configure:5282: gcc -version >&5 gcc: error: unrecognized command line option '-version' gcc: fatal error: no input files compilation terminated. configure:5293: $? = 1 configure:5313: checking whether the C compiler works configure:5335: gcc conftest.c >&5 configure:5339: $? = 0 configure:5389: result: yes configure:5392: checking for C compiler default output file name configure:5394: result: a.out configure:5400: checking for suffix of executables configure:5407: gcc -o conftest conftest.c >&5 configure:5411: $? = 0 configure:5434: result: configure:5456: checking whether we are cross compiling configure:5464: gcc -o conftest conftest.c >&5 configure:5468: $? = 0 configure:5475: ./conftest configure:5479: $? = 0 configure:5467: result: no configure:5472: checking for suffix of object files configure:5495: gcc -c conftest.c >&5 configure:5499: $? = 0 configure:5521: result: o configure:5525: checking whether the compiler supports GNU C configure:5545: gcc -c conftest.c >&5 configure:5545: $? = 0 configure:5555: result: yes configure:5566: checking whether gcc accepts -g configure:5587: gcc -c -g conftest.c >&5 configure:5587: $? = 0 configure:5631: result: yes configure:5651: checking for gcc option to enable C11 features configure:5666: gcc -c conftest.c >&5 configure:5666: $? = 0 configure:5684: result: none needed configure:5799: checking how to run the C preprocessor configure:5825: gcc -E conftest.c configure:5825: $? = 0 configure:5840: gcc -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5840: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | /* end confdefs.h. */ | #include configure:5867: result: gcc -E configure:5881: gcc -E conftest.c configure:5881: $? = 0 configure:5896: gcc -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5896: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | /* end confdefs.h. */ | #include configure:5926: checking for grep that handles long lines and -e configure:5990: result: /usr/bin/grep configure:5995: checking for a sed that does not truncate output configure:6065: result: /usr/bin/sed configure:6070: checking for egrep configure:6138: result: /usr/bin/grep -E configure:6144: checking for CC compiler name configure:6180: result: gcc configure:6191: checking for stdio.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for stdlib.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for string.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for inttypes.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for stdint.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for strings.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for sys/stat.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for sys/types.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for unistd.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for wchar.h configure:6191: gcc -c conftest.c >&5 configure:6191: $? = 0 configure:6191: result: yes configure:6191: checking for minix/config.h configure:6191: gcc -c conftest.c >&5 conftest.c:48:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:6191: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6191: result: no configure:6222: checking whether it is safe to define __EXTENSIONS__ configure:6241: gcc -c conftest.c >&5 configure:6241: $? = 0 configure:6249: result: yes configure:6252: checking whether _XOPEN_SOURCE should be defined configure:6274: gcc -c conftest.c >&5 configure:6274: $? = 0 configure:6301: result: no configure:6359: checking for GCC compatible compiler configure:6375: gcc -E conftest.c configure:6375: $? = 0 configure:6383: result: yes configure:6443: checking for g++ configure:6481: result: no configure:6949: By default, distutils will build C++ extension modules with "g++". If this is not intended, then set CXX on the configure command line. configure:6962: checking for the platform triplet based on compiler characteristics configure:6967: result: aarch64-linux-gnu configure:6975: checking for multiarch configure:6998: result: aarch64-linux-gnu configure:7014: checking for PEP 11 support tier configure:7068: result: aarch64-unknown-linux-gnu/gcc has tier 2 (supported) configure:7083: checking for -Wl,--no-as-needed configure:7103: gcc -o conftest -Wl,--no-as-needed conftest.c >&5 configure:7103: $? = 0 configure:7116: result: yes configure:7120: checking for the Android API level configure:7155: result: not Android configure:7171: checking for --with-emscripten-target configure:7210: result: configure:7213: checking for --enable-wasm-dynamic-linking configure:7235: result: missing configure:7238: checking for --enable-wasm-pthreads configure:7260: result: missing configure:7263: checking for --with-suffix configure:7296: result: configure:7305: checking for case-insensitive build directory configure:7317: result: no configure:7331: checking LIBRARY configure:7337: result: libpython$(VERSION)$(ABIFLAGS).a configure:7377: checking LINKCC configure:7389: result: $(PURIFY) $(CC) configure:7398: checking EXPORTSYMS configure:7406: result: configure:7415: checking for GNU ld configure:7427: result: yes configure:7430: checking for --enable-shared configure:7448: result: no configure:7453: checking for --with-static-libpython configure:7470: result: yes configure:7476: checking for --enable-profiling configure:7503: result: no configure:7511: checking LDLIBRARY configure:7610: result: libpython$(VERSION)$(ABIFLAGS).a configure:7617: checking HOSTRUNNER configure:7802: result: configure:7895: checking for ar configure:7916: found /usr/bin/ar configure:7927: result: ar configure:7982: checking for a BSD-compatible install configure:8055: result: /usr/bin/install -c configure:8067: checking for a race-free mkdir -p configure:8111: result: /usr/bin/mkdir -p configure:8132: checking for --disable-gil configure:8148: result: no configure:8162: checking for --with-pydebug configure:8182: result: no configure:8189: checking for --with-trace-refs configure:8201: result: no configure:8217: checking for --enable-pystats configure:8228: result: no configure:8243: checking for --with-assertions configure:8264: result: no configure:8269: checking for --enable-experimental-jit configure:8307: result: configure:8314: checking for --enable-optimizations configure:8323: result: yes configure:8346: checking whether C compiler accepts -fno-semantic-interposition configure:8366: gcc -c -Werror -fno-semantic-interposition conftest.c >&5 configure:8366: $? = 0 configure:8375: result: yes configure:8400: checking PROFILE_TASK configure:8406: result: -m test --pgo --timeout=$(TESTTIMEOUT) configure:8430: checking for --with-lto configure:8468: result: no configure:8848: checking for llvm-profdata configure:8886: result: no configure:8979: checking for --enable-bolt configure:8996: result: no configure:9303: checking BOLT_COMMON_FLAGS configure:9312: checking BOLT_INSTRUMENT_FLAGS configure:9318: result: -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 configure:9322: checking BOLT_APPLY_FLAGS configure:9329: result: -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 -reorder-blocks=ext-tsp -reorder-functions=cdsort -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=none -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hot configure:9360: checking if gcc supports -fstrict-overflow and -fno-strict-overflow configure:9377: gcc -c -fstrict-overflow -fno-strict-overflow conftest.c >&5 configure:9377: $? = 0 configure:9387: result: yes configure:9400: checking for --with-strict-overflow configure:9418: result: no configure:9424: checking if gcc supports -Og optimization level configure:9443: gcc -c -Og conftest.c >&5 configure:9443: $? = 0 configure:9456: result: yes configure:9660: checking if we can add -Wextra configure:9680: gcc -c -Wextra -Werror conftest.c >&5 configure:9680: $? = 0 configure:9690: result: yes configure:9706: checking whether gcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing configure:9725: gcc -fno-strict-aliasing -c conftest.c >&5 configure:9725: $? = 0 configure:9743: gcc -fstrict-aliasing -c -Werror -Wstrict-aliasing conftest.c >&5 configure:9743: $? = 0 configure:9762: result: no configure:9823: checking if we can disable gcc unused-parameter warning configure:9843: gcc -c -Wunused-parameter -Werror conftest.c >&5 configure:9843: $? = 0 configure:9853: result: yes configure:9864: checking if we can disable gcc int-conversion warning configure:9884: gcc -c -Wint-conversion -Werror conftest.c >&5 configure:9884: $? = 0 configure:9894: result: yes configure:9905: checking if we can disable gcc missing-field-initializers warning configure:9925: gcc -c -Wmissing-field-initializers -Werror conftest.c >&5 configure:9925: $? = 0 configure:9935: result: yes configure:9946: checking if we can enable gcc sign-compare warning configure:9966: gcc -c -Wsign-compare -Werror conftest.c >&5 configure:9966: $? = 0 configure:9976: result: yes configure:9987: checking if we can enable gcc unreachable-code warning configure:10007: gcc -c -Wunreachable-code -Werror conftest.c >&5 configure:10007: $? = 0 configure:10017: result: yes configure:10039: checking if we can enable gcc strict-prototypes warning configure:10059: gcc -c -Wstrict-prototypes -Werror conftest.c >&5 configure:10059: $? = 0 configure:10069: result: yes configure:10080: checking if we can make implicit function declaration an error in gcc -Werror=implicit-function-declaration configure:10099: gcc -Werror=implicit-function-declaration -c conftest.c >&5 configure:10099: $? = 0 configure:10111: result: yes configure:10122: checking if we can use visibility in gcc -fvisibility=hidden configure:10141: gcc -fvisibility=hidden -c conftest.c >&5 configure:10141: $? = 0 configure:10153: result: yes configure:10383: checking whether pthreads are available without options configure:10410: gcc -o conftest conftest.c >&5 /usr/bin/ld: /tmp/cc2F1Jd6.o: in function `main': conftest.c:(.text+0x34): undefined reference to `pthread_create' /usr/bin/ld: conftest.c:(.text+0x4c): undefined reference to `pthread_detach' collect2: error: ld returned 1 exit status configure:10410: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | /* end confdefs.h. */ | | #include | #include | | void* routine(void* p){return NULL;} | | int main(void){ | pthread_t p; | if(pthread_create(&p,NULL,routine,NULL)!=0) | return 1; | (void)pthread_detach(p); | return 0; | } | configure:10426: result: no configure:10439: checking whether gcc accepts -Kpthread configure:10468: gcc -Kpthread -o conftest conftest.c >&5 gcc: error: unrecognized command line option '-Kpthread'; did you mean '-pthread'? configure:10468: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | /* end confdefs.h. */ | | #include | #include | | void* routine(void* p){return NULL;} | | int main(void){ | pthread_t p; | if(pthread_create(&p,NULL,routine,NULL)!=0) | return 1; | (void)pthread_detach(p); | return 0; | } | configure:10480: result: no configure:10491: checking whether gcc accepts -Kthread configure:10520: gcc -Kthread -o conftest conftest.c >&5 gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'? configure:10520: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | /* end confdefs.h. */ | | #include | #include | | void* routine(void* p){return NULL;} | | int main(void){ | pthread_t p; | if(pthread_create(&p,NULL,routine,NULL)!=0) | return 1; | (void)pthread_detach(p); | return 0; | } | configure:10532: result: no configure:10543: checking whether gcc accepts -pthread configure:10572: gcc -pthread -o conftest conftest.c >&5 configure:10572: $? = 0 configure:10572: ./conftest configure:10572: $? = 0 configure:10584: result: yes configure:10592: checking whether g++ also accepts flags for thread support ./configure: line 10619: g++: command not found ./configure: line 10620: g++: command not found configure:10631: result: no configure:10643: checking for alloca.h configure:10643: gcc -c conftest.c >&5 configure:10643: $? = 0 configure:10643: result: yes configure:10649: checking for asm/types.h configure:10649: gcc -c conftest.c >&5 configure:10649: $? = 0 configure:10649: result: yes configure:10655: checking for bluetooth.h configure:10655: gcc -c conftest.c >&5 conftest.c:69:10: fatal error: bluetooth.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:10655: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10655: result: no configure:10661: checking for conio.h configure:10661: gcc -c conftest.c >&5 conftest.c:69:10: fatal error: conio.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:10661: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10661: result: no configure:10667: checking for direct.h configure:10667: gcc -c conftest.c >&5 conftest.c:69:10: fatal error: direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. configure:10667: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10667: result: no configure:10673: checking for dlfcn.h configure:10673: gcc -c conftest.c >&5 configure:10673: $? = 0 configure:10673: result: yes configure:10679: checking for endian.h configure:10679: gcc -c conftest.c >&5 configure:10679: $? = 0 configure:10679: result: yes configure:10685: checking for errno.h configure:10685: gcc -c conftest.c >&5 configure:10685: $? = 0 configure:10685: result: yes configure:10691: checking for fcntl.h configure:10691: gcc -c conftest.c >&5 configure:10691: $? = 0 configure:10691: result: yes configure:10697: checking for grp.h configure:10697: gcc -c conftest.c >&5 configure:10697: $? = 0 configure:10697: result: yes configure:10703: checking for io.h configure:10703: gcc -c conftest.c >&5 conftest.c:74:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. configure:10703: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10703: result: no configure:10709: checking for langinfo.h configure:10709: gcc -c conftest.c >&5 configure:10709: $? = 0 configure:10709: result: yes configure:10715: checking for libintl.h configure:10715: gcc -c conftest.c >&5 configure:10715: $? = 0 configure:10715: result: yes configure:10721: checking for libutil.h configure:10721: gcc -c conftest.c >&5 conftest.c:76:10: fatal error: libutil.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:10721: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10721: result: no configure:10727: checking for linux/auxvec.h configure:10727: gcc -c conftest.c >&5 configure:10727: $? = 0 configure:10727: result: yes configure:10733: checking for sys/auxv.h configure:10733: gcc -c conftest.c >&5 configure:10733: $? = 0 configure:10733: result: yes configure:10739: checking for linux/fs.h configure:10739: gcc -c conftest.c >&5 configure:10739: $? = 0 configure:10739: result: yes configure:10745: checking for linux/limits.h configure:10745: gcc -c conftest.c >&5 configure:10745: $? = 0 configure:10745: result: yes configure:10751: checking for linux/memfd.h configure:10751: gcc -c conftest.c >&5 configure:10751: $? = 0 configure:10751: result: yes configure:10757: checking for linux/random.h configure:10757: gcc -c conftest.c >&5 configure:10757: $? = 0 configure:10757: result: yes configure:10763: checking for linux/soundcard.h configure:10763: gcc -c conftest.c >&5 configure:10763: $? = 0 configure:10763: result: yes configure:10769: checking for linux/tipc.h configure:10769: gcc -c conftest.c >&5 configure:10769: $? = 0 configure:10769: result: yes configure:10775: checking for linux/wait.h configure:10775: gcc -c conftest.c >&5 configure:10775: $? = 0 configure:10775: result: yes configure:10781: checking for netdb.h configure:10781: gcc -c conftest.c >&5 configure:10781: $? = 0 configure:10781: result: yes configure:10787: checking for net/ethernet.h configure:10787: gcc -c conftest.c >&5 configure:10787: $? = 0 configure:10787: result: yes configure:10793: checking for netinet/in.h configure:10793: gcc -c conftest.c >&5 configure:10793: $? = 0 configure:10793: result: yes configure:10799: checking for netpacket/packet.h configure:10799: gcc -c conftest.c >&5 configure:10799: $? = 0 configure:10799: result: yes configure:10805: checking for poll.h configure:10805: gcc -c conftest.c >&5 configure:10805: $? = 0 configure:10805: result: yes configure:10811: checking for process.h configure:10811: gcc -c conftest.c >&5 conftest.c:90:10: fatal error: process.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:10811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10811: result: no configure:10817: checking for pthread.h configure:10817: gcc -c conftest.c >&5 configure:10817: $? = 0 configure:10817: result: yes configure:10823: checking for pty.h configure:10823: gcc -c conftest.c >&5 configure:10823: $? = 0 configure:10823: result: yes configure:10829: checking for sched.h configure:10829: gcc -c conftest.c >&5 configure:10829: $? = 0 configure:10829: result: yes configure:10835: checking for setjmp.h configure:10835: gcc -c conftest.c >&5 configure:10835: $? = 0 configure:10835: result: yes configure:10841: checking for shadow.h configure:10841: gcc -c conftest.c >&5 configure:10841: $? = 0 configure:10841: result: yes configure:10847: checking for signal.h configure:10847: gcc -c conftest.c >&5 configure:10847: $? = 0 configure:10847: result: yes configure:10853: checking for spawn.h configure:10853: gcc -c conftest.c >&5 configure:10853: $? = 0 configure:10853: result: yes configure:10859: checking for stropts.h configure:10859: gcc -c conftest.c >&5 conftest.c:97:10: fatal error: stropts.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:10859: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10859: result: no configure:10865: checking for sys/audioio.h configure:10865: gcc -c conftest.c >&5 conftest.c:97:10: fatal error: sys/audioio.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:10865: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10865: result: no configure:10871: checking for sys/bsdtty.h configure:10871: gcc -c conftest.c >&5 conftest.c:97:10: fatal error: sys/bsdtty.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:10871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10871: result: no configure:10877: checking for sys/devpoll.h configure:10877: gcc -c conftest.c >&5 conftest.c:97:10: fatal error: sys/devpoll.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:10877: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10877: result: no configure:10883: checking for sys/endian.h configure:10883: gcc -c conftest.c >&5 conftest.c:97:10: fatal error: sys/endian.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:10883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10883: result: no configure:10889: checking for sys/epoll.h configure:10889: gcc -c conftest.c >&5 configure:10889: $? = 0 configure:10889: result: yes configure:10895: checking for sys/event.h configure:10895: gcc -c conftest.c >&5 conftest.c:98:10: fatal error: sys/event.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:10895: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10895: result: no configure:10901: checking for sys/eventfd.h configure:10901: gcc -c conftest.c >&5 configure:10901: $? = 0 configure:10901: result: yes configure:10907: checking for sys/file.h configure:10907: gcc -c conftest.c >&5 configure:10907: $? = 0 configure:10907: result: yes configure:10913: checking for sys/ioctl.h configure:10913: gcc -c conftest.c >&5 configure:10913: $? = 0 configure:10913: result: yes configure:10919: checking for sys/kern_control.h configure:10919: gcc -c conftest.c >&5 conftest.c:101:10: fatal error: sys/kern_control.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:10919: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10919: result: no configure:10925: checking for sys/loadavg.h configure:10925: gcc -c conftest.c >&5 conftest.c:101:10: fatal error: sys/loadavg.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:10925: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10925: result: no configure:10931: checking for sys/lock.h configure:10931: gcc -c conftest.c >&5 conftest.c:101:10: fatal error: sys/lock.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:10931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10931: result: no configure:10937: checking for sys/memfd.h configure:10937: gcc -c conftest.c >&5 conftest.c:101:10: fatal error: sys/memfd.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:10937: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10937: result: no configure:10943: checking for sys/mkdev.h configure:10943: gcc -c conftest.c >&5 conftest.c:101:10: fatal error: sys/mkdev.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:10943: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10943: result: no configure:10949: checking for sys/mman.h configure:10949: gcc -c conftest.c >&5 configure:10949: $? = 0 configure:10949: result: yes configure:10955: checking for sys/modem.h configure:10955: gcc -c conftest.c >&5 conftest.c:102:10: fatal error: sys/modem.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:10955: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10955: result: no configure:10961: checking for sys/param.h configure:10961: gcc -c conftest.c >&5 configure:10961: $? = 0 configure:10961: result: yes configure:10967: checking for sys/pidfd.h configure:10967: gcc -c conftest.c >&5 conftest.c:103:10: fatal error: sys/pidfd.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:10967: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10967: result: no configure:10973: checking for sys/poll.h configure:10973: gcc -c conftest.c >&5 configure:10973: $? = 0 configure:10973: result: yes configure:10979: checking for sys/random.h configure:10979: gcc -c conftest.c >&5 configure:10979: $? = 0 configure:10979: result: yes configure:10985: checking for sys/resource.h configure:10985: gcc -c conftest.c >&5 configure:10985: $? = 0 configure:10985: result: yes configure:10991: checking for sys/select.h configure:10991: gcc -c conftest.c >&5 configure:10991: $? = 0 configure:10991: result: yes configure:10997: checking for sys/sendfile.h configure:10997: gcc -c conftest.c >&5 configure:10997: $? = 0 configure:10997: result: yes configure:11003: checking for sys/socket.h configure:11003: gcc -c conftest.c >&5 configure:11003: $? = 0 configure:11003: result: yes configure:11009: checking for sys/soundcard.h configure:11009: gcc -c conftest.c >&5 configure:11009: $? = 0 configure:11009: result: yes configure:11015: checking for sys/stat.h configure:11015: result: yes configure:11021: checking for sys/statvfs.h configure:11021: gcc -c conftest.c >&5 configure:11021: $? = 0 configure:11021: result: yes configure:11027: checking for sys/sys_domain.h configure:11027: gcc -c conftest.c >&5 conftest.c:112:10: fatal error: sys/sys_domain.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:11027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11027: result: no configure:11033: checking for sys/syscall.h configure:11033: gcc -c conftest.c >&5 configure:11033: $? = 0 configure:11033: result: yes configure:11039: checking for sys/sysmacros.h configure:11039: gcc -c conftest.c >&5 configure:11039: $? = 0 configure:11039: result: yes configure:11045: checking for sys/termio.h configure:11045: gcc -c conftest.c >&5 conftest.c:114:10: fatal error: sys/termio.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:11045: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11045: result: no configure:11051: checking for sys/time.h configure:11051: gcc -c conftest.c >&5 configure:11051: $? = 0 configure:11051: result: yes configure:11057: checking for sys/times.h configure:11057: gcc -c conftest.c >&5 configure:11057: $? = 0 configure:11057: result: yes configure:11063: checking for sys/timerfd.h configure:11063: gcc -c conftest.c >&5 configure:11063: $? = 0 configure:11063: result: yes configure:11069: checking for sys/types.h configure:11069: result: yes configure:11075: checking for sys/uio.h configure:11075: gcc -c conftest.c >&5 configure:11075: $? = 0 configure:11075: result: yes configure:11081: checking for sys/un.h configure:11081: gcc -c conftest.c >&5 configure:11081: $? = 0 configure:11081: result: yes configure:11087: checking for sys/utsname.h configure:11087: gcc -c conftest.c >&5 configure:11087: $? = 0 configure:11087: result: yes configure:11093: checking for sys/wait.h configure:11093: gcc -c conftest.c >&5 configure:11093: $? = 0 configure:11093: result: yes configure:11099: checking for sys/xattr.h configure:11099: gcc -c conftest.c >&5 configure:11099: $? = 0 configure:11099: result: yes configure:11105: checking for sysexits.h configure:11105: gcc -c conftest.c >&5 configure:11105: $? = 0 configure:11105: result: yes configure:11111: checking for syslog.h configure:11111: gcc -c conftest.c >&5 configure:11111: $? = 0 configure:11111: result: yes configure:11117: checking for termios.h configure:11117: gcc -c conftest.c >&5 configure:11117: $? = 0 configure:11117: result: yes configure:11123: checking for util.h configure:11123: gcc -c conftest.c >&5 conftest.c:126:10: fatal error: util.h: No such file or directory #include ^~~~~~~~ compilation terminated. configure:11123: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11123: result: no configure:11129: checking for utime.h configure:11129: gcc -c conftest.c >&5 configure:11129: $? = 0 configure:11129: result: yes configure:11135: checking for utmp.h configure:11135: gcc -c conftest.c >&5 configure:11135: $? = 0 configure:11135: result: yes configure:11145: checking for dirent.h that defines DIR configure:11165: gcc -c conftest.c >&5 configure:11165: $? = 0 configure:11174: result: yes configure:11188: checking for library containing opendir configure:11218: gcc -o conftest conftest.c >&5 configure:11218: $? = 0 configure:11238: result: none required configure:11310: checking for sys/mkdev.h configure:11310: result: no configure:11319: checking for sys/sysmacros.h configure:11319: result: yes configure:11334: checking for bluetooth/bluetooth.h configure:11334: gcc -c -std=c99 conftest.c >&5 conftest.c:130:10: fatal error: bluetooth/bluetooth.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:11334: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11334: result: no configure:11344: checking for net/if.h configure:11344: gcc -c conftest.c >&5 configure:11344: $? = 0 configure:11344: result: yes configure:11361: checking for linux/netlink.h configure:11361: gcc -c conftest.c >&5 configure:11361: $? = 0 configure:11361: result: yes configure:11375: checking for netlink/netlink.h configure:11375: gcc -c conftest.c >&5 conftest.c:113:10: fatal error: netlink/netlink.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~ compilation terminated. configure:11375: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_ASM_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | #include configure:11375: result: no configure:11392: checking for linux/qrtr.h configure:11392: gcc -c conftest.c >&5 configure:11392: $? = 0 configure:11392: result: yes configure:11408: checking for linux/vm_sockets.h configure:11408: gcc -c conftest.c >&5 configure:11408: $? = 0 configure:11408: result: yes configure:11423: checking for linux/can.h configure:11423: gcc -c conftest.c >&5 configure:11423: $? = 0 configure:11423: result: yes configure:11434: checking for linux/can/bcm.h configure:11434: gcc -c conftest.c >&5 configure:11434: $? = 0 configure:11434: result: yes configure:11445: checking for linux/can/j1939.h configure:11445: gcc -c conftest.c >&5 configure:11445: $? = 0 configure:11445: result: yes configure:11456: checking for linux/can/raw.h configure:11456: gcc -c conftest.c >&5 configure:11456: $? = 0 configure:11456: result: yes configure:11467: checking for netcan/can.h configure:11467: gcc -c conftest.c >&5 conftest.c:116:10: fatal error: netcan/can.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:11467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | #include configure:11467: result: no configure:11481: checking for clock_t configure:11481: gcc -c conftest.c >&5 configure:11481: $? = 0 configure:11481: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:115:22: error: expected expression before ')' token if (sizeof ((clock_t))) ^ configure:11481: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | if (sizeof ((clock_t))) | return 0; | ; | return 0; | } configure:11481: result: yes configure:11496: checking for makedev configure:11524: gcc -o conftest conftest.c >&5 configure:11524: $? = 0 configure:11534: result: yes configure:11547: checking for le64toh configure:11573: gcc -o conftest conftest.c >&5 configure:11573: $? = 0 configure:11583: result: yes configure:11627: checking for mode_t configure:11627: gcc -c conftest.c >&5 configure:11627: $? = 0 configure:11627: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:149:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:11627: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:11627: result: yes configure:11637: checking for off_t configure:11637: gcc -c conftest.c >&5 configure:11637: $? = 0 configure:11637: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:149:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:11637: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:11637: result: yes configure:11648: checking for pid_t configure:11648: gcc -c conftest.c >&5 configure:11648: $? = 0 configure:11648: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:150:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:11648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | int | main (void) | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:11648: result: yes configure:11687: checking for size_t configure:11687: gcc -c conftest.c >&5 configure:11687: $? = 0 configure:11687: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:150:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:11687: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:11687: result: yes configure:11697: checking for uid_t in sys/types.h configure:11718: result: yes configure:11730: checking for ssize_t configure:11730: gcc -c conftest.c >&5 configure:11730: $? = 0 configure:11730: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:150:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:11730: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:11730: result: yes configure:11739: checking for __uint128_t configure:11739: gcc -c conftest.c >&5 configure:11739: $? = 0 configure:11739: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:151:26: error: expected expression before ')' token if (sizeof ((__uint128_t))) ^ configure:11739: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((__uint128_t))) | return 0; | ; | return 0; | } configure:11739: result: yes configure:11757: checking size of int configure:11763: gcc -o conftest conftest.c >&5 configure:11763: $? = 0 configure:11763: ./conftest configure:11763: $? = 0 configure:11778: result: 4 configure:11790: checking size of long configure:11796: gcc -o conftest conftest.c >&5 configure:11796: $? = 0 configure:11796: ./conftest configure:11796: $? = 0 configure:11811: result: 8 configure:11821: checking alignment of long configure:11827: gcc -o conftest conftest.c >&5 configure:11827: $? = 0 configure:11827: ./conftest configure:11827: $? = 0 configure:11843: result: 8 configure:11855: checking size of long long configure:11861: gcc -o conftest conftest.c >&5 configure:11861: $? = 0 configure:11861: ./conftest configure:11861: $? = 0 configure:11876: result: 8 configure:11888: checking size of void * configure:11894: gcc -o conftest conftest.c >&5 configure:11894: $? = 0 configure:11894: ./conftest configure:11894: $? = 0 configure:11909: result: 8 configure:11921: checking size of short configure:11927: gcc -o conftest conftest.c >&5 configure:11927: $? = 0 configure:11927: ./conftest configure:11927: $? = 0 configure:11942: result: 2 configure:11954: checking size of float configure:11960: gcc -o conftest conftest.c >&5 configure:11960: $? = 0 configure:11960: ./conftest configure:11960: $? = 0 configure:11975: result: 4 configure:11987: checking size of double configure:11993: gcc -o conftest conftest.c >&5 configure:11993: $? = 0 configure:11993: ./conftest configure:11993: $? = 0 configure:12008: result: 8 configure:12020: checking size of fpos_t configure:12026: gcc -o conftest conftest.c >&5 configure:12026: $? = 0 configure:12026: ./conftest configure:12026: $? = 0 configure:12041: result: 16 configure:12053: checking size of size_t configure:12059: gcc -o conftest conftest.c >&5 configure:12059: $? = 0 configure:12059: ./conftest configure:12059: $? = 0 configure:12074: result: 8 configure:12084: checking alignment of size_t configure:12090: gcc -o conftest conftest.c >&5 configure:12090: $? = 0 configure:12090: ./conftest configure:12090: $? = 0 configure:12106: result: 8 configure:12118: checking size of pid_t configure:12124: gcc -o conftest conftest.c >&5 configure:12124: $? = 0 configure:12124: ./conftest configure:12124: $? = 0 configure:12139: result: 4 configure:12151: checking size of uintptr_t configure:12157: gcc -o conftest conftest.c >&5 configure:12157: $? = 0 configure:12157: ./conftest configure:12157: $? = 0 configure:12172: result: 8 configure:12182: checking alignment of max_align_t configure:12188: gcc -o conftest conftest.c >&5 configure:12188: $? = 0 configure:12188: ./conftest configure:12188: $? = 0 configure:12204: result: 16 configure:12214: checking for long double configure:12249: result: yes configure:12261: checking size of long double configure:12267: gcc -o conftest conftest.c >&5 configure:12267: $? = 0 configure:12267: ./conftest configure:12267: $? = 0 configure:12282: result: 16 configure:12295: checking size of _Bool configure:12301: gcc -o conftest conftest.c >&5 configure:12301: $? = 0 configure:12301: ./conftest configure:12301: $? = 0 configure:12316: result: 1 configure:12329: checking size of off_t configure:12335: gcc -o conftest conftest.c >&5 configure:12335: $? = 0 configure:12335: ./conftest configure:12335: $? = 0 configure:12355: result: 8 configure:12364: checking whether to enable large file support configure:12390: result: no configure:12399: checking size of time_t configure:12405: gcc -o conftest conftest.c >&5 configure:12405: $? = 0 configure:12405: ./conftest configure:12405: $? = 0 configure:12428: result: 8 configure:12447: checking for pthread_t configure:12467: gcc -pthread -c conftest.c >&5 configure:12467: $? = 0 configure:12476: result: yes configure:12485: checking size of pthread_t configure:12491: gcc -pthread -o conftest conftest.c >&5 configure:12491: $? = 0 configure:12491: ./conftest configure:12491: $? = 0 configure:12511: result: 8 configure:12528: checking size of pthread_key_t configure:12534: gcc -pthread -o conftest conftest.c >&5 configure:12534: $? = 0 configure:12534: ./conftest configure:12534: $? = 0 configure:12550: result: 4 configure:12558: checking whether pthread_key_t is compatible with int configure:12577: gcc -pthread -c conftest.c >&5 configure:12577: $? = 0 configure:12590: result: yes configure:12603: checking for --enable-framework configure:12620: result: no configure:12629: checking for --with-dsymutil configure:12648: result: no configure:12705: checking for dyld configure:12716: result: no configure:12721: checking for --with-address-sanitizer configure:12736: result: no configure:12741: checking for --with-memory-sanitizer configure:12795: result: no configure:12800: checking for --with-undefined-behavior-sanitizer configure:12815: result: no configure:12822: checking for --with-thread-sanitizer configure:12837: result: no configure:12854: checking the extension of shared libraries configure:12868: result: .so configure:12875: checking LDSHARED configure:13013: result: $(CC) -shared configure:13017: checking BLDSHARED flags configure:13020: result: $(CC) -shared configure:13025: checking CCSHARED configure:13064: result: -fPIC configure:13068: checking LINKFORSHARED configure:13139: result: -Xlinker -export-dynamic configure:13144: checking CFLAGSFORSHARED configure:13165: result: configure:13177: checking SHLIBS configure:13183: result: $(LIBS) configure:13186: checking perf trampoline configure:13197: result: yes configure:13219: checking for sendfile in -lsendfile configure:13242: gcc -o conftest conftest.c -lsendfile >&5 /usr/bin/ld: cannot find -lsendfile collect2: error: ld returned 1 exit status configure:13242: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 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. */ | char sendfile (); | int | main (void) | { | return sendfile (); | ; | return 0; | } configure:13252: result: no configure:13262: checking for dlopen in -ldl configure:13285: gcc -o conftest conftest.c -ldl >&5 configure:13285: $? = 0 configure:13295: result: yes configure:13305: checking for shl_load in -ldld configure:13328: gcc -o conftest conftest.c -ldld -ldl >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:13328: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 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. */ | char shl_load (); | int | main (void) | { | return shl_load (); | ; | return 0; | } configure:13338: result: no configure:13358: checking for uuid.h configure:13358: gcc -c conftest.c >&5 conftest.c:174:10: fatal error: uuid.h: No such file or directory #include ^~~~~~~~ compilation terminated. configure:13358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13358: result: no configure:13392: checking for uuid >= 2.20 configure:13399: $PKG_CONFIG --exists --print-errors "uuid >= 2.20" Package uuid was not found in the pkg-config search path. Perhaps you should add the directory containing `uuid.pc' to the PKG_CONFIG_PATH environment variable Package 'uuid', required by 'virtual:world', not found configure:13402: $? = 1 configure:13416: $PKG_CONFIG --exists --print-errors "uuid >= 2.20" Package uuid was not found in the pkg-config search path. Perhaps you should add the directory containing `uuid.pc' to the PKG_CONFIG_PATH environment variable Package 'uuid', required by 'virtual:world', not found configure:13419: $? = 1 configure:13433: result: no Package 'uuid', required by 'virtual:world', not found configure:13460: checking for uuid/uuid.h configure:13460: gcc -c conftest.c >&5 conftest.c:174:10: fatal error: uuid/uuid.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:13460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13460: result: no configure:13728: checking for uuid/uuid.h configure:13728: result: no configure:13941: checking for library containing sem_init configure:13971: gcc -o conftest conftest.c -ldl >&5 /usr/bin/ld: /tmp/cc48y4DK.o: in function `main': conftest.c:(.text+0x8): undefined reference to `sem_init' collect2: error: ld returned 1 exit status configure:13971: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 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. */ | char sem_init (); | int | main (void) | { | return sem_init (); | ; | return 0; | } configure:13971: gcc -o conftest conftest.c -lpthread -ldl >&5 configure:13971: $? = 0 configure:13991: result: -lpthread configure:14002: checking for textdomain in -lintl configure:14025: gcc -o conftest conftest.c -lintl -lpthread -ldl >&5 /usr/bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status configure:14025: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 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. */ | char textdomain (); | int | main (void) | { | return textdomain (); | ; | return 0; | } configure:14035: result: no configure:14096: checking aligned memory access is required configure:14129: gcc -o conftest conftest.c -lpthread -ldl >&5 configure:14129: $? = 0 configure:14129: ./conftest configure:14129: $? = 0 configure:14141: result: no configure:14152: checking for --with-hash-algorithm configure:14180: result: default configure:14200: checking for --with-tzpath configure:14221: result: "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo" configure:14228: checking for t_open in -lnsl configure:14251: gcc -o conftest conftest.c -lnsl -lpthread -ldl >&5 /usr/bin/ld: cannot find -lnsl collect2: error: ld returned 1 exit status configure:14251: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 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. */ | char t_open (); | int | main (void) | { | return t_open (); | ; | return 0; | } configure:14261: result: no configure:14268: checking for socket in -lsocket configure:14291: gcc -o conftest conftest.c -lsocket -lpthread -ldl -lpthread -ldl >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:14291: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 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. */ | char socket (); | int | main (void) | { | return socket (); | ; | return 0; | } configure:14301: result: no configure:14354: checking for --with-libs configure:14366: result: no configure:14372: checking for --with-system-expat configure:14384: result: no configure:14481: checking for libffi configure:14488: $PKG_CONFIG --exists --print-errors "libffi" configure:14491: $? = 0 configure:14505: $PKG_CONFIG --exists --print-errors "libffi" configure:14508: $? = 0 configure:14684: result: yes configure:14735: checking for ffi_prep_cif_var configure:14752: gcc -c conftest.c >&5 configure:14752: $? = 0 configure:14761: result: yes configure:14774: checking for ffi_prep_closure_loc configure:14791: gcc -c conftest.c >&5 configure:14791: $? = 0 configure:14800: result: yes configure:14813: checking for ffi_closure_alloc configure:14830: gcc -c conftest.c >&5 configure:14830: $? = 0 configure:14839: result: yes configure:14861: checking for --with-system-libmpdec configure:14872: result: yes configure:14881: checking for libmpdec >= 2.5.0 configure:14888: $PKG_CONFIG --exists --print-errors "libmpdec >= 2.5.0" Package libmpdec was not found in the pkg-config search path. Perhaps you should add the directory containing `libmpdec.pc' to the PKG_CONFIG_PATH environment variable Package 'libmpdec', required by 'virtual:world', not found configure:14891: $? = 1 configure:14905: $PKG_CONFIG --exists --print-errors "libmpdec >= 2.5.0" Package libmpdec was not found in the pkg-config search path. Perhaps you should add the directory containing `libmpdec.pc' to the PKG_CONFIG_PATH environment variable Package 'libmpdec', required by 'virtual:world', not found configure:14908: $? = 1 configure:14922: result: no Package 'libmpdec', required by 'virtual:world', not found configure:14990: gcc -o conftest conftest.c -lpthread -ldl -lmpdec -lm >&5 conftest.c:151:18: fatal error: mpdecimal.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:14990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | /* end confdefs.h. */ | | | #include | #if MPD_VERSION_HEX < 0x02050000 | # error "mpdecimal 2.5.0 or higher required" | #endif | | int | main (void) | { | const char *x = mpd_version(); | ; | return 0; | } configure:15012: WARNING: no system libmpdec found; falling back to bundled libmpdec (deprecated and scheduled for removal in Python 3.16) configure:15028: checking for --with-decimal-contextvar configure:15047: result: yes configure:15053: checking for decimal libmpdec machine configure:15093: result: uint128 configure:15150: checking for sqlite3 >= 3.15.2 configure:15157: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.15.2" configure:15160: $? = 0 configure:15174: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.15.2" configure:15177: $? = 0 configure:15223: result: yes configure:15240: checking for sqlite3.h configure:15240: gcc -c -I$(srcdir)/Modules/_sqlite conftest.c >&5 configure:15240: $? = 0 configure:15240: result: yes configure:15264: gcc -c -I$(srcdir)/Modules/_sqlite conftest.c >&5 configure:15264: $? = 0 configure:15269: checking for sqlite3_bind_double in -lsqlite3 configure:15292: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15292: $? = 0 configure:15302: result: yes configure:15318: checking for sqlite3_column_decltype in -lsqlite3 configure:15341: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15341: $? = 0 configure:15351: result: yes configure:15367: checking for sqlite3_column_double in -lsqlite3 configure:15390: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15390: $? = 0 configure:15400: result: yes configure:15416: checking for sqlite3_complete in -lsqlite3 configure:15439: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15439: $? = 0 configure:15449: result: yes configure:15465: checking for sqlite3_progress_handler in -lsqlite3 configure:15488: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15488: $? = 0 configure:15498: result: yes configure:15514: checking for sqlite3_result_double in -lsqlite3 configure:15537: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15537: $? = 0 configure:15547: result: yes configure:15563: checking for sqlite3_set_authorizer in -lsqlite3 configure:15586: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15586: $? = 0 configure:15596: result: yes configure:15612: checking for sqlite3_trace_v2 in -lsqlite3 configure:15635: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15635: $? = 0 configure:15645: result: yes configure:15711: checking for sqlite3_value_double in -lsqlite3 configure:15734: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15734: $? = 0 configure:15744: result: yes configure:15759: checking for sqlite3_load_extension in -lsqlite3 configure:15782: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 configure:15782: $? = 0 configure:15792: result: yes configure:15802: checking for sqlite3_serialize in -lsqlite3 configure:15825: gcc -o conftest -I$(srcdir)/Modules/_sqlite conftest.c -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lsqlite3 -lpthread -ldl -lsqlite3 >&5 /usr/bin/ld: /tmp/ccu78lOp.o: in function `main': conftest.c:(.text+0x8): undefined reference to `sqlite3_serialize' collect2: error: ld returned 1 exit status configure:15825: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 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. */ | char sqlite3_serialize (); | int | main (void) | { | return sqlite3_serialize (); | ; | return 0; | } configure:15835: result: no configure:15864: checking for --enable-loadable-sqlite-extensions configure:15890: result: no configure:15906: $PKG_CONFIG --exists --print-errors "$_QUERY" configure:15909: $? = 0 configure:15914: checking for tcl >= 8.5.12 tk >= 8.5.12 configure:15921: $PKG_CONFIG --exists --print-errors "$_QUERY" configure:15924: $? = 0 configure:15938: $PKG_CONFIG --exists --print-errors "$_QUERY" configure:15941: $? = 0 configure:15979: result: yes configure:16154: gcc -o conftest conftest.c -lpthread -ldl -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 >&5 configure:16154: $? = 0 configure:16187: checking for gdbm.h configure:16187: gcc -c conftest.c >&5 configure:16187: $? = 0 configure:16187: result: yes configure:16192: checking for gdbm_open in -lgdbm configure:16215: gcc -o conftest conftest.c -lgdbm -lpthread -ldl >&5 configure:16215: $? = 0 configure:16225: result: yes configure:16253: checking for ndbm.h configure:16253: gcc -c conftest.c >&5 configure:16253: $? = 0 configure:16253: result: yes configure:16264: checking for library containing dbm_open configure:16294: gcc -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccyzArc2.o: in function `main': conftest.c:(.text+0x8): undefined reference to `dbm_open' collect2: error: ld returned 1 exit status configure:16294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_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. */ | char dbm_open (); | int | main (void) | { | return dbm_open (); | ; | return 0; | } configure:16294: gcc -o conftest conftest.c -lndbm -lpthread -ldl >&5 /usr/bin/ld: cannot find -lndbm collect2: error: ld returned 1 exit status configure:16294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_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. */ | char dbm_open (); | int | main (void) | { | return dbm_open (); | ; | return 0; | } configure:16294: gcc -o conftest conftest.c -lgdbm_compat -lpthread -ldl >&5 configure:16294: $? = 0 configure:16314: result: -lgdbm_compat configure:16335: checking for ndbm presence and linker args configure:16354: result: yes (-lgdbm_compat) configure:16363: checking for gdbm/ndbm.h configure:16363: gcc -c conftest.c >&5 configure:16363: $? = 0 configure:16363: result: yes configure:16390: checking for gdbm-ndbm.h configure:16390: gcc -c conftest.c >&5 conftest.c:190:10: fatal error: gdbm-ndbm.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:16390: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:16390: result: no configure:16420: checking for library containing dbm_open configure:16450: gcc -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccYs39Dn.o: in function `main': conftest.c:(.text+0x8): undefined reference to `dbm_open' collect2: error: ld returned 1 exit status configure:16450: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_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. */ | char dbm_open (); | int | main (void) | { | return dbm_open (); | ; | return 0; | } configure:16450: gcc -o conftest conftest.c -lgdbm_compat -lpthread -ldl >&5 configure:16450: $? = 0 configure:16470: result: -lgdbm_compat configure:16494: checking for db.h configure:16494: gcc -c conftest.c >&5 conftest.c:190:10: fatal error: db.h: No such file or directory #include ^~~~~~ compilation terminated. configure:16494: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:16494: result: no configure:16564: checking for --with-dbmliborder configure:16599: result: gdbm:ndbm:bdb configure:16602: checking for _dbm module CFLAGS and LIBS configure:16636: result: -DUSE_GDBM_COMPAT -lgdbm_compat configure:17037: checking if PTHREAD_SCOPE_SYSTEM is supported configure:17064: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:17064: $? = 0 configure:17064: ./conftest configure:17064: $? = 0 configure:17076: result: yes configure:17086: checking for pthread_sigmask configure:17086: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:17086: $? = 0 configure:17086: result: yes configure:17100: checking for pthread_getcpuclockid configure:17100: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:17100: $? = 0 configure:17100: result: yes configure:17120: checking if --enable-ipv6 is specified configure:17153: gcc -pthread -c conftest.c >&5 configure:17153: $? = 0 configure:17173: result: yes configure:17177: checking if RFC2553 API is available configure:17194: gcc -pthread -c conftest.c >&5 configure:17194: $? = 0 configure:17197: result: yes configure:17229: checking for IPV6_INRIA_VERSION defined in netinet/in.h configure:17253: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:175:3: error: unknown type name 'choke' choke me ^~~~~ configure:17253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | /* end confdefs.h. */ | #include | int | main (void) | { | | #ifdef IPV6_INRIA_VERSION | int ok; | (void)ok; | #else | choke me | #endif | | ; | return 0; | } configure:17261: result: no configure:17270: checking for __KAME__ defined in netinet/in.h configure:17294: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:175:3: error: unknown type name 'choke' choke me ^~~~~ configure:17294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | /* end confdefs.h. */ | #include | int | main (void) | { | | #ifdef __KAME__ | int ok; | (void)ok; | #else | choke me | #endif | | ; | return 0; | } configure:17302: result: no configure:17314: checking for __GLIBC__ defined in features.h configure:17338: gcc -pthread -c conftest.c >&5 configure:17338: $? = 0 configure:17346: result: yes configure:17505: checking ipv6 stack type configure:17507: result: linux-glibc configure:17534: checking CAN_RAW_FD_FRAMES configure:17553: gcc -pthread -c conftest.c >&5 configure:17553: $? = 0 configure:17562: result: yes configure:17573: checking for CAN_RAW_JOIN_FILTERS configure:17592: gcc -pthread -c conftest.c >&5 configure:17592: $? = 0 configure:17601: result: yes configure:17613: checking for --with-doc-strings configure:17632: result: yes configure:17636: checking for stdatomic.h configure:17659: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:17659: $? = 0 configure:17669: result: yes configure:17682: checking for builtin __atomic_load_n and __atomic_store_n functions configure:17702: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:17702: $? = 0 configure:17712: result: yes configure:17725: checking for --with-mimalloc configure:17753: result: yes configure:17760: checking for --with-pymalloc configure:17788: result: yes configure:17793: checking for --with-freelists configure:17813: result: yes configure:17817: checking for --with-c-locale-coercion configure:17837: result: yes configure:17841: checking for --with-valgrind configure:17853: result: no configure:17871: checking for --with-dtrace configure:17882: result: no configure:18011: checking for dlopen configure:18011: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18011: $? = 0 configure:18011: result: yes configure:18022: checking DYNLOADFILE configure:18038: result: dynload_shlib.o configure:18050: checking MACHDEP_OBJS configure:18059: result: none configure:18092: checking for accept4 configure:18092: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18092: $? = 0 configure:18092: result: yes configure:18098: checking for alarm configure:18098: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18098: $? = 0 configure:18098: result: yes configure:18104: checking for bind_textdomain_codeset configure:18104: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18104: $? = 0 configure:18104: result: yes configure:18110: checking for chmod configure:18110: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18110: $? = 0 configure:18110: result: yes configure:18116: checking for chown configure:18116: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18116: $? = 0 configure:18116: result: yes configure:18122: checking for clock configure:18122: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18122: $? = 0 configure:18122: result: yes configure:18128: checking for closefrom configure:18128: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/cceh9H7Q.o: in function `main': conftest.c:(.text+0x8): undefined reference to `closefrom' collect2: error: ld returned 1 exit status configure:18128: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 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. */ | | #include | #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 (void) | { | return closefrom (); | ; | return 0; | } configure:18128: result: no configure:18134: checking for close_range configure:18134: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/cc8z32cZ.o: in function `main': conftest.c:(.text+0x8): undefined reference to `close_range' collect2: error: ld returned 1 exit status configure:18134: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | /* end confdefs.h. */ | /* Define close_range to an innocuous variant, in case declares close_range. | For example, HP-UX 11i declares gettimeofday. */ | #define close_range innocuous_close_range | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char close_range (); below. */ | | #include | #undef close_range | | /* 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 close_range (); | /* 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_close_range || defined __stub___close_range | choke me | #endif | | int | main (void) | { | return close_range (); | ; | return 0; | } configure:18134: result: no configure:18140: checking for confstr configure:18140: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18140: $? = 0 configure:18140: result: yes configure:18146: checking for copy_file_range configure:18146: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18146: $? = 0 configure:18146: result: yes configure:18152: checking for ctermid configure:18152: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18152: $? = 0 configure:18152: result: yes configure:18158: checking for dup configure:18158: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18158: $? = 0 configure:18158: result: yes configure:18164: checking for dup3 configure:18164: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18164: $? = 0 configure:18164: result: yes configure:18170: checking for execv configure:18170: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 conftest.c:204:6: warning: conflicting types for built-in function 'execv' [-Wbuiltin-declaration-mismatch] char execv (); ^~~~~ configure:18170: $? = 0 configure:18170: result: yes configure:18176: checking for explicit_bzero configure:18176: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18176: $? = 0 configure:18176: result: yes configure:18182: checking for explicit_memset configure:18182: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccKZYgjr.o: in function `main': conftest.c:(.text+0x8): undefined reference to `explicit_memset' collect2: error: ld returned 1 exit status configure:18182: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | /* end confdefs.h. */ | /* Define explicit_memset to an innocuous variant, in case declares explicit_memset. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_memset innocuous_explicit_memset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_memset (); below. */ | | #include | #undef explicit_memset | | /* 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 explicit_memset (); | /* 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_explicit_memset || defined __stub___explicit_memset | choke me | #endif | | int | main (void) | { | return explicit_memset (); | ; | return 0; | } configure:18182: result: no configure:18188: checking for faccessat configure:18188: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18188: $? = 0 configure:18188: result: yes configure:18194: checking for fchmod configure:18194: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18194: $? = 0 configure:18194: result: yes configure:18200: checking for fchmodat configure:18200: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18200: $? = 0 configure:18200: result: yes configure:18206: checking for fchown configure:18206: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18206: $? = 0 configure:18206: result: yes configure:18212: checking for fchownat configure:18212: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18212: $? = 0 configure:18212: result: yes configure:18218: checking for fdopendir configure:18218: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18218: $? = 0 configure:18218: result: yes configure:18224: checking for fdwalk configure:18224: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccgwKTX7.o: in function `main': conftest.c:(.text+0x8): undefined reference to `fdwalk' collect2: error: ld returned 1 exit status configure:18224: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | /* end confdefs.h. */ | /* Define fdwalk to an innocuous variant, in case declares fdwalk. | For example, HP-UX 11i declares gettimeofday. */ | #define fdwalk innocuous_fdwalk | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fdwalk (); below. */ | | #include | #undef fdwalk | | /* 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 fdwalk (); | /* 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_fdwalk || defined __stub___fdwalk | choke me | #endif | | int | main (void) | { | return fdwalk (); | ; | return 0; | } configure:18224: result: no configure:18230: checking for fexecve configure:18230: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18230: $? = 0 configure:18230: result: yes configure:18236: checking for fork configure:18236: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 conftest.c:213:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch] char fork (); ^~~~ configure:18236: $? = 0 configure:18236: result: yes configure:18242: checking for fork1 configure:18242: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccsRjBin.o: in function `main': conftest.c:(.text+0x8): undefined reference to `fork1' collect2: error: ld returned 1 exit status configure:18242: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | /* end confdefs.h. */ | /* Define fork1 to an innocuous variant, in case declares fork1. | For example, HP-UX 11i declares gettimeofday. */ | #define fork1 innocuous_fork1 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fork1 (); below. */ | | #include | #undef fork1 | | /* 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 fork1 (); | /* 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_fork1 || defined __stub___fork1 | choke me | #endif | | int | main (void) | { | return fork1 (); | ; | return 0; | } configure:18242: result: no configure:18248: checking for fpathconf configure:18248: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18248: $? = 0 configure:18248: result: yes configure:18254: checking for fstatat configure:18254: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18254: $? = 0 configure:18254: result: yes configure:18260: checking for ftime configure:18260: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18260: $? = 0 configure:18260: result: yes configure:18266: checking for ftruncate configure:18266: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18266: $? = 0 configure:18266: result: yes configure:18272: checking for futimens configure:18272: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18272: $? = 0 configure:18272: result: yes configure:18278: checking for futimes configure:18278: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18278: $? = 0 configure:18278: result: yes configure:18284: checking for futimesat configure:18284: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18284: $? = 0 configure:18284: result: yes configure:18290: checking for gai_strerror configure:18290: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18290: $? = 0 configure:18290: result: yes configure:18296: checking for getegid configure:18296: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18296: $? = 0 configure:18296: result: yes configure:18302: checking for geteuid configure:18302: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18302: $? = 0 configure:18302: result: yes configure:18308: checking for getgid configure:18308: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18308: $? = 0 configure:18308: result: yes configure:18314: checking for getgrent configure:18314: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18314: $? = 0 configure:18314: result: yes configure:18320: checking for getgrgid configure:18320: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18320: $? = 0 configure:18320: result: yes configure:18326: checking for getgrgid_r configure:18326: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18326: $? = 0 configure:18326: result: yes configure:18332: checking for getgrnam_r configure:18332: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18332: $? = 0 configure:18332: result: yes configure:18338: checking for getgrouplist configure:18338: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18338: $? = 0 configure:18338: result: yes configure:18344: checking for gethostname configure:18344: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18344: $? = 0 configure:18344: result: yes configure:18350: checking for getitimer configure:18350: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18350: $? = 0 configure:18350: result: yes configure:18356: checking for getloadavg configure:18356: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18356: $? = 0 configure:18356: result: yes configure:18362: checking for getlogin configure:18362: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18362: $? = 0 configure:18362: result: yes configure:18368: checking for getlogin_r configure:18368: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18368: $? = 0 configure:18368: result: yes configure:18374: checking for getpeername configure:18374: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18374: $? = 0 configure:18374: result: yes configure:18380: checking for getpgid configure:18380: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18380: $? = 0 configure:18380: result: yes configure:18386: checking for getpid configure:18386: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18386: $? = 0 configure:18386: result: yes configure:18392: checking for getppid configure:18392: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18392: $? = 0 configure:18392: result: yes configure:18398: checking for getpriority configure:18398: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18398: $? = 0 configure:18398: result: yes configure:18404: checking for _getpty configure:18404: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccCB7zXB.o: in function `main': conftest.c:(.text+0x8): undefined reference to `_getpty' collect2: error: ld returned 1 exit status configure:18404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | /* end confdefs.h. */ | /* Define _getpty to an innocuous variant, in case declares _getpty. | For example, HP-UX 11i declares gettimeofday. */ | #define _getpty innocuous__getpty | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _getpty (); below. */ | | #include | #undef _getpty | | /* 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 _getpty (); | /* 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__getpty || defined __stub____getpty | choke me | #endif | | int | main (void) | { | return _getpty (); | ; | return 0; | } configure:18404: result: no configure:18410: checking for getpwent configure:18410: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18410: $? = 0 configure:18410: result: yes configure:18416: checking for getpwnam_r configure:18416: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18416: $? = 0 configure:18416: result: yes configure:18422: checking for getpwuid configure:18422: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18422: $? = 0 configure:18422: result: yes configure:18428: checking for getpwuid_r configure:18428: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18428: $? = 0 configure:18428: result: yes configure:18434: checking for getresgid configure:18434: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18434: $? = 0 configure:18434: result: yes configure:18440: checking for getresuid configure:18440: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18440: $? = 0 configure:18440: result: yes configure:18446: checking for getrusage configure:18446: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18446: $? = 0 configure:18446: result: yes configure:18452: checking for getsid configure:18452: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18452: $? = 0 configure:18452: result: yes configure:18458: checking for getspent configure:18458: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18458: $? = 0 configure:18458: result: yes configure:18464: checking for getspnam configure:18464: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18464: $? = 0 configure:18464: result: yes configure:18470: checking for getuid configure:18470: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18470: $? = 0 configure:18470: result: yes configure:18476: checking for getwd configure:18476: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccKer0Jk.o: in function `main': conftest.c:(.text+0x8): warning: the `getwd' function is dangerous and should not be used. configure:18476: $? = 0 configure:18476: result: yes configure:18482: checking for grantpt configure:18482: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18482: $? = 0 configure:18482: result: yes configure:18488: checking for if_nameindex configure:18488: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18488: $? = 0 configure:18488: result: yes configure:18494: checking for initgroups configure:18494: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18494: $? = 0 configure:18494: result: yes configure:18500: checking for kill configure:18500: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18500: $? = 0 configure:18500: result: yes configure:18506: checking for killpg configure:18506: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18506: $? = 0 configure:18506: result: yes configure:18512: checking for lchown configure:18512: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18512: $? = 0 configure:18512: result: yes configure:18518: checking for linkat configure:18518: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18518: $? = 0 configure:18518: result: yes configure:18524: checking for lockf configure:18524: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18524: $? = 0 configure:18524: result: yes configure:18530: checking for lstat configure:18530: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18530: $? = 0 configure:18530: result: yes configure:18536: checking for lutimes configure:18536: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18536: $? = 0 configure:18536: result: yes configure:18542: checking for madvise configure:18542: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18542: $? = 0 configure:18542: result: yes configure:18548: checking for mbrtowc configure:18548: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18548: $? = 0 configure:18548: result: yes configure:18554: checking for memrchr configure:18554: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18554: $? = 0 configure:18554: result: yes configure:18560: checking for mkdirat configure:18560: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18560: $? = 0 configure:18560: result: yes configure:18566: checking for mkfifo configure:18566: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18566: $? = 0 configure:18566: result: yes configure:18572: checking for mkfifoat configure:18572: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18572: $? = 0 configure:18572: result: yes configure:18578: checking for mknod configure:18578: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18578: $? = 0 configure:18578: result: yes configure:18584: checking for mknodat configure:18584: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18584: $? = 0 configure:18584: result: yes configure:18590: checking for mktime configure:18590: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18590: $? = 0 configure:18590: result: yes configure:18596: checking for mmap configure:18596: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18596: $? = 0 configure:18596: result: yes configure:18602: checking for mremap configure:18602: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18602: $? = 0 configure:18602: result: yes configure:18608: checking for nice configure:18608: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18608: $? = 0 configure:18608: result: yes configure:18614: checking for openat configure:18614: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18614: $? = 0 configure:18614: result: yes configure:18620: checking for opendir configure:18620: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18620: $? = 0 configure:18620: result: yes configure:18626: checking for pathconf configure:18626: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18626: $? = 0 configure:18626: result: yes configure:18632: checking for pause configure:18632: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18632: $? = 0 configure:18632: result: yes configure:18638: checking for pipe configure:18638: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18638: $? = 0 configure:18638: result: yes configure:18644: checking for pipe2 configure:18644: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18644: $? = 0 configure:18644: result: yes configure:18650: checking for plock configure:18650: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccqs1FxI.o: in function `main': conftest.c:(.text+0x8): undefined reference to `plock' collect2: error: ld returned 1 exit status configure:18650: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | /* end confdefs.h. */ | /* Define plock to an innocuous variant, in case declares plock. | For example, HP-UX 11i declares gettimeofday. */ | #define plock innocuous_plock | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char plock (); below. */ | | #include | #undef plock | | /* 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 plock (); | /* 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_plock || defined __stub___plock | choke me | #endif | | int | main (void) | { | return plock (); | ; | return 0; | } configure:18650: result: no configure:18656: checking for poll configure:18656: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18656: $? = 0 configure:18656: result: yes configure:18662: checking for posix_fadvise configure:18662: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18662: $? = 0 configure:18662: result: yes configure:18668: checking for posix_fallocate configure:18668: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18668: $? = 0 configure:18668: result: yes configure:18674: checking for posix_openpt configure:18674: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18674: $? = 0 configure:18674: result: yes configure:18680: checking for posix_spawn configure:18680: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18680: $? = 0 configure:18680: result: yes configure:18686: checking for posix_spawnp configure:18686: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18686: $? = 0 configure:18686: result: yes configure:18692: checking for posix_spawn_file_actions_addclosefrom_np configure:18692: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/cccbjGBm.o: in function `main': conftest.c:(.text+0x8): undefined reference to `posix_spawn_file_actions_addclosefrom_np' collect2: error: ld returned 1 exit status configure:18692: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | /* end confdefs.h. */ | /* Define posix_spawn_file_actions_addclosefrom_np to an innocuous variant, in case declares posix_spawn_file_actions_addclosefrom_np. | For example, HP-UX 11i declares gettimeofday. */ | #define posix_spawn_file_actions_addclosefrom_np innocuous_posix_spawn_file_actions_addclosefrom_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char posix_spawn_file_actions_addclosefrom_np (); below. */ | | #include | #undef posix_spawn_file_actions_addclosefrom_np | | /* 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 posix_spawn_file_actions_addclosefrom_np (); | /* 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_posix_spawn_file_actions_addclosefrom_np || defined __stub___posix_spawn_file_actions_addclosefrom_np | choke me | #endif | | int | main (void) | { | return posix_spawn_file_actions_addclosefrom_np (); | ; | return 0; | } configure:18692: result: no configure:18698: checking for pread configure:18698: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18698: $? = 0 configure:18698: result: yes configure:18704: checking for preadv configure:18704: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18704: $? = 0 configure:18704: result: yes configure:18710: checking for preadv2 configure:18710: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18710: $? = 0 configure:18710: result: yes configure:18716: checking for process_vm_readv configure:18716: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18716: $? = 0 configure:18716: result: yes configure:18722: checking for pthread_cond_timedwait_relative_np configure:18722: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccIx31RR.o: in function `main': conftest.c:(.text+0x8): undefined reference to `pthread_cond_timedwait_relative_np' collect2: error: ld returned 1 exit status configure:18722: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | /* end confdefs.h. */ | /* Define pthread_cond_timedwait_relative_np to an innocuous variant, in case declares pthread_cond_timedwait_relative_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_cond_timedwait_relative_np innocuous_pthread_cond_timedwait_relative_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_cond_timedwait_relative_np (); below. */ | | #include | #undef pthread_cond_timedwait_relative_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_cond_timedwait_relative_np (); | /* 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_pthread_cond_timedwait_relative_np || defined __stub___pthread_cond_timedwait_relative_np | choke me | #endif | | int | main (void) | { | return pthread_cond_timedwait_relative_np (); | ; | return 0; | } configure:18722: result: no configure:18728: checking for pthread_condattr_setclock configure:18728: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18728: $? = 0 configure:18728: result: yes configure:18734: checking for pthread_init configure:18734: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccSi7E52.o: in function `main': conftest.c:(.text+0x8): undefined reference to `pthread_init' collect2: error: ld returned 1 exit status configure:18734: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | /* end confdefs.h. */ | /* Define pthread_init to an innocuous variant, in case declares pthread_init. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_init innocuous_pthread_init | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_init (); below. */ | | #include | #undef pthread_init | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_init (); | /* 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_pthread_init || defined __stub___pthread_init | choke me | #endif | | int | main (void) | { | return pthread_init (); | ; | return 0; | } configure:18734: result: no configure:18740: checking for pthread_kill configure:18740: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18740: $? = 0 configure:18740: result: yes configure:18746: checking for ptsname configure:18746: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18746: $? = 0 configure:18746: result: yes configure:18752: checking for ptsname_r configure:18752: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18752: $? = 0 configure:18752: result: yes configure:18758: checking for pwrite configure:18758: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18758: $? = 0 configure:18758: result: yes configure:18764: checking for pwritev configure:18764: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18764: $? = 0 configure:18764: result: yes configure:18770: checking for pwritev2 configure:18770: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18770: $? = 0 configure:18770: result: yes configure:18776: checking for readlink configure:18776: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18776: $? = 0 configure:18776: result: yes configure:18782: checking for readlinkat configure:18782: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18782: $? = 0 configure:18782: result: yes configure:18788: checking for readv configure:18788: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18788: $? = 0 configure:18788: result: yes configure:18794: checking for realpath configure:18794: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18794: $? = 0 configure:18794: result: yes configure:18800: checking for renameat configure:18800: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18800: $? = 0 configure:18800: result: yes configure:18806: checking for rtpSpawn configure:18806: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccAoBV9P.o: in function `main': conftest.c:(.text+0x8): undefined reference to `rtpSpawn' collect2: error: ld returned 1 exit status configure:18806: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | /* end confdefs.h. */ | /* Define rtpSpawn to an innocuous variant, in case declares rtpSpawn. | For example, HP-UX 11i declares gettimeofday. */ | #define rtpSpawn innocuous_rtpSpawn | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char rtpSpawn (); below. */ | | #include | #undef rtpSpawn | | /* 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 rtpSpawn (); | /* 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_rtpSpawn || defined __stub___rtpSpawn | choke me | #endif | | int | main (void) | { | return rtpSpawn (); | ; | return 0; | } configure:18806: result: no configure:18812: checking for sched_get_priority_max configure:18812: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18812: $? = 0 configure:18812: result: yes configure:18818: checking for sched_rr_get_interval configure:18818: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18818: $? = 0 configure:18818: result: yes configure:18824: checking for sched_setaffinity configure:18824: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18824: $? = 0 configure:18824: result: yes configure:18830: checking for sched_setparam configure:18830: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18830: $? = 0 configure:18830: result: yes configure:18836: checking for sched_setscheduler configure:18836: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18836: $? = 0 configure:18836: result: yes configure:18842: checking for sem_clockwait configure:18842: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/cc6gRJWp.o: in function `main': conftest.c:(.text+0x8): undefined reference to `sem_clockwait' collect2: error: ld returned 1 exit status configure:18842: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | /* Define sem_clockwait to an innocuous variant, in case declares sem_clockwait. | For example, HP-UX 11i declares gettimeofday. */ | #define sem_clockwait innocuous_sem_clockwait | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sem_clockwait (); below. */ | | #include | #undef sem_clockwait | | /* 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 sem_clockwait (); | /* 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_sem_clockwait || defined __stub___sem_clockwait | choke me | #endif | | int | main (void) | { | return sem_clockwait (); | ; | return 0; | } configure:18842: result: no configure:18848: checking for sem_getvalue configure:18848: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18848: $? = 0 configure:18848: result: yes configure:18854: checking for sem_open configure:18854: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18854: $? = 0 configure:18854: result: yes configure:18860: checking for sem_timedwait configure:18860: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18860: $? = 0 configure:18860: result: yes configure:18866: checking for sem_unlink configure:18866: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18866: $? = 0 configure:18866: result: yes configure:18872: checking for sendfile configure:18872: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18872: $? = 0 configure:18872: result: yes configure:18878: checking for setegid configure:18878: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18878: $? = 0 configure:18878: result: yes configure:18884: checking for seteuid configure:18884: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18884: $? = 0 configure:18884: result: yes configure:18890: checking for setgid configure:18890: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18896: checking for sethostname configure:18896: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18896: $? = 0 configure:18896: result: yes configure:18902: checking for setitimer configure:18902: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18902: $? = 0 configure:18902: result: yes configure:18908: checking for setlocale configure:18908: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18908: $? = 0 configure:18908: result: yes configure:18914: checking for setpgid configure:18914: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18914: $? = 0 configure:18914: result: yes configure:18920: checking for setpgrp configure:18920: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18920: $? = 0 configure:18920: result: yes configure:18926: checking for setpriority configure:18926: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18926: $? = 0 configure:18926: result: yes configure:18932: checking for setregid configure:18932: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18932: $? = 0 configure:18932: result: yes configure:18938: checking for setresgid configure:18938: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18938: $? = 0 configure:18938: result: yes configure:18944: checking for setresuid configure:18944: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18944: $? = 0 configure:18944: result: yes configure:18950: checking for setreuid configure:18950: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18950: $? = 0 configure:18950: result: yes configure:18956: checking for setsid configure:18956: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18956: $? = 0 configure:18956: result: yes configure:18962: checking for setuid configure:18962: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18962: $? = 0 configure:18962: result: yes configure:18968: checking for setvbuf configure:18968: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18968: $? = 0 configure:18968: result: yes configure:18974: checking for shutdown configure:18974: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18974: $? = 0 configure:18974: result: yes configure:18980: checking for sigaction configure:18980: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18980: $? = 0 configure:18980: result: yes configure:18986: checking for sigaltstack configure:18986: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18986: $? = 0 configure:18986: result: yes configure:18992: checking for sigfillset configure:18992: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18992: $? = 0 configure:18992: result: yes configure:18998: checking for siginterrupt configure:18998: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:18998: $? = 0 configure:18998: result: yes configure:19004: checking for sigpending configure:19004: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19004: $? = 0 configure:19004: result: yes configure:19010: checking for sigrelse configure:19010: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19010: $? = 0 configure:19010: result: yes configure:19016: checking for sigtimedwait configure:19016: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19016: $? = 0 configure:19016: result: yes configure:19022: checking for sigwait configure:19022: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19022: $? = 0 configure:19022: result: yes configure:19028: checking for sigwaitinfo configure:19028: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19028: $? = 0 configure:19028: result: yes configure:19034: checking for snprintf configure:19034: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 conftest.c:338:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch] char snprintf (); ^~~~~~~~ configure:19034: $? = 0 configure:19034: result: yes configure:19040: checking for splice configure:19040: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19040: $? = 0 configure:19040: result: yes configure:19046: checking for strftime configure:19046: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 conftest.c:340:6: warning: conflicting types for built-in function 'strftime' [-Wbuiltin-declaration-mismatch] char strftime (); ^~~~~~~~ configure:19046: $? = 0 configure:19046: result: yes configure:19052: checking for strlcpy configure:19052: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccArNLvm.o: in function `main': conftest.c:(.text+0x8): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:19052: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 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. */ | | #include | #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 (void) | { | return strlcpy (); | ; | return 0; | } configure:19052: result: no configure:19058: checking for strsignal configure:19058: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19058: $? = 0 configure:19058: result: yes configure:19064: checking for symlinkat configure:19064: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19064: $? = 0 configure:19064: result: yes configure:19070: checking for sync configure:19070: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19070: $? = 0 configure:19070: result: yes configure:19076: checking for sysconf configure:19076: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19076: $? = 0 configure:19076: result: yes configure:19082: checking for tcgetpgrp configure:19082: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19082: $? = 0 configure:19082: result: yes configure:19088: checking for tcsetpgrp configure:19088: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19088: $? = 0 configure:19088: result: yes configure:19094: checking for tempnam configure:19094: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccub888F.o: in function `main': conftest.c:(.text+0x8): warning: the use of `tempnam' is dangerous, better use `mkstemp' configure:19094: $? = 0 configure:19094: result: yes configure:19100: checking for timegm configure:19100: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19100: $? = 0 configure:19100: result: yes configure:19106: checking for times configure:19106: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19106: $? = 0 configure:19106: result: yes configure:19112: checking for tmpfile configure:19112: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19112: $? = 0 configure:19112: result: yes configure:19118: checking for tmpnam configure:19118: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccustPO3.o: in function `main': conftest.c:(.text+0x8): warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:19118: $? = 0 configure:19118: result: yes configure:19124: checking for tmpnam_r configure:19124: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccUUqaub.o: in function `main': conftest.c:(.text+0x8): warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' configure:19124: $? = 0 configure:19124: result: yes configure:19130: checking for truncate configure:19130: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19130: $? = 0 configure:19130: result: yes configure:19136: checking for ttyname_r configure:19136: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19136: $? = 0 configure:19136: result: yes configure:19142: checking for umask configure:19142: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19142: $? = 0 configure:19142: result: yes configure:19148: checking for uname configure:19148: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19148: $? = 0 configure:19148: result: yes configure:19154: checking for unlinkat configure:19154: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19154: $? = 0 configure:19154: result: yes configure:19160: checking for unlockpt configure:19160: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19160: $? = 0 configure:19160: result: yes configure:19166: checking for utimensat configure:19166: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19166: $? = 0 configure:19166: result: yes configure:19172: checking for utimes configure:19172: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19172: $? = 0 configure:19172: result: yes configure:19178: checking for vfork configure:19178: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19178: $? = 0 configure:19178: result: yes configure:19184: checking for wait configure:19184: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19184: $? = 0 configure:19184: result: yes configure:19190: checking for wait3 configure:19190: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19190: $? = 0 configure:19190: result: yes configure:19196: checking for wait4 configure:19196: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19196: $? = 0 configure:19196: result: yes configure:19202: checking for waitid configure:19202: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19202: $? = 0 configure:19202: result: yes configure:19208: checking for waitpid configure:19208: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19208: $? = 0 configure:19208: result: yes configure:19214: checking for wcscoll configure:19214: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19214: $? = 0 configure:19214: result: yes configure:19220: checking for wcsftime configure:19220: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19220: $? = 0 configure:19220: result: yes configure:19226: checking for wcsxfrm configure:19226: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19226: $? = 0 configure:19226: result: yes configure:19232: checking for wmemcmp configure:19232: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19232: $? = 0 configure:19232: result: yes configure:19238: checking for writev configure:19238: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19238: $? = 0 configure:19238: result: yes configure:19264: checking for getentropy configure:19264: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19264: $? = 0 configure:19264: result: yes configure:19270: checking for getgroups configure:19270: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19270: $? = 0 configure:19270: result: yes configure:19276: checking for system configure:19276: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:19276: $? = 0 configure:19276: result: yes configure:19285: checking for gcc -pthread options needed to detect all undeclared functions configure:19307: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:363:8: error: 'strchr' undeclared (first use in this function) (void) strchr; ^~~~~~ conftest.c:363:8: note: each undeclared identifier is reported only once for each function it appears in configure:19307: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | /* end confdefs.h. */ | | int | main (void) | { | (void) strchr; | ; | return 0; | } configure:19334: gcc -pthread -c conftest.c >&5 configure:19334: $? = 0 configure:19351: result: none needed configure:19365: checking whether dirfd is declared configure:19365: gcc -pthread -c conftest.c >&5 configure:19365: $? = 0 configure:19365: result: yes configure:19379: checking for chroot configure:19396: gcc -pthread -c conftest.c >&5 configure:19396: $? = 0 configure:19405: result: yes configure:19418: checking for link configure:19435: gcc -pthread -c conftest.c >&5 configure:19435: $? = 0 configure:19444: result: yes configure:19457: checking for symlink configure:19474: gcc -pthread -c conftest.c >&5 configure:19474: $? = 0 configure:19483: result: yes configure:19496: checking for fchdir configure:19513: gcc -pthread -c conftest.c >&5 configure:19513: $? = 0 configure:19522: result: yes configure:19535: checking for fsync configure:19552: gcc -pthread -c conftest.c >&5 configure:19552: $? = 0 configure:19561: result: yes configure:19574: checking for fdatasync configure:19591: gcc -pthread -c conftest.c >&5 configure:19591: $? = 0 configure:19600: result: yes configure:19613: checking for epoll_create configure:19630: gcc -pthread -c conftest.c >&5 configure:19630: $? = 0 configure:19639: result: yes configure:19652: checking for epoll_create1 configure:19669: gcc -pthread -c conftest.c >&5 configure:19669: $? = 0 configure:19678: result: yes configure:19691: checking for kqueue configure:19711: gcc -pthread -c conftest.c >&5 conftest.c:370:10: fatal error: sys/event.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:19711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | /* end confdefs.h. */ | | #include | #include | | int | main (void) | { | void *x=kqueue | ; | return 0; | } configure:19720: result: no configure:19733: checking for prlimit configure:19753: gcc -pthread -c conftest.c >&5 configure:19753: $? = 0 configure:19762: result: yes configure:19776: checking for _dyld_shared_cache_contains_path configure:19793: gcc -pthread -c conftest.c >&5 conftest.c:369:10: fatal error: mach-o/dyld.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:19793: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | /* end confdefs.h. */ | #include | int | main (void) | { | void *x=_dyld_shared_cache_contains_path | ; | return 0; | } configure:19802: result: no configure:19816: checking for memfd_create configure:19840: gcc -pthread -c conftest.c >&5 configure:19840: $? = 0 configure:19849: result: yes configure:19863: checking for eventfd configure:19884: gcc -pthread -c conftest.c >&5 configure:19884: $? = 0 configure:19893: result: yes configure:19907: checking for timerfd_create configure:19928: gcc -pthread -c conftest.c >&5 configure:19928: $? = 0 configure:19937: result: yes configure:19957: checking for ctermid_r configure:19974: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:376:9: error: 'ctermid_r' undeclared (first use in this function); did you mean 'ctermid'? void *x=ctermid_r ^~~~~~~~~ ctermid conftest.c:376:9: note: each undeclared identifier is reported only once for each function it appears in configure:19974: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | /* end confdefs.h. */ | #include | int | main (void) | { | void *x=ctermid_r | ; | return 0; | } configure:19983: result: no configure:19995: checking for flock declaration configure:20013: gcc -pthread -c conftest.c >&5 configure:20013: $? = 0 configure:20023: result: yes configure:20030: checking for flock configure:20030: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 configure:20030: $? = 0 configure:20030: result: yes configure:20083: checking for getpagesize configure:20100: gcc -pthread -c conftest.c >&5 configure:20100: $? = 0 configure:20109: result: yes configure:20121: checking for broken unsetenv configure:20138: gcc -pthread -c conftest.c >&5 configure:20138: $? = 0 configure:20148: result: no configure:20163: checking for true configure:20184: found /usr/bin/true configure:20195: result: true configure:20208: checking for inet_aton in -lc configure:20231: gcc -pthread -o conftest conftest.c -lc -lpthread -ldl >&5 configure:20231: $? = 0 configure:20241: result: yes configure:20296: checking for chflags configure:20319: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:379:6: warning: implicit declaration of function 'chflags' [-Wimplicit-function-declaration] if(chflags(argv[0], 0) != 0) ^~~~~~~ /usr/bin/ld: /tmp/ccy69uOc.o: in function `main': conftest.c:(.text+0x1c): warning: chflags is not implemented and will always fail configure:20319: $? = 0 configure:20319: ./conftest configure:20319: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | | #include | #include | int main(int argc, char *argv[]) | { | if(chflags(argv[0], 0) != 0) | return 1; | return 0; | } | configure:20331: result: no configure:20349: checking for lchflags configure:20372: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:379:6: warning: implicit declaration of function 'lchflags' [-Wimplicit-function-declaration] if(lchflags(argv[0], 0) != 0) ^~~~~~~~ /usr/bin/ld: /tmp/cciCGGFg.o: in function `main': conftest.c:(.text+0x1c): undefined reference to `lchflags' collect2: error: ld returned 1 exit status configure:20372: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | | #include | #include | int main(int argc, char *argv[]) | { | if(lchflags(argv[0], 0) != 0) | return 1; | return 0; | } | configure:20384: result: no configure:20420: checking for zlib >= 1.2.0 configure:20427: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0" configure:20430: $? = 0 configure:20444: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0" configure:20447: $? = 0 configure:20735: result: yes configure:20768: checking for bzip2 configure:20775: $PKG_CONFIG --exists --print-errors "bzip2" configure:20778: $? = 0 configure:20792: $PKG_CONFIG --exists --print-errors "bzip2" configure:20795: $? = 0 configure:20989: result: yes configure:20996: checking for liblzma configure:21003: $PKG_CONFIG --exists --print-errors "liblzma" configure:21006: $? = 0 configure:21020: $PKG_CONFIG --exists --print-errors "liblzma" configure:21023: $? = 0 configure:21217: result: yes configure:21226: checking for hstrerror configure:21243: gcc -pthread -c conftest.c >&5 configure:21243: $? = 0 configure:21252: result: yes configure:21265: checking for getservbyname configure:21282: gcc -pthread -c conftest.c >&5 configure:21282: $? = 0 configure:21291: result: yes configure:21304: checking for getservbyport configure:21321: gcc -pthread -c conftest.c >&5 configure:21321: $? = 0 configure:21330: result: yes configure:21343: checking for gethostbyname configure:21360: gcc -pthread -c conftest.c >&5 configure:21360: $? = 0 configure:21369: result: yes configure:21382: checking for gethostbyaddr configure:21399: gcc -pthread -c conftest.c >&5 configure:21399: $? = 0 configure:21408: result: yes configure:21421: checking for getprotobyname configure:21438: gcc -pthread -c conftest.c >&5 configure:21438: $? = 0 configure:21447: result: yes configure:21463: checking for inet_aton configure:21485: gcc -pthread -c conftest.c >&5 configure:21485: $? = 0 configure:21494: result: yes configure:21507: checking for inet_ntoa configure:21529: gcc -pthread -c conftest.c >&5 configure:21529: $? = 0 configure:21538: result: yes configure:21551: checking for inet_pton configure:21573: gcc -pthread -c conftest.c >&5 configure:21573: $? = 0 configure:21582: result: yes configure:21595: checking for getpeername configure:21626: result: yes configure:21639: checking for getsockname configure:21661: gcc -pthread -c conftest.c >&5 configure:21661: $? = 0 configure:21670: result: yes configure:21683: checking for accept configure:21705: gcc -pthread -c conftest.c >&5 configure:21705: $? = 0 configure:21714: result: yes configure:21727: checking for bind configure:21749: gcc -pthread -c conftest.c >&5 configure:21749: $? = 0 configure:21758: result: yes configure:21771: checking for connect configure:21793: gcc -pthread -c conftest.c >&5 configure:21793: $? = 0 configure:21802: result: yes configure:21815: checking for listen configure:21837: gcc -pthread -c conftest.c >&5 configure:21837: $? = 0 configure:21846: result: yes configure:21859: checking for recvfrom configure:21881: gcc -pthread -c conftest.c >&5 configure:21881: $? = 0 configure:21890: result: yes configure:21903: checking for sendto configure:21925: gcc -pthread -c conftest.c >&5 configure:21925: $? = 0 configure:21934: result: yes configure:21947: checking for setsockopt configure:21969: gcc -pthread -c conftest.c >&5 configure:21969: $? = 0 configure:21978: result: yes configure:21991: checking for socket configure:22013: gcc -pthread -c conftest.c >&5 configure:22013: $? = 0 configure:22022: result: yes configure:22037: checking for setgroups configure:22059: gcc -pthread -c conftest.c >&5 configure:22059: $? = 0 configure:22068: result: yes configure:22080: checking whether MAXLOGNAME is declared configure:22080: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:404:10: error: 'MAXLOGNAME' undeclared (first use in this function); did you mean 'HAVE_UNAME'? (void) MAXLOGNAME; ^~~~~~~~~~ HAVE_UNAME conftest.c:404:10: note: each undeclared identifier is reported only once for each function it appears in configure:22080: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | #ifndef MAXLOGNAME | #ifdef __cplusplus | (void) MAXLOGNAME; | #else | (void) MAXLOGNAME; | #endif | #endif | | ; | return 0; | } configure:22080: result: no configure:22089: checking whether UT_NAMESIZE is declared configure:22089: gcc -pthread -c conftest.c >&5 configure:22089: $? = 0 configure:22089: result: yes configure:22111: checking for openpty configure:22111: gcc -pthread -o conftest conftest.c -lpthread -ldl >&5 /usr/bin/ld: /tmp/ccSLO6LK.o: in function `main': conftest.c:(.text+0x8): undefined reference to `openpty' collect2: error: ld returned 1 exit status configure:22111: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | /* end confdefs.h. */ | /* Define openpty to an innocuous variant, in case declares openpty. | For example, HP-UX 11i declares gettimeofday. */ | #define openpty innocuous_openpty | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char openpty (); below. */ | | #include | #undef openpty | | /* 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 openpty (); | /* 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_openpty || defined __stub___openpty | choke me | #endif | | int | main (void) | { | return openpty (); | ; | return 0; | } configure:22111: result: no configure:22117: checking for openpty in -lutil configure:22140: gcc -pthread -o conftest conftest.c -lutil -lpthread -ldl >&5 configure:22140: $? = 0 configure:22150: result: yes configure:22203: checking for library containing login_tty configure:22233: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22233: $? = 0 configure:22253: result: none required configure:22268: checking for forkpty configure:22268: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22268: $? = 0 configure:22268: result: yes configure:22362: checking for fseek64 configure:22362: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 /usr/bin/ld: /tmp/ccWqQyV8.o: in function `main': conftest.c:(.text+0x8): undefined reference to `fseek64' collect2: error: ld returned 1 exit status configure:22362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | /* end confdefs.h. */ | /* Define fseek64 to an innocuous variant, in case declares fseek64. | For example, HP-UX 11i declares gettimeofday. */ | #define fseek64 innocuous_fseek64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fseek64 (); below. */ | | #include | #undef fseek64 | | /* 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 fseek64 (); | /* 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_fseek64 || defined __stub___fseek64 | choke me | #endif | | int | main (void) | { | return fseek64 (); | ; | return 0; | } configure:22362: result: no configure:22368: checking for fseeko configure:22368: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22368: $? = 0 configure:22368: result: yes configure:22374: checking for fstatvfs configure:22374: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22374: $? = 0 configure:22374: result: yes configure:22380: checking for ftell64 configure:22380: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 /usr/bin/ld: /tmp/ccUP4npn.o: in function `main': conftest.c:(.text+0x8): undefined reference to `ftell64' collect2: error: ld returned 1 exit status configure:22380: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | /* end confdefs.h. */ | /* Define ftell64 to an innocuous variant, in case declares ftell64. | For example, HP-UX 11i declares gettimeofday. */ | #define ftell64 innocuous_ftell64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ftell64 (); below. */ | | #include | #undef ftell64 | | /* 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 ftell64 (); | /* 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_ftell64 || defined __stub___ftell64 | choke me | #endif | | int | main (void) | { | return ftell64 (); | ; | return 0; | } configure:22380: result: no configure:22386: checking for ftello configure:22386: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22386: $? = 0 configure:22386: result: yes configure:22392: checking for statvfs configure:22392: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22392: $? = 0 configure:22392: result: yes configure:22400: checking for dup2 configure:22400: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22400: $? = 0 configure:22400: result: yes configure:22417: checking for getpgrp configure:22417: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22417: $? = 0 configure:22417: result: yes configure:22432: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:410:1: error: too many arguments to function 'getpgrp' getpgrp(0); ^~~~~~~ In file included from conftest.c:406:0: /usr/include/unistd.h:634:16: note: declared here extern __pid_t getpgrp (void) __THROW; ^~~~~~~ configure:22432: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | /* end confdefs.h. */ | #include | int | main (void) | { | getpgrp(0); | ; | return 0; | } configure:22445: checking for setpgrp configure:22445: result: yes configure:22460: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:411:1: error: too many arguments to function 'setpgrp' setpgrp(0,0); ^~~~~~~ In file included from conftest.c:407:0: /usr/include/unistd.h:660:12: note: declared here extern int setpgrp (void) __THROW; ^~~~~~~ configure:22460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | /* end confdefs.h. */ | #include | int | main (void) | { | setpgrp(0,0); | ; | return 0; | } configure:22472: checking for setns configure:22472: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22472: $? = 0 configure:22472: result: yes configure:22478: checking for unshare configure:22478: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22478: $? = 0 configure:22478: result: yes configure:22489: checking for clock_gettime configure:22489: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22489: $? = 0 configure:22489: result: yes configure:22551: checking for clock_getres configure:22551: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22551: $? = 0 configure:22551: result: yes configure:22614: checking for clock_settime configure:22614: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22614: $? = 0 configure:22614: result: yes configure:22677: checking for clock_nanosleep configure:22677: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22677: $? = 0 configure:22677: result: yes configure:22736: checking for nanosleep configure:22736: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22736: $? = 0 configure:22736: result: yes configure:22791: checking for major, minor, and makedev configure:22820: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22820: $? = 0 configure:22830: result: yes configure:22847: checking for getaddrinfo configure:22870: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22870: $? = 0 configure:22880: result: yes configure:22886: checking getaddrinfo bug configure:22996: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:22996: $? = 0 configure:22996: ./conftest configure:22996: $? = 0 configure:23007: result: no configure:23027: checking for getnameinfo configure:23027: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:23027: $? = 0 configure:23027: result: yes configure:23036: checking whether struct tm is in sys/time.h or time.h configure:23057: gcc -pthread -c conftest.c >&5 configure:23057: $? = 0 configure:23065: result: time.h configure:23073: checking for struct tm.tm_zone configure:23073: gcc -pthread -c conftest.c >&5 configure:23073: $? = 0 configure:23073: result: yes configure:23139: checking for struct stat.st_rdev configure:23139: gcc -pthread -c conftest.c >&5 configure:23139: $? = 0 configure:23139: result: yes configure:23148: checking for struct stat.st_blksize configure:23148: gcc -pthread -c conftest.c >&5 configure:23148: $? = 0 configure:23148: result: yes configure:23157: checking for struct stat.st_flags configure:23157: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:454:13: error: 'struct stat' has no member named 'st_flags'; did you mean 'st_nlink'? if (ac_aggr.st_flags) ^~~~~~~~ st_nlink configure:23157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_flags) | return 0; | ; | return 0; | } configure:23157: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:454:20: error: 'struct stat' has no member named 'st_flags'; did you mean 'st_nlink'? if (sizeof ac_aggr.st_flags) ^~~~~~~~ st_nlink configure:23157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_flags) | return 0; | ; | return 0; | } configure:23157: result: no configure:23166: checking for struct stat.st_gen configure:23166: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:454:13: error: 'struct stat' has no member named 'st_gen'; did you mean 'st_dev'? if (ac_aggr.st_gen) ^~~~~~ st_dev configure:23166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_gen) | return 0; | ; | return 0; | } configure:23166: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:454:20: error: 'struct stat' has no member named 'st_gen'; did you mean 'st_dev'? if (sizeof ac_aggr.st_gen) ^~~~~~ st_dev configure:23166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_gen) | return 0; | ; | return 0; | } configure:23166: result: no configure:23175: checking for struct stat.st_birthtime configure:23175: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:454:13: error: 'struct stat' has no member named 'st_birthtime'; did you mean 'st_blksize'? if (ac_aggr.st_birthtime) ^~~~~~~~~~~~ st_blksize configure:23175: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtime) | return 0; | ; | return 0; | } configure:23175: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:454:20: error: 'struct stat' has no member named 'st_birthtime'; did you mean 'st_blksize'? if (sizeof ac_aggr.st_birthtime) ^~~~~~~~~~~~ st_blksize configure:23175: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtime) | return 0; | ; | return 0; | } configure:23175: result: no configure:23184: checking for struct stat.st_blocks configure:23184: gcc -pthread -c conftest.c >&5 configure:23184: $? = 0 configure:23184: result: yes configure:23193: checking for struct passwd.pw_gecos configure:23193: gcc -pthread -c conftest.c >&5 configure:23193: $? = 0 configure:23193: result: yes configure:23205: checking for struct passwd.pw_passwd configure:23205: gcc -pthread -c conftest.c >&5 configure:23205: $? = 0 configure:23205: result: yes configure:23219: checking for siginfo_t.si_band configure:23219: gcc -pthread -c conftest.c >&5 configure:23219: $? = 0 configure:23219: result: yes configure:23230: checking for time.h that defines altzone configure:23248: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:430:8: error: 'altzone' undeclared (first use in this function); did you mean 'timezone'? return altzone; ^~~~~~~ timezone conftest.c:430:8: note: each undeclared identifier is reported only once for each function it appears in configure:23248: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | /* end confdefs.h. */ | #include | int | main (void) | { | return altzone; | ; | return 0; | } configure:23257: result: no configure:23265: checking for addrinfo configure:23282: gcc -pthread -c conftest.c >&5 configure:23282: $? = 0 configure:23290: result: yes configure:23298: checking for sockaddr_storage configure:23317: gcc -pthread -c conftest.c >&5 configure:23317: $? = 0 configure:23325: result: yes configure:23333: checking for sockaddr_alg configure:23353: gcc -pthread -c conftest.c >&5 configure:23353: $? = 0 configure:23361: result: yes configure:23371: checking for an ANSI C-conforming const configure:23438: gcc -pthread -c conftest.c >&5 configure:23438: $? = 0 configure:23446: result: yes configure:23455: checking for working signed char configure:23473: gcc -pthread -c conftest.c >&5 configure:23473: $? = 0 configure:23482: result: yes configure:23493: checking for prototypes configure:23511: gcc -pthread -c conftest.c >&5 configure:23511: $? = 0 configure:23520: result: yes configure:23535: checking for socketpair configure:23555: gcc -pthread -c conftest.c >&5 configure:23555: $? = 0 configure:23564: result: yes configure:23577: checking if sockaddr has sa_len member configure:23597: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:437:2: error: 'struct sockaddr' has no member named 'sa_len' x.sa_len = 0; ^ configure:23597: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | /* end confdefs.h. */ | #include | #include | int | main (void) | { | struct sockaddr x; | x.sa_len = 0; | ; | return 0; | } configure:23606: result: no configure:23620: checking for gethostbyname_r configure:23620: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:23620: $? = 0 configure:23620: result: yes configure:23625: checking gethostbyname_r with 6 args configure:23650: gcc -pthread -c conftest.c >&5 configure:23650: $? = 0 configure:23658: result: yes configure:23772: checking for __fpu_control configure:23772: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:23772: $? = 0 configure:23772: result: yes configure:23830: checking for --with-libm=STRING configure:23848: result: default LIBM="-lm" configure:23855: checking for --with-libc=STRING configure:23873: result: default LIBC="" configure:23883: checking for x64 gcc inline assembler configure:23903: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 /tmp/cctEpV5C.s: Assembler messages: /tmp/cctEpV5C.s:12: Error: unknown mnemonic `movq' -- `movq %rcx,%rax' configure:23903: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | /* end confdefs.h. */ | | int | main (void) | { | | __asm__ __volatile__ ("movq %rcx, %rax"); | | ; | return 0; | } configure:23913: result: no configure:23929: checking whether float word ordering is bigendian configure:23954: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:23954: $? = 0 configure:23974: result: no configure:24019: checking whether we can use gcc inline assembler to get and set x87 control word configure:24041: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 /tmp/ccZGQL6G.s: Assembler messages: /tmp/ccZGQL6G.s:14: Error: unknown mnemonic `fnstcw' -- `fnstcw [sp,14]' /tmp/ccZGQL6G.s:17: Error: unknown mnemonic `fldcw' -- `fldcw [sp,14]' configure:24041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | /* end confdefs.h. */ | | int | main (void) | { | | unsigned short cw; | __asm__ __volatile__ ("fnstcw %0" : "=m" (cw)); | __asm__ __volatile__ ("fldcw %0" : : "m" (cw)); | | ; | return 0; | } configure:24051: result: no configure:24062: checking whether we can use gcc inline assembler to get and set mc68881 fpcr configure:24084: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 conftest.c: In function 'main': conftest.c:441:3: error: impossible constraint in 'asm' __asm__ __volatile__ ("fmove.l %%fpcr,%0" : "=dm" (fpcr)); ^~~~~~~ configure:24084: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | /* end confdefs.h. */ | | int | main (void) | { | | unsigned int fpcr; | __asm__ __volatile__ ("fmove.l %%fpcr,%0" : "=dm" (fpcr)); | __asm__ __volatile__ ("fmove.l %0,%%fpcr" : : "dm" (fpcr)); | | ; | return 0; | } configure:24094: result: no configure:24110: checking for x87-style double rounding configure:24147: gcc -pthread -fno-strict-overflow -Wsign-compare -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24147: $? = 0 configure:24147: ./conftest configure:24147: $? = 0 configure:24160: result: no configure:24183: checking for acosh configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:451:6: warning: conflicting types for built-in function 'acosh' [-Wbuiltin-declaration-mismatch] char acosh (); ^~~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for asinh configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:452:6: warning: conflicting types for built-in function 'asinh' [-Wbuiltin-declaration-mismatch] char asinh (); ^~~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for atanh configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:453:6: warning: conflicting types for built-in function 'atanh' [-Wbuiltin-declaration-mismatch] char atanh (); ^~~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for erf configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:454:6: warning: conflicting types for built-in function 'erf' [-Wbuiltin-declaration-mismatch] char erf (); ^~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for erfc configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:455:6: warning: conflicting types for built-in function 'erfc' [-Wbuiltin-declaration-mismatch] char erfc (); ^~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for expm1 configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:456:6: warning: conflicting types for built-in function 'expm1' [-Wbuiltin-declaration-mismatch] char expm1 (); ^~~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for log1p configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:457:6: warning: conflicting types for built-in function 'log1p' [-Wbuiltin-declaration-mismatch] char log1p (); ^~~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24183: checking for log2 configure:24183: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lm >&5 conftest.c:458:6: warning: conflicting types for built-in function 'log2' [-Wbuiltin-declaration-mismatch] char log2 (); ^~~~ configure:24183: $? = 0 configure:24183: result: yes configure:24198: checking whether POSIX semaphores are enabled configure:24231: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24231: $? = 0 configure:24231: ./conftest configure:24231: $? = 0 configure:24243: result: yes configure:24254: checking for broken sem_getvalue configure:24291: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24291: $? = 0 configure:24291: ./conftest configure:24291: $? = 0 configure:24303: result: no configure:24314: checking whether RTLD_LAZY is declared configure:24314: gcc -pthread -c conftest.c >&5 configure:24314: $? = 0 configure:24314: result: yes configure:24323: checking whether RTLD_NOW is declared configure:24323: gcc -pthread -c conftest.c >&5 configure:24323: $? = 0 configure:24323: result: yes configure:24332: checking whether RTLD_GLOBAL is declared configure:24332: gcc -pthread -c conftest.c >&5 configure:24332: $? = 0 configure:24332: result: yes configure:24341: checking whether RTLD_LOCAL is declared configure:24341: gcc -pthread -c conftest.c >&5 configure:24341: $? = 0 configure:24341: result: yes configure:24350: checking whether RTLD_NODELETE is declared configure:24350: gcc -pthread -c conftest.c >&5 configure:24350: $? = 0 configure:24350: result: yes configure:24359: checking whether RTLD_NOLOAD is declared configure:24359: gcc -pthread -c conftest.c >&5 configure:24359: $? = 0 configure:24359: result: yes configure:24368: checking whether RTLD_DEEPBIND is declared configure:24368: gcc -pthread -c conftest.c >&5 configure:24368: $? = 0 configure:24368: result: yes configure:24377: checking whether RTLD_MEMBER is declared configure:24377: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:459:10: error: 'RTLD_MEMBER' undeclared (first use in this function); did you mean 'RTLD_NEXT'? (void) RTLD_MEMBER; ^~~~~~~~~~~ RTLD_NEXT conftest.c:459:10: note: each undeclared identifier is reported only once for each function it appears in configure:24377: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | #ifndef RTLD_MEMBER | #ifdef __cplusplus | (void) RTLD_MEMBER; | #else | (void) RTLD_MEMBER; | #endif | #endif | | ; | return 0; | } configure:24377: result: no configure:24389: checking digit size for Python's longs configure:24411: result: no value specified configure:24417: checking for wchar.h configure:24417: result: yes configure:24439: checking size of wchar_t configure:24445: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24445: $? = 0 configure:24445: ./conftest configure:24445: $? = 0 configure:24461: result: 4 configure:24475: checking whether wchar_t is signed configure:24497: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24497: $? = 0 configure:24497: ./conftest configure:24497: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | /* end confdefs.h. */ | | #include | int main() | { | /* Success: exit code 0 */ | return ((((wchar_t) -1) < ((wchar_t) 0)) ? 0 : 1); | } | configure:24508: result: no configure:24512: checking whether wchar_t is usable configure:24521: result: yes configure:24545: checking whether byte ordering is bigendian configure:24561: gcc -pthread -c conftest.c >&5 conftest.c:455:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:455:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^~~~~~~~~ conftest.c:455:15: error: unknown type name 'universal' configure:24561: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:24607: gcc -pthread -c conftest.c >&5 configure:24607: $? = 0 configure:24626: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:461:4: error: unknown type name 'not'; did you mean 'ino_t'? not big endian ^~~ ino_t conftest.c:461:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^~~~~~ configure:24626: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:24760: result: no configure:24796: checking ABIFLAGS configure:24798: result: configure:24800: checking SOABI configure:24803: result: cpython-313-aarch64-linux-gnu configure:24820: checking LDVERSION configure:24823: result: $(VERSION)$(ABIFLAGS) configure:24855: checking for --with-platlibdir configure:24877: result: no configure:24894: checking for --with-wheel-pkg-dir configure:24910: result: no configure:24917: checking whether right shift extends the sign bit configure:24937: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24937: $? = 0 configure:24937: ./conftest configure:24937: $? = 0 configure:24948: result: yes configure:24958: checking for getc_unlocked() and friends configure:24981: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:24981: $? = 0 configure:24990: result: yes configure:25030: checking for readline configure:25037: $PKG_CONFIG --exists --print-errors "readline" configure:25040: $? = 0 configure:25054: $PKG_CONFIG --exists --print-errors "readline" configure:25057: $? = 0 configure:25245: result: yes configure:25495: checking how to link readline configure:25505: result: readline (CFLAGS: -I/usr/include/readline -D_DEFAULT_SOURCE , LIBS: -lreadline ) configure:25521: checking whether rl_completion_append_character is declared configure:25521: gcc -pthread -c -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c >&5 configure:25521: $? = 0 configure:25521: result: yes configure:25540: checking whether rl_completion_suppress_append is declared configure:25540: gcc -pthread -c -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c >&5 configure:25540: $? = 0 configure:25540: result: yes configure:25560: checking for rl_pre_input_hook in -lreadline configure:25586: gcc -pthread -o conftest -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c -lpthread -ldl -lutil -lreadline >&5 configure:25586: $? = 0 configure:25597: result: yes configure:25609: checking for rl_completion_display_matches_hook in -lreadline configure:25635: gcc -pthread -o conftest -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c -lpthread -ldl -lutil -lreadline >&5 configure:25635: $? = 0 configure:25646: result: yes configure:25658: checking for rl_resize_terminal in -lreadline configure:25684: gcc -pthread -o conftest -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c -lpthread -ldl -lutil -lreadline >&5 configure:25684: $? = 0 configure:25695: result: yes configure:25707: checking for rl_completion_matches in -lreadline configure:25733: gcc -pthread -o conftest -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c -lpthread -ldl -lutil -lreadline >&5 configure:25733: $? = 0 configure:25744: result: yes configure:25756: checking whether rl_catch_signals is declared configure:25756: gcc -pthread -c -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c >&5 configure:25756: $? = 0 configure:25756: result: yes configure:25775: checking for append_history in -lreadline configure:25801: gcc -pthread -o conftest -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c -lpthread -ldl -lutil -lreadline >&5 configure:25801: $? = 0 configure:25812: result: yes configure:25824: checking for rl_compdisp_func_t configure:25824: gcc -pthread -c -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c >&5 configure:25824: $? = 0 configure:25824: gcc -pthread -c -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:476:33: error: expected expression before ')' token if (sizeof ((rl_compdisp_func_t))) ^ configure:25824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 | #define HAVE_RL_PRE_INPUT_HOOK 1 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 | #define HAVE_RL_RESIZE_TERMINAL 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_CATCH_SIGNAL 1 | #define HAVE_RL_APPEND_HISTORY 1 | /* end confdefs.h. */ | | #include /* Must be first for Gnu Readline */ | #ifdef WITH_EDITLINE | # include | #else | # include | # include | #endif | | | int | main (void) | { | if (sizeof ((rl_compdisp_func_t))) | return 0; | ; | return 0; | } configure:25824: result: yes configure:25845: checking if rl_startup_hook takes arguments configure:25872: gcc -pthread -c -I/usr/include/readline -D_DEFAULT_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:477:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] rl_startup_hook=test_hook_func; ^ configure:25872: $? = 0 configure:25882: result: yes configure:25903: checking for broken nice() configure:25928: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:25928: $? = 0 configure:25928: ./conftest configure:25928: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 | #define HAVE_RL_PRE_INPUT_HOOK 1 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 | #define HAVE_RL_RESIZE_TERMINAL 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_CATCH_SIGNAL 1 | #define HAVE_RL_APPEND_HISTORY 1 | #define HAVE_RL_COMPDISP_FUNC_T 1 | #define Py_RL_STARTUP_HOOK_TAKES_ARGS 1 | /* end confdefs.h. */ | | #include | #include | int main(void) | { | int val1 = nice(1); | if (val1 != -1 && val1 == nice(2)) | exit(0); | exit(1); | } | configure:25939: result: no configure:25948: checking for broken poll() configure:25981: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:25981: $? = 0 configure:25981: ./conftest configure:25981: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 | #define HAVE_RL_PRE_INPUT_HOOK 1 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 | #define HAVE_RL_RESIZE_TERMINAL 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_CATCH_SIGNAL 1 | #define HAVE_RL_APPEND_HISTORY 1 | #define HAVE_RL_COMPDISP_FUNC_T 1 | #define Py_RL_STARTUP_HOOK_TAKES_ARGS 1 | /* end confdefs.h. */ | | #include | #include | | int main(void) | { | struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; | int poll_test; | | close (42); | | poll_test = poll(&poll_struct, 1, 0); | if (poll_test < 0) | return 0; | else if (poll_test == 0 && poll_struct.revents != POLLNVAL) | return 0; | else | return 1; | } | configure:25992: result: no configure:26002: checking for working tzset() configure:26080: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:26080: $? = 0 configure:26080: ./conftest configure:26080: $? = 0 configure:26091: result: yes configure:26101: checking for tv_nsec in struct stat configure:26121: gcc -pthread -c conftest.c >&5 configure:26121: $? = 0 configure:26129: result: yes configure:26139: checking for tv_nsec2 in struct stat configure:26159: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:473:4: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? st.st_mtimespec.tv_nsec = 1; ^~~~~~~~~~~~ st_mtim configure:26159: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 | #define HAVE_RL_PRE_INPUT_HOOK 1 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 | #define HAVE_RL_RESIZE_TERMINAL 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_CATCH_SIGNAL 1 | #define HAVE_RL_APPEND_HISTORY 1 | #define HAVE_RL_COMPDISP_FUNC_T 1 | #define Py_RL_STARTUP_HOOK_TAKES_ARGS 1 | #define HAVE_WORKING_TZSET 1 | #define HAVE_STAT_TV_NSEC 1 | /* end confdefs.h. */ | #include | int | main (void) | { | | struct stat st; | st.st_mtimespec.tv_nsec = 1; | | ; | return 0; | } configure:26167: result: no configure:26186: checking for ncursesw configure:26193: $PKG_CONFIG --exists --print-errors "ncursesw" configure:26196: $? = 0 configure:26210: $PKG_CONFIG --exists --print-errors "ncursesw" configure:26213: $? = 0 configure:26251: result: yes configure:26259: checking for panelw configure:26266: $PKG_CONFIG --exists --print-errors "panelw" configure:26269: $? = 0 configure:26283: $PKG_CONFIG --exists --print-errors "panelw" configure:26286: $? = 0 configure:26324: result: yes configure:26498: checking for ncursesw/curses.h configure:26498: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26498: $? = 0 configure:26498: result: yes configure:26504: checking for ncursesw/ncurses.h configure:26504: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26504: $? = 0 configure:26504: result: yes configure:26510: checking for ncursesw/panel.h configure:26510: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26510: $? = 0 configure:26510: result: yes configure:26516: checking for ncurses/curses.h configure:26516: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26516: $? = 0 configure:26516: result: yes configure:26522: checking for ncurses/ncurses.h configure:26522: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26522: $? = 0 configure:26522: result: yes configure:26528: checking for ncurses/panel.h configure:26528: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26528: $? = 0 configure:26528: result: yes configure:26534: checking for curses.h configure:26534: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26534: $? = 0 configure:26534: result: yes configure:26540: checking for ncurses.h configure:26540: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26540: $? = 0 configure:26540: result: yes configure:26546: checking for panel.h configure:26546: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26546: $? = 0 configure:26546: result: yes configure:26557: checking for library containing initscr configure:26587: gcc -pthread -o conftest -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c -lpthread -ldl -lutil -lncursesw -ltinfo -lpanelw >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26587: $? = 0 configure:26607: result: none required configure:26622: checking for library containing update_panels configure:26652: gcc -pthread -o conftest -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c -lpthread -ldl -lutil -lncursesw -ltinfo -lpanelw >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26652: $? = 0 configure:26672: result: none required configure:26706: checking for term.h configure:26706: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26706: $? = 0 configure:26706: result: yes configure:26731: checking whether mvwdelch is an expression configure:26766: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26766: $? = 0 configure:26774: result: yes configure:26784: checking whether WINDOW has _flags configure:26819: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26819: $? = 0 configure:26827: result: yes configure:26842: checking for curses function is_pad configure:26878: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26878: $? = 0 configure:26887: result: yes configure:26900: checking for curses function is_term_resized configure:26936: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26936: $? = 0 configure:26945: result: yes configure:26958: checking for curses function resize_term configure:26994: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:26994: $? = 0 configure:27003: result: yes configure:27016: checking for curses function resizeterm configure:27052: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27052: $? = 0 configure:27061: result: yes configure:27074: checking for curses function immedok configure:27110: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27110: $? = 0 configure:27119: result: yes configure:27132: checking for curses function syncok configure:27168: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27168: $? = 0 configure:27177: result: yes configure:27190: checking for curses function wchgat configure:27226: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27226: $? = 0 configure:27235: result: yes configure:27248: checking for curses function filter configure:27284: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27284: $? = 0 configure:27293: result: yes configure:27306: checking for curses function has_key configure:27342: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27342: $? = 0 configure:27351: result: yes configure:27364: checking for curses function typeahead configure:27400: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27400: $? = 0 configure:27409: result: yes configure:27422: checking for curses function use_env configure:27458: gcc -pthread -c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 conftest.c >&5 conftest.c:6:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 700 :0:0: note: this is the location of the previous definition configure:27458: $? = 0 configure:27467: result: yes configure:27487: checking for device files configure:27511: checking for /dev/ptmx configure:27525: result: yes configure:27537: checking for /dev/ptc configure:27551: result: no configure:27570: checking for socklen_t configure:27570: gcc -pthread -c conftest.c >&5 configure:27570: $? = 0 configure:27570: gcc -pthread -c conftest.c >&5 conftest.c: In function 'main': conftest.c:505:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:27570: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 | #define HAVE_RL_PRE_INPUT_HOOK 1 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 | #define HAVE_RL_RESIZE_TERMINAL 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_CATCH_SIGNAL 1 | #define HAVE_RL_APPEND_HISTORY 1 | #define HAVE_RL_COMPDISP_FUNC_T 1 | #define Py_RL_STARTUP_HOOK_TAKES_ARGS 1 | #define HAVE_WORKING_TZSET 1 | #define HAVE_STAT_TV_NSEC 1 | #define HAVE_NCURSESW 1 | #define HAVE_PANELW 1 | #define HAVE_NCURSESW_CURSES_H 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define HAVE_NCURSESW_PANEL_H 1 | #define HAVE_NCURSES_CURSES_H 1 | #define HAVE_NCURSES_NCURSES_H 1 | #define HAVE_NCURSES_PANEL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_PANEL_H 1 | #define HAVE_TERM_H 1 | #define MVWDELCH_IS_EXPRESSION 1 | #define WINDOW_HAS_FLAGS 1 | #define HAVE_CURSES_IS_PAD 1 | #define HAVE_CURSES_IS_TERM_RESIZED 1 | #define HAVE_CURSES_RESIZE_TERM 1 | #define HAVE_CURSES_RESIZETERM 1 | #define HAVE_CURSES_IMMEDOK 1 | #define HAVE_CURSES_SYNCOK 1 | #define HAVE_CURSES_WCHGAT 1 | #define HAVE_CURSES_FILTER 1 | #define HAVE_CURSES_HAS_KEY 1 | #define HAVE_CURSES_TYPEAHEAD 1 | #define HAVE_CURSES_USE_ENV 1 | #define HAVE_DEV_PTMX 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main (void) | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:27570: result: yes configure:27592: checking for broken mbstowcs configure:27616: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:27616: $? = 0 configure:27616: ./conftest configure:27616: $? = 0 configure:27627: result: no configure:27637: checking for --with-computed-gotos configure:27662: result: no value specified configure:27667: checking whether gcc -pthread supports computed gotos configure:27696: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:27696: $? = 0 configure:27696: ./conftest configure:27696: $? = 0 configure:27707: result: yes configure:27757: checking for build directories configure:27764: result: done configure:27768: checking for -O2 configure:27788: gcc -pthread -c -O2 conftest.c >&5 configure:27788: $? = 0 configure:27798: result: yes configure:27803: checking for glibc _FORTIFY_SOURCE/memmove bug configure:27833: gcc -pthread -o conftest -O2 -D_FORTIFY_SOURCE=2 conftest.c -lpthread -ldl -lutil >&5 configure:27833: $? = 0 configure:27833: ./conftest configure:27833: $? = 0 configure:27844: result: no configure:27909: checking for ensurepip configure:27942: result: upgrade configure:27947: checking if the dirent structure of a d_type field configure:27967: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:27967: $? = 0 configure:27977: result: yes configure:27990: checking for the Linux getrandom() syscall configure:28017: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:28017: $? = 0 configure:28027: result: yes configure:28041: checking for the getrandom() function configure:28066: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 configure:28066: $? = 0 configure:28076: result: yes configure:28097: checking for library containing shm_open configure:28127: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil >&5 /usr/bin/ld: /tmp/ccCW0Byo.o: in function `main': conftest.c:(.text+0x8): undefined reference to `shm_open' collect2: error: ld returned 1 exit status configure:28127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define _NETBSD_SOURCE 1 | #define __BSD_VISIBLE 1 | #define _DARWIN_C_SOURCE 1 | #define _PYTHONFRAMEWORK "" | #define _XOPEN_SOURCE 700 | #define _XOPEN_SOURCE_EXTENDED 1 | #define _POSIX_C_SOURCE 200809L | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define PY_SUPPORT_TIER 2 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LINUX_AUXVEC_H 1 | #define HAVE_SYS_AUXV_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_LINUX_LIMITS_H 1 | #define HAVE_LINUX_MEMFD_H 1 | #define HAVE_LINUX_RANDOM_H 1 | #define HAVE_LINUX_SOUNDCARD_H 1 | #define HAVE_LINUX_TIPC_H 1 | #define HAVE_LINUX_WAIT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETPACKET_PACKET_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TIMERFD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_NETLINK_H 1 | #define HAVE_LINUX_QRTR_H 1 | #define HAVE_LINUX_VM_SOCKETS_H 1 | #define HAVE_LINUX_CAN_H 1 | #define HAVE_LINUX_CAN_BCM_H 1 | #define HAVE_LINUX_CAN_J1939_H 1 | #define HAVE_LINUX_CAN_RAW_H 1 | #define HAVE_CLOCK_T 1 | #define HAVE_MAKEDEV 1 | #define HAVE_HTOLE64 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #if defined(SCO_DS) | #undef _OFF_T | #endif | #define RETSIGTYPE void | #define HAVE_SSIZE_T 1 | #define HAVE___UINT128_T 1 | #define HAVE_GCC_UINT128_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define ALIGNOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_FPOS_T 16 | #define SIZEOF_SIZE_T 8 | #define ALIGNOF_SIZE_T 8 | #define SIZEOF_PID_T 4 | #define SIZEOF_UINTPTR_T 8 | #define ALIGNOF_MAX_ALIGN_T 16 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF__BOOL 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_TIME_T 8 | #define SIZEOF_PTHREAD_T 8 | #define SIZEOF_PTHREAD_KEY_T 4 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 | #define PY_HAVE_PERF_TRAMPOLINE 1 | #define HAVE_LIBDL 1 | #define HAVE_FFI_PREP_CIF_VAR 1 | #define HAVE_FFI_PREP_CLOSURE_LOC 1 | #define HAVE_FFI_CLOSURE_ALLOC 1 | #define WITH_DECIMAL_CONTEXTVAR 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | #define HAVE_GDBM_NDBM_H 1 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 | #define ENABLE_IPV6 1 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 | #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 | #define WITH_DOC_STRINGS 1 | #define HAVE_STD_ATOMIC 1 | #define HAVE_BUILTIN_ATOMIC 1 | #define WITH_MIMALLOC 1 | #define WITH_PYMALLOC 1 | #define WITH_FREELISTS 1 | #define PY_COERCE_C_LOCALE 1 | #define HAVE_DLOPEN 1 | #define HAVE_DYNAMIC_LOADING 1 | #define HAVE_ACCEPT4 1 | #define HAVE_ALARM 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK 1 | #define HAVE_CONFSTR 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_CTERMID 1 | #define HAVE_DUP 1 | #define HAVE_DUP3 1 | #define HAVE_EXECV 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEXECVE 1 | #define HAVE_FORK 1 | #define HAVE_FPATHCONF 1 | #define HAVE_FSTATAT 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUTIMENS 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETITIMER 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETLOGIN_R 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETPGID 1 | #define HAVE_GETPID 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETRESGID 1 | #define HAVE_GETRESUID 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETSID 1 | #define HAVE_GETSPENT 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETUID 1 | #define HAVE_GETWD 1 | #define HAVE_GRANTPT 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_INITGROUPS 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINKAT 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_MADVISE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKDIRAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNOD 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKTIME 1 | #define HAVE_MMAP 1 | #define HAVE_MREMAP 1 | #define HAVE_NICE 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENDIR 1 | #define HAVE_PATHCONF 1 | #define HAVE_PAUSE 1 | #define HAVE_PIPE 1 | #define HAVE_PIPE2 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_POSIX_OPENPT 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWNP 1 | #define HAVE_PREAD 1 | #define HAVE_PREADV 1 | #define HAVE_PREADV2 1 | #define HAVE_PROCESS_VM_READV 1 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTSNAME 1 | #define HAVE_PTSNAME_R 1 | #define HAVE_PWRITE 1 | #define HAVE_PWRITEV 1 | #define HAVE_PWRITEV2 1 | #define HAVE_READLINK 1 | #define HAVE_READLINKAT 1 | #define HAVE_READV 1 | #define HAVE_REALPATH 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 | #define HAVE_SCHED_RR_GET_INTERVAL 1 | #define HAVE_SCHED_SETAFFINITY 1 | #define HAVE_SCHED_SETPARAM 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SEM_GETVALUE 1 | #define HAVE_SEM_OPEN 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SENDFILE 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETSID 1 | #define HAVE_SETUID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGFILLSET 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_SIGPENDING 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_SIGWAIT 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPLICE 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TEMPNAM 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMES 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | #define HAVE_TMPNAM_R 1 | #define HAVE_TRUNCATE 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UMASK 1 | #define HAVE_UNAME 1 | #define HAVE_UNLINKAT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_UTIMES 1 | #define HAVE_VFORK 1 | #define HAVE_WAIT 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITID 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSFTIME 1 | #define HAVE_WCSXFRM 1 | #define HAVE_WMEMCMP 1 | #define HAVE_WRITEV 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SYSTEM 1 | #define HAVE_DIRFD 1 | #define HAVE_CHROOT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_EPOLL 1 | #define HAVE_EPOLL_CREATE1 1 | #define HAVE_PRLIMIT 1 | #define HAVE_MEMFD_CREATE 1 | #define HAVE_EVENTFD 1 | #define HAVE_TIMERFD_CREATE 1 | #define HAVE_FLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ZLIB_COPY 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_ACCEPT 1 | #define HAVE_BIND 1 | #define HAVE_CONNECT 1 | #define HAVE_LISTEN 1 | #define HAVE_RECVFROM 1 | #define HAVE_SENDTO 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_SOCKET 1 | #define HAVE_SETGROUPS 1 | #define HAVE_DECL_UT_NAMESIZE 1 | #define HAVE_UT_NAMESIZE 1 | #define HAVE_OPENPTY 1 | #define HAVE_LOGIN_TTY 1 | #define HAVE_FORKPTY 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FTELLO 1 | #define HAVE_STATVFS 1 | #define HAVE_DUP2 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_SETNS 1 | #define HAVE_UNSHARE 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_CLOCK_NANOSLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_DEVICE_MACROS 1 | #define SYS_SELECT_WITH_SYS_TIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 | #define HAVE_SIGINFO_T_SI_BAND 1 | #define HAVE_ADDRINFO 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_SOCKADDR_ALG 1 | #define HAVE_PROTOTYPES 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_LOG2 1 | #define HAVE_DECL_RTLD_LAZY 1 | #define HAVE_DECL_RTLD_NOW 1 | #define HAVE_DECL_RTLD_GLOBAL 1 | #define HAVE_DECL_RTLD_LOCAL 1 | #define HAVE_DECL_RTLD_NODELETE 1 | #define HAVE_DECL_RTLD_NOLOAD 1 | #define HAVE_DECL_RTLD_DEEPBIND 1 | #define HAVE_DECL_RTLD_MEMBER 0 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_USABLE_WCHAR_T 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 | #define HAVE_RL_PRE_INPUT_HOOK 1 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 | #define HAVE_RL_RESIZE_TERMINAL 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_CATCH_SIGNAL 1 | #define HAVE_RL_APPEND_HISTORY 1 | #define HAVE_RL_COMPDISP_FUNC_T 1 | #define Py_RL_STARTUP_HOOK_TAKES_ARGS 1 | #define HAVE_WORKING_TZSET 1 | #define HAVE_STAT_TV_NSEC 1 | #define HAVE_NCURSESW 1 | #define HAVE_PANELW 1 | #define HAVE_NCURSESW_CURSES_H 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define HAVE_NCURSESW_PANEL_H 1 | #define HAVE_NCURSES_CURSES_H 1 | #define HAVE_NCURSES_NCURSES_H 1 | #define HAVE_NCURSES_PANEL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_PANEL_H 1 | #define HAVE_TERM_H 1 | #define MVWDELCH_IS_EXPRESSION 1 | #define WINDOW_HAS_FLAGS 1 | #define HAVE_CURSES_IS_PAD 1 | #define HAVE_CURSES_IS_TERM_RESIZED 1 | #define HAVE_CURSES_RESIZE_TERM 1 | #define HAVE_CURSES_RESIZETERM 1 | #define HAVE_CURSES_IMMEDOK 1 | #define HAVE_CURSES_SYNCOK 1 | #define HAVE_CURSES_WCHGAT 1 | #define HAVE_CURSES_FILTER 1 | #define HAVE_CURSES_HAS_KEY 1 | #define HAVE_CURSES_TYPEAHEAD 1 | #define HAVE_CURSES_USE_ENV 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_COMPUTED_GOTOS 1 | #define HAVE_DIRENT_D_TYPE 1 | #define HAVE_GETRANDOM_SYSCALL 1 | #define HAVE_GETRANDOM 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. */ | char shm_open (); | int | main (void) | { | return shm_open (); | ; | return 0; | } configure:28127: gcc -pthread -o conftest conftest.c -lrt -lpthread -ldl -lutil >&5 configure:28127: $? = 0 configure:28147: result: -lrt configure:28174: checking for shm_open configure:28174: gcc -pthread -o conftest conftest.c -lrt -lpthread -ldl -lutil >&5 configure:28174: $? = 0 configure:28174: result: yes configure:28174: checking for shm_unlink configure:28174: gcc -pthread -o conftest conftest.c -lrt -lpthread -ldl -lutil >&5 configure:28174: $? = 0 configure:28174: result: yes configure:28263: checking for pkg-config configure:28295: result: /usr/bin/pkg-config configure:28365: checking whether compiling and linking against OpenSSL works Trying link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=-lssl -lcrypto ; OPENSSL_INCLUDES= configure:28387: gcc -pthread -o conftest conftest.c -lssl -lcrypto -lpthread -ldl -lutil >&5 configure:28387: $? = 0 configure:28390: result: yes configure:28429: checking for --with-openssl-rpath configure:28470: result: configure:28523: checking whether OpenSSL provides required ssl module APIs configure:28556: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lssl -lcrypto >&5 configure:28556: $? = 0 configure:28566: result: yes configure:28586: checking whether OpenSSL provides required hashlib module APIs configure:28616: gcc -pthread -o conftest conftest.c -lpthread -ldl -lutil -lcrypto >&5 configure:28616: $? = 0 configure:28626: result: yes configure:28640: checking for --with-ssl-default-suites configure:28668: result: python configure:28678: checking for --with-builtin-hashlib-hashes configure:28700: result: md5,sha1,sha2,sha3,blake2 configure:28732: checking for libb2 configure:28739: $PKG_CONFIG --exists --print-errors "libb2" Package libb2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libb2.pc' to the PKG_CONFIG_PATH environment variable Package 'libb2', required by 'virtual:world', not found configure:28742: $? = 1 configure:28756: $PKG_CONFIG --exists --print-errors "libb2" Package libb2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libb2.pc' to the PKG_CONFIG_PATH environment variable Package 'libb2', required by 'virtual:world', not found configure:28759: $? = 1 configure:28773: result: no Package 'libb2', required by 'virtual:world', not found configure:28811: checking for --disable-test-modules configure:28836: result: yes configure:28857: checking whether libatomic is needed by configure:28903: gcc -pthread -o conftest -I. -I./Include conftest.c -lpthread -ldl -lutil >&5 configure:28903: $? = 0 configure:28912: result: no configure:29547: checking for stdlib extension module _multiprocessing configure:29581: result: yes configure:29585: checking for stdlib extension module _posixshmem configure:29619: result: yes configure:29714: checking for stdlib extension module fcntl configure:29748: result: yes configure:29752: checking for stdlib extension module mmap configure:29786: result: yes configure:29790: checking for stdlib extension module _socket configure:29824: result: yes configure:29829: checking for stdlib extension module grp configure:29864: result: yes configure:29868: checking for stdlib extension module pwd configure:29902: result: yes configure:29906: checking for stdlib extension module resource configure:29940: result: yes configure:29944: checking for stdlib extension module _scproxy configure:29978: result: n/a configure:29982: checking for stdlib extension module syslog configure:30016: result: yes configure:30020: checking for stdlib extension module termios configure:30054: result: yes configure:30059: checking for stdlib extension module pyexpat configure:30093: result: yes configure:30097: checking for stdlib extension module _elementtree configure:30131: result: yes configure:30312: checking for stdlib extension module _md5 configure:30346: result: yes configure:30350: checking for stdlib extension module _sha1 configure:30384: result: yes configure:30388: checking for stdlib extension module _sha2 configure:30422: result: yes configure:30426: checking for stdlib extension module _sha3 configure:30460: result: yes configure:30464: checking for stdlib extension module _blake2 configure:30498: result: yes configure:30503: checking for stdlib extension module _ctypes configure:30537: result: yes configure:30541: checking for stdlib extension module _curses configure:30576: result: yes configure:30580: checking for stdlib extension module _curses_panel configure:30615: result: yes configure:30619: checking for stdlib extension module _decimal configure:30653: result: yes configure:30657: checking for stdlib extension module _dbm configure:30691: result: yes configure:30695: checking for stdlib extension module _gdbm configure:30729: result: yes configure:30733: checking for stdlib extension module readline configure:30767: result: yes configure:30771: checking for stdlib extension module _sqlite3 configure:30805: result: yes configure:30809: checking for stdlib extension module _tkinter configure:30843: result: yes configure:30847: checking for stdlib extension module _uuid configure:30881: result: missing configure:30886: checking for stdlib extension module zlib configure:30920: result: yes configure:30946: checking for stdlib extension module _bz2 configure:30980: result: yes configure:30984: checking for stdlib extension module _lzma configure:31018: result: yes configure:31023: checking for stdlib extension module _ssl configure:31057: result: yes configure:31061: checking for stdlib extension module _hashlib configure:31095: result: yes configure:31100: checking for stdlib extension module _testcapi configure:31134: result: yes configure:31138: checking for stdlib extension module _testclinic configure:31172: result: yes configure:31176: checking for stdlib extension module _testclinic_limited configure:31210: result: yes configure:31214: checking for stdlib extension module _testlimitedcapi configure:31248: result: yes configure:31252: checking for stdlib extension module _testinternalcapi configure:31286: result: yes configure:31290: checking for stdlib extension module _testbuffer configure:31324: result: yes configure:31328: checking for stdlib extension module _testimportmultiple configure:31362: result: yes configure:31366: checking for stdlib extension module _testmultiphase configure:31400: result: yes configure:31404: checking for stdlib extension module _testsinglephase configure:31438: result: yes configure:31442: checking for stdlib extension module _testexternalinspection configure:31476: result: yes configure:31480: checking for stdlib extension module xxsubtype configure:31514: result: yes configure:31518: checking for stdlib extension module _xxtestfuzz configure:31552: result: yes configure:31556: checking for stdlib extension module _ctypes_test configure:31590: result: yes configure:31595: checking for stdlib extension module xxlimited configure:31629: result: yes configure:31633: checking for stdlib extension module xxlimited_35 configure:31667: result: yes configure:32121: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by python config.status 3.13, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on b8be80f1fed7 config.status:1791: creating Makefile.pre config.status:1791: creating Misc/python.pc config.status:1791: creating Misc/python-embed.pc config.status:1791: creating Misc/python-config.sh config.status:1791: creating Modules/Setup.bootstrap config.status:1791: creating Modules/Setup.stdlib config.status:1791: creating Modules/ld_so_aix config.status:1791: creating pyconfig.h config.status:1972: pyconfig.h is unchanged configure:33304: creating Modules/Setup.local configure:33311: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_aligned_required=no ac_cv_alignof_long=8 ac_cv_alignof_max_align_t=16 ac_cv_alignof_size_t=8 ac_cv_broken_mbstowcs=no ac_cv_broken_nice=no ac_cv_broken_poll=no ac_cv_broken_sem_getvalue=no ac_cv_broken_unsetenv=no ac_cv_buggy_getaddrinfo=no ac_cv_build=aarch64-unknown-linux-gnu ac_cv_builtin_atomic=yes ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_undeclared_builtin_options='none needed' ac_cv_can_raw_fd_frames=yes ac_cv_can_raw_join_filters=yes ac_cv_cc_name=gcc ac_cv_cc_supports_fstrict_overflow=yes ac_cv_cc_supports_og=yes ac_cv_compile_o2=yes ac_cv_computed_gotos=yes ac_cv_cxx_thread=no ac_cv_defined_IPV6_INRIA_VERSION_netinet_in_h=no ac_cv_defined___GLIBC___features_h=yes ac_cv_defined___KAME___netinet_in_h=no ac_cv_device_macros=yes ac_cv_dirent_d_type=yes ac_cv_disable_int_conversion_warning=yes ac_cv_disable_missing_field_initializers_warning=yes ac_cv_disable_unused_parameter_warning=yes ac_cv_enable_extra_warning=yes ac_cv_enable_implicit_function_declaration_error=yes ac_cv_enable_sign_compare_warning=yes ac_cv_enable_strict_prototypes_warning=yes ac_cv_enable_unreachable_code_warning=no ac_cv_enable_visibility=yes ac_cv_env_BOLT_APPLY_FLAGS_set= ac_cv_env_BOLT_APPLY_FLAGS_value= ac_cv_env_BOLT_COMMON_FLAGS_set= ac_cv_env_BOLT_COMMON_FLAGS_value= ac_cv_env_BOLT_INSTRUMENT_FLAGS_set= ac_cv_env_BOLT_INSTRUMENT_FLAGS_value= ac_cv_env_BZIP2_CFLAGS_set= ac_cv_env_BZIP2_CFLAGS_value= ac_cv_env_BZIP2_LIBS_set= ac_cv_env_BZIP2_LIBS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CURSES_CFLAGS_set= ac_cv_env_CURSES_CFLAGS_value= ac_cv_env_CURSES_LIBS_set= ac_cv_env_CURSES_LIBS_value= ac_cv_env_GDBM_CFLAGS_set= ac_cv_env_GDBM_CFLAGS_value= ac_cv_env_GDBM_LIBS_set= ac_cv_env_GDBM_LIBS_value= ac_cv_env_HOSTRUNNER_set= ac_cv_env_HOSTRUNNER_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBB2_CFLAGS_set= ac_cv_env_LIBB2_CFLAGS_value= ac_cv_env_LIBB2_LIBS_set= ac_cv_env_LIBB2_LIBS_value= ac_cv_env_LIBEDIT_CFLAGS_set= ac_cv_env_LIBEDIT_CFLAGS_value= ac_cv_env_LIBEDIT_LIBS_set= ac_cv_env_LIBEDIT_LIBS_value= ac_cv_env_LIBFFI_CFLAGS_set= ac_cv_env_LIBFFI_CFLAGS_value= ac_cv_env_LIBFFI_LIBS_set= ac_cv_env_LIBFFI_LIBS_value= ac_cv_env_LIBLZMA_CFLAGS_set= ac_cv_env_LIBLZMA_CFLAGS_value= ac_cv_env_LIBLZMA_LIBS_set= ac_cv_env_LIBLZMA_LIBS_value= ac_cv_env_LIBMPDEC_CFLAGS_set= ac_cv_env_LIBMPDEC_CFLAGS_value= ac_cv_env_LIBMPDEC_LIBS_set= ac_cv_env_LIBMPDEC_LIBS_value= ac_cv_env_LIBREADLINE_CFLAGS_set= ac_cv_env_LIBREADLINE_CFLAGS_value= ac_cv_env_LIBREADLINE_LIBS_set= ac_cv_env_LIBREADLINE_LIBS_value= ac_cv_env_LIBSQLITE3_CFLAGS_set= ac_cv_env_LIBSQLITE3_CFLAGS_value= ac_cv_env_LIBSQLITE3_LIBS_set= ac_cv_env_LIBSQLITE3_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBUUID_CFLAGS_set= ac_cv_env_LIBUUID_CFLAGS_value= ac_cv_env_LIBUUID_LIBS_set= ac_cv_env_LIBUUID_LIBS_value= ac_cv_env_MACHDEP_set= ac_cv_env_MACHDEP_value= ac_cv_env_PANEL_CFLAGS_set= ac_cv_env_PANEL_CFLAGS_value= ac_cv_env_PANEL_LIBS_set= ac_cv_env_PANEL_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PROFILE_TASK_set= ac_cv_env_PROFILE_TASK_value= ac_cv_env_TCLTK_CFLAGS_set= ac_cv_env_TCLTK_CFLAGS_value= ac_cv_env_TCLTK_LIBS_set= ac_cv_env_TCLTK_LIBS_value= ac_cv_env_X11_CFLAGS_set= ac_cv_env_X11_CFLAGS_value= ac_cv_env_X11_LIBS_set= ac_cv_env_X11_LIBS_value= ac_cv_env_ZLIB_CFLAGS_set= ac_cv_env_ZLIB_CFLAGS_value= ac_cv_env_ZLIB_LIBS_set= ac_cv_env_ZLIB_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes ac_cv_flock_decl=yes ac_cv_func___fpu_control=yes ac_cv_func__dyld_shared_cache_contains_path=no ac_cv_func__getpty=no ac_cv_func_accept4=yes ac_cv_func_accept=yes ac_cv_func_acosh=yes ac_cv_func_alarm=yes ac_cv_func_asinh=yes ac_cv_func_atanh=yes ac_cv_func_bind=yes ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_chmod=yes ac_cv_func_chown=yes ac_cv_func_chroot=yes ac_cv_func_clock=yes ac_cv_func_clock_getres=yes ac_cv_func_clock_gettime=yes ac_cv_func_clock_nanosleep=yes ac_cv_func_clock_settime=yes ac_cv_func_close_range=no ac_cv_func_closefrom=no ac_cv_func_confstr=yes ac_cv_func_connect=yes ac_cv_func_copy_file_range=yes ac_cv_func_ctermid=yes ac_cv_func_ctermid_r=no ac_cv_func_dlopen=yes ac_cv_func_dup2=yes ac_cv_func_dup3=yes ac_cv_func_dup=yes ac_cv_func_epoll_create1=yes ac_cv_func_epoll_create=yes ac_cv_func_erf=yes ac_cv_func_erfc=yes ac_cv_func_eventfd=yes ac_cv_func_execv=yes ac_cv_func_explicit_bzero=yes ac_cv_func_explicit_memset=no ac_cv_func_expm1=yes ac_cv_func_faccessat=yes ac_cv_func_fchdir=yes ac_cv_func_fchmod=yes ac_cv_func_fchmodat=yes ac_cv_func_fchown=yes ac_cv_func_fchownat=yes ac_cv_func_fdatasync=yes ac_cv_func_fdopendir=yes ac_cv_func_fdwalk=no ac_cv_func_fexecve=yes ac_cv_func_ffi_closure_alloc=yes ac_cv_func_ffi_prep_cif_var=yes ac_cv_func_ffi_prep_closure_loc=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fork=yes ac_cv_func_forkpty=yes ac_cv_func_fpathconf=yes ac_cv_func_fseek64=no ac_cv_func_fseeko=yes ac_cv_func_fstatat=yes ac_cv_func_fstatvfs=yes ac_cv_func_fsync=yes ac_cv_func_ftell64=no ac_cv_func_ftello=yes ac_cv_func_ftime=yes ac_cv_func_ftruncate=yes ac_cv_func_futimens=yes ac_cv_func_futimes=yes ac_cv_func_futimesat=yes ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getegid=yes ac_cv_func_getentropy=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrgid=yes ac_cv_func_getgrgid_r=yes ac_cv_func_getgrnam_r=yes ac_cv_func_getgrouplist=yes ac_cv_func_getgroups=yes ac_cv_func_gethostbyaddr=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_gethostname=yes ac_cv_func_getitimer=yes ac_cv_func_getloadavg=yes ac_cv_func_getlogin=yes ac_cv_func_getlogin_r=yes ac_cv_func_getnameinfo=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeername=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpid=yes ac_cv_func_getppid=yes ac_cv_func_getpriority=yes ac_cv_func_getprotobyname=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam_r=yes ac_cv_func_getpwuid=yes ac_cv_func_getpwuid_r=yes ac_cv_func_getrandom=yes ac_cv_func_getresgid=yes ac_cv_func_getresuid=yes ac_cv_func_getrusage=yes ac_cv_func_getservbyname=yes ac_cv_func_getservbyport=yes ac_cv_func_getsid=yes ac_cv_func_getsockname=yes ac_cv_func_getspent=yes ac_cv_func_getspnam=yes ac_cv_func_getuid=yes ac_cv_func_getwd=yes ac_cv_func_grantpt=yes ac_cv_func_hstrerror=yes ac_cv_func_if_nameindex=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_pton=yes ac_cv_func_initgroups=yes ac_cv_func_kill=yes ac_cv_func_killpg=yes ac_cv_func_kqueue=no ac_cv_func_lchown=yes ac_cv_func_le64toh=yes ac_cv_func_link=yes ac_cv_func_linkat=yes ac_cv_func_listen=yes ac_cv_func_lockf=yes ac_cv_func_log1p=yes ac_cv_func_log2=yes ac_cv_func_lstat=yes ac_cv_func_lutimes=yes ac_cv_func_madvise=yes ac_cv_func_makedev=yes ac_cv_func_mbrtowc=yes ac_cv_func_memfd_create=yes ac_cv_func_memrchr=yes ac_cv_func_mkdirat=yes ac_cv_func_mkfifo=yes ac_cv_func_mkfifoat=yes ac_cv_func_mknod=yes ac_cv_func_mknodat=yes ac_cv_func_mktime=yes ac_cv_func_mmap=yes ac_cv_func_mremap=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_openat=yes ac_cv_func_opendir=yes ac_cv_func_openpty=no ac_cv_func_pathconf=yes ac_cv_func_pause=yes ac_cv_func_pipe2=yes ac_cv_func_pipe=yes ac_cv_func_plock=no ac_cv_func_poll=yes ac_cv_func_posix_fadvise=yes ac_cv_func_posix_fallocate=yes ac_cv_func_posix_openpt=yes ac_cv_func_posix_spawn=yes ac_cv_func_posix_spawn_file_actions_addclosefrom_np=no ac_cv_func_posix_spawnp=yes ac_cv_func_pread=yes ac_cv_func_preadv2=yes ac_cv_func_preadv=yes ac_cv_func_prlimit=yes ac_cv_func_process_vm_readv=yes ac_cv_func_pthread_cond_timedwait_relative_np=no ac_cv_func_pthread_condattr_setclock=yes ac_cv_func_pthread_getcpuclockid=yes ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_sigmask=yes ac_cv_func_ptsname=yes ac_cv_func_ptsname_r=yes ac_cv_func_pwrite=yes ac_cv_func_pwritev2=yes ac_cv_func_pwritev=yes ac_cv_func_readlink=yes ac_cv_func_readlinkat=yes ac_cv_func_readv=yes ac_cv_func_realpath=yes ac_cv_func_recvfrom=yes ac_cv_func_renameat=yes ac_cv_func_rtpSpawn=no ac_cv_func_sched_get_priority_max=yes ac_cv_func_sched_rr_get_interval=yes ac_cv_func_sched_setaffinity=yes ac_cv_func_sched_setparam=yes ac_cv_func_sched_setscheduler=yes ac_cv_func_sem_clockwait=no ac_cv_func_sem_getvalue=yes ac_cv_func_sem_open=yes ac_cv_func_sem_timedwait=yes ac_cv_func_sem_unlink=yes ac_cv_func_sendfile=yes ac_cv_func_sendto=yes ac_cv_func_setegid=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_sethostname=yes ac_cv_func_setitimer=yes ac_cv_func_setlocale=yes ac_cv_func_setns=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setregid=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_setsid=yes ac_cv_func_setsockopt=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shm_open=yes ac_cv_func_shm_unlink=yes ac_cv_func_shutdown=yes ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=yes ac_cv_func_sigfillset=yes ac_cv_func_siginterrupt=yes ac_cv_func_sigpending=yes ac_cv_func_sigrelse=yes ac_cv_func_sigtimedwait=yes ac_cv_func_sigwait=yes ac_cv_func_sigwaitinfo=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_socketpair=yes ac_cv_func_splice=yes ac_cv_func_statvfs=yes ac_cv_func_strftime=yes ac_cv_func_strlcpy=no ac_cv_func_strsignal=yes ac_cv_func_symlink=yes ac_cv_func_symlinkat=yes ac_cv_func_sync=yes ac_cv_func_sysconf=yes ac_cv_func_system=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_tcsetpgrp=yes ac_cv_func_tempnam=yes ac_cv_func_timegm=yes ac_cv_func_timerfd_create=yes ac_cv_func_times=yes ac_cv_func_tmpfile=yes ac_cv_func_tmpnam=yes ac_cv_func_tmpnam_r=yes ac_cv_func_truncate=yes ac_cv_func_ttyname_r=yes ac_cv_func_umask=yes ac_cv_func_uname=yes ac_cv_func_unlinkat=yes ac_cv_func_unlockpt=yes ac_cv_func_unshare=yes ac_cv_func_utimensat=yes ac_cv_func_utimes=yes ac_cv_func_vfork=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_wait=yes ac_cv_func_waitid=yes ac_cv_func_waitpid=yes ac_cv_func_wcscoll=yes ac_cv_func_wcsftime=yes ac_cv_func_wcsxfrm=yes ac_cv_func_wmemcmp=yes ac_cv_func_writev=yes ac_cv_function_prototypes=yes ac_cv_gcc_asm_for_mc68881=no ac_cv_gcc_asm_for_x64=no ac_cv_gcc_asm_for_x87=no ac_cv_gcc_compat=yes ac_cv_getrandom_syscall=yes ac_cv_have_chflags=no ac_cv_have_decl_MAXLOGNAME=no ac_cv_have_decl_RTLD_DEEPBIND=yes ac_cv_have_decl_RTLD_GLOBAL=yes ac_cv_have_decl_RTLD_LAZY=yes ac_cv_have_decl_RTLD_LOCAL=yes ac_cv_have_decl_RTLD_MEMBER=no ac_cv_have_decl_RTLD_NODELETE=yes ac_cv_have_decl_RTLD_NOLOAD=yes ac_cv_have_decl_RTLD_NOW=yes ac_cv_have_decl_UT_NAMESIZE=yes ac_cv_have_decl_dirfd=yes ac_cv_have_decl_rl_catch_signals=yes ac_cv_have_decl_rl_completion_append_character=yes ac_cv_have_decl_rl_completion_suppress_append=yes ac_cv_have_getc_unlocked=yes ac_cv_have_lchflags=no ac_cv_have_pthread_t=yes ac_cv_header_alloca_h=yes ac_cv_header_asm_types_h=yes ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no ac_cv_header_conio_h=no ac_cv_header_curses_h=yes ac_cv_header_db_h=no ac_cv_header_direct_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_endian_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_gdbm_dash_ndbm_h=no ac_cv_header_gdbm_h=yes ac_cv_header_gdbm_slash_ndbm_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_langinfo_h=yes ac_cv_header_libintl_h=yes ac_cv_header_libutil_h=no ac_cv_header_linux_auxvec_h=yes ac_cv_header_linux_can_bcm_h=yes ac_cv_header_linux_can_h=yes ac_cv_header_linux_can_j1939_h=yes ac_cv_header_linux_can_raw_h=yes ac_cv_header_linux_fs_h=yes ac_cv_header_linux_limits_h=yes ac_cv_header_linux_memfd_h=yes ac_cv_header_linux_netlink_h=yes ac_cv_header_linux_qrtr_h=yes ac_cv_header_linux_random_h=yes ac_cv_header_linux_soundcard_h=yes ac_cv_header_linux_tipc_h=yes ac_cv_header_linux_vm_sockets_h=yes ac_cv_header_linux_wait_h=yes ac_cv_header_minix_config_h=no ac_cv_header_ncurses_curses_h=yes ac_cv_header_ncurses_h=yes ac_cv_header_ncurses_ncurses_h=yes ac_cv_header_ncurses_panel_h=yes ac_cv_header_ncursesw_curses_h=yes ac_cv_header_ncursesw_ncurses_h=yes ac_cv_header_ncursesw_panel_h=yes ac_cv_header_ndbm_h=yes ac_cv_header_net_ethernet_h=yes ac_cv_header_net_if_h=yes ac_cv_header_netcan_can_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netlink_netlink_h=no ac_cv_header_netpacket_packet_h=yes ac_cv_header_panel_h=yes ac_cv_header_poll_h=yes ac_cv_header_process_h=no ac_cv_header_pthread_h=yes ac_cv_header_pty_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_shadow_h=yes ac_cv_header_signal_h=yes ac_cv_header_spawn_h=yes ac_cv_header_sqlite3_h=yes ac_cv_header_stdatomic_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_stropts_h=no ac_cv_header_sys_audioio_h=no ac_cv_header_sys_auxv_h=yes ac_cv_header_sys_bsdtty_h=no ac_cv_header_sys_devpoll_h=no ac_cv_header_sys_endian_h=no ac_cv_header_sys_epoll_h=yes ac_cv_header_sys_event_h=no ac_cv_header_sys_eventfd_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_kern_control_h=no ac_cv_header_sys_loadavg_h=no ac_cv_header_sys_lock_h=no ac_cv_header_sys_memfd_h=no ac_cv_header_sys_mkdev_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_modem_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_pidfd_h=no ac_cv_header_sys_poll_h=yes ac_cv_header_sys_random_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_sendfile_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_sys_domain_h=no ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_sysmacros_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_timerfd_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_sys_xattr_h=yes ac_cv_header_sysexits_h=yes ac_cv_header_syslog_h=yes ac_cv_header_term_h=yes ac_cv_header_termios_h=yes ac_cv_header_time_altzone=no ac_cv_header_unistd_h=yes ac_cv_header_util_h=no ac_cv_header_utime_h=yes ac_cv_header_utmp_h=yes ac_cv_header_uuid_h=no ac_cv_header_uuid_uuid_h=no ac_cv_header_wchar_h=yes ac_cv_host=aarch64-unknown-linux-gnu ac_cv_kpthread=no ac_cv_kthread=no ac_cv_lib_c_inet_aton=yes ac_cv_lib_curses_filter=yes ac_cv_lib_curses_has_key=yes ac_cv_lib_curses_immedok=yes ac_cv_lib_curses_is_pad=yes ac_cv_lib_curses_is_term_resized=yes ac_cv_lib_curses_resize_term=yes ac_cv_lib_curses_resizeterm=yes ac_cv_lib_curses_syncok=yes ac_cv_lib_curses_typeahead=yes ac_cv_lib_curses_use_env=yes ac_cv_lib_curses_wchgat=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_gdbm_gdbm_open=yes ac_cv_lib_intl_textdomain=no ac_cv_lib_nsl_t_open=no ac_cv_lib_sendfile_sendfile=no ac_cv_lib_socket_socket=no ac_cv_lib_sqlite3_sqlite3_bind_double=yes ac_cv_lib_sqlite3_sqlite3_column_decltype=yes ac_cv_lib_sqlite3_sqlite3_column_double=yes ac_cv_lib_sqlite3_sqlite3_complete=yes ac_cv_lib_sqlite3_sqlite3_load_extension=yes ac_cv_lib_sqlite3_sqlite3_progress_handler=yes ac_cv_lib_sqlite3_sqlite3_result_double=yes ac_cv_lib_sqlite3_sqlite3_serialize=no ac_cv_lib_sqlite3_sqlite3_set_authorizer=yes ac_cv_lib_sqlite3_sqlite3_trace_v2=yes ac_cv_lib_sqlite3_sqlite3_value_double=yes ac_cv_lib_util_openpty=yes ac_cv_libatomic_needed=no ac_cv_member_siginfo_t_si_band=yes ac_cv_member_struct_passwd_pw_gecos=yes ac_cv_member_struct_passwd_pw_passwd=yes ac_cv_member_struct_stat_st_birthtime=no ac_cv_member_struct_stat_st_blksize=yes ac_cv_member_struct_stat_st_blocks=yes ac_cv_member_struct_stat_st_flags=no ac_cv_member_struct_stat_st_gen=no ac_cv_member_struct_stat_st_rdev=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_mvwdelch_is_expression=yes ac_cv_no_strict_aliasing=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_posix_semaphores_enabled=yes ac_cv_prog_CPP='gcc -E' ac_cv_prog_PYTHON_FOR_REGEN=python3 ac_cv_prog_TRUE=true ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_PKG_CONFIG=/usr/bin/pkg-config ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_pthread=yes ac_cv_pthread_is_default=no ac_cv_pthread_key_t_is_arithmetic_type=yes ac_cv_pthread_system_supported=yes ac_cv_readline_append_history=yes ac_cv_readline_rl_completion_display_matches_hook=yes ac_cv_readline_rl_completion_matches=yes ac_cv_readline_rl_pre_input_hook=yes ac_cv_readline_rl_resize_terminal=yes ac_cv_readline_rl_startup_hook_takes_args=yes ac_cv_rshift_extends_sign=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_dbm_open=-lgdbm_compat ac_cv_search_initscr='none required' ac_cv_search_login_tty='none required' ac_cv_search_opendir='none required' ac_cv_search_sem_init=-lpthread ac_cv_search_shm_open=-lrt ac_cv_search_update_panels='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof__Bool=1 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_fpos_t=16 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_pid_t=4 ac_cv_sizeof_pthread_key_t=4 ac_cv_sizeof_pthread_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_time_t=8 ac_cv_sizeof_uintptr_t=8 ac_cv_sizeof_void_p=8 ac_cv_sizeof_wchar_t=4 ac_cv_stat_tv_nsec2=no ac_cv_stat_tv_nsec=yes ac_cv_struct_addrinfo=yes ac_cv_struct_sockaddr_alg=yes ac_cv_struct_sockaddr_sa_len=no ac_cv_struct_sockaddr_storage=yes ac_cv_struct_tm=time.h ac_cv_type___uint128_t=yes ac_cv_type_clock_t=yes ac_cv_type_long_double=yes ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_rl_compdisp_func_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uid_t=yes ac_cv_wchar_t_signed=no ac_cv_window_has_flags=yes ac_cv_wl_no_as_needed=yes ac_cv_working_openssl_hashlib=yes ac_cv_working_openssl_ssl=yes ac_cv_working_signed_char_c=yes ac_cv_working_tzset=yes ac_cv_x87_double_rounding=no ax_cv_c_float_words_bigendian=no ax_cv_check_cflags__Werror__fno_semantic_interposition=yes pkg_cv_BZIP2_CFLAGS= pkg_cv_BZIP2_LIBS='-lbz2 ' pkg_cv_CURSES_CFLAGS='-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 ' pkg_cv_CURSES_LIBS='-lncursesw -ltinfo ' pkg_cv_LIBFFI_CFLAGS= pkg_cv_LIBFFI_LIBS='-L/usr/lib64/../lib64 -lffi ' pkg_cv_LIBLZMA_CFLAGS= pkg_cv_LIBLZMA_LIBS='-llzma ' pkg_cv_LIBREADLINE_CFLAGS='-I/usr/include/readline -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 ' pkg_cv_LIBREADLINE_LIBS='-lreadline ' pkg_cv_LIBSQLITE3_CFLAGS= pkg_cv_LIBSQLITE3_LIBS='-lsqlite3 ' pkg_cv_PANEL_CFLAGS='-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 ' pkg_cv_PANEL_LIBS='-lpanelw ' pkg_cv_TCLTK_CFLAGS= pkg_cv_TCLTK_LIBS='-ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 ' pkg_cv_ZLIB_CFLAGS= pkg_cv_ZLIB_LIBS='-lz ' py_cv_module__asyncio=yes py_cv_module__bisect=yes py_cv_module__blake2=yes py_cv_module__bz2=yes py_cv_module__codecs_cn=yes py_cv_module__codecs_hk=yes py_cv_module__codecs_iso2022=yes py_cv_module__codecs_jp=yes py_cv_module__codecs_kr=yes py_cv_module__codecs_tw=yes py_cv_module__contextvars=yes py_cv_module__csv=yes py_cv_module__ctypes=yes py_cv_module__ctypes_test=yes py_cv_module__curses=yes py_cv_module__curses_panel=yes py_cv_module__datetime=yes py_cv_module__dbm=yes py_cv_module__decimal=yes py_cv_module__elementtree=yes py_cv_module__gdbm=yes py_cv_module__hashlib=yes py_cv_module__heapq=yes py_cv_module__interpchannels=yes py_cv_module__interpqueues=yes py_cv_module__interpreters=yes py_cv_module__io=yes py_cv_module__json=yes py_cv_module__lsprof=yes py_cv_module__lzma=yes py_cv_module__md5=yes py_cv_module__multibytecodec=yes py_cv_module__multiprocessing=yes py_cv_module__opcode=yes py_cv_module__pickle=yes py_cv_module__posixshmem=yes py_cv_module__posixsubprocess=yes py_cv_module__queue=yes py_cv_module__random=yes py_cv_module__scproxy=n/a py_cv_module__sha1=yes py_cv_module__sha2=yes py_cv_module__sha3=yes py_cv_module__socket=yes py_cv_module__sqlite3=yes py_cv_module__ssl=yes py_cv_module__statistics=yes py_cv_module__struct=yes py_cv_module__testbuffer=yes py_cv_module__testcapi=yes py_cv_module__testclinic=yes py_cv_module__testclinic_limited=yes py_cv_module__testexternalinspection=yes py_cv_module__testimportmultiple=yes py_cv_module__testinternalcapi=yes py_cv_module__testlimitedcapi=yes py_cv_module__testmultiphase=yes py_cv_module__testsinglephase=yes py_cv_module__tkinter=yes py_cv_module__typing=yes py_cv_module__uuid=missing py_cv_module__xxtestfuzz=yes py_cv_module__zoneinfo=yes py_cv_module_array=yes py_cv_module_binascii=yes py_cv_module_cmath=yes py_cv_module_fcntl=yes py_cv_module_grp=yes py_cv_module_math=yes py_cv_module_mmap=yes py_cv_module_pwd=yes py_cv_module_pyexpat=yes py_cv_module_readline=yes py_cv_module_resource=yes py_cv_module_select=yes py_cv_module_syslog=yes py_cv_module_termios=yes py_cv_module_time=yes py_cv_module_unicodedata=yes py_cv_module_xxlimited=yes py_cv_module_xxlimited_35=yes py_cv_module_xxsubtype=yes py_cv_module_zlib=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ' ABIFLAGS='' ABI_THREAD='' ALT_SOABI='' APP_STORE_COMPLIANCE_PATCH='' AR='ar' ARCH_RUN_32BIT='' ARFLAGS='rcs' BASECFLAGS=' -fno-strict-overflow -Wsign-compare' BASECPPFLAGS='' BINLIBDEST='$(LIBDIR)/python$(VERSION)$(ABI_THREAD)' BLDLIBRARY='$(LDLIBRARY)' BLDSHARED='$(CC) -shared' BOLT_APPLY_FLAGS=' -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 -reorder-blocks=ext-tsp -reorder-functions=cdsort -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=none -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hot ' BOLT_BINARIES='$(BUILDPYTHON)' BOLT_COMMON_FLAGS=' -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 ' BOLT_INSTRUMENT_FLAGS=' -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 ' BUILDEXEEXT='' BZIP2_CFLAGS='' BZIP2_LIBS='-lbz2 ' CC='gcc -pthread' CCSHARED='-fPIC' CFLAGS='' CFLAGSFORSHARED='' CFLAGS_ALIASING='' CFLAGS_NODIST=' -fno-semantic-interposition -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden' CONFIGURE_MACOSX_DEPLOYMENT_TARGET='' CONFIG_ARGS=' '\''--prefix=/usr/local/python3'\'' '\''--enable-optimizations'\''' CPP='gcc -E' CPPFLAGS='' CURSES_CFLAGS='-D_DEFAULT_SOURCE ' CURSES_LIBS='-lncursesw -ltinfo ' CXX='g++' DEFS='-DHAVE_CONFIG_H' DEF_MAKE_ALL_RULE='profile-opt' DEF_MAKE_RULE='build_all' DFLAGS='' DLINCLDIR='.' DLLLIBRARY='' DSYMUTIL='' DSYMUTIL_PATH='' DTRACE='' DTRACE_HEADERS='' DTRACE_OBJS='' DYNLOADFILE='dynload_shlib.o' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENSUREPIP='upgrade' EXEEXT='' EXPORTSFROM='' EXPORTSYMS='' EXPORT_MACOSX_DEPLOYMENT_TARGET='#' EXT_SUFFIX='.cpython-313-aarch64-linux-gnu.so' FRAMEWORKALTINSTALLFIRST='' FRAMEWORKALTINSTALLLAST='' FRAMEWORKINSTALLAPPSPREFIX='' FRAMEWORKINSTALLFIRST='' FRAMEWORKINSTALLLAST='' FRAMEWORKPYTHONW='' FRAMEWORKUNIXTOOLSPREFIX='/usr/local/python3' FREEZE_MODULE='$(PYTHON_FOR_FREEZE) $(srcdir)/Programs/_freeze_module.py' FREEZE_MODULE_BOOTSTRAP='./Programs/_freeze_module' FREEZE_MODULE_BOOTSTRAP_DEPS='Programs/_freeze_module' FREEZE_MODULE_DEPS='_bootstrap_python $(srcdir)/Programs/_freeze_module.py' GDBM_CFLAGS='' GDBM_LIBS='-lgdbm' GITBRANCH='' GITTAG='' GITVERSION='' GNULD='yes' GREP='/usr/bin/grep' HAS_GIT='no-repository' HAS_XCRUN='' HAVE_GETHOSTBYNAME='' HAVE_GETHOSTBYNAME_R='' HAVE_GETHOSTBYNAME_R_3_ARG='' HAVE_GETHOSTBYNAME_R_5_ARG='' HAVE_GETHOSTBYNAME_R_6_ARG='' HOSTRUNNER='' INSTALLTARGETS='commoninstall bininstall maninstall' INSTALL_DATA='${INSTALL} -m 644' INSTALL_MIMALLOC='yes' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTSONAME='$(LDLIBRARY)' IPHONEOS_DEPLOYMENT_TARGET='' JIT_STENCILS_H='' LDCXXSHARED='$(CXX) -shared' LDFLAGS='' LDFLAGS_NODIST=' -fno-semantic-interposition' LDFLAGS_NOLTO='' LDLIBRARY='libpython$(VERSION)$(ABIFLAGS).a' LDLIBRARYDIR='' LDSHARED='$(CC) -shared' LDVERSION='$(VERSION)$(ABIFLAGS)' LIBB2_CFLAGS='' LIBB2_LIBS='' LIBC='' LIBEDIT_CFLAGS='' LIBEDIT_LIBS='' LIBEXPAT_CFLAGS='-I$(srcdir)/Modules/expat' LIBEXPAT_INTERNAL='$(LIBEXPAT_HEADERS) $(LIBEXPAT_A)' LIBFFI_CFLAGS='' LIBFFI_LIBS='-L/usr/lib64/../lib64 -lffi -ldl' LIBLZMA_CFLAGS='' LIBLZMA_LIBS='-llzma ' LIBM='-lm' LIBMPDEC_CFLAGS='-I$(srcdir)/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1' LIBMPDEC_INTERNAL='$(LIBMPDEC_HEADERS) $(LIBMPDEC_A)' LIBMPDEC_LIBS='-lm $(LIBMPDEC_A)' LIBOBJS='' LIBPL='$(prefix)/lib/python3.13/config-$(VERSION)$(ABIFLAGS)-aarch64-linux-gnu' LIBPYTHON='' LIBRARY='libpython$(VERSION)$(ABIFLAGS).a' LIBRARY_DEPS='$(LIBRARY) $(PY3LIBRARY) $(EXPORTSYMS)' LIBREADLINE_CFLAGS='-I/usr/include/readline -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 ' LIBREADLINE_LIBS='-lreadline ' LIBS='-lpthread -ldl -lutil' LIBSQLITE3_CFLAGS=' -I$(srcdir)/Modules/_sqlite' LIBSQLITE3_LIBS='-lsqlite3 ' LIBUUID_CFLAGS='' LIBUUID_LIBS='' LINKCC='$(PURIFY) $(CC)' LINKFORSHARED='-Xlinker -export-dynamic' LINK_PYTHON_DEPS='$(LIBRARY_DEPS)' LINK_PYTHON_OBJS='$(LIBRARY_OBJS)' LIPO_32BIT_FLAGS='' LIPO_INTEL64_FLAGS='' LLVM_AR='' LLVM_AR_FOUND='' LLVM_BOLT='' LLVM_PROFDATA=''\'''\''' LLVM_PROF_ERR='no' LLVM_PROF_FILE='' LLVM_PROF_FOUND='not-found' LLVM_PROF_MERGER='true' LN='ln' LTLIBOBJS='' MACHDEP='linux' MACHDEP_OBJS='' MERGE_FDATA='' MIMALLOC_HEADERS='$(MIMALLOC_HEADERS)' MKDIR_P='/usr/bin/mkdir -p' MODULE_ARRAY_FALSE='#' MODULE_ARRAY_STATE=yes MODULE_ARRAY_TRUE='' MODULE_BINASCII_CFLAGS=-DUSE_ZLIB_CRC32 MODULE_BINASCII_FALSE='#' MODULE_BINASCII_LDFLAGS=-lz MODULE_BINASCII_STATE=yes MODULE_BINASCII_TRUE='' MODULE_BLOCK='MODULE__IO_STATE=yes MODULE_BUILDTYPE='shared' MODULE_CMATH_FALSE='#' MODULE_CMATH_LDFLAGS=-lm MODULE_CMATH_STATE=yes MODULE_CMATH_TRUE='' MODULE_DEPS_SHARED='$(MODULE_DEPS_STATIC) $(EXPORTSYMS)' MODULE_FCNTL_FALSE='#' MODULE_FCNTL_LDFLAGS= MODULE_FCNTL_STATE=yes MODULE_FCNTL_TRUE='' MODULE_GRP_FALSE='#' MODULE_GRP_STATE=yes MODULE_GRP_TRUE='' MODULE_MATH_FALSE='#' MODULE_MATH_LDFLAGS=-lm MODULE_MATH_STATE=yes MODULE_MATH_TRUE='' MODULE_MMAP_FALSE='#' MODULE_MMAP_STATE=yes MODULE_MMAP_TRUE='' MODULE_PWD_FALSE='#' MODULE_PWD_STATE=yes MODULE_PWD_TRUE='' MODULE_PYEXPAT_CFLAGS=-I$(srcdir)/Modules/expat MODULE_PYEXPAT_FALSE='#' MODULE_PYEXPAT_LDFLAGS=-lm $(LIBEXPAT_A) MODULE_PYEXPAT_STATE=yes MODULE_PYEXPAT_TRUE='' MODULE_READLINE_CFLAGS=-I/usr/include/readline -D_DEFAULT_SOURCE MODULE_READLINE_FALSE='#' MODULE_READLINE_LDFLAGS=-lreadline MODULE_READLINE_STATE=yes MODULE_READLINE_TRUE='' MODULE_RESOURCE_FALSE='#' MODULE_RESOURCE_STATE=yes MODULE_RESOURCE_TRUE='' MODULE_SELECT_FALSE='#' MODULE_SELECT_STATE=yes MODULE_SELECT_TRUE='' MODULE_SYSLOG_FALSE='#' MODULE_SYSLOG_STATE=yes MODULE_SYSLOG_TRUE='' MODULE_TERMIOS_FALSE='#' MODULE_TERMIOS_STATE=yes MODULE_TERMIOS_TRUE='' MODULE_TIME_FALSE='#' MODULE_TIME_LDFLAGS= MODULE_TIME_STATE=yes MODULE_TIME_TRUE='' MODULE_UNICODEDATA_FALSE='#' MODULE_UNICODEDATA_STATE=yes MODULE_UNICODEDATA_TRUE='' MODULE_XXLIMITED_35_FALSE='#' MODULE_XXLIMITED_35_STATE=yes MODULE_XXLIMITED_35_TRUE='' MODULE_XXLIMITED_FALSE='#' MODULE_XXLIMITED_STATE=yes MODULE_XXLIMITED_TRUE='' MODULE_XXSUBTYPE_FALSE='#' MODULE_XXSUBTYPE_STATE=yes MODULE_XXSUBTYPE_TRUE='' MODULE_ZLIB_CFLAGS= MODULE_ZLIB_FALSE='#' MODULE_ZLIB_LDFLAGS=-lz MODULE_ZLIB_STATE=yes MODULE_ZLIB_TRUE='' MODULE__ASYNCIO_FALSE='#' MODULE__ASYNCIO_STATE=yes MODULE__ASYNCIO_TRUE='' MODULE__BISECT_FALSE='#' MODULE__BISECT_STATE=yes MODULE__BISECT_TRUE='' MODULE__BLAKE2_CFLAGS= MODULE__BLAKE2_FALSE='#' MODULE__BLAKE2_LDFLAGS= MODULE__BLAKE2_STATE=yes MODULE__BLAKE2_TRUE='' MODULE__BZ2_CFLAGS= MODULE__BZ2_FALSE='#' MODULE__BZ2_LDFLAGS=-lbz2 MODULE__BZ2_STATE=yes MODULE__BZ2_TRUE='' MODULE__CODECS_CN_FALSE='#' MODULE__CODECS_CN_STATE=yes MODULE__CODECS_CN_TRUE='' MODULE__CODECS_HK_FALSE='#' MODULE__CODECS_HK_STATE=yes MODULE__CODECS_HK_TRUE='' MODULE__CODECS_ISO2022_FALSE='#' MODULE__CODECS_ISO2022_STATE=yes MODULE__CODECS_ISO2022_TRUE='' MODULE__CODECS_JP_FALSE='#' MODULE__CODECS_JP_STATE=yes MODULE__CODECS_JP_TRUE='' MODULE__CODECS_KR_FALSE='#' MODULE__CODECS_KR_STATE=yes MODULE__CODECS_KR_TRUE='' MODULE__CODECS_TW_FALSE='#' MODULE__CODECS_TW_STATE=yes MODULE__CODECS_TW_TRUE='' MODULE__CONTEXTVARS_FALSE='#' MODULE__CONTEXTVARS_STATE=yes MODULE__CONTEXTVARS_TRUE='' MODULE__CSV_FALSE='#' MODULE__CSV_STATE=yes MODULE__CSV_TRUE='' MODULE__CTYPES_CFLAGS=-fno-strict-overflow MODULE__CTYPES_FALSE='#' MODULE__CTYPES_LDFLAGS=-L/usr/lib64/../lib64 -lffi -ldl MODULE__CTYPES_MALLOC_CLOSURE='' MODULE__CTYPES_STATE=yes MODULE__CTYPES_TEST_FALSE='#' MODULE__CTYPES_TEST_LDFLAGS=-lm MODULE__CTYPES_TEST_STATE=yes MODULE__CTYPES_TEST_TRUE='' MODULE__CTYPES_TRUE='' MODULE__CURSES_CFLAGS=-D_DEFAULT_SOURCE MODULE__CURSES_FALSE='#' MODULE__CURSES_LDFLAGS=-lncursesw -ltinfo MODULE__CURSES_PANEL_CFLAGS=-D_DEFAULT_SOURCE -D_DEFAULT_SOURCE MODULE__CURSES_PANEL_FALSE='#' MODULE__CURSES_PANEL_LDFLAGS=-lpanelw -lncursesw -ltinfo MODULE__CURSES_PANEL_STATE=yes MODULE__CURSES_PANEL_TRUE='' MODULE__CURSES_STATE=yes MODULE__CURSES_TRUE='' MODULE__DATETIME_FALSE='#' MODULE__DATETIME_LDFLAGS= -lm MODULE__DATETIME_STATE=yes MODULE__DATETIME_TRUE='' MODULE__DBM_CFLAGS=-DUSE_GDBM_COMPAT MODULE__DBM_FALSE='#' MODULE__DBM_LDFLAGS=-lgdbm_compat MODULE__DBM_STATE=yes MODULE__DBM_TRUE='' MODULE__DECIMAL_CFLAGS=-I$(srcdir)/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 MODULE__DECIMAL_FALSE='#' MODULE__DECIMAL_LDFLAGS=-lm $(LIBMPDEC_A) MODULE__DECIMAL_STATE=yes MODULE__DECIMAL_TRUE='' MODULE__ELEMENTTREE_CFLAGS=-I$(srcdir)/Modules/expat MODULE__ELEMENTTREE_FALSE='#' MODULE__ELEMENTTREE_STATE=yes MODULE__ELEMENTTREE_TRUE='' MODULE__GDBM_CFLAGS= MODULE__GDBM_FALSE='#' MODULE__GDBM_LDFLAGS=-lgdbm MODULE__GDBM_STATE=yes MODULE__GDBM_TRUE='' MODULE__HASHLIB_CFLAGS= MODULE__HASHLIB_FALSE='#' MODULE__HASHLIB_LDFLAGS= -lcrypto MODULE__HASHLIB_STATE=yes MODULE__HASHLIB_TRUE='' MODULE__HEAPQ_FALSE='#' MODULE__HEAPQ_STATE=yes MODULE__HEAPQ_TRUE='' MODULE__INTERPCHANNELS_FALSE='#' MODULE__INTERPCHANNELS_STATE=yes MODULE__INTERPCHANNELS_TRUE='' MODULE__INTERPQUEUES_FALSE='#' MODULE__INTERPQUEUES_STATE=yes MODULE__INTERPQUEUES_TRUE='' MODULE__INTERPRETERS_FALSE='#' MODULE__INTERPRETERS_STATE=yes MODULE__INTERPRETERS_TRUE='' MODULE__IO_CFLAGS=-I$(srcdir)/Modules/_io MODULE__IO_FALSE='#' MODULE__IO_TRUE='' MODULE__JSON_FALSE='#' MODULE__JSON_STATE=yes MODULE__JSON_TRUE='' MODULE__LSPROF_FALSE='#' MODULE__LSPROF_STATE=yes MODULE__LSPROF_TRUE='' MODULE__LZMA_CFLAGS= MODULE__LZMA_FALSE='#' MODULE__LZMA_LDFLAGS=-llzma MODULE__LZMA_STATE=yes MODULE__LZMA_TRUE='' MODULE__MD5_CFLAGS=-I$(srcdir)/Modules/_hacl/include -I$(srcdir)/Modules/_hacl/internal -D_BSD_SOURCE -D_DEFAULT_SOURCE MODULE__MD5_FALSE='#' MODULE__MD5_STATE=yes MODULE__MD5_TRUE='' MODULE__MULTIBYTECODEC_FALSE='#' MODULE__MULTIBYTECODEC_STATE=yes MODULE__MULTIBYTECODEC_TRUE='' MODULE__MULTIPROCESSING_CFLAGS=-I$(srcdir)/Modules/_multiprocessing MODULE__MULTIPROCESSING_FALSE='#' MODULE__MULTIPROCESSING_STATE=yes MODULE__MULTIPROCESSING_TRUE='' MODULE__OPCODE_FALSE='#' MODULE__OPCODE_STATE=yes MODULE__OPCODE_TRUE='' MODULE__PICKLE_FALSE='#' MODULE__PICKLE_STATE=yes MODULE__PICKLE_TRUE='' MODULE__POSIXSHMEM_CFLAGS=-I$(srcdir)/Modules/_multiprocessing MODULE__POSIXSHMEM_FALSE='#' MODULE__POSIXSHMEM_LDFLAGS=-lrt MODULE__POSIXSHMEM_STATE=yes MODULE__POSIXSHMEM_TRUE='' MODULE__POSIXSUBPROCESS_FALSE='#' MODULE__POSIXSUBPROCESS_STATE=yes MODULE__POSIXSUBPROCESS_TRUE='' MODULE__QUEUE_FALSE='#' MODULE__QUEUE_STATE=yes MODULE__QUEUE_TRUE='' MODULE__RANDOM_FALSE='#' MODULE__RANDOM_STATE=yes MODULE__RANDOM_TRUE='' MODULE__SCPROXY_FALSE='' MODULE__SCPROXY_STATE=n/a MODULE__SCPROXY_TRUE='#' MODULE__SHA1_CFLAGS=-I$(srcdir)/Modules/_hacl/include -I$(srcdir)/Modules/_hacl/internal -D_BSD_SOURCE -D_DEFAULT_SOURCE MODULE__SHA1_FALSE='#' MODULE__SHA1_STATE=yes MODULE__SHA1_TRUE='' MODULE__SHA2_CFLAGS=-I$(srcdir)/Modules/_hacl/include -I$(srcdir)/Modules/_hacl/internal -D_BSD_SOURCE -D_DEFAULT_SOURCE MODULE__SHA2_FALSE='#' MODULE__SHA2_STATE=yes MODULE__SHA2_TRUE='' MODULE__SHA3_FALSE='#' MODULE__SHA3_STATE=yes MODULE__SHA3_TRUE='' MODULE__SOCKET_FALSE='#' MODULE__SOCKET_STATE=yes MODULE__SOCKET_TRUE='' MODULE__SQLITE3_CFLAGS= -I$(srcdir)/Modules/_sqlite MODULE__SQLITE3_FALSE='#' MODULE__SQLITE3_LDFLAGS=-lsqlite3 MODULE__SQLITE3_STATE=yes MODULE__SQLITE3_TRUE='' MODULE__SSL_CFLAGS= MODULE__SSL_FALSE='#' MODULE__SSL_LDFLAGS= -lssl -lcrypto MODULE__SSL_STATE=yes MODULE__SSL_TRUE='' MODULE__STATISTICS_FALSE='#' MODULE__STATISTICS_LDFLAGS=-lm MODULE__STATISTICS_STATE=yes MODULE__STATISTICS_TRUE='' MODULE__STRUCT_FALSE='#' MODULE__STRUCT_STATE=yes MODULE__STRUCT_TRUE='' MODULE__TESTBUFFER_FALSE='#' MODULE__TESTBUFFER_STATE=yes MODULE__TESTBUFFER_TRUE='' MODULE__TESTCAPI_FALSE='#' MODULE__TESTCAPI_LDFLAGS= MODULE__TESTCAPI_STATE=yes MODULE__TESTCAPI_TRUE='' MODULE__TESTCLINIC_FALSE='#' MODULE__TESTCLINIC_LIMITED_FALSE='#' MODULE__TESTCLINIC_LIMITED_STATE=yes MODULE__TESTCLINIC_LIMITED_TRUE='' MODULE__TESTCLINIC_STATE=yes MODULE__TESTCLINIC_TRUE='' MODULE__TESTEXTERNALINSPECTION_FALSE='#' MODULE__TESTEXTERNALINSPECTION_STATE=yes MODULE__TESTEXTERNALINSPECTION_TRUE='' MODULE__TESTIMPORTMULTIPLE_FALSE='#' MODULE__TESTIMPORTMULTIPLE_STATE=yes MODULE__TESTIMPORTMULTIPLE_TRUE='' MODULE__TESTINTERNALCAPI_FALSE='#' MODULE__TESTINTERNALCAPI_STATE=yes MODULE__TESTINTERNALCAPI_TRUE='' MODULE__TESTLIMITEDCAPI_FALSE='#' MODULE__TESTLIMITEDCAPI_STATE=yes MODULE__TESTLIMITEDCAPI_TRUE='' MODULE__TESTMULTIPHASE_FALSE='#' MODULE__TESTMULTIPHASE_STATE=yes MODULE__TESTMULTIPHASE_TRUE='' MODULE__TESTSINGLEPHASE_FALSE='#' MODULE__TESTSINGLEPHASE_STATE=yes MODULE__TESTSINGLEPHASE_TRUE='' MODULE__TKINTER_CFLAGS= -Wno-strict-prototypes -DWITH_APPINIT=1 MODULE__TKINTER_FALSE='#' MODULE__TKINTER_LDFLAGS=-ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 MODULE__TKINTER_STATE=yes MODULE__TKINTER_TRUE='' MODULE__TYPING_FALSE='#' MODULE__TYPING_STATE=yes MODULE__TYPING_TRUE='' MODULE__UUID_FALSE='' MODULE__UUID_STATE=missing MODULE__UUID_TRUE='#' MODULE__XXTESTFUZZ_FALSE='#' MODULE__XXTESTFUZZ_STATE=yes MODULE__XXTESTFUZZ_TRUE='' MODULE__ZONEINFO_FALSE='#' MODULE__ZONEINFO_STATE=yes MODULE__ZONEINFO_TRUE='' MULTIARCH='aarch64-linux-gnu' MULTIARCH_CPPFLAGS='-DMULTIARCH=\"aarch64-linux-gnu\"' NODE='' NO_AS_NEEDED='-Wl,--no-as-needed' OBJEXT='o' OPENSSL_INCLUDES='' OPENSSL_LDFLAGS='' OPENSSL_LIBS='-lssl -lcrypto ' OPT='-DNDEBUG -g -O3 -Wall' PACKAGE_BUGREPORT='https://github.com/python/cpython/issues/' PACKAGE_NAME='python' PACKAGE_STRING='python 3.13' PACKAGE_TARNAME='python' PACKAGE_URL='' PACKAGE_VERSION='3.13' PANEL_CFLAGS='-D_DEFAULT_SOURCE ' PANEL_LIBS='-lpanelw ' PATH_SEPARATOR=':' PERF_TRAMPOLINE_OBJ='Python/asm_trampoline.o' PGO_PROF_GEN_FLAG='-fprofile-generate' PGO_PROF_USE_FLAG='-fprofile-use -fprofile-correction' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PLATFORM_HEADERS='' PLATFORM_OBJS='' PLATFORM_TRIPLET='aarch64-linux-gnu' PLATLIBDIR='lib' PREBOLT_RULE='' PROFILE_TASK='-m test --pgo --timeout=$(TESTTIMEOUT)' PY3LIBRARY='' PYTHONFRAMEWORK='' PYTHONFRAMEWORKDIR='no-framework' PYTHONFRAMEWORKIDENTIFIER='org.python.python' PYTHONFRAMEWORKINSTALLDIR='' PYTHONFRAMEWORKINSTALLNAMEPREFIX='' PYTHONFRAMEWORKPREFIX='' PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E' PYTHON_FOR_BUILD_DEPS='$(BUILDPYTHON)' PYTHON_FOR_FREEZE='./_bootstrap_python' PYTHON_FOR_REGEN='python3' PY_ENABLE_SHARED='0' REGEN_JIT_COMMAND='' RESSRCDIR='' RUNSHARED='' SED='/usr/bin/sed' SHELL='/bin/sh' SHLIBS='$(LIBS)' SHLIB_SUFFIX='.so' SOABI='cpython-313-aarch64-linux-gnu' SOVERSION='1.0' SRCDIRS=' Modules Modules/_blake2 Modules/_ctypes Modules/_decimal Modules/_decimal/libmpdec Modules/_hacl Modules/_io Modules/_multiprocessing Modules/_sqlite Modules/_sre Modules/_testcapi Modules/_testinternalcapi Modules/_testlimitedcapi Modules/_xxtestfuzz Modules/cjkcodecs Modules/expat Objects Objects/mimalloc Objects/mimalloc/prim Parser Parser/tokenizer Parser/lexer Programs Python Python/frozen_modules' STATIC_LIBPYTHON='1' TCLTK_CFLAGS=' -Wno-strict-prototypes -DWITH_APPINIT=1' TCLTK_LIBS='-ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 ' TEST_MODULES='yes' THREADHEADERS=' $(srcdir)/Python/thread_nt.h $(srcdir)/Python/thread_pthread.h $(srcdir)/Python/thread_pthread_stubs.h' TRUE='true' TZPATH='/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo' UNIVERSALSDK='' UNIVERSAL_ARCH_FLAGS='' VERSION='3.13' WASM_ASSETS_DIR='' WASM_STDLIB='' WHEEL_PKG_DIR='' X11_CFLAGS='' X11_LIBS='' ZLIB_CFLAGS='' ZLIB_LIBS='-lz ' _PYTHON_HOST_PLATFORM='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='aarch64-unknown-linux-gnu' build_alias='' build_cpu='aarch64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='aarch64-unknown-linux-gnu' host_alias='' host_cpu='aarch64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local/python3' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define _NETBSD_SOURCE 1 #define __BSD_VISIBLE 1 #define _DARWIN_C_SOURCE 1 #define _PYTHONFRAMEWORK "" #define _XOPEN_SOURCE 700 #define _XOPEN_SOURCE_EXTENDED 1 #define _POSIX_C_SOURCE 200809L #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define STDC_HEADERS 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define PY_SUPPORT_TIER 2 #define STDC_HEADERS 1 #define HAVE_ALLOCA_H 1 #define HAVE_ASM_TYPES_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GRP_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_LINUX_AUXVEC_H 1 #define HAVE_SYS_AUXV_H 1 #define HAVE_LINUX_FS_H 1 #define HAVE_LINUX_LIMITS_H 1 #define HAVE_LINUX_MEMFD_H 1 #define HAVE_LINUX_RANDOM_H 1 #define HAVE_LINUX_SOUNDCARD_H 1 #define HAVE_LINUX_TIPC_H 1 #define HAVE_LINUX_WAIT_H 1 #define HAVE_NETDB_H 1 #define HAVE_NET_ETHERNET_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETPACKET_PACKET_H 1 #define HAVE_POLL_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTY_H 1 #define HAVE_SCHED_H 1 #define HAVE_SETJMP_H 1 #define HAVE_SHADOW_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_SPAWN_H 1 #define HAVE_SYS_EPOLL_H 1 #define HAVE_SYS_EVENTFD_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_RANDOM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SENDFILE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_SYSCALL_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_SYS_TIMERFD_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYS_XATTR_H 1 #define HAVE_SYSEXITS_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UTIME_H 1 #define HAVE_UTMP_H 1 #define HAVE_DIRENT_H 1 #define MAJOR_IN_SYSMACROS 1 #define HAVE_NET_IF_H 1 #define HAVE_LINUX_NETLINK_H 1 #define HAVE_LINUX_QRTR_H 1 #define HAVE_LINUX_VM_SOCKETS_H 1 #define HAVE_LINUX_CAN_H 1 #define HAVE_LINUX_CAN_BCM_H 1 #define HAVE_LINUX_CAN_J1939_H 1 #define HAVE_LINUX_CAN_RAW_H 1 #define HAVE_CLOCK_T 1 #define HAVE_MAKEDEV 1 #define HAVE_HTOLE64 1 #define _LARGEFILE_SOURCE 1 #define _FILE_OFFSET_BITS 64 #if defined(SCO_DS) #undef _OFF_T #endif #define RETSIGTYPE void #define HAVE_SSIZE_T 1 #define HAVE___UINT128_T 1 #define HAVE_GCC_UINT128_T 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define ALIGNOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_VOID_P 8 #define SIZEOF_SHORT 2 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_FPOS_T 16 #define SIZEOF_SIZE_T 8 #define ALIGNOF_SIZE_T 8 #define SIZEOF_PID_T 4 #define SIZEOF_UINTPTR_T 8 #define ALIGNOF_MAX_ALIGN_T 16 #define HAVE_LONG_DOUBLE 1 #define SIZEOF_LONG_DOUBLE 16 #define SIZEOF__BOOL 1 #define SIZEOF_OFF_T 8 #define SIZEOF_TIME_T 8 #define SIZEOF_PTHREAD_T 8 #define SIZEOF_PTHREAD_KEY_T 4 #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 #define PY_HAVE_PERF_TRAMPOLINE 1 #define HAVE_LIBDL 1 #define HAVE_FFI_PREP_CIF_VAR 1 #define HAVE_FFI_PREP_CLOSURE_LOC 1 #define HAVE_FFI_CLOSURE_ALLOC 1 #define WITH_DECIMAL_CONTEXTVAR 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_LIBSQLITE3 1 #define HAVE_GDBM_H 1 #define HAVE_NDBM_H 1 #define HAVE_GDBM_NDBM_H 1 #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_PTHREAD_GETCPUCLOCKID 1 #define ENABLE_IPV6 1 #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 #define WITH_DOC_STRINGS 1 #define HAVE_STD_ATOMIC 1 #define HAVE_BUILTIN_ATOMIC 1 #define WITH_MIMALLOC 1 #define WITH_PYMALLOC 1 #define WITH_FREELISTS 1 #define PY_COERCE_C_LOCALE 1 #define HAVE_DLOPEN 1 #define HAVE_DYNAMIC_LOADING 1 #define HAVE_ACCEPT4 1 #define HAVE_ALARM 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_CHMOD 1 #define HAVE_CHOWN 1 #define HAVE_CLOCK 1 #define HAVE_CONFSTR 1 #define HAVE_COPY_FILE_RANGE 1 #define HAVE_CTERMID 1 #define HAVE_DUP 1 #define HAVE_DUP3 1 #define HAVE_EXECV 1 #define HAVE_EXPLICIT_BZERO 1 #define HAVE_FACCESSAT 1 #define HAVE_FCHMOD 1 #define HAVE_FCHMODAT 1 #define HAVE_FCHOWN 1 #define HAVE_FCHOWNAT 1 #define HAVE_FDOPENDIR 1 #define HAVE_FEXECVE 1 #define HAVE_FORK 1 #define HAVE_FPATHCONF 1 #define HAVE_FSTATAT 1 #define HAVE_FTIME 1 #define HAVE_FTRUNCATE 1 #define HAVE_FUTIMENS 1 #define HAVE_FUTIMES 1 #define HAVE_FUTIMESAT 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETGRENT 1 #define HAVE_GETGRGID 1 #define HAVE_GETGRGID_R 1 #define HAVE_GETGRNAM_R 1 #define HAVE_GETGROUPLIST 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETITIMER 1 #define HAVE_GETLOADAVG 1 #define HAVE_GETLOGIN 1 #define HAVE_GETLOGIN_R 1 #define HAVE_GETPEERNAME 1 #define HAVE_GETPGID 1 #define HAVE_GETPID 1 #define HAVE_GETPPID 1 #define HAVE_GETPRIORITY 1 #define HAVE_GETPWENT 1 #define HAVE_GETPWNAM_R 1 #define HAVE_GETPWUID 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETRESGID 1 #define HAVE_GETRESUID 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETSID 1 #define HAVE_GETSPENT 1 #define HAVE_GETSPNAM 1 #define HAVE_GETUID 1 #define HAVE_GETWD 1 #define HAVE_GRANTPT 1 #define HAVE_IF_NAMEINDEX 1 #define HAVE_INITGROUPS 1 #define HAVE_KILL 1 #define HAVE_KILLPG 1 #define HAVE_LCHOWN 1 #define HAVE_LINKAT 1 #define HAVE_LOCKF 1 #define HAVE_LSTAT 1 #define HAVE_LUTIMES 1 #define HAVE_MADVISE 1 #define HAVE_MBRTOWC 1 #define HAVE_MEMRCHR 1 #define HAVE_MKDIRAT 1 #define HAVE_MKFIFO 1 #define HAVE_MKFIFOAT 1 #define HAVE_MKNOD 1 #define HAVE_MKNODAT 1 #define HAVE_MKTIME 1 #define HAVE_MMAP 1 #define HAVE_MREMAP 1 #define HAVE_NICE 1 #define HAVE_OPENAT 1 #define HAVE_OPENDIR 1 #define HAVE_PATHCONF 1 #define HAVE_PAUSE 1 #define HAVE_PIPE 1 #define HAVE_PIPE2 1 #define HAVE_POLL 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_POSIX_FALLOCATE 1 #define HAVE_POSIX_OPENPT 1 #define HAVE_POSIX_SPAWN 1 #define HAVE_POSIX_SPAWNP 1 #define HAVE_PREAD 1 #define HAVE_PREADV 1 #define HAVE_PREADV2 1 #define HAVE_PROCESS_VM_READV 1 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 #define HAVE_PTHREAD_KILL 1 #define HAVE_PTSNAME 1 #define HAVE_PTSNAME_R 1 #define HAVE_PWRITE 1 #define HAVE_PWRITEV 1 #define HAVE_PWRITEV2 1 #define HAVE_READLINK 1 #define HAVE_READLINKAT 1 #define HAVE_READV 1 #define HAVE_REALPATH 1 #define HAVE_RENAMEAT 1 #define HAVE_SCHED_GET_PRIORITY_MAX 1 #define HAVE_SCHED_RR_GET_INTERVAL 1 #define HAVE_SCHED_SETAFFINITY 1 #define HAVE_SCHED_SETPARAM 1 #define HAVE_SCHED_SETSCHEDULER 1 #define HAVE_SEM_GETVALUE 1 #define HAVE_SEM_OPEN 1 #define HAVE_SEM_TIMEDWAIT 1 #define HAVE_SEM_UNLINK 1 #define HAVE_SENDFILE 1 #define HAVE_SETEGID 1 #define HAVE_SETEUID 1 #define HAVE_SETGID 1 #define HAVE_SETHOSTNAME 1 #define HAVE_SETITIMER 1 #define HAVE_SETLOCALE 1 #define HAVE_SETPGID 1 #define HAVE_SETPGRP 1 #define HAVE_SETPRIORITY 1 #define HAVE_SETREGID 1 #define HAVE_SETRESGID 1 #define HAVE_SETRESUID 1 #define HAVE_SETREUID 1 #define HAVE_SETSID 1 #define HAVE_SETUID 1 #define HAVE_SETVBUF 1 #define HAVE_SHUTDOWN 1 #define HAVE_SIGACTION 1 #define HAVE_SIGALTSTACK 1 #define HAVE_SIGFILLSET 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_SIGPENDING 1 #define HAVE_SIGRELSE 1 #define HAVE_SIGTIMEDWAIT 1 #define HAVE_SIGWAIT 1 #define HAVE_SIGWAITINFO 1 #define HAVE_SNPRINTF 1 #define HAVE_SPLICE 1 #define HAVE_STRFTIME 1 #define HAVE_STRSIGNAL 1 #define HAVE_SYMLINKAT 1 #define HAVE_SYNC 1 #define HAVE_SYSCONF 1 #define HAVE_TCGETPGRP 1 #define HAVE_TCSETPGRP 1 #define HAVE_TEMPNAM 1 #define HAVE_TIMEGM 1 #define HAVE_TIMES 1 #define HAVE_TMPFILE 1 #define HAVE_TMPNAM 1 #define HAVE_TMPNAM_R 1 #define HAVE_TRUNCATE 1 #define HAVE_TTYNAME_R 1 #define HAVE_UMASK 1 #define HAVE_UNAME 1 #define HAVE_UNLINKAT 1 #define HAVE_UNLOCKPT 1 #define HAVE_UTIMENSAT 1 #define HAVE_UTIMES 1 #define HAVE_VFORK 1 #define HAVE_WAIT 1 #define HAVE_WAIT3 1 #define HAVE_WAIT4 1 #define HAVE_WAITID 1 #define HAVE_WAITPID 1 #define HAVE_WCSCOLL 1 #define HAVE_WCSFTIME 1 #define HAVE_WCSXFRM 1 #define HAVE_WMEMCMP 1 #define HAVE_WRITEV 1 #define HAVE_GETENTROPY 1 #define HAVE_GETGROUPS 1 #define HAVE_SYSTEM 1 #define HAVE_DIRFD 1 #define HAVE_CHROOT 1 #define HAVE_LINK 1 #define HAVE_SYMLINK 1 #define HAVE_FCHDIR 1 #define HAVE_FSYNC 1 #define HAVE_FDATASYNC 1 #define HAVE_EPOLL 1 #define HAVE_EPOLL_CREATE1 1 #define HAVE_PRLIMIT 1 #define HAVE_MEMFD_CREATE 1 #define HAVE_EVENTFD 1 #define HAVE_TIMERFD_CREATE 1 #define HAVE_FLOCK 1 #define HAVE_GETPAGESIZE 1 #define HAVE_ZLIB_COPY 1 #define HAVE_HSTRERROR 1 #define HAVE_GETSERVBYNAME 1 #define HAVE_GETSERVBYPORT 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_GETPROTOBYNAME 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_PTON 1 #define HAVE_GETPEERNAME 1 #define HAVE_GETSOCKNAME 1 #define HAVE_ACCEPT 1 #define HAVE_BIND 1 #define HAVE_CONNECT 1 #define HAVE_LISTEN 1 #define HAVE_RECVFROM 1 #define HAVE_SENDTO 1 #define HAVE_SETSOCKOPT 1 #define HAVE_SOCKET 1 #define HAVE_SETGROUPS 1 #define HAVE_DECL_UT_NAMESIZE 1 #define HAVE_UT_NAMESIZE 1 #define HAVE_OPENPTY 1 #define HAVE_LOGIN_TTY 1 #define HAVE_FORKPTY 1 #define HAVE_FSEEKO 1 #define HAVE_FSTATVFS 1 #define HAVE_FTELLO 1 #define HAVE_STATVFS 1 #define HAVE_DUP2 1 #define HAVE_GETPGRP 1 #define HAVE_SETPGRP 1 #define HAVE_SETNS 1 #define HAVE_UNSHARE 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_CLOCK_SETTIME 1 #define HAVE_CLOCK_NANOSLEEP 1 #define HAVE_NANOSLEEP 1 #define HAVE_DEVICE_MACROS 1 #define SYS_SELECT_WITH_SYS_TIME 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 #define HAVE_STRUCT_PASSWD_PW_GECOS 1 #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 #define HAVE_SIGINFO_T_SI_BAND 1 #define HAVE_ADDRINFO 1 #define HAVE_SOCKADDR_STORAGE 1 #define HAVE_SOCKADDR_ALG 1 #define HAVE_PROTOTYPES 1 #define HAVE_SOCKETPAIR 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_GETHOSTBYNAME_R_6_ARG 1 #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 #define HAVE_ACOSH 1 #define HAVE_ASINH 1 #define HAVE_ATANH 1 #define HAVE_ERF 1 #define HAVE_ERFC 1 #define HAVE_EXPM1 1 #define HAVE_LOG1P 1 #define HAVE_LOG2 1 #define HAVE_DECL_RTLD_LAZY 1 #define HAVE_DECL_RTLD_NOW 1 #define HAVE_DECL_RTLD_GLOBAL 1 #define HAVE_DECL_RTLD_LOCAL 1 #define HAVE_DECL_RTLD_NODELETE 1 #define HAVE_DECL_RTLD_NOLOAD 1 #define HAVE_DECL_RTLD_DEEPBIND 1 #define HAVE_DECL_RTLD_MEMBER 0 #define HAVE_WCHAR_H 1 #define SIZEOF_WCHAR_T 4 #define HAVE_USABLE_WCHAR_T 1 #define HAVE_GETC_UNLOCKED 1 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 #define HAVE_RL_PRE_INPUT_HOOK 1 #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 #define HAVE_RL_RESIZE_TERMINAL 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define HAVE_RL_CATCH_SIGNAL 1 #define HAVE_RL_APPEND_HISTORY 1 #define HAVE_RL_COMPDISP_FUNC_T 1 #define Py_RL_STARTUP_HOOK_TAKES_ARGS 1 #define HAVE_WORKING_TZSET 1 #define HAVE_STAT_TV_NSEC 1 #define HAVE_NCURSESW 1 #define HAVE_PANELW 1 #define HAVE_NCURSESW_CURSES_H 1 #define HAVE_NCURSESW_NCURSES_H 1 #define HAVE_NCURSESW_PANEL_H 1 #define HAVE_NCURSES_CURSES_H 1 #define HAVE_NCURSES_NCURSES_H 1 #define HAVE_NCURSES_PANEL_H 1 #define HAVE_CURSES_H 1 #define HAVE_NCURSES_H 1 #define HAVE_PANEL_H 1 #define HAVE_TERM_H 1 #define MVWDELCH_IS_EXPRESSION 1 #define WINDOW_HAS_FLAGS 1 #define HAVE_CURSES_IS_PAD 1 #define HAVE_CURSES_IS_TERM_RESIZED 1 #define HAVE_CURSES_RESIZE_TERM 1 #define HAVE_CURSES_RESIZETERM 1 #define HAVE_CURSES_IMMEDOK 1 #define HAVE_CURSES_SYNCOK 1 #define HAVE_CURSES_WCHGAT 1 #define HAVE_CURSES_FILTER 1 #define HAVE_CURSES_HAS_KEY 1 #define HAVE_CURSES_TYPEAHEAD 1 #define HAVE_CURSES_USE_ENV 1 #define HAVE_DEV_PTMX 1 #define HAVE_SOCKLEN_T 1 #define HAVE_COMPUTED_GOTOS 1 #define HAVE_DIRENT_D_TYPE 1 #define HAVE_GETRANDOM_SYSCALL 1 #define HAVE_GETRANDOM 1 #define HAVE_SHM_OPEN 1 #define HAVE_SHM_UNLINK 1 #define PY_SSL_DEFAULT_CIPHERS 1 #define PY_BUILTIN_HASHLIB_HASHES "md5,sha1,sha2,sha3,blake2" configure: exit 0