make check-world failing for me
Hi,
I'm using the latest version of Linux Mint Debian Edition, having recently
upgraded from an older version, and now I can't get make check-world to
finish successfully.
The initial theory was that the version of Bison I'm using (3.0.2) is to
blame, but I've also tested it against 3.0.1, 2.7.1 and 2.3, but I get the
same problem:
cd . &&
TESTDIR='/home/thom/Development/postgresql/src/test/modules/commit_ts'
PATH="/home/thom/Development/postgresql/tmp_install/home/thom/Development/psql/bin:$PATH"
LD_LIBRARY_PATH="/home/thom/Development/postgresql/tmp_install/home/thom/Development/psql/lib"
PGPORT='65432'
PG_REGRESS='/home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/regress/pg_regress'
prove -I ../../../../src/test/perl/ -I . --verbose t/*.pl
t/001_base.pl .......
1..2
syntax error at
/home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/perl/PostgresNode.pm
line 437, near ")
print"
Compilation failed in require at t/001_base.pl line 8.
BEGIN failed--compilation aborted at t/001_base.pl line 8.
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/002_standby.pl ....
1..4
syntax error at
/home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/perl/PostgresNode.pm
line 437, near ")
print"
Compilation failed in require at t/002_standby.pl line 8.
BEGIN failed--compilation aborted at t/002_standby.pl line 8.
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
t/003_standby_2.pl ..
1..4
syntax error at
/home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/perl/PostgresNode.pm
line 437, near ")
print"
Compilation failed in require at t/003_standby_2.pl line 8.
BEGIN failed--compilation aborted at t/003_standby_2.pl line 8.
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
Test Summary Report
-------------------
t/001_base.pl (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/002_standby.pl (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/003_standby_2.pl (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 0.
Files=3, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.20 cusr 0.01
csys = 0.24 CPU)
Result: FAIL
Makefile:20: recipe for target 'prove-check' failed
make[3]: *** [prove-check] Error 1
make[3]: Leaving directory
'/home/thom/Development/postgresql/src/test/modules/commit_ts'
Makefile:22: recipe for target 'check-commit_ts-recurse' failed
make[2]: *** [check-commit_ts-recurse] Error 2
make[2]: Leaving directory
'/home/thom/Development/postgresql/src/test/modules'
Makefile:28: recipe for target 'check-modules-recurse' failed
make[1]: *** [check-modules-recurse] Error 2
make[1]: Leaving directory '/home/thom/Development/postgresql/src/test'
GNUmakefile:69: recipe for target 'check-world-src/test-recurse' failed
make: *** [check-world-src/test-recurse] Error 2
I've attached the config log for reference.
Anyone know (or can speculate) why this isn't building for me?
Thanks
Thom
Attachments:
config.logtext/x-log; charset=US-ASCII; name=config.logDownload
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 10devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/thom/Development/postgresql/configure --enable-tap-tests --enable-coverage --prefix=/home/thom/Development/psql --enable-depend --enable-debug --with-libxml --with-openssl --with-ossp-uuid CFLAGS=-ggdb -Og -fno-omit-frame-pointer
## --------- ##
## Platform. ##
## --------- ##
hostname = swift
uname -m = x86_64
uname -r = 3.16.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/thom/Development/psql/bin/
PATH: /home/thom/Development/nodejs/bin
PATH: /home/thom/Development/qtads
PATH: /home/thom/Development/slony/bin
PATH: /home/thom/Development/psql/bin
PATH: /home/thom/Development/pg_rep_test
PATH: /home/thom/Development/wine
PATH: /home/thom/scripts
PATH: /home/thom/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2754: checking build system type
configure:2768: result: x86_64-pc-linux-gnu
configure:2788: checking host system type
configure:2801: result: x86_64-pc-linux-gnu
configure:2823: checking which template to use
configure:2891: result: linux
configure:2986: checking whether to build with 64-bit integer date/time support
configure:3015: result: yes
configure:3022: checking whether NLS is wanted
configure:3054: result: no
configure:3062: checking for default port number
configure:3087: result: 5432
configure:3264: checking for gcov
configure:3280: found /usr/bin/gcov
configure:3291: result: gcov
configure:3309: checking for lcov
configure:3325: found /usr/bin/lcov
configure:3336: result: lcov
configure:3354: checking for genhtml
configure:3370: found /usr/bin/genhtml
configure:3381: result: genhtml
configure:3516: checking for block size
configure:3550: result: 8kB
configure:3562: checking for segment size
configure:3591: result: 1GB
configure:3603: checking for WAL block size
configure:3638: result: 8kB
configure:3650: checking for WAL segment size
configure:3685: result: 16MB
configure:3782: checking for gcc
configure:3798: found /usr/bin/gcc
configure:3809: result: gcc
configure:3840: checking for C compiler version
configure:3849: gcc --version >&5
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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:3860: $? = 0
configure:3849: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10)
configure:3860: $? = 0
configure:3849: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3860: $? = 4
configure:3849: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3860: $? = 4
configure:3880: checking whether the C compiler works
configure:3902: gcc -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
configure:3906: $? = 0
configure:3954: result: yes
configure:3957: checking for C compiler default output file name
configure:3959: result: a.out
configure:3965: checking for suffix of executables
configure:3972: gcc -o conftest -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
configure:3976: $? = 0
configure:3998: result:
configure:4020: checking whether we are cross compiling
configure:4028: gcc -o conftest -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
configure:4032: $? = 0
configure:4039: ./conftest
configure:4043: $? = 0
configure:4058: result: no
configure:4063: checking for suffix of object files
configure:4085: gcc -c -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
configure:4089: $? = 0
configure:4110: result: o
configure:4114: checking whether we are using the GNU C compiler
configure:4133: gcc -c -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
configure:4133: $? = 0
configure:4142: result: yes
configure:4151: checking whether gcc accepts -g
configure:4171: gcc -c -g conftest.c >&5
configure:4171: $? = 0
configure:4212: result: yes
configure:4229: checking for gcc option to accept ISO C89
configure:4292: gcc -c -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
configure:4292: $? = 0
configure:4305: result: none needed
configure:4343: gcc -c -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
conftest.c: In function 'main':
conftest.c:23:1: error: unknown type name 'choke'
choke me
^
configure:4343: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
| ;
| return 0;
| }
configure:4365: gcc -c -ggdb -Og -fno-omit-frame-pointer conftest.c >&5
conftest.c: In function 'main':
conftest.c:23:1: error: unknown type name 'choke'
choke me
^
configure:4365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __SUNPRO_C
| choke me
| #endif
| ;
| return 0;
| }
configure:4420: checking whether gcc supports -Wdeclaration-after-statement
configure:4440: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5
configure:4440: $? = 0
configure:4449: result: yes
configure:4455: checking whether gcc supports -Wendif-labels
configure:4475: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -D_GNU_SOURCE conftest.c >&5
configure:4475: $? = 0
configure:4484: result: yes
configure:4490: checking whether gcc supports -Wmissing-format-attribute
configure:4510: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -D_GNU_SOURCE conftest.c >&5
configure:4510: $? = 0
configure:4519: result: yes
configure:4526: checking whether gcc supports -Wformat-security
configure:4546: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -D_GNU_SOURCE conftest.c >&5
configure:4546: $? = 0
configure:4555: result: yes
configure:4562: checking whether gcc supports -fno-strict-aliasing
configure:4582: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
configure:4582: $? = 0
configure:4591: result: yes
configure:4598: checking whether gcc supports -fwrapv
configure:4618: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5
configure:4618: $? = 0
configure:4627: result: yes
configure:4634: checking whether gcc supports -fexcess-precision=standard
configure:4654: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -D_GNU_SOURCE conftest.c >&5
configure:4654: $? = 0
configure:4663: result: yes
configure:4670: checking whether gcc supports -funroll-loops
configure:4690: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -funroll-loops -D_GNU_SOURCE conftest.c >&5
configure:4690: $? = 0
configure:4699: result: yes
configure:4705: checking whether gcc supports -ftree-vectorize
configure:4725: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -ftree-vectorize -D_GNU_SOURCE conftest.c >&5
configure:4725: $? = 0
configure:4734: result: yes
configure:4743: checking whether gcc supports -Wunused-command-line-argument
configure:4763: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wunused-command-line-argument -D_GNU_SOURCE conftest.c >&5
gcc: error: unrecognized command line option '-Wunused-command-line-argument'
configure:4763: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4772: result: no
configure:5007: checking whether the C compiler still works
configure:5020: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE conftest.c >&5
configure:5020: $? = 0
configure:5021: result: yes
configure:5046: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE conftest.c >&5
configure:5046: $? = 0
configure:5059: checking how to run the C preprocessor
configure:5090: gcc -E -D_GNU_SOURCE conftest.c
configure:5090: $? = 0
configure:5104: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5104: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5129: result: gcc -E
configure:5149: gcc -E -D_GNU_SOURCE conftest.c
configure:5149: $? = 0
configure:5163: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5305: checking allow thread-safe client libraries
configure:5335: result: yes
configure:5342: checking whether to build with Tcl
configure:5368: result: no
configure:5400: checking whether to build Perl modules
configure:5426: result: no
configure:5433: checking whether to build Python modules
configure:5459: result: no
configure:5466: checking whether to build with GSSAPI support
configure:5497: result: no
configure:5540: checking whether to build with PAM support
configure:5568: result: no
configure:5575: checking whether to build with BSD Authentication support
configure:5603: result: no
configure:5610: checking whether to build with LDAP support
configure:5638: result: no
configure:5645: checking whether to build with Bonjour support
configure:5673: result: no
configure:5680: checking whether to build with OpenSSL support
configure:5708: result: yes
configure:5715: checking whether to build with SELinux support
configure:5742: result: no
configure:5748: checking whether to build with systemd support
configure:5777: result: no
configure:5967: checking for xml2-config
configure:5983: found /usr/bin/xml2-config
configure:5994: result: xml2-config
configure:6121: checking for grep that handles long lines and -e
configure:6179: result: /bin/grep
configure:6184: checking for egrep
configure:6246: result: /bin/grep -E
configure:6293: checking for ld used by GCC
configure:6356: result: /usr/bin/ld
configure:6363: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Debian) 2.25
configure:6375: result: yes
configure:6425: checking for ranlib
configure:6441: found /usr/bin/ranlib
configure:6452: result: ranlib
configure:6518: checking for strip
configure:6534: found /usr/bin/strip
configure:6545: result: strip
configure:6568: checking whether it is possible to strip libraries
configure:6573: result: yes
configure:6638: checking for ar
configure:6654: found /usr/bin/ar
configure:6665: result: ar
configure:6980: checking for a BSD-compatible install
configure:7048: result: /usr/bin/install -c
configure:7070: checking for tar
configure:7088: found /bin/tar
configure:7100: result: /bin/tar
configure:7108: checking whether ln -s works
configure:7112: result: yes
configure:7123: checking for gawk
configure:7139: found /usr/bin/gawk
configure:7150: result: gawk
configure:7161: checking for a thread-safe mkdir -p
configure:7200: result: /bin/mkdir -p
configure:7216: checking for bison
configure:7234: found /usr/bin/bison
configure:7248: result: /home/thom/Downloads/bison-2.3/tests/bison
configure:7263: using bison (GNU Bison) 2.3
configure:7306: checking for flex
configure:7351: result: /usr/bin/flex
configure:7371: using flex 2.5.39
configure:7383: checking for perl
configure:7401: found /usr/bin/perl
configure:7413: result: /usr/bin/perl
configure:7425: using perl 5.20.2
configure:7744: checking for ANSI C header files
configure:7764: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7764: $? = 0
configure:7837: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7837: $? = 0
configure:7837: ./conftest
configure:7837: $? = 0
configure:7848: result: yes
configure:7861: checking for sys/types.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for sys/stat.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for stdlib.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for string.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for memory.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for strings.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for inttypes.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for stdint.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:7861: checking for unistd.h
configure:7861: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:7861: $? = 0
configure:7861: result: yes
configure:8018: checking if compiler needs certain flags to reject unknown flags
configure:8038: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -Wunknown-warning-option -Wunused-command-line-argument -Wfoobaz -foobaz -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
gcc: error: unrecognized command line option '-Wunknown-warning-option'
gcc: error: unrecognized command line option '-Wunused-command-line-argument'
gcc: error: unrecognized command line option '-Wfoobaz'
gcc: error: unrecognized command line option '-foobaz'
configure:8038: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| int foo(void);
| int
| main ()
| {
| foo()
| ;
| return 0;
| }
configure:8047: result: no
configure:8121: checking for the pthreads library -lpthreads
configure:8159: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthreads >&5
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:8159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 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>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:8168: result: no
configure:8059: checking whether pthreads work without any flags
configure:8159: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
/tmp/ccf8DJtp.o: In function `main':
/home/thom/Development/postgresql/conftest.c:40: undefined reference to `pthread_create'
/home/thom/Development/postgresql/conftest.c:41: undefined reference to `pthread_join'
/home/thom/Development/postgresql/conftest.c:43: undefined reference to `__pthread_register_cancel'
/home/thom/Development/postgresql/conftest.c:44: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:8159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 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>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:8168: result: no
configure:8071: checking whether pthreads work with -Kthread
configure:8159: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -Kthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
gcc: error: unrecognized command line option '-Kthread'
configure:8159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 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>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:8168: result: no
configure:8071: checking whether pthreads work with -kthread
configure:8159: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -kthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
gcc: error: unrecognized command line option '-kthread'
configure:8159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 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>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:8168: result: no
configure:8121: checking for the pthreads library -llthread
configure:8159: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -llthread >&5
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:8159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 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>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:8168: result: no
configure:8071: checking whether pthreads work with -pthread
configure:8159: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:8159: $? = 0
configure:8168: result: yes
configure:8187: checking for joinable pthread attribute
configure:8205: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:8205: $? = 0
configure:8213: result: PTHREAD_CREATE_JOINABLE
configure:8224: checking if more special flags are required for pthreads
configure:8255: result: no
configure:8263: checking for PTHREAD_PRIO_INHERIT
configure:8279: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:5: warning: unused variable 'i' [-Wunused-variable]
int i = PTHREAD_PRIO_INHERIT;
^
configure:8279: $? = 0
configure:8288: result: yes
configure:8399: checking pthread.h usability
configure:8399: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:8399: $? = 0
configure:8399: result: yes
configure:8399: checking pthread.h presence
configure:8399: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:8399: $? = 0
configure:8399: result: yes
configure:8399: checking for pthread.h
configure:8399: result: yes
configure:8412: checking for strerror_r
configure:8412: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:8412: $? = 0
configure:8412: result: yes
configure:8412: checking for getpwuid_r
configure:8412: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:8412: $? = 0
configure:8412: result: yes
configure:8412: checking for gethostbyname_r
configure:8412: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:8412: $? = 0
configure:8412: result: yes
configure:8423: checking whether strerror_r returns int
configure:8444: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:43:5: error: conflicting types for 'strerror_r'
int strerror_r(int, char *, size_t);
^
In file included from conftest.c:38:0:
/usr/include/string.h:438:14: note: previous declaration of 'strerror_r' was here
extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
^
configure:8444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| /* end confdefs.h. */
| #include <string.h>
| int
| main ()
| {
| #ifndef _AIX
| int strerror_r(int, char *, size_t);
| #else
| /* Older AIX has 'int' for the third argument so we don't test the args. */
| int strerror_r();
| #endif
| ;
| return 0;
| }
configure:8451: result: no
configure:8485: checking for main in -lm
configure:8504: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lm >&5
configure:8504: $? = 0
configure:8513: result: yes
configure:8524: checking for library containing setproctitle
configure:8555: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lm >&5
/tmp/ccwOHIY1.o: In function `main':
/home/thom/Development/postgresql/conftest.c:50: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:8555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| int
| main ()
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:8555: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lutil -lm >&5
/tmp/ccnz6947.o: In function `main':
/home/thom/Development/postgresql/conftest.c:50: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:8555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| int
| main ()
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:8572: result: no
configure:8580: checking for library containing dlopen
configure:8611: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lm >&5
/tmp/ccuhMwka.o: In function `main':
/home/thom/Development/postgresql/conftest.c:50: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:8611: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:8611: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
configure:8611: $? = 0
configure:8628: result: -ldl
configure:8636: checking for library containing socket
configure:8667: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
configure:8667: $? = 0
configure:8684: result: none required
configure:8692: checking for library containing shl_load
configure:8723: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
/tmp/cc0FP978.o: In function `main':
/home/thom/Development/postgresql/conftest.c:50: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:8723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:8723: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldld -ldl -lm >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:8723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:8740: result: no
configure:8809: checking for library containing getopt_long
configure:8840: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
configure:8840: $? = 0
configure:8857: result: none required
configure:8865: checking for library containing crypt
configure:8896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
/tmp/cc4Owc5i.o: In function `main':
/home/thom/Development/postgresql/conftest.c:50: undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure:8896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char crypt ();
| int
| main ()
| {
| return crypt ();
| ;
| return 0;
| }
configure:8896: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lcrypt -ldl -lm >&5
configure:8896: $? = 0
configure:8913: result: -lcrypt
configure:8921: checking for library containing shm_open
configure:8952: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lcrypt -ldl -lm >&5
/tmp/cccZwkTr.o: In function `main':
/home/thom/Development/postgresql/conftest.c:50: undefined reference to `shm_open'
collect2: error: ld returned 1 exit status
configure:8952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:8952: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
configure:8952: $? = 0
configure:8969: result: -lrt
configure:8977: checking for library containing shm_unlink
configure:9008: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
configure:9008: $? = 0
configure:9025: result: none required
configure:9034: checking for library containing fdatasync
configure:9065: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
configure:9065: $? = 0
configure:9082: result: none required
configure:9091: checking for library containing sched_yield
configure:9122: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
configure:9122: $? = 0
configure:9139: result: none required
configure:9149: checking for library containing gethostbyname_r
configure:9180: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
configure:9180: $? = 0
configure:9197: result: none required
configure:9206: checking for library containing shmget
configure:9237: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
configure:9237: $? = 0
configure:9254: result: none required
configure:9266: checking for library containing readline
configure:9298: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9298: $? = 0
configure:9324: result: -lreadline
configure:9343: checking for inflate in -lz
configure:9368: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9368: $? = 0
configure:9377: result: yes
configure:9484: checking for CRYPTO_new_ex_data in -lcrypto
configure:9509: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9509: $? = 0
configure:9518: result: yes
configure:9531: checking for SSL_new in -lssl
configure:9556: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9556: $? = 0
configure:9565: result: yes
configure:9698: checking for SSL_get_current_compression
configure:9698: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9698: $? = 0
configure:9698: result: yes
configure:9715: checking for OPENSSL_init_ssl
configure:9715: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/tmp/ccvkyVIa.o: In function `main':
/home/thom/Development/postgresql/conftest.c:80: undefined reference to `OPENSSL_init_ssl'
collect2: error: ld returned 1 exit status
configure:9715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| /* end confdefs.h. */
| /* Define OPENSSL_init_ssl to an innocuous variant, in case <limits.h> declares OPENSSL_init_ssl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define OPENSSL_init_ssl innocuous_OPENSSL_init_ssl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char OPENSSL_init_ssl (); 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 OPENSSL_init_ssl
|
| /* 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 OPENSSL_init_ssl ();
| /* 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_OPENSSL_init_ssl || defined __stub___OPENSSL_init_ssl
| choke me
| #endif
|
| int
| main ()
| {
| return OPENSSL_init_ssl ();
| ;
| return 0;
| }
configure:9715: result: no
configure:9715: checking for BIO_get_data
configure:9715: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/tmp/ccT3iFJe.o: In function `main':
/home/thom/Development/postgresql/conftest.c:80: undefined reference to `BIO_get_data'
collect2: error: ld returned 1 exit status
configure:9715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| /* end confdefs.h. */
| /* Define BIO_get_data to an innocuous variant, in case <limits.h> declares BIO_get_data.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define BIO_get_data innocuous_BIO_get_data
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char BIO_get_data (); 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 BIO_get_data
|
| /* 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 BIO_get_data ();
| /* 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_BIO_get_data || defined __stub___BIO_get_data
| choke me
| #endif
|
| int
| main ()
| {
| return BIO_get_data ();
| ;
| return 0;
| }
configure:9715: result: no
configure:9715: checking for BIO_meth_new
configure:9715: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/tmp/ccBxDmyd.o: In function `main':
/home/thom/Development/postgresql/conftest.c:80: undefined reference to `BIO_meth_new'
collect2: error: ld returned 1 exit status
configure:9715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| /* end confdefs.h. */
| /* Define BIO_meth_new to an innocuous variant, in case <limits.h> declares BIO_meth_new.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define BIO_meth_new innocuous_BIO_meth_new
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char BIO_meth_new (); 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 BIO_meth_new
|
| /* 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 BIO_meth_new ();
| /* 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_BIO_meth_new || defined __stub___BIO_meth_new
| choke me
| #endif
|
| int
| main ()
| {
| return BIO_meth_new ();
| ;
| return 0;
| }
configure:9715: result: no
configure:9715: checking for ASN1_STRING_get0_data
configure:9715: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/tmp/cc6DGhtk.o: In function `main':
/home/thom/Development/postgresql/conftest.c:80: undefined reference to `ASN1_STRING_get0_data'
collect2: error: ld returned 1 exit status
configure:9715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| /* end confdefs.h. */
| /* Define ASN1_STRING_get0_data to an innocuous variant, in case <limits.h> declares ASN1_STRING_get0_data.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ASN1_STRING_get0_data innocuous_ASN1_STRING_get0_data
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ASN1_STRING_get0_data (); 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 ASN1_STRING_get0_data
|
| /* 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 ASN1_STRING_get0_data ();
| /* 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_ASN1_STRING_get0_data || defined __stub___ASN1_STRING_get0_data
| choke me
| #endif
|
| int
| main ()
| {
| return ASN1_STRING_get0_data ();
| ;
| return 0;
| }
configure:9715: result: no
configure:9715: checking for RAND_OpenSSL
configure:9715: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/tmp/cc41iRlq.o: In function `main':
/home/thom/Development/postgresql/conftest.c:80: undefined reference to `RAND_OpenSSL'
collect2: error: ld returned 1 exit status
configure:9715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| /* end confdefs.h. */
| /* Define RAND_OpenSSL to an innocuous variant, in case <limits.h> declares RAND_OpenSSL.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define RAND_OpenSSL innocuous_RAND_OpenSSL
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char RAND_OpenSSL (); 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 RAND_OpenSSL
|
| /* 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 RAND_OpenSSL ();
| /* 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_RAND_OpenSSL || defined __stub___RAND_OpenSSL
| choke me
| #endif
|
| int
| main ()
| {
| return RAND_OpenSSL ();
| ;
| return 0;
| }
configure:9715: result: no
configure:9729: checking for CRYPTO_lock
configure:9729: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9729: $? = 0
configure:9729: result: yes
configure:9791: checking for xmlSaveToBuffer in -lxml2
configure:9816: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:9816: $? = 0
configure:9825: result: yes
configure:10163: checking for uuid_export in -lossp-uuid
configure:10188: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lossp-uuid -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:10188: $? = 0
configure:10197: result: yes
configure:10257: checking atomic.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:81:20: fatal error: atomic.h: No such file or directory
#include <atomic.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 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 <atomic.h>
configure:10257: result: no
configure:10257: checking atomic.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:48:20: fatal error: atomic.h: No such file or directory
#include <atomic.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| /* end confdefs.h. */
| #include <atomic.h>
configure:10257: result: no
configure:10257: checking for atomic.h
configure:10257: result: no
configure:10257: checking crypt.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking crypt.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for crypt.h
configure:10257: result: yes
configure:10257: checking dld.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:82:17: fatal error: dld.h: No such file or directory
#include <dld.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_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 <dld.h>
configure:10257: result: no
configure:10257: checking dld.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:49:17: fatal error: dld.h: No such file or directory
#include <dld.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h. */
| #include <dld.h>
configure:10257: result: no
configure:10257: checking for dld.h
configure:10257: result: no
configure:10257: checking fp_class.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:82:22: fatal error: fp_class.h: No such file or directory
#include <fp_class.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_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 <fp_class.h>
configure:10257: result: no
configure:10257: checking fp_class.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:49:22: fatal error: fp_class.h: No such file or directory
#include <fp_class.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h. */
| #include <fp_class.h>
configure:10257: result: no
configure:10257: checking for fp_class.h
configure:10257: result: no
configure:10257: checking getopt.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking getopt.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for getopt.h
configure:10257: result: yes
configure:10257: checking ieeefp.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:83:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_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 <ieeefp.h>
configure:10257: result: no
configure:10257: checking ieeefp.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:50:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:10257: result: no
configure:10257: checking for ieeefp.h
configure:10257: result: no
configure:10257: checking ifaddrs.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking ifaddrs.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for ifaddrs.h
configure:10257: result: yes
configure:10257: checking langinfo.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking langinfo.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for langinfo.h
configure:10257: result: yes
configure:10257: checking mbarrier.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:85:22: fatal error: mbarrier.h: No such file or directory
#include <mbarrier.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <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:10257: result: no
configure:10257: checking mbarrier.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:52:22: fatal error: mbarrier.h: No such file or directory
#include <mbarrier.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <mbarrier.h>
configure:10257: result: no
configure:10257: checking for mbarrier.h
configure:10257: result: no
configure:10257: checking poll.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking poll.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for poll.h
configure:10257: result: yes
configure:10257: checking pwd.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking pwd.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for pwd.h
configure:10257: result: yes
configure:10257: checking sys/epoll.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/epoll.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/epoll.h
configure:10257: result: yes
configure:10257: checking sys/ioctl.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/ioctl.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/ioctl.h
configure:10257: result: yes
configure:10257: checking sys/ipc.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/ipc.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/ipc.h
configure:10257: result: yes
configure:10257: checking sys/poll.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/poll.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/poll.h
configure:10257: result: yes
configure:10257: checking sys/pstat.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:91:23: fatal error: sys/pstat.h: No such file or directory
#include <sys/pstat.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_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/pstat.h>
configure:10257: result: no
configure:10257: checking sys/pstat.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:58:23: fatal error: sys/pstat.h: No such file or directory
#include <sys/pstat.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <sys/pstat.h>
configure:10257: result: no
configure:10257: checking for sys/pstat.h
configure:10257: result: no
configure:10257: checking sys/resource.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/resource.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/resource.h
configure:10257: result: yes
configure:10257: checking sys/select.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/select.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/select.h
configure:10257: result: yes
configure:10257: checking sys/sem.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/sem.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/sem.h
configure:10257: result: yes
configure:10257: checking sys/shm.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/shm.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/shm.h
configure:10257: result: yes
configure:10257: checking sys/socket.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/socket.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/socket.h
configure:10257: result: yes
configure:10257: checking sys/sockio.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:96:24: fatal error: sys/sockio.h: No such file or directory
#include <sys/sockio.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_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/sockio.h>
configure:10257: result: no
configure:10257: checking sys/sockio.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:63:24: fatal error: sys/sockio.h: No such file or directory
#include <sys/sockio.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/sockio.h>
configure:10257: result: no
configure:10257: checking for sys/sockio.h
configure:10257: result: no
configure:10257: checking sys/tas.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:96:21: fatal error: sys/tas.h: No such file or directory
#include <sys/tas.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_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/tas.h>
configure:10257: result: no
configure:10257: checking sys/tas.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:63:21: fatal error: sys/tas.h: No such file or directory
#include <sys/tas.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/tas.h>
configure:10257: result: no
configure:10257: checking for sys/tas.h
configure:10257: result: no
configure:10257: checking sys/time.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/time.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/time.h
configure:10257: result: yes
configure:10257: checking sys/un.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking sys/un.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for sys/un.h
configure:10257: result: yes
configure:10257: checking termios.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking termios.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for termios.h
configure:10257: result: yes
configure:10257: checking ucred.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:99:19: fatal error: ucred.h: No such file or directory
#include <ucred.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_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 <ucred.h>
configure:10257: result: no
configure:10257: checking ucred.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
conftest.c:66:19: fatal error: ucred.h: No such file or directory
#include <ucred.h>
^
compilation terminated.
configure:10257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <ucred.h>
configure:10257: result: no
configure:10257: checking for ucred.h
configure:10257: result: no
configure:10257: checking utime.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking utime.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for utime.h
configure:10257: result: yes
configure:10257: checking wchar.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking wchar.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for wchar.h
configure:10257: result: yes
configure:10257: checking wctype.h usability
configure:10257: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking wctype.h presence
configure:10257: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10257: $? = 0
configure:10257: result: yes
configure:10257: checking for wctype.h
configure:10257: result: yes
configure:10272: checking for net/if.h
configure:10272: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10272: $? = 0
configure:10272: result: yes
configure:10292: checking for sys/ucred.h
configure:10292: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:106:23: fatal error: sys/ucred.h: No such file or directory
#include <sys/ucred.h>
^
compilation terminated.
configure:10292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h. */
| #include <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/param.h>
|
|
| #include <sys/ucred.h>
configure:10292: result: no
configure:10310: checking netinet/in.h usability
configure:10310: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10310: $? = 0
configure:10310: result: yes
configure:10310: checking netinet/in.h presence
configure:10310: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10310: $? = 0
configure:10310: result: yes
configure:10310: checking for netinet/in.h
configure:10310: result: yes
configure:10322: checking for netinet/tcp.h
configure:10322: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10322: $? = 0
configure:10322: result: yes
configure:10341: checking readline/readline.h usability
configure:10341: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10341: $? = 0
configure:10341: result: yes
configure:10341: checking readline/readline.h presence
configure:10341: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10341: $? = 0
configure:10341: result: yes
configure:10341: checking for readline/readline.h
configure:10341: result: yes
configure:10371: checking readline/history.h usability
configure:10371: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10371: $? = 0
configure:10371: result: yes
configure:10371: checking readline/history.h presence
configure:10371: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10371: $? = 0
configure:10371: result: yes
configure:10371: checking for readline/history.h
configure:10371: result: yes
configure:10493: checking zlib.h usability
configure:10493: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10493: $? = 0
configure:10493: result: yes
configure:10493: checking zlib.h presence
configure:10493: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10493: $? = 0
configure:10493: result: yes
configure:10493: checking for zlib.h
configure:10493: result: yes
configure:10537: checking openssl/ssl.h usability
configure:10537: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10537: $? = 0
configure:10537: result: yes
configure:10537: checking openssl/ssl.h presence
configure:10537: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10537: $? = 0
configure:10537: result: yes
configure:10537: checking for openssl/ssl.h
configure:10537: result: yes
configure:10545: checking openssl/err.h usability
configure:10545: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10545: $? = 0
configure:10545: result: yes
configure:10545: checking openssl/err.h presence
configure:10545: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10545: $? = 0
configure:10545: result: yes
configure:10545: checking for openssl/err.h
configure:10545: result: yes
configure:10608: checking libxml/parser.h usability
configure:10608: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10608: $? = 0
configure:10608: result: yes
configure:10608: checking libxml/parser.h presence
configure:10608: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10608: $? = 0
configure:10608: result: yes
configure:10608: checking for libxml/parser.h
configure:10608: result: yes
configure:10801: checking ossp/uuid.h usability
configure:10801: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10801: $? = 0
configure:10801: result: yes
configure:10801: checking ossp/uuid.h presence
configure:10801: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:10801: $? = 0
configure:10801: result: yes
configure:10801: checking for ossp/uuid.h
configure:10801: result: yes
configure:10871: checking whether byte ordering is bigendian
configure:10886: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:76:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:76:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:76:15: error: unknown type name 'universal'
configure:10886: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:10931: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:10931: $? = 0
configure:10949: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:4: error: unknown type name 'not'
not big endian
^
conftest.c:82:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:10949: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:11077: result: no
configure:11095: checking for inline
configure:11111: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11111: $? = 0
configure:11119: result: inline
configure:11137: checking for printf format archetype
configure:11157: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11157: $? = 0
configure:11165: result: gnu_printf
configure:11174: checking for flexible array members
configure:11197: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11197: $? = 0
configure:11204: result: yes
configure:11215: checking for signed types
configure:11231: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:43: warning: unused variable 'i' [-Wunused-variable]
signed char c; signed short s; signed int i;
^
conftest.c:81:29: warning: unused variable 's' [-Wunused-variable]
signed char c; signed short s; signed int i;
^
conftest.c:81:13: warning: unused variable 'c' [-Wunused-variable]
signed char c; signed short s; signed int i;
^
configure:11231: $? = 0
configure:11238: result: yes
configure:11245: checking for __func__
configure:11261: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11261: $? = 0
configure:11268: result: yes
configure:11306: checking for _Static_assert
configure:11322: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:11322: $? = 0
configure:11330: result: yes
configure:11337: checking for __builtin_types_compatible_p
configure:11353: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:20: warning: unused variable 'y' [-Wunused-variable]
int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)];
^
configure:11353: $? = 0
configure:11360: result: yes
configure:11367: checking for __builtin_bswap32
configure:11377: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:80:26: warning: 'x' defined but not used [-Wunused-variable]
static unsigned long int x = __builtin_bswap32(0xaabbccdd);
^
configure:11377: $? = 0
configure:11384: result: yes
configure:11391: checking for __builtin_bswap64
configure:11401: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:81:26: warning: 'x' defined but not used [-Wunused-variable]
static unsigned long int x = __builtin_bswap64(0xaabbccddeeff0011);
^
configure:11401: $? = 0
configure:11408: result: yes
configure:11415: checking for __builtin_constant_p
configure:11425: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:82:26: warning: 'y' defined but not used [-Wunused-variable]
static int x; static int y[__builtin_constant_p(x) ? x : 1];
^
configure:11425: $? = 0
configure:11432: result: yes
configure:11439: checking for __builtin_unreachable
configure:11455: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:11455: $? = 0
configure:11463: result: yes
configure:11470: checking for __VA_ARGS__
configure:11488: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11488: $? = 0
configure:11495: result: yes
configure:11502: checking whether struct tm is in sys/time.h or time.h
configure:11522: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11522: $? = 0
configure:11529: result: time.h
configure:11537: checking for struct tm.tm_zone
configure:11537: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11537: $? = 0
configure:11537: result: yes
configure:11555: checking for tzname
configure:11576: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
conftest.c: In function 'main':
conftest.c:96:1: warning: statement with no effect [-Wunused-value]
atoi(*tzname);
^
configure:11576: $? = 0
configure:11584: result: yes
configure:11592: checking for union semun
configure:11592: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:95:13: error: invalid application of 'sizeof' to incomplete type 'union semun'
if (sizeof (union semun))
^
configure:11592: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/ipc.h>
| #include <sys/sem.h>
|
| int
| main ()
| {
| if (sizeof (union semun))
| return 0;
| ;
| return 0;
| }
configure:11592: result: no
configure:11605: checking for struct sockaddr_un
configure:11605: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11605: $? = 0
configure:11605: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:97:33: error: expected expression before ')' token
if (sizeof ((struct sockaddr_un)))
^
configure:11605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_un)))
| return 0;
| ;
| return 0;
| }
configure:11605: result: yes
configure:11617: checking for struct sockaddr_storage
configure:11617: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11617: $? = 0
configure:11617: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:98:38: error: expected expression before ')' token
if (sizeof ((struct sockaddr_storage)))
^
configure:11617: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:11617: result: yes
configure:11632: checking for struct sockaddr_storage.ss_family
configure:11632: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11632: $? = 0
configure:11632: result: yes
configure:11646: checking for struct sockaddr_storage.__ss_family
configure:11646: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:12: error: 'struct sockaddr_storage' has no member named '__ss_family'
if (ac_aggr.__ss_family)
^
conftest.c:100:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr_storage ac_aggr;
^
configure:11646: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_family)
| return 0;
| ;
| return 0;
| }
configure:11646: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:19: error: 'struct sockaddr_storage' has no member named '__ss_family'
if (sizeof ac_aggr.__ss_family)
^
conftest.c:100:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr_storage ac_aggr;
^
configure:11646: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_family)
| return 0;
| ;
| return 0;
| }
configure:11646: result: no
configure:11660: checking for struct sockaddr_storage.ss_len
configure:11660: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:12: error: 'struct sockaddr_storage' has no member named 'ss_len'
if (ac_aggr.ss_len)
^
conftest.c:100:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr_storage ac_aggr;
^
configure:11660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.ss_len)
| return 0;
| ;
| return 0;
| }
configure:11660: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:19: error: 'struct sockaddr_storage' has no member named 'ss_len'
if (sizeof ac_aggr.ss_len)
^
conftest.c:100:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr_storage ac_aggr;
^
configure:11660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.ss_len)
| return 0;
| ;
| return 0;
| }
configure:11660: result: no
configure:11674: checking for struct sockaddr_storage.__ss_len
configure:11674: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:12: error: 'struct sockaddr_storage' has no member named '__ss_len'
if (ac_aggr.__ss_len)
^
conftest.c:100:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr_storage ac_aggr;
^
configure:11674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_len)
| return 0;
| ;
| return 0;
| }
configure:11674: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:19: error: 'struct sockaddr_storage' has no member named '__ss_len'
if (sizeof ac_aggr.__ss_len)
^
conftest.c:100:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr_storage ac_aggr;
^
configure:11674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_len)
| return 0;
| ;
| return 0;
| }
configure:11674: result: no
configure:11688: checking for struct sockaddr.sa_len
configure:11688: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:12: error: 'struct sockaddr' has no member named 'sa_len'
if (ac_aggr.sa_len)
^
conftest.c:100:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr ac_aggr;
^
configure:11688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:11688: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:19: error: 'struct sockaddr' has no member named 'sa_len'
if (sizeof ac_aggr.sa_len)
^
conftest.c:100:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr ac_aggr;
^
configure:11688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:11688: result: no
configure:11703: checking for struct addrinfo
configure:11703: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11703: $? = 0
configure:11703: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:99:30: error: expected expression before ')' token
if (sizeof ((struct addrinfo)))
^
configure:11703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netdb.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| return 0;
| ;
| return 0;
| }
configure:11703: result: yes
configure:11718: checking for intptr_t
configure:11718: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11718: $? = 0
configure:11718: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:128:23: error: expected expression before ')' token
if (sizeof ((intptr_t)))
^
configure:11718: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h. */
| #include <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 ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:11718: result: yes
configure:11754: checking for uintptr_t
configure:11754: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11754: $? = 0
configure:11754: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:129:24: error: expected expression before ')' token
if (sizeof ((uintptr_t)))
^
configure:11754: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| /* end confdefs.h. */
| #include <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 ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:11754: result: yes
configure:11791: checking for unsigned long long int
configure:11830: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:11830: $? = 0
configure:11839: result: yes
configure:11849: checking for long long int
configure:11887: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:11887: $? = 0
configure:11887: ./conftest
configure:11887: $? = 0
configure:11899: result: yes
configure:11908: checking for locale_t
configure:11925: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11925: $? = 0
configure:11949: result: yes
configure:11962: checking for struct cmsgcred
configure:11962: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:13: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred'
if (sizeof (struct cmsgcred))
^
configure:11962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| #include <sys/socket.h>
| #include <sys/param.h>
| #ifdef HAVE_SYS_UCRED_H
| #include <sys/ucred.h>
| #endif
|
| int
| main ()
| {
| if (sizeof (struct cmsgcred))
| return 0;
| ;
| return 0;
| }
configure:11962: result: no
configure:11978: checking for struct option
configure:11978: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11978: $? = 0
configure:11978: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:104:28: error: expected expression before ')' token
if (sizeof ((struct option)))
^
configure:11978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| #ifdef HAVE_GETOPT_H
| #include <getopt.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct option)))
| return 0;
| ;
| return 0;
| }
configure:11978: result: yes
configure:11996: checking for z_streamp
configure:11996: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:11996: $? = 0
configure:11996: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:103:24: error: expected expression before ')' token
if (sizeof ((z_streamp)))
^
configure:11996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| /* end confdefs.h. */
| #include <zlib.h>
|
| int
| main ()
| {
| if (sizeof ((z_streamp)))
| return 0;
| ;
| return 0;
| }
configure:11996: result: yes
configure:12052: checking for special C compiler options needed for large files
configure:12097: result: no
configure:12103: checking for _FILE_OFFSET_BITS value needed for large files
configure:12128: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12128: $? = 0
configure:12160: result: no
configure:12253: checking size of off_t
configure:12258: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:12258: $? = 0
configure:12258: ./conftest
configure:12258: $? = 0
configure:12272: result: 8
configure:12293: checking for int timezone
configure:12314: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:12314: $? = 0
configure:12322: result: yes
configure:12329: checking types of arguments for accept()
configure:12357: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:106:12: error: conflicting types for 'accept'
extern int accept (int, struct sockaddr *, int *);
^
In file included from conftest.c:104:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:243:12: note: previous declaration of 'accept' was here
extern int accept (int __fd, __SOCKADDR_ARG __addr,
^
configure:12357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| extern int accept (int, struct sockaddr *, int *);
configure:12357: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c:106:12: error: conflicting types for 'accept'
extern int accept (int, struct sockaddr *, size_t *);
^
In file included from conftest.c:104:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:243:12: note: previous declaration of 'accept' was here
extern int accept (int __fd, __SOCKADDR_ARG __addr,
^
configure:12357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| extern int accept (int, struct sockaddr *, size_t *);
configure:12357: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12357: $? = 0
configure:12381: result: int, int, struct sockaddr *, socklen_t *
configure:12404: checking whether gettimeofday takes only one argument
configure:12422: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:1: warning: 'tp' is used uninitialized in this function [-Wuninitialized]
gettimeofday(tp,tzp);
^
conftest.c:110:1: warning: 'tzp' is used uninitialized in this function [-Wuninitialized]
configure:12422: $? = 0
configure:12429: result: no
configure:12437: checking for wcstombs_l declaration
configure:12456: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:8: error: 'wcstombs_l' undeclared (first use in this function)
(void) wcstombs_l;
^
conftest.c:110:8: note: each undeclared identifier is reported only once for each function it appears in
configure:12456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <locale.h>
| int
| main ()
| {
| #ifndef wcstombs_l
| (void) wcstombs_l;
| #endif
| ;
| return 0;
| }
configure:12474: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:8: error: 'wcstombs_l' undeclared (first use in this function)
(void) wcstombs_l;
^
conftest.c:111:8: note: each undeclared identifier is reported only once for each function it appears in
configure:12474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <locale.h>
| #include <xlocale.h>
| int
| main ()
| {
| #ifndef wcstombs_l
| (void) wcstombs_l;
| #endif
| ;
| return 0;
| }
configure:12483: result: no
configure:12501: checking for cbrt
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:127:6: warning: conflicting types for built-in function 'cbrt'
char cbrt ();
^
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for dlopen
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for fdatasync
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for getifaddrs
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for getpeerucred
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccC8uXCr.o: In function `main':
/home/thom/Development/postgresql/conftest.c:142: undefined reference to `getpeerucred'
collect2: error: ld returned 1 exit status
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| /* end confdefs.h. */
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpeerucred innocuous_getpeerucred
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpeerucred (); 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 getpeerucred
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeerucred ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getpeerucred || defined __stub___getpeerucred
| choke me
| #endif
|
| int
| main ()
| {
| return getpeerucred ();
| ;
| return 0;
| }
configure:12501: result: no
configure:12501: checking for getrlimit
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for mbstowcs_l
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccC5aGjD.o: In function `main':
/home/thom/Development/postgresql/conftest.c:143: undefined reference to `mbstowcs_l'
collect2: error: ld returned 1 exit status
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| /* end confdefs.h. */
| /* Define mbstowcs_l to an innocuous variant, in case <limits.h> declares mbstowcs_l.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mbstowcs_l innocuous_mbstowcs_l
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mbstowcs_l (); below.
| Prefer <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 mbstowcs_l
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mbstowcs_l ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mbstowcs_l || defined __stub___mbstowcs_l
| choke me
| #endif
|
| int
| main ()
| {
| return mbstowcs_l ();
| ;
| return 0;
| }
configure:12501: result: no
configure:12501: checking for memmove
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:132:6: warning: conflicting types for built-in function 'memmove'
char memmove ();
^
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for poll
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for pstat
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccP64C5O.o: In function `main':
/home/thom/Development/postgresql/conftest.c:145: undefined reference to `pstat'
collect2: error: ld returned 1 exit status
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pstat innocuous_pstat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat (); 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 pstat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pstat || defined __stub___pstat
| choke me
| #endif
|
| int
| main ()
| {
| return pstat ();
| ;
| return 0;
| }
configure:12501: result: no
configure:12501: checking for pthread_is_threaded_np
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccwHyemY.o: In function `main':
/home/thom/Development/postgresql/conftest.c:145: undefined reference to `pthread_is_threaded_np'
collect2: error: ld returned 1 exit status
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 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:12501: result: no
configure:12501: checking for readlink
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for setproctitle
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccSPamba.o: In function `main':
/home/thom/Development/postgresql/conftest.c:146: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 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:12501: result: no
configure:12501: checking for setsid
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for shm_open
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for symlink
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for sync_file_range
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for towlower
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:139:6: warning: conflicting types for built-in function 'towlower'
char towlower ();
^
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for utime
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for utimes
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for wcstombs
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12501: $? = 0
configure:12501: result: yes
configure:12501: checking for wcstombs_l
configure:12501: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccKc4Lt3.o: In function `main':
/home/thom/Development/postgresql/conftest.c:154: undefined reference to `wcstombs_l'
collect2: error: ld returned 1 exit status
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| /* end confdefs.h. */
| /* Define wcstombs_l to an innocuous variant, in case <limits.h> declares wcstombs_l.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define wcstombs_l innocuous_wcstombs_l
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char wcstombs_l (); below.
| Prefer <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 wcstombs_l
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char wcstombs_l ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_wcstombs_l || defined __stub___wcstombs_l
| choke me
| #endif
|
| int
| main ()
| {
| return wcstombs_l ();
| ;
| return 0;
| }
configure:12501: result: no
configure:12511: checking for fseeko
configure:12511: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12511: $? = 0
configure:12511: result: yes
configure:12534: checking for _LARGEFILE_SOURCE value needed for large files
configure:12553: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12553: $? = 0
configure:12581: result: no
configure:12610: checking for posix_fadvise
configure:12610: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12610: $? = 0
configure:12610: result: yes
configure:12619: checking whether posix_fadvise is declared
configure:12619: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12619: $? = 0
configure:12619: result: yes
configure:12633: checking whether fdatasync is declared
configure:12633: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12633: $? = 0
configure:12633: result: yes
configure:12645: checking whether strlcat is declared
configure:12645: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:165:10: error: 'strlcat' undeclared (first use in this function)
(void) strlcat;
^
conftest.c:165:10: note: each undeclared identifier is reported only once for each function it appears in
configure:12645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| /* end confdefs.h. */
| #include <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 ()
| {
| #ifndef strlcat
| #ifdef __cplusplus
| (void) strlcat;
| #else
| (void) strlcat;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:12645: result: no
configure:12655: checking whether strlcpy is declared
configure:12655: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:166:10: error: 'strlcpy' undeclared (first use in this function)
(void) strlcpy;
^
conftest.c:166:10: note: each undeclared identifier is reported only once for each function it appears in
configure:12655: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| /* end confdefs.h. */
| #include <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 ()
| {
| #ifndef strlcpy
| #ifdef __cplusplus
| (void) strlcpy;
| #else
| (void) strlcpy;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:12655: result: no
configure:12667: checking whether F_FULLFSYNC is declared
configure:12667: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:136:10: error: 'F_FULLFSYNC' undeclared (first use in this function)
(void) F_FULLFSYNC;
^
conftest.c:136:10: note: each undeclared identifier is reported only once for each function it appears in
configure:12667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| /* 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:12667: result: no
configure:12681: checking for struct sockaddr_in6
configure:12681: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12681: $? = 0
configure:12681: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:166:34: error: expected expression before ')' token
if (sizeof ((struct sockaddr_in6)))
^
configure:12681: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| /* 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 <netinet/in.h>
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:12681: result: yes
configure:12693: checking for PS_STRINGS
configure:12712: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:129:29: fatal error: machine/vmparam.h: No such file or directory
#include <machine/vmparam.h>
^
compilation terminated.
configure:12712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| /* end confdefs.h. */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
|
| int
| main ()
| {
| PS_STRINGS->ps_nargvstr = 1;
| PS_STRINGS->ps_argvstr = "foo";
| ;
| return 0;
| }
configure:12720: result: no
configure:12765: checking for snprintf
configure:12765: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:152:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
configure:12765: $? = 0
configure:12765: result: yes
configure:12778: checking for vsnprintf
configure:12778: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:153:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
configure:12778: $? = 0
configure:12778: result: yes
configure:12797: checking whether snprintf is declared
configure:12797: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12797: $? = 0
configure:12797: result: yes
configure:12807: checking whether vsnprintf is declared
configure:12807: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:12807: $? = 0
configure:12807: result: yes
configure:12820: checking for isinf
configure:12839: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12839: $? = 0
configure:12847: result: yes
configure:12876: checking for crypt
configure:12876: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12876: $? = 0
configure:12876: result: yes
configure:12889: checking for fls
configure:12889: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/cczyukKd.o: In function `main':
/home/thom/Development/postgresql/conftest.c:169: undefined reference to `fls'
collect2: error: ld returned 1 exit status
configure:12889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| /* end confdefs.h. */
| /* Define fls to an innocuous variant, in case <limits.h> declares fls.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fls innocuous_fls
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fls (); 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 fls
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fls ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fls || defined __stub___fls
| choke me
| #endif
|
| int
| main ()
| {
| return fls ();
| ;
| return 0;
| }
configure:12889: result: no
configure:12902: checking for getopt
configure:12902: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12902: $? = 0
configure:12902: result: yes
configure:12915: checking for getrusage
configure:12915: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12915: $? = 0
configure:12915: result: yes
configure:12928: checking for inet_aton
configure:12928: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12928: $? = 0
configure:12928: result: yes
configure:12941: checking for mkdtemp
configure:12941: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12941: $? = 0
configure:12941: result: yes
configure:12954: checking for random
configure:12954: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12954: $? = 0
configure:12954: result: yes
configure:12967: checking for rint
configure:12967: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
conftest.c:163:6: warning: conflicting types for built-in function 'rint'
char rint ();
^
configure:12967: $? = 0
configure:12967: result: yes
configure:12980: checking for srandom
configure:12980: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12980: $? = 0
configure:12980: result: yes
configure:12993: checking for strerror
configure:12993: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:12993: $? = 0
configure:12993: result: yes
configure:13006: checking for strlcat
configure:13006: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccuV8NXa.o: In function `main':
/home/thom/Development/postgresql/conftest.c:177: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:13006: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); 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 strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:13006: result: no
configure:13019: checking for strlcpy
configure:13019: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/ccHh0nz7.o: In function `main':
/home/thom/Development/postgresql/conftest.c:177: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:13019: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); 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 strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:13019: result: no
configure:13049: checking for unsetenv
configure:13049: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13049: $? = 0
configure:13049: result: yes
configure:13062: checking for getpeereid
configure:13062: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/cc5ertDk.o: In function `main':
/home/thom/Development/postgresql/conftest.c:178: undefined reference to `getpeereid'
collect2: error: ld returned 1 exit status
configure:13062: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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:13062: result: no
configure:13084: checking for getaddrinfo
configure:13084: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13084: $? = 0
configure:13084: result: yes
configure:13109: checking for getopt_long
configure:13109: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13109: $? = 0
configure:13109: result: yes
configure:13263: checking whether sys_siglist is declared
configure:13263: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:13263: $? = 0
configure:13263: result: yes
configure:13281: checking for syslog
configure:13281: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13281: $? = 0
configure:13281: result: yes
configure:13283: checking syslog.h usability
configure:13283: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
configure:13283: $? = 0
configure:13283: result: yes
configure:13283: checking syslog.h presence
configure:13283: gcc -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
configure:13283: $? = 0
configure:13283: result: yes
configure:13283: checking for syslog.h
configure:13283: result: yes
configure:13294: checking for opterr
configure:13310: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13310: $? = 0
configure:13318: result: yes
configure:13326: checking for optreset
configure:13342: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
/tmp/cc7FobYZ.o: In function `main':
/home/thom/Development/postgresql/conftest.c:153: undefined reference to `optreset'
collect2: error: ld returned 1 exit status
configure:13342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| /* end confdefs.h. */
| #include <unistd.h>
| int
| main ()
| {
| extern int optreset; optreset = 1;
| ;
| return 0;
| }
configure:13350: result: no
configure:13361: checking for strtoll
configure:13361: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13361: $? = 0
configure:13361: result: yes
configure:13373: checking for strtoull
configure:13373: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lrt -lcrypt -ldl -lm >&5
configure:13373: $? = 0
configure:13373: result: yes
configure:13387: checking for rl_completion_append_character
configure:13409: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13409: $? = 0
configure:13417: result: yes
configure:13427: checking for rl_completion_matches
configure:13427: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13427: $? = 0
configure:13427: result: yes
configure:13427: checking for rl_filename_completion_function
configure:13427: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13427: $? = 0
configure:13427: result: yes
configure:13427: checking for rl_reset_screen_size
configure:13427: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13427: $? = 0
configure:13427: result: yes
configure:13439: checking for append_history
configure:13439: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13439: $? = 0
configure:13439: result: yes
configure:13439: checking for history_truncate_file
configure:13439: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13439: $? = 0
configure:13439: result: yes
configure:13455: checking test program
configure:13465: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13465: $? = 0
configure:13465: ./conftest
configure:13465: $? = 0
configure:13466: result: ok
configure:13534: checking whether long int is 64 bits
configure:13594: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
conftest.c:166:5: warning: no previous prototype for 'does_int64_work' [-Wmissing-prototypes]
int does_int64_work()
^
configure:13594: $? = 0
configure:13594: ./conftest
configure:13594: $? = 0
configure:13604: result: yes
configure:13820: checking whether snprintf supports the %z modifier
configure:13852: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13852: $? = 0
configure:13852: ./conftest
configure:13852: $? = 0
configure:13863: result: yes
configure:13889: checking size of void *
configure:13894: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13894: $? = 0
configure:13894: ./conftest
configure:13894: $? = 0
configure:13908: result: 8
configure:13922: checking size of size_t
configure:13927: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13927: $? = 0
configure:13927: ./conftest
configure:13927: $? = 0
configure:13941: result: 8
configure:13955: checking size of long
configure:13960: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:13960: $? = 0
configure:13960: ./conftest
configure:13960: $? = 0
configure:13974: result: 8
configure:13986: checking whether to build with float4 passed by value
configure:14017: result: yes
configure:14029: checking whether to build with float8 passed by value
configure:14091: result: yes
configure:14103: checking alignment of short
configure:14108: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14108: $? = 0
configure:14108: ./conftest
configure:14108: $? = 0
configure:14126: result: 2
configure:14138: checking alignment of int
configure:14143: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14143: $? = 0
configure:14143: ./conftest
configure:14143: $? = 0
configure:14161: result: 4
configure:14173: checking alignment of long
configure:14178: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14178: $? = 0
configure:14178: ./conftest
configure:14178: $? = 0
configure:14196: result: 8
configure:14245: checking alignment of double
configure:14250: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14250: $? = 0
configure:14250: ./conftest
configure:14250: $? = 0
configure:14268: result: 8
configure:14299: checking for int8
configure:14299: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:13: error: 'int8' undeclared (first use in this function)
if (sizeof (int8))
^
conftest.c:177:13: note: each undeclared identifier is reported only once for each function it appears in
configure:14299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| if (sizeof (int8))
| return 0;
| ;
| return 0;
| }
configure:14299: result: no
configure:14309: checking for uint8
configure:14309: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:13: error: 'uint8' undeclared (first use in this function)
if (sizeof (uint8))
^
conftest.c:177:13: note: each undeclared identifier is reported only once for each function it appears in
configure:14309: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| if (sizeof (uint8))
| return 0;
| ;
| return 0;
| }
configure:14309: result: no
configure:14319: checking for int64
configure:14319: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:13: error: 'int64' undeclared (first use in this function)
if (sizeof (int64))
^
conftest.c:177:13: note: each undeclared identifier is reported only once for each function it appears in
configure:14319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| if (sizeof (int64))
| return 0;
| ;
| return 0;
| }
configure:14319: result: no
configure:14329: checking for uint64
configure:14329: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:13: error: 'uint64' undeclared (first use in this function)
if (sizeof (uint64))
^
conftest.c:177:13: note: each undeclared identifier is reported only once for each function it appears in
configure:14329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| if (sizeof (uint64))
| return 0;
| ;
| return 0;
| }
configure:14329: result: no
configure:14342: checking for __int128
configure:14377: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14377: $? = 0
configure:14385: result: yes
configure:14395: checking for builtin __sync char locking functions
configure:14413: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14413: $? = 0
configure:14421: result: yes
configure:14428: checking for builtin __sync int32 locking functions
configure:14446: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14446: $? = 0
configure:14454: result: yes
configure:14461: checking for builtin __sync int32 atomic operations
configure:14478: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14478: $? = 0
configure:14486: result: yes
configure:14493: checking for builtin __sync int64 atomic operations
configure:14510: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14510: $? = 0
configure:14518: result: yes
configure:14525: checking for builtin __atomic int32 atomic operations
configure:14543: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14543: $? = 0
configure:14551: result: yes
configure:14558: checking for builtin __atomic int64 atomic operations
configure:14576: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14576: $? = 0
configure:14584: result: yes
configure:14594: checking for __get_cpuid
configure:14612: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14612: $? = 0
configure:14620: result: yes
configure:14628: checking for __cpuid
configure:14646: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
conftest.c:180:20: fatal error: intrin.h: No such file or directory
#include <intrin.h>
^
compilation terminated.
configure:14646: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| /* end confdefs.h. */
| #include <intrin.h>
| int
| main ()
| {
| unsigned int exx[4] = {0, 0, 0, 0};
| __get_cpuid(exx[0], 1);
|
| ;
| return 0;
| }
configure:14654: result: no
configure:14667: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=
configure:14689: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
In file included from /usr/lib/gcc/x86_64-linux-gnu/4.9/include/nmmintrin.h:31:0,
from conftest.c:180:
conftest.c: In function 'main':
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/smmintrin.h:827:1: error: inlining failed in call to always_inline '_mm_crc32_u8': target specific option mismatch
_mm_crc32_u8 (unsigned int __C, unsigned char __V)
^
conftest.c:185:8: error: called from here
crc = _mm_crc32_u8(crc, 0);
^
In file included from /usr/lib/gcc/x86_64-linux-gnu/4.9/include/nmmintrin.h:31:0,
from conftest.c:180:
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/smmintrin.h:839:1: error: inlining failed in call to always_inline '_mm_crc32_u32': target specific option mismatch
_mm_crc32_u32 (unsigned int __C, unsigned int __V)
^
conftest.c:186:8: error: called from here
crc = _mm_crc32_u32(crc, 0);
^
configure:14689: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| /* end confdefs.h. */
| #include <nmmintrin.h>
| int
| main ()
| {
| unsigned int crc = 0;
| crc = _mm_crc32_u8(crc, 0);
| crc = _mm_crc32_u32(crc, 0);
| /* return computed value, to prevent the above being optimized away */
| return crc == 0;
| ;
| return 0;
| }
configure:14698: result: no
configure:14706: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=-msse4.2
configure:14728: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -msse4.2 -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14728: $? = 0
configure:14737: result: yes
configure:14764: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:186:2: error: #error __SSE4_2__ not defined
#error __SSE4_2__ not defined
^
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef __SSE4_2__
| #error __SSE4_2__ not defined
| #endif
|
| ;
| return 0;
| }
configure:14796: checking which CRC-32C implementation to use
configure:14811: result: SSE 4.2 with runtime check
configure:14888: checking for library containing sem_init
configure:14919: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/usr/bin/ld: /tmp/ccZaVkpk.o: undefined reference to symbol 'sem_init@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
configure:14919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
| ;
| return 0;
| }
configure:14919: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
/usr/bin/ld: /tmp/cc9EW4qq.o: undefined reference to symbol 'sem_init@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
configure:14919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "10devel"
| #define PACKAGE_STRING "PostgreSQL 10devel"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "10"
| #define PG_VERSION "10devel"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_OPENSSL 1
| #define HAVE_UUID_OSSP 1
| #define USE_LIBXML 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
| #define HAVE_CRYPTO_LOCK 1
| #define HAVE_LIBXML2 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_OSSP_UUID_H 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_BSWAP64 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_RL_RESET_SCREEN_SIZE 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define USE_FLOAT8_BYVAL 1
| #define FLOAT8PASSBYVAL true
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
| ;
| return 0;
| }
configure:14919: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthread -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:14919: $? = 0
configure:14936: result: -lpthread
configure:14945: checking which semaphore API to use
configure:14967: result: unnamed POSIX
configure:15392: checking for onsgmls
configure:15408: found /usr/bin/onsgmls
configure:15419: result: onsgmls
configure:15434: checking for openjade
configure:15450: found /usr/bin/openjade
configure:15461: result: openjade
configure:15473: checking for DocBook V4.2
configure:15502: result: yes
configure:15508: checking for DocBook stylesheets
configure:15544: result: /usr/share/sgml/docbook/stylesheet/dsssl/modular
configure:15556: checking for collateindex.pl
configure:15574: found /usr/bin/collateindex.pl
configure:15586: result: /usr/bin/collateindex.pl
configure:15599: checking for dbtoepub
configure:15629: result: no
configure:15641: checking for xmllint
configure:15657: found /usr/bin/xmllint
configure:15668: result: xmllint
configure:15683: checking for xsltproc
configure:15699: found /usr/bin/xsltproc
configure:15710: result: xsltproc
configure:15725: checking for osx
configure:15741: found /usr/bin/osx
configure:15752: result: osx
configure:15772: checking for prove
configure:15788: found /usr/bin/prove
configure:15799: result: prove
configure:15826: checking thread safety of required library functions
configure:15849: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthread -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:15849: $? = 0
configure:15849: ./conftest
Your errno is thread-safe.
Your system has sterror_r(); it does not need strerror().
Your system has getpwuid_r(); it does not need getpwuid().
Your system has getaddrinfo(); it does not need gethostbyname()
or gethostbyname_r().
Your platform is thread-safe.
configure:15849: $? = 0
configure:15850: result: yes
configure:15963: checking whether gcc supports -Wl,--as-needed
configure:15984: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 -Wl,--as-needed conftest.c -lpthread -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm >&5
configure:15984: $? = 0
configure:15984: ./conftest
configure:15984: $? = 0
configure:15995: result: yes
configure:16034: using compiler=gcc (Debian 4.9.2-10) 4.9.2
configure:16036: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer
configure:16038: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2
configure:16040: using LDFLAGS= -Wl,--as-needed
configure:16198: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by PostgreSQL config.status 10devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on swift
config.status:1107: creating GNUmakefile
config.status:1107: creating src/Makefile.global
config.status:1107: creating src/include/pg_config.h
config.status:1107: creating src/include/pg_config_ext.h
config.status:1107: creating src/interfaces/ecpg/include/ecpg_config.h
config.status:1314: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s
config.status:1314: linking src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c
config.status:1314: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c
config.status:1314: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
config.status:1314: linking src/backend/port/dynloader/linux.h to src/include/dynloader.h
config.status:1314: linking src/include/port/linux.h to src/include/pg_config_os.h
config.status:1314: linking src/makefiles/Makefile.linux to src/Makefile.port
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_alignof_double=8
ac_cv_alignof_int=4
ac_cv_alignof_long=8
ac_cv_alignof_short=2
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_flexmember=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-ggdb -Og -fno-omit-frame-pointer'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DOCBOOKSTYLE_set=
ac_cv_env_DOCBOOKSTYLE_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_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=no
ac_cv_func_BIO_get_data=no
ac_cv_func_BIO_meth_new=no
ac_cv_func_CRYPTO_lock=yes
ac_cv_func_OPENSSL_init_ssl=no
ac_cv_func_RAND_OpenSSL=no
ac_cv_func_SSL_get_current_compression=yes
ac_cv_func_accept_arg1=int
ac_cv_func_accept_arg2='struct sockaddr *'
ac_cv_func_accept_arg3=socklen_t
ac_cv_func_accept_return=int
ac_cv_func_append_history=yes
ac_cv_func_cbrt=yes
ac_cv_func_crypt=yes
ac_cv_func_dlopen=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fls=no
ac_cv_func_fseeko=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=no
ac_cv_func_getpeerucred=no
ac_cv_func_getpwuid_r=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_history_truncate_file=yes
ac_cv_func_inet_aton=yes
ac_cv_func_isinf=yes
ac_cv_func_mbstowcs_l=no
ac_cv_func_memmove=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_poll=yes
ac_cv_func_posix_fadvise=yes
ac_cv_func_pstat=no
ac_cv_func_pthread_is_threaded_np=no
ac_cv_func_random=yes
ac_cv_func_readlink=yes
ac_cv_func_rint=yes
ac_cv_func_rl_completion_matches=yes
ac_cv_func_rl_filename_completion_function=yes
ac_cv_func_rl_reset_screen_size=yes
ac_cv_func_setproctitle=no
ac_cv_func_setsid=yes
ac_cv_func_shm_open=yes
ac_cv_func_snprintf=yes
ac_cv_func_srandom=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strtoll=yes
ac_cv_func_strtoull=yes
ac_cv_func_symlink=yes
ac_cv_func_sync_file_range=yes
ac_cv_func_syslog=yes
ac_cv_func_towlower=yes
ac_cv_func_unsetenv=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wcstombs=yes
ac_cv_func_wcstombs_l=no
ac_cv_have_decl_F_FULLFSYNC=no
ac_cv_have_decl_fdatasync=yes
ac_cv_have_decl_posix_fadvise=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strlcat=no
ac_cv_have_decl_strlcpy=no
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_header_atomic_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_dld_h=no
ac_cv_header_fp_class_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libxml_parser_h=yes
ac_cv_header_mbarrier_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_openssl_err_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_ossp_uuid_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_tas_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_ucred_h=no
ac_cv_header_sys_un_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_ucred_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ossp_uuid_uuid_export=yes
ac_cv_lib_ssl_SSL_new=yes
ac_cv_lib_xml2_xmlSaveToBuffer=yes
ac_cv_lib_z_inflate=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_sockaddr_storage___ss_family=no
ac_cv_member_struct_sockaddr_storage___ss_len=no
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_member_struct_sockaddr_storage_ss_len=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_BISON=/home/thom/Downloads/bison-2.3/tests/bison
ac_cv_path_COLLATEINDEX=/usr/bin/collateindex.pl
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LD=/usr/bin/ld
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_TAR=/bin/tar
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GCOV=gcov
ac_cv_prog_GENHTML=genhtml
ac_cv_prog_JADE=openjade
ac_cv_prog_LCOV=lcov
ac_cv_prog_NSGMLS=onsgmls
ac_cv_prog_OSX=osx
ac_cv_prog_PROVE=prove
ac_cv_prog_XML2_CONFIG=xml2-config
ac_cv_prog_XMLLINT=xmllint
ac_cv_prog_XSLTPROC=xsltproc
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gnu_ld=yes
ac_cv_search_crypt=-lcrypt
ac_cv_search_dlopen=-ldl
ac_cv_search_fdatasync='none required'
ac_cv_search_gethostbyname_r='none required'
ac_cv_search_getopt_long='none required'
ac_cv_search_sched_yield='none required'
ac_cv_search_sem_init=-lpthread
ac_cv_search_setproctitle=no
ac_cv_search_shl_load=no
ac_cv_search_shm_open=-lrt
ac_cv_search_shm_unlink='none required'
ac_cv_search_shmget='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_size_t=8
ac_cv_sizeof_void_p=8
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type_int64=no
ac_cv_type_int8=no
ac_cv_type_intptr_t=yes
ac_cv_type_long_long_int=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_cmsgcred=no
ac_cv_type_struct_option=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_struct_sockaddr_un=yes
ac_cv_type_uint64=no
ac_cv_type_uint8=no
ac_cv_type_uintptr_t=yes
ac_cv_type_union_semun=no
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_z_streamp=yes
ac_cv_var_tzname=yes
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_REJECT_UNKNOWN=no
ax_cv_PTHREAD_SPECIAL_FLAGS=no
pgac_cv__128bit_int=yes
pgac_cv__builtin_bswap32=yes
pgac_cv__builtin_bswap64=yes
pgac_cv__builtin_constant_p=yes
pgac_cv__builtin_unreachable=yes
pgac_cv__cpuid=no
pgac_cv__get_cpuid=yes
pgac_cv__static_assert=yes
pgac_cv__types_compatible=yes
pgac_cv__va_args=yes
pgac_cv_c_signed=yes
pgac_cv_check_docbook=yes
pgac_cv_check_readline=-lreadline
pgac_cv_func_gettimeofday_1arg=no
pgac_cv_func_strerror_r_int=no
pgac_cv_func_wcstombs_l=no
pgac_cv_funcname_func_support=yes
pgac_cv_gcc_atomic_int32_cas=yes
pgac_cv_gcc_atomic_int64_cas=yes
pgac_cv_gcc_sync_char_tas=yes
pgac_cv_gcc_sync_int32_cas=yes
pgac_cv_gcc_sync_int32_tas=yes
pgac_cv_gcc_sync_int64_cas=yes
pgac_cv_path_flex=/usr/bin/flex
pgac_cv_path_stylesheets=/usr/share/sgml/docbook/stylesheet/dsssl/modular
pgac_cv_printf_archetype=gnu_printf
pgac_cv_prog_cc_cflags__Wdeclaration_after_statement=yes
pgac_cv_prog_cc_cflags__Wendif_labels=yes
pgac_cv_prog_cc_cflags__Wformat_security=yes
pgac_cv_prog_cc_cflags__Wmissing_format_attribute=yes
pgac_cv_prog_cc_cflags__Wunused_command_line_argument=no
pgac_cv_prog_cc_cflags__fexcess_precision_standard=yes
pgac_cv_prog_cc_cflags__fno_strict_aliasing=yes
pgac_cv_prog_cc_cflags__ftree_vectorize=yes
pgac_cv_prog_cc_cflags__funroll_loops=yes
pgac_cv_prog_cc_cflags__fwrapv=yes
pgac_cv_prog_cc_ldflags__Wl___as_needed=yes
pgac_cv_snprintf_size_t_support=yes
pgac_cv_sse42_crc32_intrinsics_=no
pgac_cv_sse42_crc32_intrinsics__msse4_2=yes
pgac_cv_type_locale_t=yes
pgac_cv_type_long_int_64=yes
pgac_cv_var_PS_STRINGS=no
pgac_cv_var_int_opterr=yes
pgac_cv_var_int_optreset=no
pgac_cv_var_int_timezone=yes
pgac_cv_var_rl_completion_append_character=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='gawk'
BISON='/home/thom/Downloads/bison-2.3/tests/bison'
BISONFLAGS=' -v'
CC='gcc'
CFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fprofile-arcs -ftest-coverage -ggdb -Og -fno-omit-frame-pointer'
CFLAGS_SSE42='-msse4.2'
CFLAGS_VECTOR=' -funroll-loops -ftree-vectorize'
COLLATEINDEX='/usr/bin/collateindex.pl'
CPP='gcc -E'
CPPFLAGS=' -D_GNU_SOURCE -I/usr/include/libxml2 '
DBTOEPUB=''
DEFS='-DHAVE_CONFIG_H'
DLLTOOL=''
DLLWRAP=''
DOCBOOKSTYLE='/usr/share/sgml/docbook/stylesheet/dsssl/modular'
DTRACE=''
DTRACEFLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ELF_SYS='true'
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
GCC='yes'
GCOV='gcov'
GENHTML='genhtml'
GREP='/bin/grep'
HAVE_IPV6='yes'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JADE='openjade'
LCOV='lcov'
LD='/usr/bin/ld'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS=' -Wl,--as-needed'
LDFLAGS_EX=''
LDFLAGS_SL=''
LIBOBJS=' ${LIBOBJDIR}fls$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}getpeereid$U.o'
LIBS='-lpthread -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm '
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}fls$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}getpeereid$U.lo'
MKDIR_P='/bin/mkdir -p'
MSGFMT=''
MSGFMT_FLAGS=''
MSGMERGE=''
NSGMLS='onsgmls'
OBJEXT='o'
OSX='osx'
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 10devel'
PACKAGE_TARNAME='postgresql'
PACKAGE_URL=''
PACKAGE_VERSION='10devel'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PG_CRC32C_OBJS='pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_choose.o'
PG_MAJORVERSION='10'
PG_VERSION_NUM='100000'
PORTNAME='linux'
PROVE='prove'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS'
PTHREAD_LIBS=''
PYTHON='/usr/bin/python3'
RANLIB='ranlib'
SHELL='/bin/bash'
STRIP='strip'
STRIP_SHARED_LIB='strip --strip-unneeded'
STRIP_STATIC_LIB='strip -x'
SUN_STUDIO_CC='no'
TAR='/bin/tar'
TAS=''
TCLSH=''
TCL_CONFIG_SH=''
TCL_INCLUDE_SPEC=''
TCL_LIBS=''
TCL_LIB_SPEC=''
TCL_SHARED_BUILD=''
TCL_SHLIB_LD_LIBS=''
UUID_EXTRA_OBJS=''
UUID_LIBS='-lossp-uuid'
WANTED_LANGUAGES=''
WINDRES=''
XGETTEXT=''
XML2_CONFIG='xml2-config'
XMLLINT='xmllint'
XSLTPROC='xsltproc'
ZIC=''
ac_ct_CC='gcc'
autodepend='yes'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
configure_args=' '\''--enable-tap-tests'\'' '\''--enable-coverage'\'' '\''--prefix=/home/thom/Development/psql'\'' '\''--enable-depend'\'' '\''--enable-debug'\'' '\''--with-libxml'\'' '\''--with-openssl'\'' '\''--with-ossp-uuid'\'' '\''CFLAGS=-ggdb -Og -fno-omit-frame-pointer'\'''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
default_port='5432'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_coverage='yes'
enable_debug='yes'
enable_dtrace='no'
enable_nls='no'
enable_rpath='yes'
enable_tap_tests='yes'
enable_thread_safety='yes'
exec_prefix='${prefix}'
have_docbook='yes'
have_win32_dbghelp='no'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_bin='/usr/bin/install -c'
krb_srvtab=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perl_archlibexp=''
perl_embed_ldflags=''
perl_privlibexp=''
perl_useshrplib=''
prefix='/home/thom/Development/psql'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs=''
python_includespec=''
python_libdir=''
python_libspec=''
python_majorversion=''
python_version=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build='no'
with_gnu_ld='yes'
with_libxml='yes'
with_libxslt='no'
with_openssl='yes'
with_perl='no'
with_python='no'
with_selinux='no'
with_system_tzdata=''
with_systemd='no'
with_tcl='no'
with_uuid='ossp'
with_zlib='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "10devel"
#define PACKAGE_STRING "PostgreSQL 10devel"
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PACKAGE_URL ""
#define PG_MAJORVERSION "10"
#define PG_VERSION "10devel"
#define USE_INTEGER_DATETIMES 1
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define BLCKSZ 8192
#define RELSEG_SIZE 131072
#define XLOG_BLCKSZ 8192
#define XLOG_SEG_SIZE (16 * 1024 * 1024)
#define ENABLE_THREAD_SAFETY 1
#define PG_KRB_SRVNAM "postgres"
#define USE_OPENSSL 1
#define HAVE_UUID_OSSP 1
#define USE_LIBXML 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_STRERROR_R 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_SPINLOCKS 1
#define HAVE_ATOMICS 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_SSL_GET_CURRENT_COMPRESSION 1
#define HAVE_CRYPTO_LOCK 1
#define HAVE_LIBXML2 1
#define HAVE_CRYPT_H 1
#define HAVE_GETOPT_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UTIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_READLINE_HISTORY_H 1
#define HAVE_OSSP_UUID_H 1
#define PG_PRINTF_ATTRIBUTE gnu_printf
#define FLEXIBLE_ARRAY_MEMBER /**/
#define HAVE_FUNCNAME__FUNC 1
#define HAVE__STATIC_ASSERT 1
#define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
#define HAVE__BUILTIN_BSWAP32 1
#define HAVE__BUILTIN_BSWAP64 1
#define HAVE__BUILTIN_CONSTANT_P 1
#define HAVE__BUILTIN_UNREACHABLE 1
#define HAVE__VA_ARGS 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TZNAME 1
#define HAVE_UNIX_SOCKETS 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_LOCALE_T 1
#define HAVE_STRUCT_OPTION 1
#define SIZEOF_OFF_T 8
#define HAVE_INT_TIMEZONE 1
#define ACCEPT_TYPE_RETURN int
#define ACCEPT_TYPE_ARG1 int
#define ACCEPT_TYPE_ARG2 struct sockaddr *
#define ACCEPT_TYPE_ARG3 socklen_t
#define HAVE_CBRT 1
#define HAVE_DLOPEN 1
#define HAVE_FDATASYNC 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETRLIMIT 1
#define HAVE_MEMMOVE 1
#define HAVE_POLL 1
#define HAVE_READLINK 1
#define HAVE_SETSID 1
#define HAVE_SHM_OPEN 1
#define HAVE_SYMLINK 1
#define HAVE_SYNC_FILE_RANGE 1
#define HAVE_TOWLOWER 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_WCSTOMBS 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_DECL_POSIX_FADVISE 1
#define HAVE_DECL_FDATASYNC 1
#define HAVE_DECL_STRLCAT 0
#define HAVE_DECL_STRLCPY 0
#define HAVE_DECL_F_FULLFSYNC 0
#define HAVE_IPV6 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_ISINF 1
#define HAVE_CRYPT 1
#define HAVE_GETOPT 1
#define HAVE_GETRUSAGE 1
#define HAVE_INET_ATON 1
#define HAVE_MKDTEMP 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE_SRANDOM 1
#define HAVE_STRERROR 1
#define HAVE_UNSETENV 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETOPT_LONG 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYSLOG 1
#define HAVE_INT_OPTERR 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
#define HAVE_RL_RESET_SCREEN_SIZE 1
#define HAVE_APPEND_HISTORY 1
#define HAVE_HISTORY_TRUNCATE_FILE 1
#define HAVE_LONG_INT_64 1
#define PG_INT64_TYPE long int
#define INT64_MODIFIER "l"
#define SIZEOF_VOID_P 8
#define SIZEOF_SIZE_T 8
#define SIZEOF_LONG 8
#define USE_FLOAT4_BYVAL 1
#define FLOAT4PASSBYVAL true
#define USE_FLOAT8_BYVAL 1
#define FLOAT8PASSBYVAL true
#define ALIGNOF_SHORT 2
#define ALIGNOF_INT 4
#define ALIGNOF_LONG 8
#define ALIGNOF_DOUBLE 8
#define MAXIMUM_ALIGNOF 8
#define PG_INT128_TYPE __int128
#define HAVE_GCC__SYNC_CHAR_TAS 1
#define HAVE_GCC__SYNC_INT32_TAS 1
#define HAVE_GCC__SYNC_INT32_CAS 1
#define HAVE_GCC__SYNC_INT64_CAS 1
#define HAVE_GCC__ATOMIC_INT32_CAS 1
#define HAVE_GCC__ATOMIC_INT64_CAS 1
#define HAVE__GET_CPUID 1
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1
#define USE_UNNAMED_POSIX_SEMAPHORES 1
#define USE_SYSV_SHARED_MEMORY 1
#define MEMSET_LOOP_LIMIT 1024
#define PG_VERSION_STR "PostgreSQL 10devel on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit"
#define PG_VERSION_NUM 100000
configure: exit 0
Thom Brown <thom@linux.com> writes:
I'm using the latest version of Linux Mint Debian Edition, having recently
upgraded from an older version, and now I can't get make check-world to
finish successfully.
The initial theory was that the version of Bison I'm using (3.0.2) is to
blame, but I've also tested it against 3.0.1, 2.7.1 and 2.3, but I get the
same problem:
Don't see how it would be Bison's fault. What this looks like to me is
that you've got a corrupted copy of src/test/perl/PostgresNode.pm,
because this:
syntax error at
/home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/perl/PostgresNode.pm
line 437, near ")
print"
doesn't seem to have anything to do with what's actually at line 437
in that file (at least not in current HEAD). I don't see any close
matches elsewhere in that file, either.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 22 October 2016 at 01:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Thom Brown <thom@linux.com> writes:
I'm using the latest version of Linux Mint Debian Edition, having
recently
upgraded from an older version, and now I can't get make check-world to
finish successfully.The initial theory was that the version of Bison I'm using (3.0.2) is to
blame, but I've also tested it against 3.0.1, 2.7.1 and 2.3, but I getthe
same problem:
Don't see how it would be Bison's fault. What this looks like to me is
that you've got a corrupted copy of src/test/perl/PostgresNode.pm,
because this:syntax error at
/home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/perl/PostgresNode.pm
line 437, near ")
print"doesn't seem to have anything to do with what's actually at line 437
in that file (at least not in current HEAD). I don't see any close
matches elsewhere in that file, either.
I've just taken a fresh clone of the PostgreSQL git repo, and it appears
you're right. All the tests appear to be passing now, so sorry for the
noise.
Thanks
Thom