This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PostgreSQL configure 11.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr/local/pgsql --with-ossp-uuid ## --------- ## ## Platform. ## ## --------- ## hostname = 6c64784b01e6 uname -m = x86_64 uname -r = 5.15.0-124-generic uname -s = Linux uname -v = #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/app/.onbuild-node/bin PATH: /home/app/.onbuild-node/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/local/pgsql/bin PATH: /home/app/.onbuild-node/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2840: checking build system type configure:2854: result: x86_64-pc-linux-gnu configure:2874: checking host system type configure:2887: result: x86_64-pc-linux-gnu configure:2909: checking which template to use configure:2977: result: linux configure:3102: checking whether NLS is wanted configure:3134: result: no configure:3142: checking for default port number configure:3167: result: 5432 configure:3672: checking for block size configure:3706: result: 8kB configure:3718: checking for segment size configure:3747: result: 1GB configure:3759: checking for WAL block size configure:3794: result: 8kB configure:3891: checking for gcc configure:3907: found /usr/bin/gcc configure:3918: result: gcc configure:3949: checking for C compiler version configure:3958: gcc --version >&5 gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 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:3969: $? = 0 configure:3958: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.2.1 20210110 (Debian 10.2.1-6) ... rest of stderr output deleted ... configure:3969: $? = 0 configure:3958: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:3969: $? = 1 configure:3958: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3969: $? = 1 configure:3989: checking whether the C compiler works configure:4011: gcc conftest.c >&5 configure:4015: $? = 0 configure:4063: result: yes configure:4066: checking for C compiler default output file name configure:4068: result: a.out configure:4074: checking for suffix of executables configure:4081: gcc -o conftest conftest.c >&5 configure:4085: $? = 0 configure:4107: result: configure:4129: checking whether we are cross compiling configure:4137: gcc -o conftest conftest.c >&5 configure:4141: $? = 0 configure:4148: ./conftest configure:4152: $? = 0 configure:4167: result: no configure:4172: checking for suffix of object files configure:4194: gcc -c conftest.c >&5 configure:4198: $? = 0 configure:4219: result: o configure:4223: checking whether we are using the GNU C compiler configure:4242: gcc -c conftest.c >&5 configure:4242: $? = 0 configure:4251: result: yes configure:4260: checking whether gcc accepts -g configure:4280: gcc -c -g conftest.c >&5 configure:4280: $? = 0 configure:4321: result: yes configure:4338: checking for gcc option to accept ISO C89 configure:4401: gcc -c -g -O2 conftest.c >&5 configure:4401: $? = 0 configure:4414: result: none needed configure:4492: checking for g++ configure:4508: found /usr/bin/g++ configure:4519: result: g++ configure:4546: checking for C++ compiler version configure:4555: g++ --version >&5 g++ (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 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:4566: $? = 0 configure:4555: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.2.1 20210110 (Debian 10.2.1-6) ... rest of stderr output deleted ... configure:4566: $? = 0 configure:4555: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. configure:4566: $? = 1 configure:4555: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:4566: $? = 1 configure:4570: checking whether we are using the GNU C++ compiler configure:4589: g++ -c conftest.cpp >&5 configure:4589: $? = 0 configure:4598: result: yes configure:4607: checking whether g++ accepts -g configure:4627: g++ -c -g conftest.cpp >&5 configure:4627: $? = 0 configure:4668: result: yes configure:4709: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:21:1: error: unknown type name 'choke' 21 | choke me | ^~~~~ configure:4709: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | /* end confdefs.h. */ | | int | main () | { | #ifndef __INTEL_COMPILER | choke me | #endif | ; | return 0; | } configure:4731: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:21:1: error: unknown type name 'choke' 21 | choke me | ^~~~~ configure:4731: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | /* end confdefs.h. */ | | int | main () | { | #ifndef __SUNPRO_C | choke me | #endif | ; | return 0; | } configure:4776: checking for gawk configure:4806: result: no configure:4776: checking for mawk configure:4792: found /usr/bin/mawk configure:4803: result: mawk configure:5103: checking whether gcc supports -Wdeclaration-after-statement, for CFLAGS configure:5125: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5 configure:5125: $? = 0 configure:5135: result: yes configure:5144: checking whether gcc supports -Wendif-labels, for CFLAGS configure:5166: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -D_GNU_SOURCE conftest.c >&5 configure:5166: $? = 0 configure:5176: result: yes configure:5183: checking whether g++ supports -Wendif-labels, for CXXFLAGS configure:5211: g++ -c -Wall -Wpointer-arith -Wendif-labels -D_GNU_SOURCE conftest.cpp >&5 configure:5211: $? = 0 configure:5227: result: yes configure:5235: checking whether gcc supports -Wmissing-format-attribute, for CFLAGS configure:5257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -D_GNU_SOURCE conftest.c >&5 configure:5257: $? = 0 configure:5267: result: yes configure:5274: checking whether g++ supports -Wmissing-format-attribute, for CXXFLAGS configure:5302: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -D_GNU_SOURCE conftest.cpp >&5 configure:5302: $? = 0 configure:5318: result: yes configure:5327: checking whether gcc supports -Wformat-security, for CFLAGS configure:5349: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -D_GNU_SOURCE conftest.c >&5 configure:5349: $? = 0 configure:5359: result: yes configure:5366: checking whether g++ supports -Wformat-security, for CXXFLAGS configure:5394: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -D_GNU_SOURCE conftest.cpp >&5 configure:5394: $? = 0 configure:5410: result: yes configure:5419: checking whether gcc supports -fno-strict-aliasing, for CFLAGS configure:5441: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:5441: $? = 0 configure:5451: result: yes configure:5458: checking whether g++ supports -fno-strict-aliasing, for CXXFLAGS configure:5486: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -D_GNU_SOURCE conftest.cpp >&5 configure:5486: $? = 0 configure:5502: result: yes configure:5511: checking whether gcc supports -fwrapv, for CFLAGS configure:5533: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:5533: $? = 0 configure:5543: result: yes configure:5550: checking whether g++ supports -fwrapv, for CXXFLAGS configure:5578: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.cpp >&5 configure:5578: $? = 0 configure:5594: result: yes configure:5603: checking whether gcc supports -fexcess-precision=standard, for CFLAGS configure:5625: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -D_GNU_SOURCE conftest.c >&5 configure:5625: $? = 0 configure:5635: result: yes configure:5642: checking whether g++ supports -fexcess-precision=standard, for CXXFLAGS configure:5670: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -D_GNU_SOURCE conftest.cpp >&5 cc1plus: sorry, unimplemented: '-fexcess-precision=standard' for C++ configure:5670: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5686: result: no configure:5694: checking whether gcc supports -funroll-loops, for CFLAGS_VECTOR configure:5716: gcc -c -funroll-loops -D_GNU_SOURCE conftest.c >&5 configure:5716: $? = 0 configure:5726: result: yes configure:5733: checking whether gcc supports -ftree-vectorize, for CFLAGS_VECTOR configure:5755: gcc -c -funroll-loops -ftree-vectorize -D_GNU_SOURCE conftest.c >&5 configure:5755: $? = 0 configure:5765: result: yes configure:5776: checking whether gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS configure:5798: gcc -c -Wunused-command-line-argument -D_GNU_SOURCE conftest.c >&5 gcc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'? configure:5798: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5808: result: no configure:5820: checking whether gcc supports -Wformat-truncation, for NOT_THE_CFLAGS configure:5842: gcc -c -Wformat-truncation -D_GNU_SOURCE conftest.c >&5 configure:5842: $? = 0 configure:5852: result: yes configure:5863: checking whether gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS configure:5885: gcc -c -Wstringop-truncation -D_GNU_SOURCE conftest.c >&5 configure:5885: $? = 0 configure:5895: result: yes configure:6698: checking whether the C compiler still works configure:6711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:6711: $? = 0 configure:6712: result: yes configure:6737: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:6737: $? = 0 configure:6783: checking how to run the C preprocessor configure:6814: gcc -E -D_GNU_SOURCE conftest.c configure:6814: $? = 0 configure:6828: gcc -E -D_GNU_SOURCE conftest.c conftest.c:16:10: fatal error: ac_nonexistent.h: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | /* end confdefs.h. */ | #include configure:6853: result: gcc -E configure:6873: gcc -E -D_GNU_SOURCE conftest.c configure:6873: $? = 0 configure:6887: gcc -E -D_GNU_SOURCE conftest.c conftest.c:16:10: fatal error: ac_nonexistent.h: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6887: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | /* end confdefs.h. */ | #include configure:7029: checking allow thread-safe client libraries configure:7059: result: yes configure:7066: checking whether to build with ICU support configure:7094: result: no configure:7315: checking whether to build with Tcl configure:7341: result: no configure:7373: checking whether to build Perl modules configure:7399: result: no configure:7406: checking whether to build Python modules configure:7432: result: no configure:7439: checking whether to build with GSSAPI support configure:7470: result: no configure:7515: checking whether to build with PAM support configure:7543: result: no configure:7550: checking whether to build with BSD Authentication support configure:7578: result: no configure:7585: checking whether to build with LDAP support configure:7613: result: no configure:7621: checking whether to build with Bonjour support configure:7649: result: no configure:7656: checking whether to build with OpenSSL support configure:7684: result: no configure:7691: checking whether to build with SELinux support configure:7718: result: no configure:7724: checking whether to build with systemd support configure:7753: result: no configure:8109: checking for grep that handles long lines and -e configure:8167: result: /bin/grep configure:8172: checking for egrep configure:8234: result: /bin/grep -E configure:8281: checking for ld used by GCC configure:8344: result: /usr/bin/ld configure:8351: checking if the linker (/usr/bin/ld) is GNU ld GNU ld (GNU Binutils for Debian) 2.35.2 configure:8363: result: yes configure:8413: checking for ranlib configure:8429: found /usr/bin/ranlib configure:8440: result: ranlib configure:8506: checking for strip configure:8522: found /usr/bin/strip configure:8533: result: strip configure:8556: checking whether it is possible to strip libraries configure:8561: result: yes configure:8626: checking for ar configure:8642: found /usr/bin/ar configure:8653: result: ar configure:8968: checking for a BSD-compatible install configure:9036: result: /usr/bin/install -c configure:9061: checking for tar configure:9079: found /bin/tar configure:9091: result: /bin/tar configure:9110: checking whether ln -s works configure:9114: result: yes configure:9121: checking for a thread-safe mkdir -p configure:9160: result: /bin/mkdir -p configure:9175: checking for bison configure:9193: found /usr/bin/bison configure:9205: result: /usr/bin/bison configure:9227: using bison (GNU Bison) 3.7.5 configure:9266: checking for flex configure:9311: result: /usr/bin/flex configure:9331: using flex 2.6.4 configure:9344: checking for perl configure:9362: found /usr/bin/perl configure:9374: result: /usr/bin/perl configure:9396: using perl 5.32.1 configure:9782: checking for ANSI C header files configure:9802: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9802: $? = 0 configure:9875: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9875: $? = 0 configure:9875: ./conftest configure:9875: $? = 0 configure:9886: result: yes configure:9899: checking for sys/types.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for sys/stat.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for stdlib.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for string.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for memory.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for strings.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for inttypes.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for stdint.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:9899: checking for unistd.h configure:9899: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:9899: $? = 0 configure:9899: result: yes configure:10056: checking if compiler needs certain flags to reject unknown flags configure:10076: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -Wunknown-warning-option -Wunused-command-line-argument -Wfoobaz -foobaz -D_GNU_SOURCE conftest.c >&5 gcc: error: unrecognized command-line option '-Wunknown-warning-option' gcc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'? gcc: error: unrecognized command-line option '-Wfoobaz' gcc: error: unrecognized command-line option '-foobaz' configure:10076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | int foo(void); | int | main () | { | foo() | ; | return 0; | } configure:10085: result: no configure:10159: checking for the pthreads library -lpthreads configure:10197: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:10197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:10206: result: no configure:10097: checking whether pthreads work without any flags configure:10197: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 /usr/bin/ld: /tmp/cc74kMCZ.o: in function `main': conftest.c:(.text.startup+0x19): undefined reference to `pthread_create' /usr/bin/ld: conftest.c:(.text.startup+0x25): undefined reference to `pthread_join' /usr/bin/ld: conftest.c:(.text.startup+0x4c): undefined reference to `__pthread_register_cancel' /usr/bin/ld: conftest.c:(.text.startup+0x54): undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:10197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:10206: result: no configure:10109: checking whether pthreads work with -Kthread configure:10197: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -Kthread -D_GNU_SOURCE conftest.c >&5 gcc: error: unrecognized command-line option '-Kthread'; did you mean '-pthread'? configure:10197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:10206: result: no configure:10109: checking whether pthreads work with -kthread configure:10197: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -kthread -D_GNU_SOURCE conftest.c >&5 gcc: error: unrecognized command-line option '-kthread'; did you mean '-pthread'? configure:10197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:10206: result: no configure:10159: checking for the pthreads library -llthread configure:10197: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -llthread >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:10197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:10206: result: no configure:10109: checking whether pthreads work with -pthread configure:10197: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_GNU_SOURCE conftest.c >&5 configure:10197: $? = 0 configure:10206: result: yes configure:10225: checking for joinable pthread attribute configure:10243: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_GNU_SOURCE conftest.c >&5 configure:10243: $? = 0 configure:10251: result: PTHREAD_CREATE_JOINABLE configure:10262: checking if more special flags are required for pthreads configure:10293: result: no configure:10301: checking for PTHREAD_PRIO_INHERIT configure:10317: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:33:5: warning: unused variable 'i' [-Wunused-variable] 33 | int i = PTHREAD_PRIO_INHERIT; | ^ configure:10317: $? = 0 configure:10326: result: yes configure:10437: checking pthread.h usability configure:10437: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE conftest.c >&5 configure:10437: $? = 0 configure:10437: result: yes configure:10437: checking pthread.h presence configure:10437: gcc -E -D_GNU_SOURCE conftest.c configure:10437: $? = 0 configure:10437: result: yes configure:10437: checking for pthread.h configure:10437: result: yes configure:10450: checking for strerror_r configure:10450: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE conftest.c >&5 configure:10450: $? = 0 configure:10450: result: yes configure:10450: checking for getpwuid_r configure:10450: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE conftest.c >&5 configure:10450: $? = 0 configure:10450: result: yes configure:10450: checking for gethostbyname_r configure:10450: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE conftest.c >&5 configure:10450: $? = 0 configure:10450: result: yes configure:10461: checking whether strerror_r returns int configure:10480: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:39:11: error: switch quantity not an integer 39 | switch (strerror_r(1, buf, sizeof(buf))) | ^~~~~~~~~~ configure:10480: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | /* end confdefs.h. */ | #include | int | main () | { | char buf[100]; | switch (strerror_r(1, buf, sizeof(buf))) | { case 0: break; default: break; } | | ; | return 0; | } configure:10487: result: no configure:10521: checking for main in -lm configure:10540: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lm >&5 configure:10540: $? = 0 configure:10549: result: yes configure:10560: checking for library containing setproctitle configure:10591: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lm >&5 /usr/bin/ld: /tmp/ccVS8k0k.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `setproctitle' collect2: error: ld returned 1 exit status configure:10591: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | int | main () | { | return setproctitle (); | ; | return 0; | } configure:10591: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lutil -lm >&5 /usr/bin/ld: /tmp/ccqItVVg.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `setproctitle' collect2: error: ld returned 1 exit status configure:10591: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | int | main () | { | return setproctitle (); | ; | return 0; | } configure:10608: result: no configure:10616: checking for library containing dlopen configure:10647: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lm >&5 /usr/bin/ld: /tmp/ccndTlIp.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:10647: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:10647: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -ldl -lm >&5 configure:10647: $? = 0 configure:10664: result: -ldl configure:10672: checking for library containing socket configure:10703: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -ldl -lm >&5 configure:10703: $? = 0 configure:10720: result: none required configure:10728: checking for library containing shl_load configure:10759: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -ldl -lm >&5 /usr/bin/ld: /tmp/ccYpacK3.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:10759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10759: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -ldld -ldl -lm >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:10759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10776: result: no configure:10845: checking for library containing getopt_long configure:10876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -ldl -lm >&5 configure:10876: $? = 0 configure:10893: result: none required configure:10901: checking for library containing crypt configure:10932: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -ldl -lm >&5 /usr/bin/ld: /tmp/ccCI0Yj3.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `crypt' collect2: error: ld returned 1 exit status configure:10932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:10932: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5 configure:10932: $? = 0 configure:10949: result: -lcrypt configure:10957: checking for library containing shm_open configure:10988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccRzbX5R.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `shm_open' collect2: error: ld returned 1 exit status configure:10988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shm_open (); | int | main () | { | return shm_open (); | ; | return 0; | } configure:10988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:10988: $? = 0 configure:11005: result: -lrt configure:11013: checking for library containing shm_unlink configure:11044: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:11044: $? = 0 configure:11061: result: none required configure:11069: checking for library containing clock_gettime configure:11100: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:11100: $? = 0 configure:11117: result: none required configure:11126: checking for library containing fdatasync configure:11157: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:11157: $? = 0 configure:11174: result: none required configure:11183: checking for library containing sched_yield configure:11214: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:11214: $? = 0 configure:11231: result: none required configure:11241: checking for library containing gethostbyname_r configure:11272: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:11272: $? = 0 configure:11289: result: none required configure:11298: checking for library containing shmget configure:11329: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lcrypt -ldl -lm >&5 configure:11329: $? = 0 configure:11346: result: none required configure:11358: checking for library containing readline configure:11390: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lreadline -lrt -lcrypt -ldl -lm >&5 configure:11390: $? = 0 configure:11416: result: -lreadline configure:11435: checking for inflate in -lz configure:11460: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:11460: $? = 0 configure:11469: result: yes configure:12267: checking for uuid_export in -lossp-uuid configure:12292: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lossp-uuid -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:12292: $? = 0 configure:12301: result: yes configure:12358: checking for stdbool.h that conforms to C99 configure:12425: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:88:14: warning: the address of 's' will always evaluate as 'true' [-Waddress] 88 | bool e = &s; | ^~~~ conftest.c:92:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:92:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress] 92 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | ^ conftest.c:93:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress] 93 | + !m + !n + !o + !p + !q + !pq); | ^ conftest.c:93:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress] 93 | + !m + !n + !o + !p + !q + !pq); | ^ conftest.c:93:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress] 93 | + !m + !n + !o + !p + !q + !pq); | ^ configure:12425: $? = 0 configure:12432: result: yes configure:12434: checking for _Bool configure:12434: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12434: $? = 0 configure:12434: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:75:20: error: expected expression before ')' token 75 | if (sizeof ((_Bool))) | ^ configure:12434: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:12434: result: yes configure:12455: checking atomic.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:74:10: fatal error: atomic.h: No such file or directory 74 | #include | ^~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking atomic.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:41:10: fatal error: atomic.h: No such file or directory 41 | #include | ^~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for atomic.h configure:12455: result: no configure:12455: checking crypt.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking crypt.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for crypt.h configure:12455: result: yes configure:12455: checking dld.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:75:10: fatal error: dld.h: No such file or directory 75 | #include | ^~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking dld.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:42:10: fatal error: dld.h: No such file or directory 42 | #include | ^~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for dld.h configure:12455: result: no configure:12455: checking fp_class.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:75:10: fatal error: fp_class.h: No such file or directory 75 | #include | ^~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking fp_class.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:42:10: fatal error: fp_class.h: No such file or directory 42 | #include | ^~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for fp_class.h configure:12455: result: no configure:12455: checking getopt.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking getopt.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for getopt.h configure:12455: result: yes configure:12455: checking ieeefp.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:76:10: fatal error: ieeefp.h: No such file or directory 76 | #include | ^~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking ieeefp.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:43:10: fatal error: ieeefp.h: No such file or directory 43 | #include | ^~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for ieeefp.h configure:12455: result: no configure:12455: checking ifaddrs.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking ifaddrs.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for ifaddrs.h configure:12455: result: yes configure:12455: checking langinfo.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking langinfo.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for langinfo.h configure:12455: result: yes configure:12455: checking mbarrier.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:78:10: fatal error: mbarrier.h: No such file or directory 78 | #include | ^~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking mbarrier.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:45:10: fatal error: mbarrier.h: No such file or directory 45 | #include | ^~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for mbarrier.h configure:12455: result: no configure:12455: checking poll.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking poll.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for poll.h configure:12455: result: yes configure:12455: checking sys/epoll.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/epoll.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/epoll.h configure:12455: result: yes configure:12455: checking sys/ipc.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/ipc.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/ipc.h configure:12455: result: yes configure:12455: checking sys/pstat.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:81:10: fatal error: sys/pstat.h: No such file or directory 81 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking sys/pstat.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:48:10: fatal error: sys/pstat.h: No such file or directory 48 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for sys/pstat.h configure:12455: result: no configure:12455: checking sys/resource.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/resource.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/resource.h configure:12455: result: yes configure:12455: checking sys/select.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/select.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/select.h configure:12455: result: yes configure:12455: checking sys/sem.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/sem.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/sem.h configure:12455: result: yes configure:12455: checking sys/shm.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/shm.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/shm.h configure:12455: result: yes configure:12455: checking sys/sockio.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:85:10: fatal error: sys/sockio.h: No such file or directory 85 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking sys/sockio.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:52:10: fatal error: sys/sockio.h: No such file or directory 52 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for sys/sockio.h configure:12455: result: no configure:12455: checking sys/tas.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:85:10: fatal error: sys/tas.h: No such file or directory 85 | #include | ^~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking sys/tas.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:52:10: fatal error: sys/tas.h: No such file or directory 52 | #include | ^~~~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for sys/tas.h configure:12455: result: no configure:12455: checking sys/un.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking sys/un.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for sys/un.h configure:12455: result: yes configure:12455: checking termios.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking termios.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for termios.h configure:12455: result: yes configure:12455: checking ucred.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:87:10: fatal error: ucred.h: No such file or directory 87 | #include | ^~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12455: result: no configure:12455: checking ucred.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c conftest.c:54:10: fatal error: ucred.h: No such file or directory 54 | #include | ^~~~~~~~~ compilation terminated. configure:12455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include configure:12455: result: no configure:12455: checking for ucred.h configure:12455: result: no configure:12455: checking utime.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking utime.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for utime.h configure:12455: result: yes configure:12455: checking wchar.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking wchar.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for wchar.h configure:12455: result: yes configure:12455: checking wctype.h usability configure:12455: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking wctype.h presence configure:12455: gcc -E -D_GNU_SOURCE conftest.c configure:12455: $? = 0 configure:12455: result: yes configure:12455: checking for wctype.h configure:12455: result: yes configure:12470: checking for net/if.h configure:12470: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12470: $? = 0 configure:12470: result: yes configure:12488: checking for sys/ucred.h configure:12488: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:94:10: fatal error: sys/ucred.h: No such file or directory 94 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:12488: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | #include configure:12488: result: no configure:12506: checking for netinet/tcp.h configure:12506: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12506: $? = 0 configure:12506: result: yes configure:12523: checking readline/readline.h usability configure:12523: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12523: $? = 0 configure:12523: result: yes configure:12523: checking readline/readline.h presence configure:12523: gcc -E -D_GNU_SOURCE conftest.c configure:12523: $? = 0 configure:12523: result: yes configure:12523: checking for readline/readline.h configure:12523: result: yes configure:12553: checking readline/history.h usability configure:12553: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12553: $? = 0 configure:12553: result: yes configure:12553: checking readline/history.h presence configure:12553: gcc -E -D_GNU_SOURCE conftest.c configure:12553: $? = 0 configure:12553: result: yes configure:12553: checking for readline/history.h configure:12553: result: yes configure:12675: checking zlib.h usability configure:12675: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12675: $? = 0 configure:12675: result: yes configure:12675: checking zlib.h presence configure:12675: gcc -E -D_GNU_SOURCE conftest.c configure:12675: $? = 0 configure:12675: result: yes configure:12675: checking for zlib.h configure:12675: result: yes configure:12983: checking ossp/uuid.h usability configure:12983: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:12983: $? = 0 configure:12983: result: yes configure:12983: checking ossp/uuid.h presence configure:12983: gcc -E -D_GNU_SOURCE conftest.c configure:12983: $? = 0 configure:12983: result: yes configure:12983: checking for ossp/uuid.h configure:12983: result: yes configure:13053: checking whether byte ordering is bigendian configure:13068: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:63:9: error: unknown type name 'not' 63 | not a universal capable compiler | ^~~ conftest.c:63:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 63 | not a universal capable compiler | ^~~~~~~~~ conftest.c:63:15: error: unknown type name 'universal' configure:13068: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:13113: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13113: $? = 0 configure:13131: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:69:4: error: unknown type name 'not'; did you mean 'ino_t'? 69 | not big endian | ^~~ | ino_t conftest.c:69:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' 69 | not big endian | ^~~~~~ configure:13131: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:13259: result: no configure:13277: checking for inline configure:13293: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13293: $? = 0 configure:13301: result: inline configure:13319: checking for printf format archetype configure:13339: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13339: $? = 0 configure:13347: result: gnu_printf configure:13356: checking for flexible array members configure:13379: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13379: $? = 0 configure:13386: result: yes configure:13397: checking for signed types configure:13413: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:68:43: warning: unused variable 'i' [-Wunused-variable] 68 | signed char c; signed short s; signed int i; | ^ conftest.c:68:29: warning: unused variable 's' [-Wunused-variable] 68 | signed char c; signed short s; signed int i; | ^ conftest.c:68:13: warning: unused variable 'c' [-Wunused-variable] 68 | signed char c; signed short s; signed int i; | ^ configure:13413: $? = 0 configure:13420: result: yes configure:13427: checking for __func__ configure:13443: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13443: $? = 0 configure:13450: result: yes configure:13488: checking for _Static_assert configure:13504: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:13504: $? = 0 configure:13512: result: yes configure:13519: checking for typeof configure:13540: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13540: $? = 0 configure:13547: result: typeof configure:13561: checking for __builtin_types_compatible_p configure:13577: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:71:20: warning: unused variable 'y' [-Wunused-variable] 71 | int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)]; | ^ At top level: conftest.c:71:20: warning: 'y' defined but not used [-Wunused-variable] configure:13577: $? = 0 configure:13584: result: yes configure:13591: checking for __builtin_bswap16 configure:13601: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:68:26: warning: 'x' defined but not used [-Wunused-variable] 68 | static unsigned long int x = __builtin_bswap16(0xaabb); | ^ configure:13601: $? = 0 configure:13608: result: yes configure:13615: checking for __builtin_bswap32 configure:13625: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:69:26: warning: 'x' defined but not used [-Wunused-variable] 69 | static unsigned long int x = __builtin_bswap32(0xaabbccdd); | ^ configure:13625: $? = 0 configure:13632: result: yes configure:13639: checking for __builtin_bswap64 configure:13649: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:70:26: warning: 'x' defined but not used [-Wunused-variable] 70 | static unsigned long int x = __builtin_bswap64(0xaabbccddeeff0011); | ^ configure:13649: $? = 0 configure:13656: result: yes configure:13663: checking for __builtin_constant_p configure:13676: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:73:14: warning: 'z' defined but not used [-Wunused-variable] 73 | static int z[__builtin_constant_p("string literal") ? 1 : x]; | ^ conftest.c:72:14: warning: 'y' defined but not used [-Wunused-variable] 72 | static int y[__builtin_constant_p(x) ? x : 1]; | ^ configure:13676: $? = 0 configure:13683: result: yes configure:13690: checking for __builtin_unreachable configure:13706: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:13706: $? = 0 configure:13714: result: yes configure:13721: checking for computed goto support configure:13741: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13741: $? = 0 configure:13748: result: yes configure:13755: checking for __VA_ARGS__ configure:13773: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13773: $? = 0 configure:13780: result: yes configure:13787: checking whether struct tm is in sys/time.h or time.h configure:13807: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13807: $? = 0 configure:13814: result: time.h configure:13822: checking for struct tm.tm_zone configure:13822: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13822: $? = 0 configure:13822: result: yes configure:13840: checking for tzname configure:13861: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 conftest.c: In function 'main': conftest.c:86:1: warning: statement with no effect [-Wunused-value] 86 | atoi(*tzname); | ^~~~~~~~~~~~~ configure:13861: $? = 0 configure:13869: result: yes configure:13877: checking for union semun configure:13877: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:13: error: invalid application of 'sizeof' to incomplete type 'union semun' 89 | if (sizeof (union semun)) | ^~~~~ configure:13877: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_IPC_H | #include | #endif | #ifdef HAVE_SYS_SEM_H | #include | #endif | | int | main () | { | if (sizeof (union semun)) | return 0; | ; | return 0; | } configure:13877: result: no configure:13894: checking for struct sockaddr_un configure:13894: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13894: $? = 0 configure:13894: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:87:33: error: expected expression before ')' token 87 | if (sizeof ((struct sockaddr_un))) | ^ configure:13894: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_UN_H | #include | #endif | | | int | main () | { | if (sizeof ((struct sockaddr_un))) | return 0; | ; | return 0; | } configure:13894: result: yes configure:13906: checking for struct sockaddr_storage configure:13906: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13906: $? = 0 configure:13906: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:86:38: error: expected expression before ')' token 86 | if (sizeof ((struct sockaddr_storage))) | ^ configure:13906: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | if (sizeof ((struct sockaddr_storage))) | return 0; | ; | return 0; | } configure:13906: result: yes configure:13919: checking for struct sockaddr_storage.ss_family configure:13919: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13919: $? = 0 configure:13919: result: yes configure:13931: checking for struct sockaddr_storage.__ss_family configure:13931: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:13: error: 'struct sockaddr_storage' has no member named '__ss_family'; did you mean 'ss_family'? 89 | if (ac_aggr.__ss_family) | ^~~~~~~~~~~ | ss_family conftest.c:88:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr_storage ac_aggr; | ^~~~~~~ configure:13931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.__ss_family) | return 0; | ; | return 0; | } configure:13931: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:20: error: 'struct sockaddr_storage' has no member named '__ss_family'; did you mean 'ss_family'? 89 | if (sizeof ac_aggr.__ss_family) | ^~~~~~~~~~~ | ss_family conftest.c:88:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr_storage ac_aggr; | ^~~~~~~ configure:13931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.__ss_family) | return 0; | ; | return 0; | } configure:13931: result: no configure:13943: checking for struct sockaddr_storage.ss_len configure:13943: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:12: error: 'struct sockaddr_storage' has no member named 'ss_len' 89 | if (ac_aggr.ss_len) | ^ conftest.c:88:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr_storage ac_aggr; | ^~~~~~~ configure:13943: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.ss_len) | return 0; | ; | return 0; | } configure:13943: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:19: error: 'struct sockaddr_storage' has no member named 'ss_len' 89 | if (sizeof ac_aggr.ss_len) | ^ conftest.c:88:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr_storage ac_aggr; | ^~~~~~~ configure:13943: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.ss_len) | return 0; | ; | return 0; | } configure:13943: result: no configure:13955: checking for struct sockaddr_storage.__ss_len configure:13955: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:13: error: 'struct sockaddr_storage' has no member named '__ss_len'; did you mean '__ss_align'? 89 | if (ac_aggr.__ss_len) | ^~~~~~~~ | __ss_align conftest.c:88:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr_storage ac_aggr; | ^~~~~~~ configure:13955: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.__ss_len) | return 0; | ; | return 0; | } configure:13955: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:20: error: 'struct sockaddr_storage' has no member named '__ss_len'; did you mean '__ss_align'? 89 | if (sizeof ac_aggr.__ss_len) | ^~~~~~~~ | __ss_align conftest.c:88:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr_storage ac_aggr; | ^~~~~~~ configure:13955: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.__ss_len) | return 0; | ; | return 0; | } configure:13955: result: no configure:13967: checking for struct sockaddr.sa_len configure:13967: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:12: error: 'struct sockaddr' has no member named 'sa_len' 89 | if (ac_aggr.sa_len) | ^ conftest.c:88:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr ac_aggr; | ^~~~~~~ configure:13967: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:13967: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:19: error: 'struct sockaddr' has no member named 'sa_len' 89 | if (sizeof ac_aggr.sa_len) | ^ conftest.c:88:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] 88 | static struct sockaddr ac_aggr; | ^~~~~~~ configure:13967: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:13967: result: no configure:13980: checking for struct addrinfo configure:13980: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13980: $? = 0 configure:13980: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:89:30: error: expected expression before ')' token 89 | if (sizeof ((struct addrinfo))) | ^ configure:13980: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* end confdefs.h. */ | #include | #include | #include | | | int | main () | { | if (sizeof ((struct addrinfo))) | return 0; | ; | return 0; | } configure:13980: result: yes configure:13995: checking for intptr_t configure:13995: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:13995: $? = 0 configure:13995: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:118:23: error: expected expression before ')' token 118 | if (sizeof ((intptr_t))) | ^ configure:13995: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:13995: result: yes configure:14031: checking for uintptr_t configure:14031: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:14031: $? = 0 configure:14031: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:119:24: error: expected expression before ')' token 119 | if (sizeof ((uintptr_t))) | ^ configure:14031: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((uintptr_t))) | return 0; | ; | return 0; | } configure:14031: result: yes configure:14068: checking for unsigned long long int configure:14107: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:14107: $? = 0 configure:14116: result: yes configure:14126: checking for long long int configure:14164: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:14164: $? = 0 configure:14164: ./conftest configure:14164: $? = 0 configure:14176: result: yes configure:14185: checking for locale_t configure:14202: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:14202: $? = 0 configure:14226: result: yes configure:14247: checking for C/C++ restrict keyword configure:14272: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:88:6: warning: no previous prototype for 'foo' [-Wmissing-prototypes] 88 | int foo (int_ptr __restrict ip) { | ^~~ configure:14272: $? = 0 configure:14280: result: __restrict configure:14304: checking for struct cmsgcred configure:14304: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:98:13: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' 98 | if (sizeof (struct cmsgcred)) | ^~~~~~ configure:14304: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | /* end confdefs.h. */ | #include | #include | #ifdef HAVE_SYS_UCRED_H | #include | #endif | | int | main () | { | if (sizeof (struct cmsgcred)) | return 0; | ; | return 0; | } configure:14304: result: no configure:14320: checking for struct option configure:14320: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:14320: $? = 0 configure:14320: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:96:28: error: expected expression before ')' token 96 | if (sizeof ((struct option))) | ^ configure:14320: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | /* end confdefs.h. */ | #ifdef HAVE_GETOPT_H | #include | #endif | | int | main () | { | if (sizeof ((struct option))) | return 0; | ; | return 0; | } configure:14320: result: yes configure:14338: checking for z_streamp configure:14338: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:14338: $? = 0 configure:14338: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:95:24: error: expected expression before ')' token 95 | if (sizeof ((z_streamp))) | ^ configure:14338: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((z_streamp))) | return 0; | ; | return 0; | } configure:14338: result: yes configure:14394: checking for special C compiler options needed for large files configure:14439: result: no configure:14445: checking for _FILE_OFFSET_BITS value needed for large files configure:14470: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:14470: $? = 0 configure:14502: result: no configure:14595: checking size of off_t configure:14600: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:14600: $? = 0 configure:14600: ./conftest configure:14600: $? = 0 configure:14614: result: 8 configure:14634: checking size of bool configure:14639: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:14639: $? = 0 configure:14639: ./conftest configure:14639: $? = 0 configure:14656: result: 1 configure:14672: checking for int timezone configure:14693: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:14693: $? = 0 configure:14701: result: yes configure:14708: checking types of arguments for accept() configure:14732: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:95:12: error: conflicting types for 'accept' 95 | extern int accept (int, struct sockaddr *, int *); | ^~~~~~ In file included from conftest.c:94: /usr/include/x86_64-linux-gnu/sys/socket.h:232:12: note: previous declaration of 'accept' was here 232 | extern int accept (int __fd, __SOCKADDR_ARG __addr, | ^~~~~~ configure:14732: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | /* end confdefs.h. */ | #include | #include | extern int accept (int, struct sockaddr *, int *); configure:14732: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:95:12: error: conflicting types for 'accept' 95 | extern int accept (int, struct sockaddr *, size_t *); | ^~~~~~ In file included from conftest.c:94: /usr/include/x86_64-linux-gnu/sys/socket.h:232:12: note: previous declaration of 'accept' was here 232 | extern int accept (int __fd, __SOCKADDR_ARG __addr, | ^~~~~~ configure:14732: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | /* end confdefs.h. */ | #include | #include | extern int accept (int, struct sockaddr *, size_t *); configure:14732: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:14732: $? = 0 configure:14756: result: int, int, struct sockaddr *, socklen_t * configure:14779: checking whether gettimeofday takes only one argument configure:14797: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:103:1: warning: 'tp' is used uninitialized in this function [-Wuninitialized] 103 | gettimeofday(tp,tzp); | ^~~~~~~~~~~~~~~~~~~~ conftest.c:103:1: warning: 'tzp' is used uninitialized in this function [-Wuninitialized] configure:14797: $? = 0 configure:14804: result: no configure:14812: checking for wcstombs_l declaration configure:14831: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:103:8: error: 'wcstombs_l' undeclared (first use in this function); did you mean 'wcstombs'? 103 | (void) wcstombs_l; | ^~~~~~~~~~ | wcstombs conftest.c:103:8: note: each undeclared identifier is reported only once for each function it appears in configure:14831: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | /* end confdefs.h. */ | #include | #include | int | main () | { | #ifndef wcstombs_l | (void) wcstombs_l; | #endif | ; | return 0; | } configure:14849: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:99:10: fatal error: xlocale.h: No such file or directory 99 | #include | ^~~~~~~~~~~ compilation terminated. configure:14849: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | #ifndef wcstombs_l | (void) wcstombs_l; | #endif | ; | return 0; | } configure:14858: result: no configure:14876: checking for cbrt configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:120:6: warning: conflicting types for built-in function 'cbrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 120 | char cbrt (); | ^~~~ conftest.c:108:1: note: 'cbrt' is declared in header '' 107 | # include 108 | #else configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for clock_gettime configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for dlopen configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for fdatasync configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for getifaddrs configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for getpeerucred configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/cc2UiP6E.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `getpeerucred' collect2: error: ld returned 1 exit status configure:14876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | /* end confdefs.h. */ | /* Define getpeerucred to an innocuous variant, in case declares getpeerucred. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeerucred innocuous_getpeerucred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeerucred (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getpeerucred | | /* 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 getpeerucred (); | /* 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_getpeerucred || defined __stub___getpeerucred | choke me | #endif | | int | main () | { | return getpeerucred (); | ; | return 0; | } configure:14876: result: no configure:14876: checking for getrlimit configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for mbstowcs_l configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccfQD0mu.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `mbstowcs_l' collect2: error: ld returned 1 exit status configure:14876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | /* end confdefs.h. */ | /* Define mbstowcs_l to an innocuous variant, in case declares mbstowcs_l. | For example, HP-UX 11i declares gettimeofday. */ | #define mbstowcs_l innocuous_mbstowcs_l | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbstowcs_l (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mbstowcs_l | | /* 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 mbstowcs_l (); | /* 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_mbstowcs_l || defined __stub___mbstowcs_l | choke me | #endif | | int | main () | { | return mbstowcs_l (); | ; | return 0; | } configure:14876: result: no configure:14876: checking for memmove configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:126:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 126 | char memmove (); | ^~~~~~~ conftest.c:114:1: note: 'memmove' is declared in header '' 113 | # include 114 | #else configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for poll configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for posix_fallocate configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for pstat configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccFFO6rm.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `pstat' collect2: error: ld returned 1 exit status configure:14876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | /* end confdefs.h. */ | /* Define pstat to an innocuous variant, in case declares pstat. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat innocuous_pstat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pstat | | /* 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 pstat (); | /* 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_pstat || defined __stub___pstat | choke me | #endif | | int | main () | { | return pstat (); | ; | return 0; | } configure:14876: result: no configure:14876: checking for pthread_is_threaded_np configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccEHlZMH.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `pthread_is_threaded_np' collect2: error: ld returned 1 exit status configure:14876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | /* end confdefs.h. */ | /* Define pthread_is_threaded_np to an innocuous variant, in case declares pthread_is_threaded_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_is_threaded_np innocuous_pthread_is_threaded_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_is_threaded_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_is_threaded_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_is_threaded_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_is_threaded_np || defined __stub___pthread_is_threaded_np | choke me | #endif | | int | main () | { | return pthread_is_threaded_np (); | ; | return 0; | } configure:14876: result: no configure:14876: checking for readlink configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for setproctitle configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/cc6VjGHt.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `setproctitle' collect2: error: ld returned 1 exit status configure:14876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | /* end confdefs.h. */ | /* Define setproctitle to an innocuous variant, in case declares setproctitle. | For example, HP-UX 11i declares gettimeofday. */ | #define setproctitle innocuous_setproctitle | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setproctitle (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setproctitle | | /* 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 setproctitle (); | /* 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_setproctitle || defined __stub___setproctitle | choke me | #endif | | int | main () | { | return setproctitle (); | ; | return 0; | } configure:14876: result: no configure:14876: checking for setsid configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for shm_open configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for symlink configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for sync_file_range configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for uselocale configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for utime configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for utimes configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14876: $? = 0 configure:14876: result: yes configure:14876: checking for wcstombs_l configure:14876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccfqkCjT.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `wcstombs_l' collect2: error: ld returned 1 exit status configure:14876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | /* end confdefs.h. */ | /* Define wcstombs_l to an innocuous variant, in case declares wcstombs_l. | For example, HP-UX 11i declares gettimeofday. */ | #define wcstombs_l innocuous_wcstombs_l | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wcstombs_l (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wcstombs_l | | /* 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 wcstombs_l (); | /* 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_wcstombs_l || defined __stub___wcstombs_l | choke me | #endif | | int | main () | { | return wcstombs_l (); | ; | return 0; | } configure:14876: result: no configure:14886: checking for fseeko configure:14886: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14886: $? = 0 configure:14886: result: yes configure:14909: checking for _LARGEFILE_SOURCE value needed for large files configure:14928: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:14928: $? = 0 configure:14956: result: no configure:14991: checking how gcc reports undeclared, standard C functions configure:15007: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:120:8: error: 'strchr' undeclared (first use in this function) 120 | (void) strchr; | ^~~~~~ conftest.c:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? 1 | /* confdefs.h */ conftest.c:120:8: note: each undeclared identifier is reported only once for each function it appears in 120 | (void) strchr; | ^~~~~~ configure:15007: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | /* end confdefs.h. */ | | int | main () | { | (void) strchr; | ; | return 0; | } configure:15062: result: error configure:15074: checking for posix_fadvise configure:15074: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15074: $? = 0 configure:15074: result: yes configure:15083: checking whether posix_fadvise is declared configure:15083: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15083: $? = 0 configure:15083: result: yes configure:15098: checking whether fdatasync is declared configure:15098: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15098: $? = 0 configure:15098: result: yes configure:15110: checking whether strlcat is declared configure:15110: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:159:10: error: 'strlcat' undeclared (first use in this function); did you mean 'strncat'? 159 | (void) strlcat; | ^~~~~~~ | strncat conftest.c:159:10: note: each undeclared identifier is reported only once for each function it appears in configure:15110: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strlcat | #ifdef __cplusplus | (void) strlcat; | #else | (void) strlcat; | #endif | #endif | | ; | return 0; | } configure:15110: result: no configure:15120: checking whether strlcpy is declared configure:15120: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:160:10: error: 'strlcpy' undeclared (first use in this function); did you mean 'strncpy'? 160 | (void) strlcpy; | ^~~~~~~ | strncpy conftest.c:160:10: note: each undeclared identifier is reported only once for each function it appears in configure:15120: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strlcpy | #ifdef __cplusplus | (void) strlcpy; | #else | (void) strlcpy; | #endif | #endif | | ; | return 0; | } configure:15120: result: no configure:15130: checking whether strnlen is declared configure:15130: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15130: $? = 0 configure:15130: result: yes configure:15142: checking whether F_FULLFSYNC is declared configure:15142: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:131:10: error: 'F_FULLFSYNC' undeclared (first use in this function) 131 | (void) F_FULLFSYNC; | ^~~~~~~~~~~ conftest.c:131:10: note: each undeclared identifier is reported only once for each function it appears in configure:15142: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef F_FULLFSYNC | #ifdef __cplusplus | (void) F_FULLFSYNC; | #else | (void) F_FULLFSYNC; | #endif | #endif | | ; | return 0; | } configure:15142: result: no configure:15156: checking for struct sockaddr_in6 configure:15156: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15156: $? = 0 configure:15156: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:161:34: error: expected expression before ')' token 161 | if (sizeof ((struct sockaddr_in6))) | ^ configure:15156: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main () | { | if (sizeof ((struct sockaddr_in6))) | return 0; | ; | return 0; | } configure:15156: result: yes configure:15168: checking for PS_STRINGS configure:15187: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:124:10: fatal error: machine/vmparam.h: No such file or directory 124 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. configure:15187: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | PS_STRINGS->ps_nargvstr = 1; | PS_STRINGS->ps_argvstr = "foo"; | ; | return 0; | } configure:15195: result: no configure:15240: checking for snprintf configure:15240: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:147:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch] 147 | char snprintf (); | ^~~~~~~~ conftest.c:135:1: note: 'snprintf' is declared in header '' 134 | # include 135 | #else configure:15240: $? = 0 configure:15240: result: yes configure:15253: checking for vsnprintf configure:15253: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:148:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int, const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch] 148 | char vsnprintf (); | ^~~~~~~~~ conftest.c:136:1: note: 'vsnprintf' is declared in header '' 135 | # include 136 | #else configure:15253: $? = 0 configure:15253: result: yes configure:15272: checking whether snprintf is declared configure:15272: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15272: $? = 0 configure:15272: result: yes configure:15282: checking whether vsnprintf is declared configure:15282: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15282: $? = 0 configure:15282: result: yes configure:15295: checking for isinf configure:15314: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15314: $? = 0 configure:15322: result: yes configure:15351: checking for crypt configure:15351: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15351: $? = 0 configure:15351: result: yes configure:15364: checking for fls configure:15364: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccoUJ6LW.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `fls' collect2: error: ld returned 1 exit status configure:15364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | /* end confdefs.h. */ | /* Define fls to an innocuous variant, in case declares fls. | For example, HP-UX 11i declares gettimeofday. */ | #define fls innocuous_fls | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fls (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fls | | /* 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 fls (); | /* 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_fls || defined __stub___fls | choke me | #endif | | int | main () | { | return fls (); | ; | return 0; | } configure:15364: result: no configure:15377: checking for getopt configure:15377: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15377: $? = 0 configure:15377: result: yes configure:15390: checking for getrusage configure:15390: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15390: $? = 0 configure:15390: result: yes configure:15403: checking for inet_aton configure:15403: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15403: $? = 0 configure:15403: result: yes configure:15416: checking for mkdtemp configure:15416: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15416: $? = 0 configure:15416: result: yes configure:15429: checking for random configure:15429: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15429: $? = 0 configure:15429: result: yes configure:15442: checking for rint configure:15442: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:158:6: warning: conflicting types for built-in function 'rint'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 158 | char rint (); | ^~~~ conftest.c:146:1: note: 'rint' is declared in header '' 145 | # include 146 | #else configure:15442: $? = 0 configure:15442: result: yes configure:15455: checking for srandom configure:15455: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15455: $? = 0 configure:15455: result: yes configure:15468: checking for strerror configure:15468: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15468: $? = 0 configure:15468: result: yes configure:15481: checking for strlcat configure:15481: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccKhxhXi.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:15481: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:15481: result: no configure:15494: checking for strlcpy configure:15494: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccMWrlXm.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:15494: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:15494: result: no configure:15507: checking for strnlen configure:15507: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 conftest.c:161:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 161 | char strnlen (); | ^~~~~~~ configure:15507: $? = 0 configure:15507: result: yes configure:15537: checking for unsetenv configure:15537: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15537: $? = 0 configure:15537: result: yes configure:15550: checking for getpeereid configure:15550: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccaTqVKb.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `getpeereid' collect2: error: ld returned 1 exit status configure:15550: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | /* Define getpeereid to an innocuous variant, in case declares getpeereid. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeereid innocuous_getpeereid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeereid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getpeereid | | /* 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 getpeereid (); | /* 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_getpeereid || defined __stub___getpeereid | choke me | #endif | | int | main () | { | return getpeereid (); | ; | return 0; | } configure:15550: result: no configure:15572: checking for getaddrinfo configure:15572: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15572: $? = 0 configure:15572: result: yes configure:15597: checking for getopt_long configure:15597: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15597: $? = 0 configure:15597: result: yes configure:15762: checking whether sys_siglist is declared configure:15762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15762: $? = 0 configure:15762: result: yes configure:15780: checking for syslog configure:15780: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15780: $? = 0 configure:15780: result: yes configure:15782: checking syslog.h usability configure:15782: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15782: $? = 0 configure:15782: result: yes configure:15782: checking syslog.h presence configure:15782: gcc -E -D_GNU_SOURCE conftest.c configure:15782: $? = 0 configure:15782: result: yes configure:15782: checking for syslog.h configure:15782: result: yes configure:15793: checking for opterr configure:15809: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15809: $? = 0 configure:15817: result: yes configure:15825: checking for optreset configure:15841: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccLPMIfd.o: warning: relocation against `optreset' in read-only section `.text.startup' /usr/bin/ld: /tmp/ccLPMIfd.o: in function `main': conftest.c:(.text.startup+0x2): undefined reference to `optreset' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE collect2: error: ld returned 1 exit status configure:15841: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | /* end confdefs.h. */ | #include | int | main () | { | extern int optreset; optreset = 1; | ; | return 0; | } configure:15849: result: no configure:15860: checking for strtoll configure:15860: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15860: $? = 0 configure:15860: result: yes configure:15872: checking for strtoull configure:15872: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lrt -lcrypt -ldl -lm >&5 configure:15872: $? = 0 configure:15872: result: yes configure:15882: checking whether strtoll is declared configure:15882: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15882: $? = 0 configure:15882: result: yes configure:15892: checking whether strtoull is declared configure:15892: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 configure:15892: $? = 0 configure:15892: result: yes configure:15992: checking for rl_completion_append_character configure:16014: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16014: $? = 0 configure:16022: result: yes configure:16032: checking for rl_completion_matches configure:16032: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16032: $? = 0 configure:16032: result: yes configure:16032: checking for rl_filename_completion_function configure:16032: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16032: $? = 0 configure:16032: result: yes configure:16032: checking for rl_reset_screen_size configure:16032: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16032: $? = 0 configure:16032: result: yes configure:16044: checking for append_history configure:16044: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16044: $? = 0 configure:16044: result: yes configure:16044: checking for history_truncate_file configure:16044: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16044: $? = 0 configure:16044: result: yes configure:16060: checking test program configure:16070: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16070: $? = 0 configure:16070: ./conftest configure:16070: $? = 0 configure:16071: result: ok configure:16138: checking whether long int is 64 bits configure:16198: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 conftest.c:164:5: warning: no previous prototype for 'does_int64_work' [-Wmissing-prototypes] 164 | int does_int64_work() | ^~~~~~~~~~~~~~~ configure:16198: $? = 0 configure:16198: ./conftest configure:16198: $? = 0 configure:16208: result: yes configure:16333: checking whether snprintf supports the %z modifier configure:16365: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16365: $? = 0 configure:16365: ./conftest configure:16365: $? = 0 configure:16376: result: yes configure:16399: checking for __builtin_mul_overflow configure:16420: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16420: $? = 0 configure:16428: result: yes configure:16441: checking size of void * configure:16446: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16446: $? = 0 configure:16446: ./conftest configure:16446: $? = 0 configure:16460: result: 8 configure:16474: checking size of size_t configure:16479: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16479: $? = 0 configure:16479: ./conftest configure:16479: $? = 0 configure:16493: result: 8 configure:16507: checking size of long configure:16512: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16512: $? = 0 configure:16512: ./conftest configure:16512: $? = 0 configure:16526: result: 8 configure:16538: checking whether to build with float4 passed by value configure:16569: result: yes configure:16581: checking whether to build with float8 passed by value configure:16643: result: yes configure:16655: checking alignment of short configure:16660: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16660: $? = 0 configure:16660: ./conftest configure:16660: $? = 0 configure:16678: result: 2 configure:16690: checking alignment of int configure:16695: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16695: $? = 0 configure:16695: ./conftest configure:16695: $? = 0 configure:16713: result: 4 configure:16725: checking alignment of long configure:16730: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16730: $? = 0 configure:16730: ./conftest configure:16730: $? = 0 configure:16748: result: 8 configure:16797: checking alignment of double configure:16802: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16802: $? = 0 configure:16802: ./conftest configure:16802: $? = 0 configure:16820: result: 8 configure:16854: checking for int8 configure:16854: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:176:13: error: 'int8' undeclared (first use in this function); did you mean 'int'? 176 | if (sizeof (int8)) | ^~~~ | int conftest.c:176:13: note: each undeclared identifier is reported only once for each function it appears in configure:16854: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof (int8)) | return 0; | ; | return 0; | } configure:16854: result: no configure:16864: checking for uint8 configure:16864: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:176:13: error: 'uint8' undeclared (first use in this function); did you mean 'int'? 176 | if (sizeof (uint8)) | ^~~~~ | int conftest.c:176:13: note: each undeclared identifier is reported only once for each function it appears in configure:16864: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof (uint8)) | return 0; | ; | return 0; | } configure:16864: result: no configure:16874: checking for int64 configure:16874: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:176:13: error: 'int64' undeclared (first use in this function); did you mean 'int'? 176 | if (sizeof (int64)) | ^~~~~ | int conftest.c:176:13: note: each undeclared identifier is reported only once for each function it appears in configure:16874: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof (int64)) | return 0; | ; | return 0; | } configure:16874: result: no configure:16884: checking for uint64 configure:16884: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:176:13: error: 'uint64' undeclared (first use in this function) 176 | if (sizeof (uint64)) | ^~~~~~ conftest.c:176:13: note: each undeclared identifier is reported only once for each function it appears in configure:16884: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof (uint64)) | return 0; | ; | return 0; | } configure:16884: result: no configure:16897: checking for __int128 configure:16934: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:16934: $? = 0 configure:16942: result: yes configure:16949: checking for __int128 alignment bug configure:16987: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 conftest.c:182:6: warning: no previous prototype for 'pass_by_val' [-Wmissing-prototypes] 182 | void pass_by_val(void *buffer, int128a par) { holder = par; } | ^~~~~~~~~~~ configure:16987: $? = 0 configure:16987: ./conftest configure:16987: $? = 0 configure:16997: result: ok configure:17005: checking alignment of PG_INT128_TYPE configure:17010: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17010: $? = 0 configure:17010: ./conftest configure:17010: $? = 0 configure:17028: result: 16 configure:17043: checking for builtin __sync char locking functions configure:17061: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17061: $? = 0 configure:17069: result: yes configure:17076: checking for builtin __sync int32 locking functions configure:17094: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17094: $? = 0 configure:17102: result: yes configure:17109: checking for builtin __sync int32 atomic operations configure:17126: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17126: $? = 0 configure:17134: result: yes configure:17141: checking for builtin __sync int64 atomic operations configure:17158: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17158: $? = 0 configure:17166: result: yes configure:17173: checking for builtin __atomic int32 atomic operations configure:17191: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17191: $? = 0 configure:17199: result: yes configure:17206: checking for builtin __atomic int64 atomic operations configure:17224: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17224: $? = 0 configure:17232: result: yes configure:17242: checking for __get_cpuid configure:17260: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17260: $? = 0 configure:17268: result: yes configure:17276: checking for __cpuid configure:17294: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 conftest.c:180:10: fatal error: intrin.h: No such file or directory 180 | #include | ^~~~~~~~~~ compilation terminated. configure:17294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | /* end confdefs.h. */ | #include | int | main () | { | unsigned int exx[4] = {0, 0, 0, 0}; | __get_cpuid(exx[0], 1); | | ; | return 0; | } configure:17302: result: no configure:17315: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS= configure:17337: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/nmmintrin.h:31, from conftest.c:180: conftest.c: In function 'main': /usr/lib/gcc/x86_64-linux-gnu/10/include/smmintrin.h:839:1: error: inlining failed in call to 'always_inline' '_mm_crc32_u32': target specific option mismatch 839 | _mm_crc32_u32 (unsigned int __C, unsigned int __V) | ^~~~~~~~~~~~~ conftest.c:186:10: note: called from here 186 | crc = _mm_crc32_u32(crc, 0); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/nmmintrin.h:31, from conftest.c:180: /usr/lib/gcc/x86_64-linux-gnu/10/include/smmintrin.h:827:1: error: inlining failed in call to 'always_inline' '_mm_crc32_u8': target specific option mismatch 827 | _mm_crc32_u8 (unsigned int __C, unsigned char __V) | ^~~~~~~~~~~~ conftest.c:185:10: note: called from here 185 | crc = _mm_crc32_u8(crc, 0); | ^~~~~~~~~~~~~~~~~~~~ configure:17337: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | /* end confdefs.h. */ | #include | int | main () | { | unsigned int crc = 0; | crc = _mm_crc32_u8(crc, 0); | crc = _mm_crc32_u32(crc, 0); | /* return computed value, to prevent the above being optimized away */ | return crc == 0; | ; | return 0; | } configure:17346: result: no configure:17354: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=-msse4.2 configure:17376: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -msse4.2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17376: $? = 0 configure:17385: result: yes configure:17412: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:186:2: error: #error __SSE4_2__ not defined 186 | #error __SSE4_2__ not defined | ^~~~~ configure:17412: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | /* end confdefs.h. */ | | int | main () | { | | #ifndef __SSE4_2__ | #error __SSE4_2__ not defined | #endif | | ; | return 0; | } configure:17422: checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS= configure:17446: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 conftest.c:180:10: fatal error: arm_acle.h: No such file or directory 180 | #include | ^~~~~~~~~~~~ compilation terminated. configure:17446: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | /* end confdefs.h. */ | #include | int | main () | { | unsigned int crc = 0; | crc = __crc32cb(crc, 0); | crc = __crc32ch(crc, 0); | crc = __crc32cw(crc, 0); | crc = __crc32cd(crc, 0); | /* return computed value, to prevent the above being optimized away */ | return crc == 0; | ; | return 0; | } configure:17455: result: no configure:17463: checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc configure:17487: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -march=armv8-a+crc -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 cc1: error: bad value ('armv8-a+crc') for '-march=' switch cc1: note: valid arguments to '-march=' switch are: nocona core2 nehalem corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2 broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server cascadelake tigerlake cooperlake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm x86-64 x86-64-v2 x86-64-v3 x86-64-v4 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native configure:17487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | /* end confdefs.h. */ | #include | int | main () | { | unsigned int crc = 0; | crc = __crc32cb(crc, 0); | crc = __crc32ch(crc, 0); | crc = __crc32cw(crc, 0); | crc = __crc32cd(crc, 0); | /* return computed value, to prevent the above being optimized away */ | return crc == 0; | ; | return 0; | } configure:17496: result: no configure:17550: checking which CRC-32C implementation to use configure:17565: result: SSE 4.2 with runtime check configure:17660: checking for library containing sem_init configure:17691: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/ccJiWkgw.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `sem_init' collect2: error: ld returned 1 exit status configure:17691: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sem_init (); | int | main () | { | return sem_init (); | ; | return 0; | } configure:17691: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lrt -lz -lreadline -lrt -lcrypt -ldl -lm >&5 /usr/bin/ld: /tmp/cccQu3Tw.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `sem_init' collect2: error: ld returned 1 exit status configure:17691: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "11.2" | #define PACKAGE_STRING "PostgreSQL 11.2" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PACKAGE_URL "" | #define PG_MAJORVERSION "11" | #define PG_VERSION "11.2" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_UUID_OSSP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_ATOMICS 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_EPOLL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_OSSP_UUID_H 1 | #define PG_PRINTF_ATTRIBUTE gnu_printf | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE__STATIC_ASSERT 1 | #define HAVE_TYPEOF 1 | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | #define HAVE__BUILTIN_BSWAP16 1 | #define HAVE__BUILTIN_BSWAP32 1 | #define HAVE__BUILTIN_BSWAP64 1 | #define HAVE__BUILTIN_CONSTANT_P 1 | #define HAVE__BUILTIN_UNREACHABLE 1 | #define HAVE_COMPUTED_GOTO 1 | #define HAVE__VA_ARGS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LOCALE_T 1 | #define restrict __restrict | #define pg_restrict __restrict | #define HAVE_STRUCT_OPTION 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_BOOL 1 | #define HAVE_INT_TIMEZONE 1 | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 socklen_t | #define HAVE_CBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DLOPEN 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC_FILE_RANGE 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_MKDTEMP 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNLEN 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_RL_RESET_SCREEN_SIZE 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_LONG_INT_64 1 | #define PG_INT64_TYPE long int | #define INT64_MODIFIER "l" | #define HAVE__BUILTIN_OP_OVERFLOW 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG 8 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define USE_FLOAT8_BYVAL 1 | #define FLOAT8PASSBYVAL true | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define MAXIMUM_ALIGNOF 8 | #define PG_INT128_TYPE __int128 | #define ALIGNOF_PG_INT128_TYPE 16 | #define HAVE_GCC__SYNC_CHAR_TAS 1 | #define HAVE_GCC__SYNC_INT32_TAS 1 | #define HAVE_GCC__SYNC_INT32_CAS 1 | #define HAVE_GCC__SYNC_INT64_CAS 1 | #define HAVE_GCC__ATOMIC_INT32_CAS 1 | #define HAVE_GCC__ATOMIC_INT64_CAS 1 | #define HAVE__GET_CPUID 1 | #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sem_init (); | int | main () | { | return sem_init (); | ; | return 0; | } configure:17691: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE conftest.c -lpthread -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:17691: $? = 0 configure:17708: result: -lpthread configure:17717: checking which semaphore API to use configure:17740: result: unnamed POSIX configure:17775: checking for /dev/urandom configure:17788: result: yes configure:17801: checking which random number source to use configure:17820: result: /dev/urandom configure:18295: checking for xmllint configure:18328: result: no configure:18345: checking for DocBook XML V4.2 configure:18374: result: no configure:18385: checking for dbtoepub configure:18418: result: no configure:18439: checking for xsltproc configure:18472: result: no configure:18493: checking for fop configure:18526: result: no configure:18704: checking thread safety of required library functions configure:18727: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE -D_GNU_SOURCE conftest.c -lpthread -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:18727: $? = 0 configure:18727: ./conftest Your errno is thread-safe. Your system has sterror_r(); it does not need strerror(). Your system has getpwuid_r(); it does not need getpwuid(). Your system has getaddrinfo(); it does not need gethostbyname() or gethostbyname_r(). Your platform is thread-safe. configure:18727: $? = 0 configure:18728: result: yes configure:18841: checking whether gcc supports -Wl,--as-needed configure:18862: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -D_GNU_SOURCE -Wl,--as-needed conftest.c -lpthread -lz -lreadline -lrt -lcrypt -ldl -lm >&5 configure:18862: $? = 0 configure:18862: ./conftest configure:18862: $? = 0 configure:18873: result: yes configure:18921: using compiler=gcc (Debian 10.2.1-6) 10.2.1 20210110 configure:18923: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 configure:18925: using CPPFLAGS= -D_GNU_SOURCE configure:18927: using LDFLAGS= -Wl,--as-needed configure:19090: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by PostgreSQL config.status 11.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on 6c64784b01e6 config.status:1131: creating GNUmakefile config.status:1131: creating src/Makefile.global config.status:1131: creating src/include/pg_config.h config.status:1131: creating src/include/pg_config_ext.h config.status:1131: creating src/interfaces/ecpg/include/ecpg_config.h config.status:1338: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s config.status:1338: linking src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c config.status:1338: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c config.status:1338: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c config.status:1338: linking src/backend/port/dynloader/linux.h to src/include/dynloader.h config.status:1338: linking src/include/port/linux.h to src/include/pg_config_os.h config.status:1338: linking src/makefiles/Makefile.linux to src/Makefile.port ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_PG_INT128_TYPE=16 ac_cv_alignof_double=8 ac_cv_alignof_int=4 ac_cv_alignof_long=8 ac_cv_alignof_short=2 ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_decl_report=error ac_cv_c_flexmember=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CLANG_set= ac_cv_env_CLANG_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_ICU_CFLAGS_set= ac_cv_env_ICU_CFLAGS_value= ac_cv_env_ICU_LIBS_set= ac_cv_env_ICU_LIBS_value= ac_cv_env_LDFLAGS_EX_set= ac_cv_env_LDFLAGS_EX_value= ac_cv_env_LDFLAGS_SL_set= ac_cv_env_LDFLAGS_SL_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LLVM_CONFIG_set= ac_cv_env_LLVM_CONFIG_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_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_urandom=yes ac_cv_func_accept_arg1=int ac_cv_func_accept_arg2='struct sockaddr *' ac_cv_func_accept_arg3=socklen_t ac_cv_func_accept_return=int ac_cv_func_append_history=yes ac_cv_func_cbrt=yes ac_cv_func_clock_gettime=yes ac_cv_func_crypt=yes ac_cv_func_dlopen=yes ac_cv_func_fdatasync=yes ac_cv_func_fls=no ac_cv_func_fseeko=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_getifaddrs=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_getpeereid=no ac_cv_func_getpeerucred=no ac_cv_func_getpwuid_r=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_history_truncate_file=yes ac_cv_func_inet_aton=yes ac_cv_func_isinf=yes ac_cv_func_mbstowcs_l=no ac_cv_func_memmove=yes ac_cv_func_mkdtemp=yes ac_cv_func_poll=yes ac_cv_func_posix_fadvise=yes ac_cv_func_posix_fallocate=yes ac_cv_func_pstat=no ac_cv_func_pthread_is_threaded_np=no ac_cv_func_random=yes ac_cv_func_readlink=yes ac_cv_func_rint=yes ac_cv_func_rl_completion_matches=yes ac_cv_func_rl_filename_completion_function=yes ac_cv_func_rl_reset_screen_size=yes ac_cv_func_setproctitle=no ac_cv_func_setsid=yes ac_cv_func_shm_open=yes ac_cv_func_snprintf=yes ac_cv_func_srandom=yes ac_cv_func_strerror=yes ac_cv_func_strerror_r=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strnlen=yes ac_cv_func_strtoll=yes ac_cv_func_strtoull=yes ac_cv_func_symlink=yes ac_cv_func_sync_file_range=yes ac_cv_func_syslog=yes ac_cv_func_unsetenv=yes ac_cv_func_uselocale=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_func_vsnprintf=yes ac_cv_func_wcstombs_l=no ac_cv_have_decl_F_FULLFSYNC=no ac_cv_have_decl_fdatasync=yes ac_cv_have_decl_posix_fadvise=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_strlcat=no ac_cv_have_decl_strlcpy=no ac_cv_have_decl_strnlen=yes ac_cv_have_decl_strtoll=yes ac_cv_have_decl_strtoull=yes ac_cv_have_decl_sys_siglist=yes ac_cv_have_decl_vsnprintf=yes ac_cv_header_atomic_h=no ac_cv_header_crypt_h=yes ac_cv_header_dld_h=no ac_cv_header_fp_class_h=no ac_cv_header_getopt_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_mbarrier_h=no ac_cv_header_memory_h=yes ac_cv_header_net_if_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_ossp_uuid_h=yes ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_epoll_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_sem_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_tas_h=no ac_cv_header_sys_types_h=yes ac_cv_header_sys_ucred_h=no ac_cv_header_sys_un_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_ucred_h=no ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_m_main=yes ac_cv_lib_ossp_uuid_uuid_export=yes ac_cv_lib_z_inflate=yes ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage___ss_family=no ac_cv_member_struct_sockaddr_storage___ss_len=no ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_member_struct_sockaddr_storage_ss_len=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_BISON=/usr/bin/bison ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_LD=/usr/bin/ld ac_cv_path_PERL=/usr/bin/perl ac_cv_path_TAR=/bin/tar ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_gnu_ld=yes ac_cv_search_clock_gettime='none required' ac_cv_search_crypt=-lcrypt ac_cv_search_dlopen=-ldl ac_cv_search_fdatasync='none required' ac_cv_search_gethostbyname_r='none required' ac_cv_search_getopt_long='none required' ac_cv_search_sched_yield='none required' ac_cv_search_sem_init=-lpthread ac_cv_search_setproctitle=no ac_cv_search_shl_load=no ac_cv_search_shm_open=-lrt ac_cv_search_shm_unlink='none required' ac_cv_search_shmget='none required' ac_cv_search_socket='none required' ac_cv_sizeof_bool=1 ac_cv_sizeof_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_size_t=8 ac_cv_sizeof_void_p=8 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type__Bool=yes ac_cv_type_int64=no ac_cv_type_int8=no ac_cv_type_intptr_t=yes ac_cv_type_long_long_int=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_cmsgcred=no ac_cv_type_struct_option=yes ac_cv_type_struct_sockaddr_in6=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_sockaddr_un=yes ac_cv_type_uint64=no ac_cv_type_uint8=no ac_cv_type_uintptr_t=yes ac_cv_type_union_semun=no ac_cv_type_unsigned_long_long_int=yes ac_cv_type_z_streamp=yes ac_cv_var_tzname=yes ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_REJECT_UNKNOWN=no ax_cv_PTHREAD_SPECIAL_FLAGS=no pgac_cv__128bit_int=yes pgac_cv__128bit_int_bug=ok pgac_cv__builtin_bswap16=yes pgac_cv__builtin_bswap32=yes pgac_cv__builtin_bswap64=yes pgac_cv__builtin_constant_p=yes pgac_cv__builtin_op_overflow=yes pgac_cv__builtin_unreachable=yes pgac_cv__cpuid=no pgac_cv__get_cpuid=yes pgac_cv__static_assert=yes pgac_cv__types_compatible=yes pgac_cv__va_args=yes pgac_cv_armv8_crc32c_intrinsics_=no pgac_cv_armv8_crc32c_intrinsics__march_armv8_apcrc=no pgac_cv_c_signed=yes pgac_cv_c_typeof=typeof pgac_cv_check_docbook=no pgac_cv_check_readline=-lreadline pgac_cv_computed_goto=yes pgac_cv_func_gettimeofday_1arg=no pgac_cv_func_strerror_r_int=no pgac_cv_func_wcstombs_l=no pgac_cv_funcname_func_support=yes pgac_cv_gcc_atomic_int32_cas=yes pgac_cv_gcc_atomic_int64_cas=yes pgac_cv_gcc_sync_char_tas=yes pgac_cv_gcc_sync_int32_cas=yes pgac_cv_gcc_sync_int32_tas=yes pgac_cv_gcc_sync_int64_cas=yes pgac_cv_path_flex=/usr/bin/flex pgac_cv_printf_archetype=gnu_printf pgac_cv_prog_CC_cflags__Wdeclaration_after_statement=yes pgac_cv_prog_CC_cflags__Wendif_labels=yes pgac_cv_prog_CC_cflags__Wformat_security=yes pgac_cv_prog_CC_cflags__Wformat_truncation=yes pgac_cv_prog_CC_cflags__Wmissing_format_attribute=yes pgac_cv_prog_CC_cflags__Wstringop_truncation=yes pgac_cv_prog_CC_cflags__Wunused_command_line_argument=no pgac_cv_prog_CC_cflags__fexcess_precision_standard=yes pgac_cv_prog_CC_cflags__fno_strict_aliasing=yes pgac_cv_prog_CC_cflags__ftree_vectorize=yes pgac_cv_prog_CC_cflags__funroll_loops=yes pgac_cv_prog_CC_cflags__fwrapv=yes pgac_cv_prog_CXX_cxxflags__Wendif_labels=yes pgac_cv_prog_CXX_cxxflags__Wformat_security=yes pgac_cv_prog_CXX_cxxflags__Wmissing_format_attribute=yes pgac_cv_prog_CXX_cxxflags__fexcess_precision_standard=no pgac_cv_prog_CXX_cxxflags__fno_strict_aliasing=yes pgac_cv_prog_CXX_cxxflags__fwrapv=yes pgac_cv_prog_cc_ldflags__Wl___as_needed=yes pgac_cv_snprintf_size_t_support=yes pgac_cv_sse42_crc32_intrinsics_=no pgac_cv_sse42_crc32_intrinsics__msse4_2=yes pgac_cv_type_locale_t=yes pgac_cv_type_long_int_64=yes pgac_cv_var_PS_STRINGS=no pgac_cv_var_int_opterr=yes pgac_cv_var_int_optreset=no pgac_cv_var_int_timezone=yes pgac_cv_var_rl_completion_append_character=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='mawk' BISON='/usr/bin/bison' BISONFLAGS=' -Wno-deprecated' BITCODE_CFLAGS=' -O2 ' BITCODE_CXXFLAGS=' -O2 ' CC='gcc' CFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2' CFLAGS_ARMV8_CRC32C='' CFLAGS_SSE42='-msse4.2' CFLAGS_VECTOR=' -funroll-loops -ftree-vectorize' CLANG='' CPP='gcc -E' CPPFLAGS=' -D_GNU_SOURCE ' CXX='g++' CXXFLAGS='-Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2' DBTOEPUB='' DEFS='-DHAVE_CONFIG_H' DLLTOOL='' DLLWRAP='' DTRACE='' DTRACEFLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ELF_SYS='true' EXEEXT='' FLEX='/usr/bin/flex' FLEXFLAGS='' FOP='' GCC='yes' GCOV='' GENHTML='' GREP='/bin/grep' HAVE_IPV6='yes' ICU_CFLAGS='' ICU_LIBS='' INCLUDES='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LCOV='' LD='/usr/bin/ld' LDAP_LIBS_BE='' LDAP_LIBS_FE='' LDFLAGS=' -Wl,--as-needed' LDFLAGS_EX='' LDFLAGS_SL='' LIBOBJS=' ${LIBOBJDIR}fls$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}getpeereid$U.o' LIBS='-lpthread -lz -lreadline -lrt -lcrypt -ldl -lm ' LLVM_BINPATH='' LLVM_CFLAGS='' LLVM_CONFIG='' LLVM_CPPFLAGS='' LLVM_CXXFLAGS='' LLVM_LIBS='' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}fls$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}getpeereid$U.lo' MKDIR_P='/bin/mkdir -p' MSGFMT='' MSGFMT_FLAGS='' MSGMERGE='' OBJEXT='o' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 11.2' PACKAGE_TARNAME='postgresql' PACKAGE_URL='' PACKAGE_VERSION='11.2' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PG_CRC32C_OBJS='pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_sse42_choose.o' PG_MAJORVERSION='11' PG_SYSROOT='' PG_VERSION_NUM='110002' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PORTNAME='linux' PROVE='' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS' PTHREAD_LIBS='' PYTHON='' RANLIB='ranlib' SHELL='/bin/bash' STRIP='strip' STRIP_SHARED_LIB='strip --strip-unneeded' STRIP_STATIC_LIB='strip -x' SUN_STUDIO_CC='no' TAR='/bin/tar' TAS='' TCLSH='' TCL_CONFIG_SH='' TCL_INCLUDE_SPEC='' TCL_LIBS='' TCL_LIB_SPEC='' TCL_SHARED_BUILD='' TCL_SHLIB_LD_LIBS='' UUID_EXTRA_OBJS='' UUID_LIBS='-lossp-uuid' WANTED_LANGUAGES='' WINDRES='' XGETTEXT='' XML2_CONFIG='' XMLLINT='' XSLTPROC='' ZIC='' ac_ct_CC='gcc' ac_ct_CXX='g++' autodepend='' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' configure_args=' '\''--prefix=/usr/local/pgsql'\'' '\''--with-ossp-uuid'\''' datadir='${datarootdir}' datarootdir='${prefix}/share' default_port='5432' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_coverage='no' enable_debug='no' enable_dtrace='no' enable_nls='no' enable_rpath='yes' enable_strong_random='yes' enable_tap_tests='no' enable_thread_safety='yes' exec_prefix='${prefix}' have_docbook='no' have_win32_dbghelp='no' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_bin='/usr/bin/install -c' krb_srvtab='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' perl_archlibexp='' perl_embed_ccflags='' perl_embed_ldflags='' perl_includespec='' perl_privlibexp='' perl_useshrplib='' prefix='/usr/local/pgsql' program_transform_name='s,x,x,' psdir='${docdir}' python_additional_libs='' python_includespec='' python_libdir='' python_libspec='' python_majorversion='' python_version='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' vpath_build='no' with_gnu_ld='yes' with_gssapi='no' with_icu='no' with_krb_srvnam='postgres' with_ldap='no' with_libxml='no' with_libxslt='no' with_llvm='no' with_openssl='no' with_perl='no' with_python='no' with_selinux='no' with_system_tzdata='' with_systemd='no' with_tcl='no' with_uuid='ossp' with_zlib='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "11.2" #define PACKAGE_STRING "PostgreSQL 11.2" #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" #define PACKAGE_URL "" #define PG_MAJORVERSION "11" #define PG_VERSION "11.2" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define BLCKSZ 8192 #define RELSEG_SIZE 131072 #define XLOG_BLCKSZ 8192 #define ENABLE_THREAD_SAFETY 1 #define PG_KRB_SRVNAM "postgres" #define HAVE_UUID_OSSP 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_STRERROR_R 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_LIBM 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBZ 1 #define HAVE_SPINLOCKS 1 #define HAVE_ATOMICS 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_CRYPT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_POLL_H 1 #define HAVE_SYS_EPOLL_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SEM_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UTIME_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_OSSP_UUID_H 1 #define PG_PRINTF_ATTRIBUTE gnu_printf #define FLEXIBLE_ARRAY_MEMBER /**/ #define HAVE_FUNCNAME__FUNC 1 #define HAVE__STATIC_ASSERT 1 #define HAVE_TYPEOF 1 #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 #define HAVE__BUILTIN_BSWAP16 1 #define HAVE__BUILTIN_BSWAP32 1 #define HAVE__BUILTIN_BSWAP64 1 #define HAVE__BUILTIN_CONSTANT_P 1 #define HAVE__BUILTIN_UNREACHABLE 1 #define HAVE_COMPUTED_GOTO 1 #define HAVE__VA_ARGS 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_TZNAME 1 #define HAVE_UNIX_SOCKETS 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_LOCALE_T 1 #define restrict __restrict #define pg_restrict __restrict #define HAVE_STRUCT_OPTION 1 #define SIZEOF_OFF_T 8 #define SIZEOF_BOOL 1 #define HAVE_INT_TIMEZONE 1 #define ACCEPT_TYPE_RETURN int #define ACCEPT_TYPE_ARG1 int #define ACCEPT_TYPE_ARG2 struct sockaddr * #define ACCEPT_TYPE_ARG3 socklen_t #define HAVE_CBRT 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_DLOPEN 1 #define HAVE_FDATASYNC 1 #define HAVE_GETIFADDRS 1 #define HAVE_GETRLIMIT 1 #define HAVE_MEMMOVE 1 #define HAVE_POLL 1 #define HAVE_POSIX_FALLOCATE 1 #define HAVE_READLINK 1 #define HAVE_SETSID 1 #define HAVE_SHM_OPEN 1 #define HAVE_SYMLINK 1 #define HAVE_SYNC_FILE_RANGE 1 #define HAVE_USELOCALE 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_FSEEKO 1 #define HAVE_FSEEKO 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_DECL_POSIX_FADVISE 1 #define HAVE_DECL_FDATASYNC 1 #define HAVE_DECL_STRLCAT 0 #define HAVE_DECL_STRLCPY 0 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_F_FULLFSYNC 0 #define HAVE_IPV6 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_DECL_SNPRINTF 1 #define HAVE_DECL_VSNPRINTF 1 #define HAVE_ISINF 1 #define HAVE_CRYPT 1 #define HAVE_GETOPT 1 #define HAVE_GETRUSAGE 1 #define HAVE_INET_ATON 1 #define HAVE_MKDTEMP 1 #define HAVE_RANDOM 1 #define HAVE_RINT 1 #define HAVE_SRANDOM 1 #define HAVE_STRERROR 1 #define HAVE_STRNLEN 1 #define HAVE_UNSETENV 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETOPT_LONG 1 #define HAVE_DECL_SYS_SIGLIST 1 #define HAVE_SYSLOG 1 #define HAVE_INT_OPTERR 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_DECL_STRTOLL 1 #define HAVE_DECL_STRTOULL 1 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 #define HAVE_RL_RESET_SCREEN_SIZE 1 #define HAVE_APPEND_HISTORY 1 #define HAVE_HISTORY_TRUNCATE_FILE 1 #define HAVE_LONG_INT_64 1 #define PG_INT64_TYPE long int #define INT64_MODIFIER "l" #define HAVE__BUILTIN_OP_OVERFLOW 1 #define SIZEOF_VOID_P 8 #define SIZEOF_SIZE_T 8 #define SIZEOF_LONG 8 #define USE_FLOAT4_BYVAL 1 #define FLOAT4PASSBYVAL true #define USE_FLOAT8_BYVAL 1 #define FLOAT8PASSBYVAL true #define ALIGNOF_SHORT 2 #define ALIGNOF_INT 4 #define ALIGNOF_LONG 8 #define ALIGNOF_DOUBLE 8 #define MAXIMUM_ALIGNOF 8 #define PG_INT128_TYPE __int128 #define ALIGNOF_PG_INT128_TYPE 16 #define HAVE_GCC__SYNC_CHAR_TAS 1 #define HAVE_GCC__SYNC_INT32_TAS 1 #define HAVE_GCC__SYNC_INT32_CAS 1 #define HAVE_GCC__SYNC_INT64_CAS 1 #define HAVE_GCC__ATOMIC_INT32_CAS 1 #define HAVE_GCC__ATOMIC_INT64_CAS 1 #define HAVE__GET_CPUID 1 #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1 #define USE_UNNAMED_POSIX_SEMAPHORES 1 #define USE_SYSV_SHARED_MEMORY 1 #define USE_DEV_URANDOM 1 #define HAVE_STRONG_RANDOM 1 #define MEMSET_LOOP_LIMIT 1024 #define PG_VERSION_STR "PostgreSQL 11.2 on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit" #define PG_VERSION_NUM 110002 configure: exit 0