config.log
text/plain
Filename: config.log
Type: text/plain
Part: 0
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 16.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../configure --enable-cassert --enable-debug --enable-nls --with-perl --with-python --without-tcl --without-gssapi --with-openssl --with-ldap --with-libxml --with-libxslt --without-systemd --with-readline --enable-thread-safety --enable-dtrace DTRACEFLAGS=-64 CFLAGS=-Werror
## --------- ##
## Platform. ##
## --------- ##
hostname = db_build
uname -m = i86pc
uname -r = 5.11
uname -s = SunOS
uname -v = hunghu-20231216T132436Z
/usr/bin/uname -p = i386
/bin/uname -X = System = SunOS
Node = db_build
Release = 5.11
KernelID = hunghu-20231216T132436Z
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 64
/bin/arch = i86pc
/usr/bin/arch -k = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/japin/postgres/build/pg/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /opt/local/sbin
PATH: /opt/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2885: checking build system type
configure:2899: result: x86_64-pc-solaris2.11
configure:2919: checking host system type
configure:2932: result: x86_64-pc-solaris2.11
configure:2954: checking which template to use
configure:3021: result: solaris
configure:3149: checking whether NLS is wanted
configure:3181: result: yes
configure:3189: checking for default port number
configure:3214: result: 5432
configure:3590: checking for dtrace
configure:3608: found /usr/sbin/dtrace
configure:3620: result: /usr/sbin/dtrace
configure:3691: checking for block size
configure:3725: result: 8kB
configure:3792: checking for segment size
configure:3799: result: 1GB
configure:3816: checking for WAL block size
configure:3851: result: 8kB
configure:3948: checking for gcc
configure:3964: found /opt/local/bin/gcc
configure:3975: result: gcc
configure:4006: checking for C compiler version
configure:4015: gcc --version >&5
gcc (GCC) 10.4.0
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:4026: $? = 0
configure:4015: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/opt/local/gcc10/bin/gcc
COLLECT_LTO_WRAPPER=/opt/local/gcc10/libexec/gcc/x86_64-sun-solaris2.11/10.4.0/lto-wrapper
Target: x86_64-sun-solaris2.11
Configured with: ../gcc-1f8c6b1d90dd69d36e9de7c1962b42e349561085/configure --with-local-prefix=/opt/local --enable-languages=c,c++,fortran,go,objc,lto --enable-__cxa_atexit --enable-initfini-array --disable-nls --disable-libitm --with-gnu-as --with-as=/opt/local/bin/gas --without-gnu-ld --with-ld=/bin/ld --with-zstd=no --prefix=/opt/local/gcc10 --build=x86_64-sun-solaris2.11 --host=x86_64-sun-solaris2.11 --infodir=/opt/local/gcc10/info --mandir=/opt/local/gcc10/man
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.4.0 (GCC)
configure:4026: $? = 0
configure:4015: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4026: $? = 1
configure:4015: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4026: $? = 1
configure:4046: checking whether the C compiler works
configure:4068: gcc -Werror conftest.c >&5
configure:4072: $? = 0
configure:4120: result: yes
configure:4123: checking for C compiler default output file name
configure:4125: result: a.out
configure:4131: checking for suffix of executables
configure:4138: gcc -o conftest -Werror conftest.c >&5
configure:4142: $? = 0
configure:4164: result:
configure:4186: checking whether we are cross compiling
configure:4194: gcc -o conftest -Werror conftest.c >&5
configure:4198: $? = 0
configure:4205: ./conftest
configure:4209: $? = 0
configure:4224: result: no
configure:4229: checking for suffix of object files
configure:4251: gcc -c -Werror conftest.c >&5
configure:4255: $? = 0
configure:4276: result: o
configure:4280: checking whether we are using the GNU C compiler
configure:4299: gcc -c -Werror conftest.c >&5
configure:4299: $? = 0
configure:4308: result: yes
configure:4317: checking whether gcc accepts -g
configure:4337: gcc -c -g conftest.c >&5
configure:4337: $? = 0
configure:4378: result: yes
configure:4395: checking for gcc option to accept ISO C89
configure:4458: gcc -c -Werror conftest.c >&5
configure:4458: $? = 0
configure:4471: result: none needed
configure:4491: checking for gcc option to accept ISO C99
configure:4640: gcc -c -Werror conftest.c >&5
configure:4640: $? = 0
configure:4653: result: none needed
configure:4733: checking for g++
configure:4749: found /opt/local/bin/g++
configure:4760: result: g++
configure:4787: checking for C++ compiler version
configure:4796: g++ --version >&5
g++ (GCC) 10.4.0
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:4807: $? = 0
configure:4796: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/opt/local/gcc10/bin/g++
COLLECT_LTO_WRAPPER=/opt/local/gcc10/libexec/gcc/x86_64-sun-solaris2.11/10.4.0/lto-wrapper
Target: x86_64-sun-solaris2.11
Configured with: ../gcc-1f8c6b1d90dd69d36e9de7c1962b42e349561085/configure --with-local-prefix=/opt/local --enable-languages=c,c++,fortran,go,objc,lto --enable-__cxa_atexit --enable-initfini-array --disable-nls --disable-libitm --with-gnu-as --with-as=/opt/local/bin/gas --without-gnu-ld --with-ld=/bin/ld --with-zstd=no --prefix=/opt/local/gcc10 --build=x86_64-sun-solaris2.11 --host=x86_64-sun-solaris2.11 --infodir=/opt/local/gcc10/info --mandir=/opt/local/gcc10/man
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.4.0 (GCC)
configure:4807: $? = 0
configure:4796: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4807: $? = 1
configure:4796: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4807: $? = 1
configure:4811: checking whether we are using the GNU C++ compiler
configure:4830: g++ -c conftest.cpp >&5
configure:4830: $? = 0
configure:4839: result: yes
configure:4848: checking whether g++ accepts -g
configure:4868: g++ -c -g conftest.cpp >&5
configure:4868: $? = 0
configure:4909: result: yes
configure:4950: gcc -c -Werror conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:1: error: unknown type name 'choke'
25 | choke me
| ^~~~~
configure:4950: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:4972: gcc -c -Werror conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:1: error: unknown type name 'choke'
25 | choke me
| ^~~~~
configure:4972: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:5017: checking for gawk
configure:5033: found /opt/local/bin/gawk
configure:5044: result: gawk
configure:5350: checking whether gcc supports -Wdeclaration-after-statement, for CFLAGS
configure:5372: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement conftest.c >&5
configure:5372: $? = 0
configure:5382: result: yes
configure:5398: checking whether gcc supports -Werror=vla, for CFLAGS
configure:5420: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla conftest.c >&5
configure:5420: $? = 0
configure:5430: result: yes
configure:5439: checking whether gcc supports -Werror=unguarded-availability-new, for CFLAGS
configure:5461: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new conftest.c >&5
cc1: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new'
configure:5461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:5471: result: no
configure:5478: checking whether g++ supports -Werror=unguarded-availability-new, for CXXFLAGS
configure:5506: g++ -c -Wall -Wpointer-arith -Werror=unguarded-availability-new conftest.cpp >&5
cc1plus: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new'
configure:5506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:5522: result: no
configure:5531: checking whether gcc supports -Wendif-labels, for CFLAGS
configure:5553: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels conftest.c >&5
configure:5553: $? = 0
configure:5563: result: yes
configure:5570: checking whether g++ supports -Wendif-labels, for CXXFLAGS
configure:5598: g++ -c -Wall -Wpointer-arith -Wendif-labels conftest.cpp >&5
configure:5598: $? = 0
configure:5614: result: yes
configure:5622: checking whether gcc supports -Wmissing-format-attribute, for CFLAGS
configure:5644: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute conftest.c >&5
configure:5644: $? = 0
configure:5654: result: yes
configure:5661: checking whether g++ supports -Wmissing-format-attribute, for CXXFLAGS
configure:5689: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute conftest.cpp >&5
configure:5689: $? = 0
configure:5705: result: yes
configure:5713: checking whether gcc supports -Wimplicit-fallthrough=3, for CFLAGS
configure:5735: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 conftest.c >&5
configure:5735: $? = 0
configure:5745: result: yes
configure:5752: checking whether g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS
configure:5780: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 conftest.cpp >&5
configure:5780: $? = 0
configure:5796: result: yes
configure:5804: checking whether gcc supports -Wcast-function-type, for CFLAGS
configure:5826: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type conftest.c >&5
configure:5826: $? = 0
configure:5836: result: yes
configure:5843: checking whether g++ supports -Wcast-function-type, for CXXFLAGS
configure:5871: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type conftest.cpp >&5
configure:5871: $? = 0
configure:5887: result: yes
configure:5895: checking whether gcc supports -Wshadow=compatible-local, for CFLAGS
configure:5917: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local conftest.c >&5
configure:5917: $? = 0
configure:5927: result: yes
configure:5934: checking whether g++ supports -Wshadow=compatible-local, for CXXFLAGS
configure:5962: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local conftest.cpp >&5
configure:5962: $? = 0
configure:5978: result: yes
configure:5987: checking whether gcc supports -Wformat-security, for CFLAGS
configure:6009: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security conftest.c >&5
configure:6009: $? = 0
configure:6019: result: yes
configure:6026: checking whether g++ supports -Wformat-security, for CXXFLAGS
configure:6054: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security conftest.cpp >&5
configure:6054: $? = 0
configure:6070: result: yes
configure:6079: checking whether gcc supports -fno-strict-aliasing, for CFLAGS
configure:6101: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing conftest.c >&5
configure:6101: $? = 0
configure:6111: result: yes
configure:6118: checking whether g++ supports -fno-strict-aliasing, for CXXFLAGS
configure:6146: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing conftest.cpp >&5
configure:6146: $? = 0
configure:6162: result: yes
configure:6171: checking whether gcc supports -fwrapv, for CFLAGS
configure:6193: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5
configure:6193: $? = 0
configure:6203: result: yes
configure:6210: checking whether g++ supports -fwrapv, for CXXFLAGS
configure:6238: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv conftest.cpp >&5
configure:6238: $? = 0
configure:6254: result: yes
configure:6263: checking whether gcc supports -fexcess-precision=standard, for CFLAGS
configure:6285: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.c >&5
configure:6285: $? = 0
configure:6295: result: yes
configure:6302: checking whether g++ supports -fexcess-precision=standard, for CXXFLAGS
configure:6330: g++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.cpp >&5
cc1plus: sorry, unimplemented: '-fexcess-precision=standard' for C++
configure:6330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:6346: result: no
configure:6354: checking whether gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS
configure:6376: gcc -c -funroll-loops conftest.c >&5
configure:6376: $? = 0
configure:6386: result: yes
configure:6394: checking whether gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE
configure:6416: gcc -c -ftree-vectorize conftest.c >&5
configure:6416: $? = 0
configure:6426: result: yes
configure:6442: checking whether gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS
configure:6464: gcc -c -Wunused-command-line-argument conftest.c >&5
gcc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'?
configure:6464: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:6474: result: no
configure:6487: checking whether gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS
configure:6509: gcc -c -Wcompound-token-split-by-macro conftest.c >&5
gcc: error: unrecognized command-line option '-Wcompound-token-split-by-macro'
configure:6509: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:6519: result: no
configure:6531: checking whether gcc supports -Wformat-truncation, for NOT_THE_CFLAGS
configure:6553: gcc -c -Wformat-truncation conftest.c >&5
configure:6553: $? = 0
configure:6563: result: yes
configure:6574: checking whether gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS
configure:6596: gcc -c -Wstringop-truncation conftest.c >&5
configure:6596: $? = 0
configure:6606: result: yes
configure:6618: checking whether gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS
configure:6640: gcc -c -Wcast-function-type-strict conftest.c >&5
gcc: error: unrecognized command-line option '-Wcast-function-type-strict'; did you mean '-Wcast-function-type'?
configure:6640: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #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:6650: result: no
configure:7043: checking whether gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE
configure:7065: gcc -c -fvisibility=hidden conftest.c >&5
configure:7065: $? = 0
configure:7075: result: yes
configure:7083: checking whether g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE
configure:7111: g++ -c -fvisibility=hidden conftest.cpp >&5
configure:7111: $? = 0
configure:7127: result: yes
configure:7133: checking whether g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE
configure:7161: g++ -c -fvisibility=hidden -fvisibility-inlines-hidden conftest.cpp >&5
configure:7161: $? = 0
configure:7177: result: yes
configure:7886: checking whether the C compiler still works
configure:7899: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS conftest.c >&5
configure:7899: $? = 0
configure:7900: result: yes
configure:7925: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS conftest.c >&5
configure:7925: $? = 0
configure:7971: checking how to run the C preprocessor
configure:8002: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c
configure:8002: $? = 0
configure:8016: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c
conftest.c:21:10: fatal error: ac_nonexistent.h: No such file or directory
21 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8041: result: gcc -E
configure:8061: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c
configure:8061: $? = 0
configure:8075: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c
conftest.c:21:10: fatal error: ac_nonexistent.h: No such file or directory
21 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8075: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8183: checking for pkg-config
configure:8201: found /opt/local/bin/pkg-config
configure:8213: result: /opt/local/bin/pkg-config
configure:8238: checking pkg-config is at least version 0.9.0
configure:8241: result: yes
configure:8346: checking allow thread-safe client libraries
configure:8376: result: yes
configure:8383: checking whether to build with ICU support
configure:8413: result: yes
configure:8420: checking for icu-uc icu-i18n
configure:8427: $PKG_CONFIG --exists --print-errors "icu-uc icu-i18n"
configure:8430: $? = 0
configure:8444: $PKG_CONFIG --exists --print-errors "icu-uc icu-i18n"
configure:8447: $? = 0
configure:8491: result: yes
configure:8500: checking whether to build with Tcl
configure:8526: result: no
configure:8558: checking whether to build Perl modules
configure:8584: result: yes
configure:8591: checking whether to build Python modules
configure:8617: result: yes
configure:8624: checking whether to build with GSSAPI support
configure:8655: result: no
configure:8700: checking whether to build with PAM support
configure:8728: result: no
configure:8735: checking whether to build with BSD Authentication support
configure:8763: result: no
configure:8770: checking whether to build with LDAP support
configure:8798: result: yes
configure:8806: checking whether to build with Bonjour support
configure:8834: result: no
configure:8841: checking whether to build with SELinux support
configure:8868: result: no
configure:8874: checking whether to build with systemd support
configure:8903: result: no
configure:9058: checking whether to build with XML support
configure:9086: result: yes
configure:9097: checking for libxml-2.0 >= 2.6.23
configure:9104: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.23"
configure:9107: $? = 0
configure:9121: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.23"
configure:9124: $? = 0
configure:9162: result: yes
configure:9332: checking whether to build with LZ4 support
configure:9360: result: no
configure:9473: checking whether to build with ZSTD support
configure:9501: result: no
configure:9664: checking for strip
configure:9680: found /opt/local/bin/strip
configure:9691: result: strip
configure:9714: checking whether it is possible to strip libraries
configure:9719: result: yes
configure:9784: checking for ar
configure:9800: found /opt/local/bin/ar
configure:9811: result: ar
configure:9942: checking for a BSD-compatible install
configure:10010: result: /opt/local/bin/ginstall -c
configure:10035: checking for tar
configure:10053: found /opt/local/bin/tar
configure:10065: result: /opt/local/bin/tar
configure:10084: checking whether ln -s works
configure:10088: result: yes
configure:10095: checking for a thread-safe mkdir -p
configure:10134: result: /opt/local/bin/mkdir -p
configure:10149: checking for bison
configure:10167: found /opt/local/bin/bison
configure:10179: result: /opt/local/bin/bison
configure:10201: using bison (GNU Bison) 3.8.2
configure:10239: checking for flex
configure:10284: result: /opt/local/bin/flex
configure:10304: using flex 2.6.4
configure:10317: checking for perl
configure:10335: found /opt/local/bin/perl
configure:10347: result: /opt/local/bin/perl
configure:10369: using perl 5.34.0
configure:10402: checking for Perl archlibexp
configure:10406: result: /opt/local/lib/perl5/5.34.0/x86_64-solaris-thread-multi-64
configure:10408: checking for Perl privlibexp
configure:10412: result: /opt/local/lib/perl5/5.34.0
configure:10414: checking for Perl useshrplib
configure:10418: result: true
configure:10436: checking for CFLAGS recommended by Perl
configure:10439: result: -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -pthread -I/opt/local/include -I/usr/include -fwrapv -fno-strict-aliasing -I/opt/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV
configure:10441: checking for CFLAGS to compile embedded Perl
configure:10444: result: -DPERL_USE_SAFE_PUTENV
configure:10448: checking for flags to link embedded Perl
configure:10472: result: -L/opt/local/lib/perl5/5.34.0/x86_64-solaris-thread-multi-64/CORE -lperl -lm -ldl -lsocket -lnsl -lpthread -lrt
configure:10484: checking for python3
configure:10502: found /opt/local/bin/python3
configure:10514: result: /opt/local/bin/python3
configure:10539: using python 3.9.9 (main, Feb 24 2023, 10:15:11)
configure:10550: checking for Python sysconfig module
configure:10554: result: yes
configure:10562: checking Python configuration directory
configure:10565: result: /opt/local/lib/python3.9/config-3.9
configure:10568: checking Python include directory
configure:10574: result: -I/opt/local/include/python3.9
configure:10579: checking how to link an embedded Python application
configure:10658: result: -L/opt/local/lib -lpython3.9 -lsocket -lnsl -lintl -ldl -lsendfile -lrt -luuid -lm -lm
configure:10741: checking for a sed that does not truncate output
configure:10805: result: /opt/local/bin/sed
configure:10811: checking for grep that handles long lines and -e
configure:10869: result: /opt/local/bin/grep
configure:10874: checking for egrep
configure:10936: result: /opt/local/bin/grep -E
configure:10941: checking for ANSI C header files
configure:10961: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:10961: $? = 0
configure:11034: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c >&5
configure:11034: $? = 0
configure:11034: ./conftest
configure:11034: $? = 0
configure:11045: result: yes
configure:11058: checking for sys/types.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for sys/stat.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for stdlib.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for string.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for memory.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for strings.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for inttypes.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for stdint.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11058: checking for unistd.h
configure:11058: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11058: $? = 0
configure:11058: result: yes
configure:11255: checking whether gcc is Clang
configure:11280: result: no
configure:11403: checking whether pthreads work with -pthread
configure:11497: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -pthread -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c >&5
configure:11497: $? = 0
configure:11506: result: yes
configure:11525: checking for joinable pthread attribute
configure:11543: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -pthread -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c >&5
configure:11543: $? = 0
configure:11551: result: PTHREAD_CREATE_JOINABLE
configure:11565: checking whether more special flags are required for pthreads
configure:11578: result: -D_POSIX_PTHREAD_SEMANTICS
configure:11586: checking for PTHREAD_PRIO_INHERIT
configure:11602: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -pthread -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c >&5
conftest.c: In function 'main':
conftest.c:43:5: error: unused variable 'i' [-Werror=unused-variable]
43 | int i = PTHREAD_PRIO_INHERIT;
| ^
cc1: all warnings being treated as errors
configure:11602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 <pthread.h>
| int
| main ()
| {
| int i = PTHREAD_PRIO_INHERIT;
| ;
| return 0;
| }
configure:11611: result: no
configure:11724: checking pthread.h usability
configure:11724: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11724: $? = 0
configure:11724: result: yes
configure:11724: checking pthread.h presence
configure:11724: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:11724: $? = 0
configure:11724: result: yes
configure:11724: checking for pthread.h
configure:11724: result: yes
configure:11736: checking for strerror_r
configure:11736: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c >&5
configure:11736: $? = 0
configure:11736: result: yes
configure:11747: checking whether strerror_r returns int
configure:11766: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:11766: $? = 0
configure:11773: result: yes
configure:11807: checking for main in -lm
configure:11826: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5
configure:11826: $? = 0
configure:11835: result: yes
configure:11846: checking for library containing setproctitle
configure:11877: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5
Undefined first referenced
symbol in file
setproctitle /var/tmp//ccJuGnOV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:11877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 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:11877: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lutil -lm >&5
ld: fatal: library -lutil: not found
ld: fatal: file processing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:11877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 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:11894: result: no
configure:11905: checking for library containing dlsym
configure:11936: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5
configure:11936: $? = 0
configure:11953: result: none required
configure:11961: checking for library containing socket
configure:11992: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5
Undefined first referenced
symbol in file
socket /var/tmp//ccUCGCOV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:11992: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 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 socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:11992: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:11992: $? = 0
configure:12009: result: -lsocket
configure:12017: checking for library containing getopt_long
configure:12048: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12048: $? = 0
configure:12065: result: none required
configure:12073: checking for library containing shm_open
configure:12104: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12104: $? = 0
configure:12121: result: none required
configure:12129: checking for library containing shm_unlink
configure:12160: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12160: $? = 0
configure:12177: result: none required
configure:12185: checking for library containing clock_gettime
configure:12216: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12216: $? = 0
configure:12233: result: none required
configure:12242: checking for library containing fdatasync
configure:12273: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12273: $? = 0
configure:12290: result: none required
configure:12299: checking for library containing shmget
configure:12330: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12330: $? = 0
configure:12347: result: none required
configure:12356: checking for library containing backtrace_symbols
configure:12387: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12387: $? = 0
configure:12404: result: none required
configure:12414: checking for library containing pthread_barrier_wait
configure:12445: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket -lm >&5
configure:12445: $? = 0
configure:12462: result: none required
configure:12475: checking for library containing readline
configure:12507: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lreadline -lsocket -lm >&5
configure:12507: $? = 0
configure:12533: result: -lreadline
configure:12552: checking for inflate in -lz
configure:12577: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lz -lreadline -lsocket -lm >&5
configure:12577: $? = 0
configure:12586: result: yes
configure:12754: checking for CRYPTO_new_ex_data in -lcrypto
configure:12779: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12779: $? = 0
configure:12788: result: yes
configure:12801: checking for SSL_new in -lssl
configure:12826: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12826: $? = 0
configure:12835: result: yes
configure:12971: checking for X509_get_signature_nid
configure:12971: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12971: $? = 0
configure:12971: result: yes
configure:12971: checking for SSL_CTX_set_cert_cb
configure:12971: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12971: $? = 0
configure:12971: result: yes
configure:12988: checking for OPENSSL_init_ssl
configure:12988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12988: $? = 0
configure:12988: result: yes
configure:12988: checking for BIO_meth_new
configure:12988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12988: $? = 0
configure:12988: result: yes
configure:12988: checking for ASN1_STRING_get0_data
configure:12988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12988: $? = 0
configure:12988: result: yes
configure:12988: checking for HMAC_CTX_new
configure:12988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12988: $? = 0
configure:12988: result: yes
configure:12988: checking for HMAC_CTX_free
configure:12988: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:12988: $? = 0
configure:12988: result: yes
configure:13002: checking for CRYPTO_lock
configure:13002: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
Undefined first referenced
symbol in file
CRYPTO_lock /var/tmp//ccIvqeQV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:13002: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| /* end confdefs.h. */
| /* Define CRYPTO_lock to an innocuous variant, in case <limits.h> declares CRYPTO_lock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define CRYPTO_lock innocuous_CRYPTO_lock
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char CRYPTO_lock (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef CRYPTO_lock
|
| /* 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 CRYPTO_lock ();
| /* 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_CRYPTO_lock || defined __stub___CRYPTO_lock
| choke me
| #endif
|
| int
| main ()
| {
| return CRYPTO_lock ();
| ;
| return 0;
| }
configure:13002: result: no
configure:13014: checking for X509_get_signature_info
configure:13014: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:13014: $? = 0
configure:13014: result: yes
configure:13082: checking for xmlSaveToBuffer in -lxml2
configure:13107: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:13107: $? = 0
configure:13116: result: yes
configure:13132: checking for xsltCleanupGlobals in -lxslt
configure:13157: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:13157: $? = 0
configure:13166: result: yes
configure:13286: checking for ldap_bind in -lldap
configure:13311: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lldap -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:13311: $? = 0
configure:13320: result: yes
configure:13337: checking for ldap_initialize
configure:13337: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lldap -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:13337: $? = 0
configure:13337: result: yes
configure:13350: checking for ldap_verify_credentials
configure:13350: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lldap -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:13350: $? = 0
configure:13350: result: yes
configure:13665: checking for stdbool.h that conforms to C99
configure:13732: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:112:14: error: the address of 's' will always evaluate as 'true' [-Werror=address]
112 | bool e = &s;
| ^~~~
conftest.c:116:22: error: the address of 'a' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:27: error: the address of 'b' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:32: error: the address of 'c' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:37: error: the address of 'd' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:47: error: the address of 'f' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:52: error: the address of 'g' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:57: error: the address of 'h' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:116:62: error: the address of 'i' will always evaluate as 'true' [-Werror=address]
116 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| ^
conftest.c:117:29: error: the address of 'n' will always evaluate as 'true' [-Werror=address]
117 | + !m + !n + !o + !p + !q + !pq);
| ^
conftest.c:117:34: error: the address of 'o' will always evaluate as 'true' [-Werror=address]
117 | + !m + !n + !o + !p + !q + !pq);
| ^
conftest.c:117:39: error: the address of 'p' will always evaluate as 'true' [-Werror=address]
117 | + !m + !n + !o + !p + !q + !pq);
| ^
cc1: all warnings being treated as errors
configure:13732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| /* end confdefs.h. */
|
| #include <stdbool.h>
| #ifndef bool
| "error: bool is not defined"
| #endif
| #ifndef false
| "error: false is not defined"
| #endif
| #if false
| "error: false is not 0"
| #endif
| #ifndef true
| "error: true is not defined"
| #endif
| #if true != 1
| "error: true is not 1"
| #endif
| #ifndef __bool_true_false_are_defined
| "error: __bool_true_false_are_defined is not defined"
| #endif
|
| struct s { _Bool s: 1; _Bool t; } s;
|
| char a[true == 1 ? 1 : -1];
| char b[false == 0 ? 1 : -1];
| char c[__bool_true_false_are_defined == 1 ? 1 : -1];
| char d[(bool) 0.5 == true ? 1 : -1];
| /* See body of main program for 'e'. */
| char f[(_Bool) 0.0 == false ? 1 : -1];
| char g[true];
| char h[sizeof (_Bool)];
| char i[sizeof s.t];
| enum { j = false, k = true, l = false * true, m = true * 256 };
| /* The following fails for
| HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
| _Bool n[m];
| char o[sizeof n == m * sizeof n[0] ? 1 : -1];
| char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
| /* Catch a bug in an HP-UX C compiler. See
| http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
| http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
| */
| _Bool q = true;
| _Bool *pq = &q;
|
| int
| main ()
| {
|
| bool e = &s;
| *pq |= q;
| *pq |= ! q;
| /* Refer to every declared value, to avoid compiler optimizations. */
| return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| + !m + !n + !o + !p + !q + !pq);
|
| ;
| return 0;
| }
configure:13739: result: no
configure:13741: checking for _Bool
configure:13741: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13741: $? = 0
configure:13741: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:99:20: error: expected expression before ')' token
99 | if (sizeof ((_Bool)))
| ^
configure:13741: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:13741: result: yes
configure:13762: checking atomic.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking atomic.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for atomic.h
configure:13762: result: yes
configure:13762: checking copyfile.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:98:10: fatal error: copyfile.h: No such file or directory
98 | #include <copyfile.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <copyfile.h>
configure:13762: result: no
configure:13762: checking copyfile.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
conftest.c:65:10: fatal error: copyfile.h: No such file or directory
65 | #include <copyfile.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| /* end confdefs.h. */
| #include <copyfile.h>
configure:13762: result: no
configure:13762: checking for copyfile.h
configure:13762: result: no
configure:13762: checking execinfo.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking execinfo.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for execinfo.h
configure:13762: result: yes
configure:13762: checking getopt.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking getopt.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for getopt.h
configure:13762: result: yes
configure:13762: checking ifaddrs.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking ifaddrs.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for ifaddrs.h
configure:13762: result: yes
configure:13762: checking langinfo.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking langinfo.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for langinfo.h
configure:13762: result: yes
configure:13762: checking mbarrier.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:102:10: fatal error: mbarrier.h: No such file or directory
102 | #include <mbarrier.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mbarrier.h>
configure:13762: result: no
configure:13762: checking mbarrier.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
conftest.c:69:10: fatal error: mbarrier.h: No such file or directory
69 | #include <mbarrier.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <mbarrier.h>
configure:13762: result: no
configure:13762: checking for mbarrier.h
configure:13762: result: no
configure:13762: checking sys/epoll.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking sys/epoll.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for sys/epoll.h
configure:13762: result: yes
configure:13762: checking sys/event.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:103:10: fatal error: sys/event.h: No such file or directory
103 | #include <sys/event.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/event.h>
configure:13762: result: no
configure:13762: checking sys/event.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
conftest.c:70:10: fatal error: sys/event.h: No such file or directory
70 | #include <sys/event.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <sys/event.h>
configure:13762: result: no
configure:13762: checking for sys/event.h
configure:13762: result: no
configure:13762: checking sys/personality.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:103:10: fatal error: sys/personality.h: No such file or directory
103 | #include <sys/personality.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/personality.h>
configure:13762: result: no
configure:13762: checking sys/personality.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
conftest.c:70:10: fatal error: sys/personality.h: No such file or directory
70 | #include <sys/personality.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <sys/personality.h>
configure:13762: result: no
configure:13762: checking for sys/personality.h
configure:13762: result: no
configure:13762: checking sys/prctl.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:103:10: fatal error: sys/prctl.h: No such file or directory
103 | #include <sys/prctl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:13762: result: no
configure:13762: checking sys/prctl.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
conftest.c:70:10: fatal error: sys/prctl.h: No such file or directory
70 | #include <sys/prctl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <sys/prctl.h>
configure:13762: result: no
configure:13762: checking for sys/prctl.h
configure:13762: result: no
configure:13762: checking sys/procctl.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:103:10: fatal error: sys/procctl.h: No such file or directory
103 | #include <sys/procctl.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/procctl.h>
configure:13762: result: no
configure:13762: checking sys/procctl.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
conftest.c:70:10: fatal error: sys/procctl.h: No such file or directory
70 | #include <sys/procctl.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:13762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <sys/procctl.h>
configure:13762: result: no
configure:13762: checking for sys/procctl.h
configure:13762: result: no
configure:13762: checking sys/signalfd.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking sys/signalfd.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for sys/signalfd.h
configure:13762: result: yes
configure:13762: checking sys/ucred.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking sys/ucred.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for sys/ucred.h
configure:13762: result: yes
configure:13762: checking termios.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking termios.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for termios.h
configure:13762: result: yes
configure:13762: checking ucred.h usability
configure:13762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking ucred.h presence
configure:13762: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13762: $? = 0
configure:13762: result: yes
configure:13762: checking for ucred.h
configure:13762: result: yes
configure:13776: checking readline/readline.h usability
configure:13776: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13776: $? = 0
configure:13776: result: yes
configure:13776: checking readline/readline.h presence
configure:13776: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13776: $? = 0
configure:13776: result: yes
configure:13776: checking for readline/readline.h
configure:13776: result: yes
configure:13806: checking readline/history.h usability
configure:13806: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13806: $? = 0
configure:13806: result: yes
configure:13806: checking readline/history.h presence
configure:13806: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13806: $? = 0
configure:13806: result: yes
configure:13806: checking for readline/history.h
configure:13806: result: yes
configure:13928: checking zlib.h usability
configure:13928: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:13928: $? = 0
configure:13928: result: yes
configure:13928: checking zlib.h presence
configure:13928: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:13928: $? = 0
configure:13928: result: yes
configure:13928: checking for zlib.h
configure:13928: result: yes
configure:13946: checking for lz4
configure:13964: found /opt/local/bin/lz4
configure:13976: result: /opt/local/bin/lz4
configure:14011: checking for zstd
configure:14029: found /opt/local/bin/zstd
configure:14041: result: /opt/local/bin/zstd
configure:14133: checking for openssl
configure:14151: found /opt/local/bin/openssl
configure:14163: result: /opt/local/bin/openssl
configure:14183: using openssl: OpenSSL 1.1.1t 7 Feb 2023
configure:14186: checking openssl/ssl.h usability
configure:14186: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking openssl/ssl.h presence
configure:14186: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking for openssl/ssl.h
configure:14186: result: yes
configure:14194: checking openssl/err.h usability
configure:14194: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14194: $? = 0
configure:14194: result: yes
configure:14194: checking openssl/err.h presence
configure:14194: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:14194: $? = 0
configure:14194: result: yes
configure:14194: checking for openssl/err.h
configure:14194: result: yes
configure:14257: checking libxml/parser.h usability
configure:14257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14257: $? = 0
configure:14257: result: yes
configure:14257: checking libxml/parser.h presence
configure:14257: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:14257: $? = 0
configure:14257: result: yes
configure:14257: checking for libxml/parser.h
configure:14257: result: yes
configure:14268: checking libxslt/xslt.h usability
configure:14268: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14268: $? = 0
configure:14268: result: yes
configure:14268: checking libxslt/xslt.h presence
configure:14268: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:14268: $? = 0
configure:14268: result: yes
configure:14268: checking for libxslt/xslt.h
configure:14268: result: yes
configure:14280: checking ldap.h usability
configure:14280: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14280: $? = 0
configure:14280: result: yes
configure:14280: checking ldap.h presence
configure:14280: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:14280: $? = 0
configure:14280: result: yes
configure:14280: checking for ldap.h
configure:14280: result: yes
configure:14288: checking for compatible LDAP implementation
configure:14309: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14309: $? = 0
configure:14316: result: yes
configure:14508: checking whether byte ordering is bigendian
configure:14523: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:77:9: error: unknown type name 'not'
77 | not a universal capable compiler
| ^~~
conftest.c:77:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
77 | not a universal capable compiler
| ^~~~~~~~~
conftest.c:77:15: error: unknown type name 'universal'
configure:14523: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:14568: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:8: error: unknown type name 'bogus'
83 | bogus endian macros
| ^~~~~
conftest.c:83:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
83 | bogus endian macros
| ^~~~~~
configure:14568: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
| bogus endian macros
| #endif
|
| ;
| return 0;
| }
configure:14612: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14612: $? = 0
configure:14629: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:4: error: unknown type name 'not'
82 | not big endian
| ^~~
conftest.c:82:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
82 | not big endian
| ^~~~~~
configure:14629: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| /* end confdefs.h. */
| #include <limits.h>
|
| int
| main ()
| {
| #ifndef _BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:14714: result: no
configure:14732: checking for inline
configure:14748: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14748: $? = 0
configure:14756: result: inline
configure:14774: checking for printf format archetype
configure:14794: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14794: $? = 0
configure:14831: result: gnu_printf
configure:14839: checking for _Static_assert
configure:14855: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:14855: $? = 0
configure:14863: result: yes
configure:14870: checking for typeof
configure:14891: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:14891: $? = 0
configure:14898: result: typeof
configure:14912: checking for __builtin_types_compatible_p
configure:14928: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:20: error: unused variable 'y' [-Werror=unused-variable]
83 | int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)];
| ^
At top level:
conftest.c:83:20: error: 'y' defined but not used [-Werror=unused-variable]
cc1: all warnings being treated as errors
configure:14928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)];
| ;
| return 0;
| }
configure:14935: result: no
configure:14942: checking for __builtin_constant_p
configure:14955: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:81:14: error: 'z' defined but not used [-Werror=unused-variable]
81 | static int z[__builtin_constant_p("string literal") ? 1 : x];
| ^
conftest.c:80:14: error: 'y' defined but not used [-Werror=unused-variable]
80 | static int y[__builtin_constant_p(x) ? x : 1];
| ^
cc1: all warnings being treated as errors
configure:14955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| /* end confdefs.h. */
| static int x;
| static int y[__builtin_constant_p(x) ? x : 1];
| static int z[__builtin_constant_p("string literal") ? 1 : x];
|
|
configure:14962: result: no
configure:14969: checking for __builtin_unreachable
configure:14985: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:14985: $? = 0
configure:14993: result: yes
configure:15000: checking for computed goto support
configure:15020: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15020: $? = 0
configure:15027: result: yes
configure:15034: checking for struct tm.tm_zone
configure:15034: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:13: error: 'struct tm' has no member named 'tm_zone'; did you mean 'tm_mon'?
89 | if (ac_aggr.tm_zone)
| ^~~~~~~
| tm_mon
conftest.c:88:18: error: variable 'ac_aggr' set but not used [-Werror=unused-but-set-variable]
88 | static struct tm ac_aggr;
| ^~~~~~~
cc1: all warnings being treated as errors
configure:15034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
| ;
| return 0;
| }
configure:15034: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:20: error: 'struct tm' has no member named 'tm_zone'; did you mean 'tm_mon'?
89 | if (sizeof ac_aggr.tm_zone)
| ^~~~~~~
| tm_mon
conftest.c:88:18: error: variable 'ac_aggr' set but not used [-Werror=unused-but-set-variable]
88 | static struct tm ac_aggr;
| ^~~~~~~
cc1: all warnings being treated as errors
configure:15034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
| ;
| return 0;
| }
configure:15034: result: no
configure:15048: checking for union semun
configure:15048: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include 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:15048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/ipc.h>
| #include <sys/sem.h>
|
|
| int
| main ()
| {
| if (sizeof (union semun))
| return 0;
| ;
| return 0;
| }
configure:15048: result: no
configure:15062: checking for socklen_t
configure:15062: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15062: $? = 0
configure:15062: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:24: error: expected expression before ')' token
86 | if (sizeof ((socklen_t)))
| ^
configure:15062: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| /* end confdefs.h. */
| #include <sys/socket.h>
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:15062: result: yes
configure:15073: checking for struct sockaddr.sa_len
configure:15073: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:12: error: 'struct sockaddr' has no member named 'sa_len'
90 | if (ac_aggr.sa_len)
| ^
conftest.c:89:24: error: variable 'ac_aggr' set but not used [-Werror=unused-but-set-variable]
89 | static struct sockaddr ac_aggr;
| ^~~~~~~
cc1: all warnings being treated as errors
configure:15073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
|
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:15073: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:19: error: 'struct sockaddr' has no member named 'sa_len'
90 | if (sizeof ac_aggr.sa_len)
| ^
conftest.c:89:24: error: variable 'ac_aggr' set but not used [-Werror=unused-but-set-variable]
89 | static struct sockaddr ac_aggr;
| ^~~~~~~
cc1: all warnings being treated as errors
configure:15073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
|
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:15073: result: no
configure:15087: checking for locale_t
configure:15104: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15104: $? = 0
configure:15128: result: yes
configure:15149: checking for C/C++ restrict keyword
configure:15174: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:84:6: error: no previous prototype for 'foo' [-Werror=missing-prototypes]
84 | int foo (int_ptr __restrict ip) {
| ^~~
cc1: all warnings being treated as errors
configure:15174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr __restrict ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * __restrict t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:15174: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:84:6: error: no previous prototype for 'foo' [-Werror=missing-prototypes]
84 | int foo (int_ptr __restrict__ ip) {
| ^~~
cc1: all warnings being treated as errors
configure:15174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr __restrict__ ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * __restrict__ t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:15174: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:84:29: error: expected ';', ',' or ')' before 'ip'
84 | int foo (int_ptr _Restrict ip) {
| ^~
conftest.c: In function 'main':
conftest.c:91:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't'
91 | int * _Restrict t = s;
| ^
conftest.c:91:18: error: 't' undeclared (first use in this function)
conftest.c:91:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:93:9: error: implicit declaration of function 'foo' [-Werror=implicit-function-declaration]
93 | return foo(t)
| ^~~
cc1: all warnings being treated as errors
configure:15174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr _Restrict ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * _Restrict t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:15174: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c:84:6: error: no previous prototype for 'foo' [-Werror=missing-prototypes]
84 | int foo (int_ptr restrict ip) {
| ^~~
cc1: all warnings being treated as errors
configure:15174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr restrict ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * restrict t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:15182: result: no
configure:15206: checking for struct option
configure:15206: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15206: $? = 0
configure:15206: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:28: error: expected expression before ')' token
92 | if (sizeof ((struct option)))
| ^
configure:15206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| /* end confdefs.h. */
| #ifdef HAVE_GETOPT_H
| #include <getopt.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct option)))
| return 0;
| ;
| return 0;
| }
configure:15206: result: yes
configure:15224: checking for z_streamp
configure:15224: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15224: $? = 0
configure:15224: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:24: error: expected expression before ')' token
91 | if (sizeof ((z_streamp)))
| ^
configure:15224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| /* end confdefs.h. */
| #include <zlib.h>
|
| int
| main ()
| {
| if (sizeof ((z_streamp)))
| return 0;
| ;
| return 0;
| }
configure:15224: result: yes
configure:15238: checking whether assembler supports x86_64 popcntq
configure:15255: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15255: $? = 0
configure:15262: result: yes
configure:15326: checking for special C compiler options needed for large files
configure:15371: result: no
configure:15377: checking for _FILE_OFFSET_BITS value needed for large files
configure:15402: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15402: $? = 0
configure:15434: result: no
configure:15526: checking size of off_t
configure:15531: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:15531: $? = 0
configure:15531: ./conftest
configure:15531: $? = 0
configure:15545: result: 8
configure:15567: checking size of bool
configure:15572: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
conftest.c: In function 'longval':
conftest.c:92:57: error: 'bool' undeclared (first use in this function)
92 | static long int longval () { return (long int) (sizeof (bool)); }
| ^~~~
conftest.c:92:57: note: each undeclared identifier is reported only once for each function it appears in
conftest.c: In function 'ulongval':
conftest.c:93:67: error: 'bool' undeclared (first use in this function)
93 | static unsigned long int ulongval () { return (long int) (sizeof (bool)); }
| ^~~~
conftest.c: In function 'main':
conftest.c:103:28: error: 'bool' undeclared (first use in this function)
103 | if (((long int) (sizeof (bool))) < 0)
| ^~~~
conftest.c: In function 'longval':
conftest.c:92:65: error: control reaches end of non-void function [-Werror=return-type]
92 | static long int longval () { return (long int) (sizeof (bool)); }
| ^
conftest.c: In function 'ulongval':
conftest.c:93:75: error: control reaches end of non-void function [-Werror=return-type]
93 | static unsigned long int ulongval () { return (long int) (sizeof (bool)); }
| ^
cc1: all warnings being treated as errors
configure:15572: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #ifdef HAVE_STDBOOL_H
| #include <stdbool.h>
| #endif
|
| static long int longval () { return (long int) (sizeof (bool)); }
| static unsigned long int ulongval () { return (long int) (sizeof (bool)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (bool))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (bool))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (bool))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:15589: result: 0
configure:15611: checking for int timezone
configure:15632: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:15632: $? = 0
configure:15640: result: yes
configure:15647: checking for wcstombs_l declaration
configure:15666: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:96:8: error: 'wcstombs_l' undeclared (first use in this function); did you mean 'wcstombs'?
96 | (void) wcstombs_l;
| ^~~~~~~~~~
| wcstombs
conftest.c:96:8: note: each undeclared identifier is reported only once for each function it appears in
configure:15666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <locale.h>
| int
| main ()
| {
| #ifndef wcstombs_l
| (void) wcstombs_l;
| #endif
| ;
| return 0;
| }
configure:15684: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:15684: $? = 0
configure:15693: result: yes (in xlocale.h)
configure:15711: checking for backtrace_symbols
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for copyfile
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
copyfile /var/tmp//ccyzqfWV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| /* end confdefs.h. */
| /* Define copyfile to an innocuous variant, in case <limits.h> declares copyfile.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define copyfile innocuous_copyfile
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char copyfile (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef copyfile
|
| /* 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 copyfile ();
| /* 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_copyfile || defined __stub___copyfile
| choke me
| #endif
|
| int
| main ()
| {
| return copyfile ();
| ;
| return 0;
| }
configure:15711: result: no
configure:15711: checking for getifaddrs
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for getpeerucred
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for inet_pton
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for kqueue
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
kqueue /var/tmp//ccSLGBWV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| /* end confdefs.h. */
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define kqueue innocuous_kqueue
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char kqueue (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef kqueue
|
| /* 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 kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
|
| int
| main ()
| {
| return kqueue ();
| ;
| return 0;
| }
configure:15711: result: no
configure:15711: checking for mbstowcs_l
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for memset_s
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for posix_fallocate
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for ppoll
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for pthread_is_threaded_np
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
pthread_is_threaded_np /var/tmp//ccj1W3WV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| /* end confdefs.h. */
| /* Define pthread_is_threaded_np to an innocuous variant, in case <limits.h> declares pthread_is_threaded_np.
| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:15711: result: no
configure:15711: checking for setproctitle
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
setproctitle /var/tmp//ccm4q.WV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| /* end confdefs.h. */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setproctitle innocuous_setproctitle
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setproctitle (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:15711: result: no
configure:15711: checking for setproctitle_fast
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
setproctitle_fast /var/tmp//ccB7aeXV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| /* end confdefs.h. */
| /* Define setproctitle_fast to an innocuous variant, in case <limits.h> declares setproctitle_fast.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setproctitle_fast innocuous_setproctitle_fast
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setproctitle_fast (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setproctitle_fast
|
| /* 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_fast ();
| /* 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_fast || defined __stub___setproctitle_fast
| choke me
| #endif
|
| int
| main ()
| {
| return setproctitle_fast ();
| ;
| return 0;
| }
configure:15711: result: no
configure:15711: checking for strchrnul
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for strsignal
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for syncfs
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
syncfs /var/tmp//cc0eWuXV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h. */
| /* Define syncfs to an innocuous variant, in case <limits.h> declares syncfs.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define syncfs innocuous_syncfs
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char syncfs (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef syncfs
|
| /* 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 syncfs ();
| /* 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_syncfs || defined __stub___syncfs
| choke me
| #endif
|
| int
| main ()
| {
| return syncfs ();
| ;
| return 0;
| }
configure:15711: result: no
configure:15711: checking for sync_file_range
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
sync_file_range /var/tmp//cc0haBXV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:15711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h. */
| /* Define sync_file_range to an innocuous variant, in case <limits.h> declares sync_file_range.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sync_file_range innocuous_sync_file_range
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sync_file_range (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sync_file_range
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sync_file_range ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sync_file_range || defined __stub___sync_file_range
| choke me
| #endif
|
| int
| main ()
| {
| return sync_file_range ();
| ;
| return 0;
| }
configure:15711: result: no
configure:15711: checking for uselocale
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15711: checking for wcstombs_l
configure:15711: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:15711: $? = 0
configure:15711: result: yes
configure:15722: checking for __builtin_bswap16
configure:15743: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_bswap16' [-Werror=missing-prototypes]
105 | call__builtin_bswap16(int x)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15743: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| int
| call__builtin_bswap16(int x)
| {
| return __builtin_bswap16(x);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15751: result: no
configure:15760: checking for __builtin_bswap32
configure:15781: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_bswap32' [-Werror=missing-prototypes]
105 | call__builtin_bswap32(int x)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15781: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| int
| call__builtin_bswap32(int x)
| {
| return __builtin_bswap32(x);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15789: result: no
configure:15798: checking for __builtin_bswap64
configure:15819: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_bswap64' [-Werror=missing-prototypes]
105 | call__builtin_bswap64(long int x)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| int
| call__builtin_bswap64(long int x)
| {
| return __builtin_bswap64(x);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15827: result: no
configure:15837: checking for __builtin_clz
configure:15858: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_clz' [-Werror=missing-prototypes]
105 | call__builtin_clz(unsigned int x)
| ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15858: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| int
| call__builtin_clz(unsigned int x)
| {
| return __builtin_clz(x);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15866: result: no
configure:15875: checking for __builtin_ctz
configure:15896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_ctz' [-Werror=missing-prototypes]
105 | call__builtin_ctz(unsigned int x)
| ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| int
| call__builtin_ctz(unsigned int x)
| {
| return __builtin_ctz(x);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15904: result: no
configure:15913: checking for __builtin_popcount
configure:15934: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_popcount' [-Werror=missing-prototypes]
105 | call__builtin_popcount(unsigned int x)
| ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| int
| call__builtin_popcount(unsigned int x)
| {
| return __builtin_popcount(x);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15942: result: no
configure:15953: checking for __builtin_frame_address
configure:15974: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:105:1: error: no previous prototype for 'call__builtin_frame_address' [-Werror=missing-prototypes]
105 | call__builtin_frame_address(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:15974: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| /* end confdefs.h. */
|
| void *
| call__builtin_frame_address(void)
| {
| return __builtin_frame_address(0);
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15982: result: no
configure:15994: checking for _LARGEFILE_SOURCE value needed for large files
configure:16013: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16013: $? = 0
configure:16041: result: no
configure:16075: checking how gcc reports undeclared, standard C functions
configure:16091: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:108:8: error: 'strchr' undeclared (first use in this function)
108 | (void) strchr;
| ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
1 | /* confdefs.h */
conftest.c:108:8: note: each undeclared identifier is reported only once for each function it appears in
108 | (void) strchr;
| ^~~~~~
configure:16091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| (void) strchr;
| ;
| return 0;
| }
configure:16146: result: error
configure:16182: checking whether fdatasync is declared
configure:16182: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16182: $? = 0
configure:16182: result: yes
configure:16194: checking whether strlcat is declared
configure:16194: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16194: $? = 0
configure:16194: result: yes
configure:16204: checking whether strlcpy is declared
configure:16204: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16204: $? = 0
configure:16204: result: yes
configure:16214: checking whether strnlen is declared
configure:16214: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16214: $? = 0
configure:16214: result: yes
configure:16228: checking whether preadv is declared
configure:16228: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16228: $? = 0
configure:16228: result: yes
configure:16250: checking whether pwritev is declared
configure:16250: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16250: $? = 0
configure:16250: result: yes
configure:16274: checking whether F_FULLFSYNC is declared
configure:16274: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:119:10: error: 'F_FULLFSYNC' undeclared (first use in this function)
119 | (void) F_FULLFSYNC;
| ^~~~~~~~~~~
conftest.c:119:10: note: each undeclared identifier is reported only once for each function it appears in
configure:16274: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_PREADV 1
| #define HAVE_DECL_PWRITEV 1
| /* end confdefs.h. */
| #include <fcntl.h>
|
| int
| main ()
| {
| #ifndef F_FULLFSYNC
| #ifdef __cplusplus
| (void) F_FULLFSYNC;
| #else
| (void) F_FULLFSYNC;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16274: result: no
configure:16287: checking for explicit_bzero
configure:16287: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16287: $? = 0
configure:16287: result: yes
configure:16300: checking for getopt
configure:16300: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16300: $? = 0
configure:16300: result: yes
configure:16313: checking for getpeereid
configure:16313: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
getpeereid /var/tmp//cce6q_YV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:16313: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_PREADV 1
| #define HAVE_DECL_PWRITEV 1
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h. */
| /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpeereid innocuous_getpeereid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpeereid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:16313: result: no
configure:16326: checking for inet_aton
configure:16326: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16326: $? = 0
configure:16326: result: yes
configure:16339: checking for mkdtemp
configure:16339: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16339: $? = 0
configure:16339: result: yes
configure:16352: checking for strlcat
configure:16352: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16352: $? = 0
configure:16352: result: yes
configure:16365: checking for strlcpy
configure:16365: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16365: $? = 0
configure:16365: result: yes
configure:16378: checking for strnlen
configure:16378: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
conftest.c:140:6: error: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Werror=builtin-declaration-mismatch]
140 | char strnlen ();
| ^~~~~~~
cc1: all warnings being treated as errors
configure:16378: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_PREADV 1
| #define HAVE_DECL_PWRITEV 1
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| /* end confdefs.h. */
| /* Define strnlen to an innocuous variant, in case <limits.h> declares strnlen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strnlen innocuous_strnlen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strnlen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strnlen
|
| /* 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 strnlen ();
| /* 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_strnlen || defined __stub___strnlen
| choke me
| #endif
|
| int
| main ()
| {
| return strnlen ();
| ;
| return 0;
| }
configure:16378: result: no
configure:16394: checking for pthread_barrier_wait
configure:16394: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16394: $? = 0
configure:16394: result: yes
configure:16427: checking for getopt_long
configure:16427: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16427: $? = 0
configure:16427: result: yes
configure:16610: checking for syslog
configure:16610: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16610: $? = 0
configure:16610: result: yes
configure:16612: checking syslog.h usability
configure:16612: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16612: $? = 0
configure:16612: result: yes
configure:16612: checking syslog.h presence
configure:16612: gcc -E -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:16612: $? = 0
configure:16612: result: yes
configure:16612: checking for syslog.h
configure:16612: result: yes
configure:16623: checking for opterr
configure:16639: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
configure:16639: $? = 0
configure:16647: result: yes
configure:16655: checking for optreset
configure:16671: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lsocket -lm >&5
Undefined first referenced
symbol in file
optreset /var/tmp//ccGwGYZV.o
ld: fatal: symbol referencing errors. No output written to conftest
collect2: error: ld returned 1 exit status
configure:16671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_PREADV 1
| #define HAVE_DECL_PWRITEV 1
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_PTHREAD_BARRIER_WAIT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| /* end confdefs.h. */
| #include <unistd.h>
| int
| main ()
| {
| extern int optreset; optreset = 1;
| ;
| return 0;
| }
configure:16679: result: no
configure:16692: checking unicode/ucol.h usability
configure:16692: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -I/opt/local/include -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c >&5
configure:16692: $? = 0
configure:16692: result: yes
configure:16692: checking unicode/ucol.h presence
configure:16692: gcc -E -I/opt/local/include -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include conftest.c
configure:16692: $? = 0
configure:16692: result: yes
configure:16692: checking for unicode/ucol.h
configure:16692: result: yes
configure:16775: checking for rl_completion_suppress_quote
configure:16799: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16799: $? = 0
configure:16807: result: yes
configure:16814: checking for rl_filename_quote_characters
configure:16838: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16838: $? = 0
configure:16846: result: yes
configure:16853: checking for rl_filename_quoting_function
configure:16877: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16877: $? = 0
configure:16885: result: yes
configure:16896: checking for append_history
configure:16896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16896: $? = 0
configure:16896: result: yes
configure:16896: checking for history_truncate_file
configure:16896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16896: $? = 0
configure:16896: result: yes
configure:16896: checking for rl_completion_matches
configure:16896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16896: $? = 0
configure:16896: result: yes
configure:16896: checking for rl_filename_completion_function
configure:16896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16896: $? = 0
configure:16896: result: yes
configure:16896: checking for rl_reset_screen_size
configure:16896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16896: $? = 0
configure:16896: result: yes
configure:16896: checking for rl_variable_bind
configure:16896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16896: $? = 0
configure:16896: result: yes
configure:16912: checking test program
configure:16922: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
configure:16922: $? = 0
configure:16922: ./conftest
configure:16922: $? = 0
configure:16923: result: ok
configure:16943: checking whether long int is 64 bits
configure:17003: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
conftest.c:139:5: error: no previous prototype for 'does_int64_work' [-Werror=missing-prototypes]
139 | int does_int64_work()
| ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:17003: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_PREADV 1
| #define HAVE_DECL_PWRITEV 1
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_PTHREAD_BARRIER_WAIT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_RL_COMPLETION_SUPPRESS_QUOTE 1
| #define HAVE_RL_FILENAME_QUOTE_CHARACTERS 1
| #define HAVE_RL_FILENAME_QUOTING_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_RL_VARIABLE_BIND 1
| /* end confdefs.h. */
| typedef long int ac_int64;
|
| /*
| * These are globals to discourage the compiler from folding all the
| * arithmetic tests down to compile-time constants.
| */
| ac_int64 a = 20000001;
| ac_int64 b = 40000005;
|
| int does_int64_work()
| {
| ac_int64 c,d;
|
| if (sizeof(ac_int64) != 8)
| return 0; /* definitely not the right size */
|
| /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
| c = a * b;
| d = (c + b) / b;
| if (d != a+1)
| return 0;
| return 1;
| }
|
| int
| main() {
| return (! does_int64_work());
| }
configure:17013: result: no
configure:17027: checking whether long long int is 64 bits
configure:17087: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm >&5
conftest.c:139:5: error: no previous prototype for 'does_int64_work' [-Werror=missing-prototypes]
139 | int does_int64_work()
| ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
configure:17087: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.2"
| #define PACKAGE_STRING "PostgreSQL 16.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 2
| #define PG_VERSION "16.2"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define DLSUFFIX ".so"
| #define USE_ASSERT_CHECKING 1
| #define ENABLE_THREAD_SAFETY 1
| #define USE_ICU 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_LDAP 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_INT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define OPENSSL_API_COMPAT 0x10001000L
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_X509_GET_SIGNATURE_NID 1
| #define HAVE_SSL_CTX_SET_CERT_CB 1
| #define HAVE_OPENSSL_INIT_SSL 1
| #define HAVE_BIO_METH_NEW 1
| #define HAVE_ASN1_STRING_GET0_DATA 1
| #define HAVE_HMAC_CTX_NEW 1
| #define HAVE_HMAC_CTX_FREE 1
| #define HAVE_X509_GET_SIGNATURE_INFO 1
| #define USE_OPENSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define HAVE_LIBLDAP 1
| #define HAVE_LDAP_INITIALIZE 1
| #define HAVE__BOOL 1
| #define HAVE_ATOMIC_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_SIGNALFD_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UCRED_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define HAVE__STATIC_ASSERT 1
| #define HAVE_TYPEOF 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE_COMPUTED_GOTO 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_LOCALE_T 1
| #define restrict /**/
| #define pg_restrict
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_X86_64_POPCNTQ 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_BOOL 0
| #define HAVE_INT_TIMEZONE 1
| #define WCSTOMBS_L_IN_XLOCALE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETPEERUCRED 1
| #define HAVE_INET_PTON 1
| #define HAVE_MBSTOWCS_L 1
| #define HAVE_MEMSET_S 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_PPOLL 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_USELOCALE 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_PREADV 1
| #define HAVE_DECL_PWRITEV 1
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_PTHREAD_BARRIER_WAIT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_RL_COMPLETION_SUPPRESS_QUOTE 1
| #define HAVE_RL_FILENAME_QUOTE_CHARACTERS 1
| #define HAVE_RL_FILENAME_QUOTING_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_RL_VARIABLE_BIND 1
| /* end confdefs.h. */
| typedef long long int ac_int64;
|
| /*
| * These are globals to discourage the compiler from folding all the
| * arithmetic tests down to compile-time constants.
| */
| ac_int64 a = 20000001;
| ac_int64 b = 40000005;
|
| int does_int64_work()
| {
| ac_int64 c,d;
|
| if (sizeof(ac_int64) != 8)
| return 0; /* definitely not the right size */
|
| /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
| c = a * b;
| d = (c + b) / b;
| if (d != a+1)
| return 0;
| return 1;
| }
|
| int
| main() {
| return (! does_int64_work());
| }
configure:17097: result: no
configure:17110: error: Cannot find a working 64-bit integer type.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-solaris2.11
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_decl_report=error
ac_cv_c_inline=inline
ac_cv_c_restrict=no
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=set
ac_cv_env_CFLAGS_value=-Werror
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_LZ4_CFLAGS_set=''
ac_cv_env_LZ4_CFLAGS_value=''
ac_cv_env_LZ4_LIBS_set=''
ac_cv_env_LZ4_LIBS_value=''
ac_cv_env_MSGFMT_set=''
ac_cv_env_MSGFMT_value=''
ac_cv_env_PERL_set=''
ac_cv_env_PERL_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_PYTHON_set=''
ac_cv_env_PYTHON_value=''
ac_cv_env_TCLSH_set=''
ac_cv_env_TCLSH_value=''
ac_cv_env_XML2_CFLAGS_set=''
ac_cv_env_XML2_CFLAGS_value=''
ac_cv_env_XML2_CONFIG_set=''
ac_cv_env_XML2_CONFIG_value=''
ac_cv_env_XML2_LIBS_set=''
ac_cv_env_XML2_LIBS_value=''
ac_cv_env_ZSTD_CFLAGS_set=''
ac_cv_env_ZSTD_CFLAGS_value=''
ac_cv_env_ZSTD_LIBS_set=''
ac_cv_env_ZSTD_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_ASN1_STRING_get0_data=yes
ac_cv_func_BIO_meth_new=yes
ac_cv_func_CRYPTO_lock=no
ac_cv_func_HMAC_CTX_free=yes
ac_cv_func_HMAC_CTX_new=yes
ac_cv_func_OPENSSL_init_ssl=yes
ac_cv_func_SSL_CTX_set_cert_cb=yes
ac_cv_func_X509_get_signature_info=yes
ac_cv_func_X509_get_signature_nid=yes
ac_cv_func_append_history=yes
ac_cv_func_backtrace_symbols=yes
ac_cv_func_copyfile=no
ac_cv_func_explicit_bzero=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=yes
ac_cv_func_history_truncate_file=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_pton=yes
ac_cv_func_kqueue=no
ac_cv_func_ldap_initialize=yes
ac_cv_func_ldap_verify_credentials=yes
ac_cv_func_mbstowcs_l=yes
ac_cv_func_memset_s=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_ppoll=yes
ac_cv_func_pthread_barrier_wait=yes
ac_cv_func_pthread_is_threaded_np=no
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_rl_variable_bind=yes
ac_cv_func_setproctitle=no
ac_cv_func_setproctitle_fast=no
ac_cv_func_strchrnul=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strnlen=no
ac_cv_func_strsignal=yes
ac_cv_func_sync_file_range=no
ac_cv_func_syncfs=no
ac_cv_func_syslog=yes
ac_cv_func_uselocale=yes
ac_cv_func_wcstombs_l=yes
ac_cv_have_decl_F_FULLFSYNC=no
ac_cv_have_decl_fdatasync=yes
ac_cv_have_decl_preadv=yes
ac_cv_have_decl_pwritev=yes
ac_cv_have_decl_strlcat=yes
ac_cv_have_decl_strlcpy=yes
ac_cv_have_decl_strnlen=yes
ac_cv_header_atomic_h=yes
ac_cv_header_copyfile_h=no
ac_cv_header_execinfo_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_ldap_h=yes
ac_cv_header_libxml_parser_h=yes
ac_cv_header_libxslt_xslt_h=yes
ac_cv_header_mbarrier_h=no
ac_cv_header_memory_h=yes
ac_cv_header_openssl_err_h=yes
ac_cv_header_openssl_ssl_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=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_personality_h=no
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_procctl_h=no
ac_cv_header_sys_signalfd_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_ucred_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_ucred_h=yes
ac_cv_header_unicode_ucol_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-solaris2.11
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_ldap_ldap_bind=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ssl_SSL_new=yes
ac_cv_lib_xml2_xmlSaveToBuffer=yes
ac_cv_lib_xslt_xsltCleanupGlobals=yes
ac_cv_lib_z_inflate=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_tm_tm_zone=no
ac_cv_objext=o
ac_cv_path_BISON=/opt/local/bin/bison
ac_cv_path_DTRACE=/usr/sbin/dtrace
ac_cv_path_EGREP='/opt/local/bin/grep -E'
ac_cv_path_GREP=/opt/local/bin/grep
ac_cv_path_LZ4=/opt/local/bin/lz4
ac_cv_path_OPENSSL=/opt/local/bin/openssl
ac_cv_path_PERL=/opt/local/bin/perl
ac_cv_path_PYTHON=/opt/local/bin/python3
ac_cv_path_SED=/opt/local/bin/sed
ac_cv_path_TAR=/opt/local/bin/tar
ac_cv_path_ZSTD=/opt/local/bin/zstd
ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
ac_cv_path_install='/opt/local/bin/ginstall -c'
ac_cv_path_mkdir=/opt/local/bin/mkdir
ac_cv_prog_AWK=gawk
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_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_c99=''
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_backtrace_symbols='none required'
ac_cv_search_clock_gettime='none required'
ac_cv_search_dlsym='none required'
ac_cv_search_fdatasync='none required'
ac_cv_search_getopt_long='none required'
ac_cv_search_pthread_barrier_wait='none required'
ac_cv_search_setproctitle=no
ac_cv_search_shm_open='none required'
ac_cv_search_shm_unlink='none required'
ac_cv_search_shmget='none required'
ac_cv_search_socket=-lsocket
ac_cv_sizeof_bool=0
ac_cv_sizeof_off_t=8
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_socklen_t=yes
ac_cv_type_struct_option=yes
ac_cv_type_union_semun=no
ac_cv_type_z_streamp=yes
ax_cv_PTHREAD_CLANG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=no
ax_cv_PTHREAD_SPECIAL_FLAGS=-D_POSIX_PTHREAD_SEMANTICS
pgac_cv__builtin_bswap16=no
pgac_cv__builtin_bswap32=no
pgac_cv__builtin_bswap64=no
pgac_cv__builtin_clz=no
pgac_cv__builtin_constant_p=no
pgac_cv__builtin_ctz=no
pgac_cv__builtin_frame_address=no
pgac_cv__builtin_popcount=no
pgac_cv__builtin_unreachable=yes
pgac_cv__static_assert=yes
pgac_cv__types_compatible=no
pgac_cv_c_typeof=typeof
pgac_cv_check_readline=-lreadline
pgac_cv_computed_goto=yes
pgac_cv_func_strerror_r_int=yes
pgac_cv_func_wcstombs_l='yes (in xlocale.h)'
pgac_cv_have_x86_64_popcntq=yes
pgac_cv_ldap_safe=yes
pgac_cv_path_flex=/opt/local/bin/flex
pgac_cv_printf_archetype=gnu_printf
pgac_cv_prog_CC_cflags__Wcast_function_type=yes
pgac_cv_prog_CC_cflags__Wcast_function_type_strict=no
pgac_cv_prog_CC_cflags__Wcompound_token_split_by_macro=no
pgac_cv_prog_CC_cflags__Wdeclaration_after_statement=yes
pgac_cv_prog_CC_cflags__Wendif_labels=yes
pgac_cv_prog_CC_cflags__Werror_unguarded_availability_new=no
pgac_cv_prog_CC_cflags__Werror_vla=yes
pgac_cv_prog_CC_cflags__Wformat_security=yes
pgac_cv_prog_CC_cflags__Wformat_truncation=yes
pgac_cv_prog_CC_cflags__Wimplicit_fallthrough_3=yes
pgac_cv_prog_CC_cflags__Wmissing_format_attribute=yes
pgac_cv_prog_CC_cflags__Wshadow_compatible_local=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__fvisibility_hidden=yes
pgac_cv_prog_CC_cflags__fwrapv=yes
pgac_cv_prog_CXX_cxxflags__Wcast_function_type=yes
pgac_cv_prog_CXX_cxxflags__Wendif_labels=yes
pgac_cv_prog_CXX_cxxflags__Werror_unguarded_availability_new=no
pgac_cv_prog_CXX_cxxflags__Wformat_security=yes
pgac_cv_prog_CXX_cxxflags__Wimplicit_fallthrough_3=yes
pgac_cv_prog_CXX_cxxflags__Wmissing_format_attribute=yes
pgac_cv_prog_CXX_cxxflags__Wshadow_compatible_local=yes
pgac_cv_prog_CXX_cxxflags__fexcess_precision_standard=no
pgac_cv_prog_CXX_cxxflags__fno_strict_aliasing=yes
pgac_cv_prog_CXX_cxxflags__fvisibility_hidden=yes
pgac_cv_prog_CXX_cxxflags__fvisibility_inlines_hidden=yes
pgac_cv_prog_CXX_cxxflags__fwrapv=yes
pgac_cv_type_locale_t=yes
pgac_cv_type_long_int_64=no
pgac_cv_type_long_long_int_64=no
pgac_cv_var_int_opterr=yes
pgac_cv_var_int_optreset=no
pgac_cv_var_int_timezone=yes
pgac_cv_var_rl_completion_suppress_quote=yes
pgac_cv_var_rl_filename_quote_characters=yes
pgac_cv_var_rl_filename_quoting_function=yes
pkg_cv_ICU_CFLAGS='-I/opt/local/include '
pkg_cv_ICU_LIBS='-L/opt/local/lib -licui18n -Wl,-R/opt/local/lib -licuuc -licudata '
pkg_cv_XML2_CFLAGS='-I/opt/local/include/libxml2 -I/opt/local/include '
pkg_cv_XML2_LIBS='-Wl,-R/opt/local/lib -L/opt/local/lib -lxml2 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='gawk'
BISON='/opt/local/bin/bison'
BISONFLAGS=' -Wno-deprecated'
BITCODE_CFLAGS=' -O2 '
BITCODE_CXXFLAGS=' -O2 '
CC='gcc'
CFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -Werror'
CFLAGS_CRC=''
CFLAGS_SL='-fPIC'
CFLAGS_SL_MODULE=' -fvisibility=hidden'
CFLAGS_UNROLL_LOOPS=' -funroll-loops'
CFLAGS_VECTORIZE=' -ftree-vectorize'
CLANG=''
CPP='gcc -E'
CPPFLAGS=' -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/libxml2 -I/opt/local/include '
CXX='g++'
CXXFLAGS='-Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -g -O2'
CXXFLAGS_SL_MODULE=' -fvisibility=hidden -fvisibility-inlines-hidden'
DBTOEPUB=''
DEFS=''
DLSUFFIX='.so'
DTRACE='/usr/sbin/dtrace'
DTRACEFLAGS='-64'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/opt/local/bin/grep -E'
EXEEXT=''
FLEX='/opt/local/bin/flex'
FLEXFLAGS=''
FOP=''
GCC='yes'
GCOV=''
GENHTML=''
GREP='/opt/local/bin/grep'
ICU_CFLAGS='-I/opt/local/include '
ICU_LIBS='-L/opt/local/lib -licui18n -Wl,-R/opt/local/lib -licuuc -licudata '
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LCOV=''
LDAP_LIBS_BE='-lldap '
LDAP_LIBS_FE='-lldap '
LDFLAGS=' -L/opt/local/lib '
LDFLAGS_EX=''
LDFLAGS_EX_BE=''
LDFLAGS_SL=''
LIBOBJS=' getpeereid.o strnlen.o getopt.o'
LIBS='-lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lsocket -lm '
LLVM_BINPATH=''
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_CPPFLAGS=''
LLVM_CXXFLAGS=''
LLVM_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LZ4='/opt/local/bin/lz4'
LZ4_CFLAGS=''
LZ4_LIBS=''
MKDIR_P='/opt/local/bin/mkdir -p'
MSGFMT=''
MSGFMT_FLAGS=''
MSGMERGE=''
OBJEXT='o'
OPENSSL='/opt/local/bin/openssl'
PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 16.2'
PACKAGE_TARNAME='postgresql'
PACKAGE_URL='https://www.postgresql.org/'
PACKAGE_VERSION='16.2'
PATH_SEPARATOR=':'
PERL='/opt/local/bin/perl'
PERMIT_DECLARATION_AFTER_STATEMENT='-Wno-declaration-after-statement'
PG_CRC32C_OBJS=''
PG_MAJORVERSION='16'
PG_SYSROOT=''
PG_VERSION_NUM=''
PKG_CONFIG='/opt/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PORTNAME='solaris'
PROVE=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-D_POSIX_PTHREAD_SEMANTICS -pthread -D_REENTRANT -D_THREAD_SAFE'
PTHREAD_LIBS=''
PYTHON='/opt/local/bin/python3'
SED='/opt/local/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_SHARED_LIB='strip --strip-unneeded'
STRIP_STATIC_LIB='strip --strip-unneeded'
SUN_STUDIO_CC='no'
TAR='/opt/local/bin/tar'
TAS=''
TCLSH=''
TCL_CONFIG_SH=''
TCL_INCLUDE_SPEC=''
TCL_LIBS=''
TCL_LIB_SPEC=''
TCL_SHARED_BUILD=''
UUID_LIBS=''
WANTED_LANGUAGES=''
WINDRES=''
XGETTEXT=''
XML2_CFLAGS='-I/opt/local/include/libxml2 -I/opt/local/include '
XML2_CONFIG=''
XML2_LIBS='-Wl,-R/opt/local/lib -L/opt/local/lib -lxml2 '
XMLLINT=''
XSLTPROC=''
ZIC=''
ZSTD='/opt/local/bin/zstd'
ZSTD_CFLAGS=''
ZSTD_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
autodepend=''
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-solaris2.11'
build_alias=''
build_cpu='x86_64'
build_os='solaris2.11'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
default_port='5432'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_coverage='no'
enable_debug='yes'
enable_dtrace='yes'
enable_nls='yes'
enable_rpath='yes'
enable_tap_tests='no'
enable_thread_safety='yes'
exec_prefix='NONE'
host='x86_64-pc-solaris2.11'
host_alias=''
host_cpu='x86_64'
host_os='solaris2.11'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_bin='/opt/local/bin/ginstall -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='/opt/local/lib/perl5/5.34.0/x86_64-solaris-thread-multi-64'
perl_embed_ccflags='-DPERL_USE_SAFE_PUTENV '
perl_embed_ldflags=' -L/opt/local/lib/perl5/5.34.0/x86_64-solaris-thread-multi-64/CORE -lperl -lm -ldl -lsocket -lnsl -lpthread -lrt'
perl_includespec='-I/opt/local/lib/perl5/5.34.0/x86_64-solaris-thread-multi-64/CORE'
perl_privlibexp='/opt/local/lib/perl5/5.34.0'
perl_useshrplib='true'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs='-lsocket -lnsl -lintl -ldl -lsendfile -lrt -luuid -lm -lm'
python_includespec='-I/opt/local/include/python3.9'
python_libdir='/opt/local/lib'
python_libspec='-L/opt/local/lib -lpython3.9'
python_majorversion='3'
python_version='3.9'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_gssapi='no'
with_icu='yes'
with_krb_srvnam='postgres'
with_ldap='yes'
with_libxml='yes'
with_libxslt='yes'
with_llvm='no'
with_lz4='no'
with_perl='yes'
with_python='yes'
with_readline='yes'
with_selinux='no'
with_ssl='openssl'
with_system_tzdata=''
with_systemd='no'
with_tcl='no'
with_uuid='no'
with_zlib='yes'
with_zstd='no'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "16.2"
#define PACKAGE_STRING "PostgreSQL 16.2"
#define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
#define PACKAGE_URL "https://www.postgresql.org/"
#define CONFIGURE_ARGS " '--enable-cassert' '--enable-debug' '--enable-nls' '--with-perl' '--with-python' '--without-tcl' '--without-gssapi' '--with-openssl' '--with-ldap' '--with-libxml' '--with-libxslt' '--without-systemd' '--with-readline' '--enable-thread-safety' '--enable-dtrace' 'DTRACEFLAGS=-64' 'CFLAGS=-Werror'"
#define PG_MAJORVERSION "16"
#define PG_MAJORVERSION_NUM 16
#define PG_MINORVERSION_NUM 2
#define PG_VERSION "16.2"
#define ENABLE_NLS 1
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define BLCKSZ 8192
#define RELSEG_SIZE 131072
#define XLOG_BLCKSZ 8192
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define DLSUFFIX ".so"
#define USE_ASSERT_CHECKING 1
#define ENABLE_THREAD_SAFETY 1
#define USE_ICU 1
#define PG_KRB_SRVNAM "postgres"
#define USE_LDAP 1
#define USE_LIBXML 1
#define USE_LIBXSLT 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 1
#define HAVE_STRERROR_R 1
#define STRERROR_R_INT 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_SPINLOCKS 1
#define HAVE_ATOMICS 1
#define OPENSSL_API_COMPAT 0x10001000L
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_X509_GET_SIGNATURE_NID 1
#define HAVE_SSL_CTX_SET_CERT_CB 1
#define HAVE_OPENSSL_INIT_SSL 1
#define HAVE_BIO_METH_NEW 1
#define HAVE_ASN1_STRING_GET0_DATA 1
#define HAVE_HMAC_CTX_NEW 1
#define HAVE_HMAC_CTX_FREE 1
#define HAVE_X509_GET_SIGNATURE_INFO 1
#define USE_OPENSSL 1
#define HAVE_LIBXML2 1
#define HAVE_LIBXSLT 1
#define HAVE_LIBLDAP 1
#define HAVE_LDAP_INITIALIZE 1
#define HAVE__BOOL 1
#define HAVE_ATOMIC_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_SIGNALFD_H 1
#define HAVE_SYS_UCRED_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UCRED_H 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_READLINE_HISTORY_H 1
#define PG_PRINTF_ATTRIBUTE gnu_printf
#define HAVE__STATIC_ASSERT 1
#define HAVE_TYPEOF 1
#define HAVE__BUILTIN_UNREACHABLE 1
#define HAVE_COMPUTED_GOTO 1
#define HAVE_SOCKLEN_T 1
#define HAVE_LOCALE_T 1
#define restrict /**/
#define pg_restrict
#define HAVE_STRUCT_OPTION 1
#define HAVE_X86_64_POPCNTQ 1
#define SIZEOF_OFF_T 8
#define SIZEOF_BOOL 0
#define HAVE_INT_TIMEZONE 1
#define WCSTOMBS_L_IN_XLOCALE 1
#define HAVE_BACKTRACE_SYMBOLS 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETPEERUCRED 1
#define HAVE_INET_PTON 1
#define HAVE_MBSTOWCS_L 1
#define HAVE_MEMSET_S 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_PPOLL 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRSIGNAL 1
#define HAVE_USELOCALE 1
#define HAVE_WCSTOMBS_L 1
#define HAVE_FSEEKO 1
#define HAVE_DECL_FDATASYNC 1
#define HAVE_DECL_STRLCAT 1
#define HAVE_DECL_STRLCPY 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_PREADV 1
#define HAVE_DECL_PWRITEV 1
#define HAVE_DECL_F_FULLFSYNC 0
#define HAVE_EXPLICIT_BZERO 1
#define HAVE_GETOPT 1
#define HAVE_INET_ATON 1
#define HAVE_MKDTEMP 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_PTHREAD_BARRIER_WAIT 1
#define HAVE_GETOPT_LONG 1
#define HAVE_SYSLOG 1
#define HAVE_INT_OPTERR 1
#define HAVE_RL_COMPLETION_SUPPRESS_QUOTE 1
#define HAVE_RL_FILENAME_QUOTE_CHARACTERS 1
#define HAVE_RL_FILENAME_QUOTING_FUNCTION 1
#define HAVE_APPEND_HISTORY 1
#define HAVE_HISTORY_TRUNCATE_FILE 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
#define HAVE_RL_RESET_SCREEN_SIZE 1
#define HAVE_RL_VARIABLE_BIND 1
configure: exit 1