Skip to content

Instantly share code, notes, and snippets.

@gohanlon
Created September 5, 2014 19:43
Show Gist options
  • Save gohanlon/f8362334b92e4ddfa62b to your computer and use it in GitHub Desktop.
Save gohanlon/f8362334b92e4ddfa62b to your computer and use it in GitHub Desktop.
OS 10.10 DP7: postgresql/config.log
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 9.3.5, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.3.5_1 --datadir=/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-perl --with-tcl --with-ossp-uuid
## --------- ##
## Platform. ##
## --------- ##
hostname = wms-Mac.local
uname -m = x86_64
uname -r = 14.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.0.0: Mon Aug 25 20:37:34 PDT 2014; root:xnu-2782.1.1.1.1~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 14.0.0: Mon Aug 25 20:37:34 PDT 2014; root:xnu-2782.1.1.1.1~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 157 tasks, 583 threads, 2 processors
Load average: 3.40, Mach factor: 0.23
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/ossp-uuid/bin
PATH: /usr/local/opt/openssl/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2068: checking build system type
configure:2086: result: x86_64-apple-darwin14.0.0
configure:2108: checking host system type
configure:2123: result: x86_64-apple-darwin14.0.0
configure:2147: checking which template to use
configure:2237: result: darwin
configure:2344: checking whether to build with 64-bit integer date/time support
configure:2379: result: yes
configure:2386: checking whether NLS is wanted
configure:2420: result: no
configure:2428: checking for default port number
configure:2457: result: 5432
configure:2840: checking for block size
configure:2880: result: 8kB
configure:2892: checking for segment size
configure:2925: result: 1GB
configure:2937: checking for WAL block size
configure:2978: result: 8kB
configure:2990: checking for WAL segment size
configure:3031: result: 16MB
configure:3194: checking for C compiler version
configure:3202: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
configure:3206: $? = 0
configure:3213: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
configure:3217: $? = 0
configure:3224: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/include/libxml2'
configure:3228: $? = 1
configure:3251: checking for C compiler default output file name
configure:3273: clang -I/usr/local/Cellar/ossp-uuid/1.6.2/include -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:3277: $? = 0
configure:3315: result: a.out
configure:3334: checking whether the C compiler works
configure:3344: ./a.out
configure:3348: $? = 0
configure:3367: result: yes
configure:3374: checking whether we are cross compiling
configure:3376: result: no
configure:3379: checking for suffix of executables
configure:3386: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:3390: $? = 0
configure:3416: result:
configure:3422: checking for suffix of object files
configure:3448: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include conftest.c >&5
configure:3452: $? = 0
configure:3477: result: o
configure:3481: checking whether we are using the GNU C compiler
configure:3510: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include conftest.c >&5
configure:3517: $? = 0
configure:3534: result: yes
configure:3543: checking whether clang accepts -g
configure:3573: clang -c -g conftest.c >&5
configure:3580: $? = 0
configure:3681: result: yes
configure:3698: checking for clang option to accept ISO C89
configure:3772: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include conftest.c >&5
configure:3779: $? = 0
configure:3802: result: none needed
configure:3848: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include conftest.c >&5
conftest.c:22:1: error: use of undeclared identifier 'choke'
choke me
^
1 error generated.
configure:3855: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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:3895: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include conftest.c >&5
conftest.c:22:1: error: use of undeclared identifier 'choke'
choke me
^
1 error generated.
configure:3902: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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:3961: checking whether clang supports -Wdeclaration-after-statement
configure:3991: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement conftest.c >&5
configure:3998: $? = 0
configure:4015: result: yes
configure:4021: checking whether clang supports -Wendif-labels
configure:4051: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels conftest.c >&5
configure:4058: $? = 0
configure:4075: result: yes
configure:4081: checking whether clang supports -Wmissing-format-attribute
configure:4111: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute conftest.c >&5
configure:4118: $? = 0
configure:4135: result: yes
configure:4142: checking whether clang supports -Wformat-security
configure:4172: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security conftest.c >&5
configure:4179: $? = 0
configure:4196: result: yes
configure:4203: checking whether clang supports -fno-strict-aliasing
configure:4233: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing conftest.c >&5
configure:4240: $? = 0
configure:4257: result: yes
configure:4264: checking whether clang supports -fwrapv
configure:4294: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5
configure:4301: $? = 0
configure:4318: result: yes
configure:4325: checking whether clang supports -fexcess-precision=standard
configure:4355: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.c >&5
clang: error: unknown argument: '-fexcess-precision=standard'
configure:4362: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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:4379: result: no
configure:4386: checking whether clang supports -funroll-loops
configure:4416: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -funroll-loops conftest.c >&5
configure:4423: $? = 0
configure:4440: result: yes
configure:4446: checking whether clang supports -ftree-vectorize
configure:4476: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -ftree-vectorize conftest.c >&5
configure:4483: $? = 0
configure:4500: result: yes
configure:4798: checking whether the C compiler still works
configure:4821: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:4828: $? = 0
configure:4836: result: yes
configure:4878: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5
configure:4885: $? = 0
configure:4908: checking how to run the C preprocessor
configure:4948: clang -E conftest.c
configure:4955: $? = 0
configure:4986: clang -E conftest.c
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4993: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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:5026: result: clang -E
configure:5055: clang -E conftest.c
configure:5062: $? = 0
configure:5093: clang -E conftest.c
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5100: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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:5259: checking allow thread-safe client libraries
configure:5293: result: yes
configure:5300: checking whether to build with Tcl
configure:5328: result: yes
configure:5364: checking whether to build Perl modules
configure:5392: result: yes
configure:5399: checking whether to build Python modules
configure:5427: result: no
configure:5434: checking whether to build with GSSAPI support
configure:5469: result: yes
configure:5475: checking whether to build with Kerberos 5 support
configure:5510: result: no
configure:5557: checking whether to build with PAM support
configure:5589: result: yes
configure:5596: checking whether to build with LDAP support
configure:5628: result: yes
configure:5635: checking whether to build with Bonjour support
configure:5667: result: yes
configure:5674: checking whether to build with OpenSSL support
configure:5706: result: yes
configure:5713: checking whether to build with SELinux support
configure:5742: result: no
configure:5888: checking for xml2-config
configure:5904: found /usr/bin/xml2-config
configure:5915: result: xml2-config
configure:6052: checking for grep that handles long lines and -e
configure:6112: result: /usr/bin/grep
configure:6117: checking for egrep
configure:6181: result: /usr/bin/grep -E
configure:6232: checking for ld used by GCC
configure:6295: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:6304: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:6316: result: no
configure:6429: checking for ranlib
configure:6445: found /usr/bin/ranlib
configure:6456: result: ranlib
configure:6522: checking for strip
configure:6538: found /usr/bin/strip
configure:6549: result: strip
configure:6572: checking whether it is possible to strip libraries
configure:6585: result: yes
configure:6642: checking for ar
configure:6658: found /usr/bin/ar
configure:6669: result: ar
configure:6984: checking for a BSD-compatible install
configure:7052: result: /usr/bin/install -c
configure:7074: checking for tar
configure:7092: found /usr/bin/tar
configure:7104: result: /usr/bin/tar
configure:7112: checking whether ln -s works
configure:7116: result: yes
configure:7127: checking for gawk
configure:7157: result: no
configure:7127: checking for mawk
configure:7157: result: no
configure:7127: checking for nawk
configure:7157: result: no
configure:7127: checking for awk
configure:7143: found /usr/bin/awk
configure:7154: result: awk
configure:7165: checking for a thread-safe mkdir -p
configure:7204: result: config/install-sh -c -d
configure:7220: checking for bison
configure:7238: found /usr/bin/bison
configure:7250: result: /usr/bin/bison
configure:7265: using bison (GNU Bison) 2.3
configure:7296: checking for flex
configure:7341: result: /usr/bin/flex
configure:7361: using flex 2.5.35 Apple(flex-31)
configure:7373: checking for perl
configure:7391: found /usr/bin/perl
configure:7403: result: /usr/bin/perl
configure:7415: using perl 5.18.2
configure:7450: checking for Perl archlibexp
configure:7454: result: /System/Library/Perl/5.18/darwin-thread-multi-2level
configure:7456: checking for Perl privlibexp
configure:7460: result: /System/Library/Perl/5.18
configure:7462: checking for Perl useshrplib
configure:7466: result: true
configure:7469: checking for flags to link embedded Perl
configure:7490: result: -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.Internal.sdk/System/Library/PrivateFrameworks -framework CrashReporterSupport -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl
configure:7698: checking for main in -lm
configure:7727: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7734: $? = 0
configure:7755: result: yes
configure:7766: checking for library containing setproctitle
configure:7807: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_setproctitle", referenced from:
_main in conftest-08fbf9.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7814: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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:7807: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lutil -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_setproctitle", referenced from:
_main in conftest-f4ca7e.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7814: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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:7845: result: no
configure:7853: checking for library containing dlopen
configure:7894: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7901: $? = 0
configure:7932: result: none required
configure:7940: checking for library containing socket
configure:7981: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7988: $? = 0
configure:8019: result: none required
configure:8027: checking for library containing shl_load
configure:8068: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-004b40.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8075: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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:8068: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -ldld -lm -luuid >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8075: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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:8106: result: no
configure:8206: checking for library containing getopt_long
configure:8247: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:8254: $? = 0
configure:8285: result: none required
configure:8293: checking for library containing crypt
configure:8334: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:8341: $? = 0
configure:8372: result: none required
configure:8381: checking for library containing fdatasync
configure:8422: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:8429: $? = 0
configure:8460: result: none required
configure:8470: checking for library containing gethostbyname_r
configure:8511: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in conftest-c26b26.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8518: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:8511: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lnsl -lm -luuid >&5
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8518: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 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 gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:8549: result: no
configure:8558: checking for library containing shmget
configure:8599: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:8606: $? = 0
configure:8637: result: none required
configure:8649: checking for library containing readline
configure:8691: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lreadline -lm -luuid >&5
configure:8698: $? = 0
configure:8738: result: -lreadline
configure:8765: checking for inflate in -lz
configure:8800: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
configure:8807: $? = 0
configure:8828: result: yes
configure:8866: checking for library containing gss_init_sec_context
configure:8907: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_gss_init_sec_context", referenced from:
_main in conftest-b49cbe.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8914: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 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 gss_init_sec_context ();
| int
| main ()
| {
| return gss_init_sec_context ();
| ;
| return 0;
| }
configure:8907: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8914: $? = 0
configure:8945: result: -lgssapi_krb5
configure:9244: checking for CRYPTO_new_ex_data in -lcrypto
configure:9279: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9286: $? = 0
configure:9307: result: yes
configure:9323: checking for SSL_library_init in -lssl
configure:9358: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9365: $? = 0
configure:9386: result: yes
configure:9589: checking for pam_start in -lpam
configure:9624: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9631: $? = 0
configure:9652: result: yes
configure:9671: checking for xmlSaveToBuffer in -lxml2
configure:9706: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9713: $? = 0
configure:9734: result: yes
configure:9753: checking for xsltCleanupGlobals in -lxslt
configure:9788: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9795: $? = 0
configure:9816: result: yes
configure:9918: checking for uuid_export in -lossp-uuid
configure:9953: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lossp-uuid -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
ld: library not found for -lossp-uuid
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9960: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 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 uuid_export ();
| int
| main ()
| {
| return uuid_export ();
| ;
| return 0;
| }
configure:9981: result: no
configure:9986: checking for uuid_export in -luuid
configure:10021: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:10028: $? = 0
configure:10049: result: yes
configure:10069: checking for ANSI C header files
configure:10099: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10106: $? = 0
configure:10205: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:10209: $? = 0
configure:10215: ./conftest
configure:10219: $? = 0
configure:10237: result: yes
configure:10261: checking for sys/types.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for sys/stat.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for stdlib.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for string.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for memory.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for strings.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for inttypes.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for stdint.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10261: checking for unistd.h
configure:10282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10289: $? = 0
configure:10306: result: yes
configure:10362: checking crypt.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:78:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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 <crypt.h>
configure:10400: result: no
configure:10404: checking crypt.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:45:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <crypt.h>
configure:10440: result: no
configure:10473: checking for crypt.h
configure:10482: result: no
configure:10362: checking dld.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:78:10: fatal error: 'dld.h' file not found
#include <dld.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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:10400: result: no
configure:10404: checking dld.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:45:10: fatal error: 'dld.h' file not found
#include <dld.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dld.h>
configure:10440: result: no
configure:10473: checking for dld.h
configure:10482: result: no
configure:10362: checking fp_class.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:78:10: fatal error: 'fp_class.h' file not found
#include <fp_class.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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:10400: result: no
configure:10404: checking fp_class.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:45:10: fatal error: 'fp_class.h' file not found
#include <fp_class.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <fp_class.h>
configure:10440: result: no
configure:10473: checking for fp_class.h
configure:10482: result: no
configure:10362: checking getopt.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking getopt.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for getopt.h
configure:10482: result: yes
configure:10362: checking ieeefp.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:79:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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:10400: result: no
configure:10404: checking ieeefp.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:46:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:10440: result: no
configure:10473: checking for ieeefp.h
configure:10482: result: no
configure:10362: checking ifaddrs.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking ifaddrs.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for ifaddrs.h
configure:10482: result: yes
configure:10362: checking langinfo.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking langinfo.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for langinfo.h
configure:10482: result: yes
configure:10362: checking poll.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking poll.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for poll.h
configure:10482: result: yes
configure:10362: checking pwd.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking pwd.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for pwd.h
configure:10482: result: yes
configure:10362: checking sys/ioctl.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/ioctl.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/ioctl.h
configure:10482: result: yes
configure:10362: checking sys/ipc.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/ipc.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/ipc.h
configure:10482: result: yes
configure:10362: checking sys/poll.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/poll.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/poll.h
configure:10482: result: yes
configure:10362: checking sys/pstat.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:86:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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:10400: result: no
configure:10404: checking sys/pstat.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:53:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <sys/pstat.h>
configure:10440: result: no
configure:10473: checking for sys/pstat.h
configure:10482: result: no
configure:10362: checking sys/resource.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/resource.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/resource.h
configure:10482: result: yes
configure:10362: checking sys/select.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/select.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/select.h
configure:10482: result: yes
configure:10362: checking sys/sem.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/sem.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/sem.h
configure:10482: result: yes
configure:10362: checking sys/shm.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/shm.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/shm.h
configure:10482: result: yes
configure:10362: checking sys/socket.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/socket.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/socket.h
configure:10482: result: yes
configure:10362: checking sys/sockio.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/sockio.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/sockio.h
configure:10482: result: yes
configure:10362: checking sys/tas.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:92:10: fatal error: 'sys/tas.h' file not found
#include <sys/tas.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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:10400: result: no
configure:10404: checking sys/tas.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:59:10: fatal error: 'sys/tas.h' file not found
#include <sys/tas.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_H 1
| /* end confdefs.h. */
| #include <sys/tas.h>
configure:10440: result: no
configure:10473: checking for sys/tas.h
configure:10482: result: no
configure:10362: checking sys/time.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/time.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/time.h
configure:10482: result: yes
configure:10362: checking sys/un.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking sys/un.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for sys/un.h
configure:10482: result: yes
configure:10362: checking termios.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking termios.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for termios.h
configure:10482: result: yes
configure:10362: checking ucred.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:95:10: fatal error: 'ucred.h' file not found
#include <ucred.h>
^
1 error generated.
configure:10386: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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:10400: result: no
configure:10404: checking ucred.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:62:10: fatal error: 'ucred.h' file not found
#include <ucred.h>
^
1 error generated.
configure:10426: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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:10440: result: no
configure:10473: checking for ucred.h
configure:10482: result: no
configure:10362: checking utime.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking utime.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for utime.h
configure:10482: result: yes
configure:10362: checking wchar.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking wchar.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for wchar.h
configure:10482: result: yes
configure:10362: checking wctype.h usability
configure:10379: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10386: $? = 0
configure:10400: result: yes
configure:10404: checking wctype.h presence
configure:10419: clang -E -I/usr/include/libxml2 conftest.c
configure:10426: $? = 0
configure:10440: result: yes
configure:10473: checking for wctype.h
configure:10482: result: yes
configure:10504: checking for net/if.h
configure:10529: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10536: $? = 0
configure:10553: result: yes
configure:10573: checking for sys/ucred.h
configure:10596: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10603: $? = 0
configure:10620: result: yes
configure:10652: checking netinet/in.h usability
configure:10669: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10676: $? = 0
configure:10690: result: yes
configure:10694: checking netinet/in.h presence
configure:10709: clang -E -I/usr/include/libxml2 conftest.c
configure:10716: $? = 0
configure:10730: result: yes
configure:10763: checking for netinet/in.h
configure:10772: result: yes
configure:10791: checking for netinet/tcp.h
configure:10816: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10823: $? = 0
configure:10840: result: yes
configure:10871: checking readline/readline.h usability
configure:10888: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:10895: $? = 0
configure:10909: result: yes
configure:10913: checking readline/readline.h presence
configure:10928: clang -E -I/usr/include/libxml2 conftest.c
configure:10935: $? = 0
configure:10949: result: yes
configure:10982: checking for readline/readline.h
configure:10991: result: yes
configure:11184: checking readline/history.h usability
configure:11201: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:11208: $? = 0
configure:11222: result: yes
configure:11226: checking readline/history.h presence
configure:11241: clang -E -I/usr/include/libxml2 conftest.c
configure:11248: $? = 0
configure:11262: result: yes
configure:11295: checking for readline/history.h
configure:11304: result: yes
configure:12424: checking zlib.h usability
configure:12441: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:12448: $? = 0
configure:12462: result: yes
configure:12466: checking zlib.h presence
configure:12481: clang -E -I/usr/include/libxml2 conftest.c
configure:12488: $? = 0
configure:12502: result: yes
configure:12535: checking for zlib.h
configure:12542: result: yes
configure:12580: checking gssapi/gssapi.h usability
configure:12597: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:12604: $? = 0
configure:12618: result: yes
configure:12622: checking gssapi/gssapi.h presence
configure:12637: clang -E -I/usr/include/libxml2 conftest.c
configure:12644: $? = 0
configure:12658: result: yes
configure:12691: checking for gssapi/gssapi.h
configure:12700: result: yes
configure:13028: checking openssl/ssl.h usability
configure:13045: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:13052: $? = 0
configure:13066: result: yes
configure:13070: checking openssl/ssl.h presence
configure:13085: clang -E -I/usr/include/libxml2 conftest.c
configure:13092: $? = 0
configure:13106: result: yes
configure:13139: checking for openssl/ssl.h
configure:13146: result: yes
configure:13169: checking openssl/err.h usability
configure:13186: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:13193: $? = 0
configure:13207: result: yes
configure:13211: checking openssl/err.h presence
configure:13226: clang -E -I/usr/include/libxml2 conftest.c
configure:13233: $? = 0
configure:13247: result: yes
configure:13280: checking for openssl/err.h
configure:13287: result: yes
configure:13319: checking security/pam_appl.h usability
configure:13336: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:13343: $? = 0
configure:13357: result: yes
configure:13361: checking security/pam_appl.h presence
configure:13376: clang -E -I/usr/include/libxml2 conftest.c
configure:13383: $? = 0
configure:13397: result: yes
configure:13430: checking for security/pam_appl.h
configure:13439: result: yes
configure:13623: checking libxml/parser.h usability
configure:13640: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:13647: $? = 0
configure:13661: result: yes
configure:13665: checking libxml/parser.h presence
configure:13680: clang -E -I/usr/include/libxml2 conftest.c
configure:13687: $? = 0
configure:13701: result: yes
configure:13734: checking for libxml/parser.h
configure:13741: result: yes
configure:13767: checking libxslt/xslt.h usability
configure:13784: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:13791: $? = 0
configure:13805: result: yes
configure:13809: checking libxslt/xslt.h presence
configure:13824: clang -E -I/usr/include/libxml2 conftest.c
configure:13831: $? = 0
configure:13845: result: yes
configure:13878: checking for libxslt/xslt.h
configure:13885: result: yes
configure:13918: checking ldap.h usability
configure:13935: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:13942: $? = 0
configure:13956: result: yes
configure:13960: checking ldap.h presence
configure:13975: clang -E -I/usr/include/libxml2 conftest.c
configure:13982: $? = 0
configure:13996: result: yes
configure:14029: checking for ldap.h
configure:14038: result: yes
configure:14140: checking dns_sd.h usability
configure:14157: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:14164: $? = 0
configure:14178: result: yes
configure:14182: checking dns_sd.h presence
configure:14197: clang -E -I/usr/include/libxml2 conftest.c
configure:14204: $? = 0
configure:14218: result: yes
configure:14251: checking for dns_sd.h
configure:14258: result: yes
configure:14291: checking ossp/uuid.h usability
configure:14308: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:107:10: fatal error: 'ossp/uuid.h' file not found
#include <ossp/uuid.h>
^
1 error generated.
configure:14315: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_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 <ossp/uuid.h>
configure:14329: result: no
configure:14333: checking ossp/uuid.h presence
configure:14348: clang -E -I/usr/include/libxml2 conftest.c
conftest.c:74:10: fatal error: 'ossp/uuid.h' file not found
#include <ossp/uuid.h>
^
1 error generated.
configure:14355: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| /* end confdefs.h. */
| #include <ossp/uuid.h>
configure:14369: result: no
configure:14402: checking for ossp/uuid.h
configure:14411: result: no
configure:14440: checking uuid.h usability
configure:14457: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
In file included from conftest.c:107:
/usr/local/Cellar/ossp-uuid/1.6.2/include/uuid.h:94:24: error: typedef redefinition with different types ('struct uuid_st' vs '__darwin_uuid_t' (aka 'unsigned char [16]'))
typedef struct uuid_st uuid_t;
^
/usr/include/sys/_types/_uuid_t.h:30:25: note: previous definition is here
typedef __darwin_uuid_t uuid_t;
^
1 error generated.
configure:14464: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_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 <uuid.h>
configure:14478: result: no
configure:14482: checking uuid.h presence
configure:14497: clang -E -I/usr/include/libxml2 conftest.c
configure:14504: $? = 0
configure:14518: result: yes
configure:14531: WARNING: uuid.h: present but cannot be compiled
configure:14533: WARNING: uuid.h: check for missing prerequisite headers?
configure:14535: WARNING: uuid.h: see the Autoconf documentation
configure:14537: WARNING: uuid.h: section "Present But Cannot Be Compiled"
configure:14539: WARNING: uuid.h: proceeding with the preprocessor's result
configure:14541: WARNING: uuid.h: in the future, the compiler will take precedence
configure:14551: checking for uuid.h
configure:14560: result: yes
configure:14744: checking whether byte ordering is bigendian
configure:14769: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:14776: $? = 0
configure:14826: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:14833: $? = 0
configure:14865: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:82:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:14872: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_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:15124: result: no
configure:15149: checking for an ANSI C-conforming const
configure:15224: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:120:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
struct s *b; b->j = 5;
^
conftest.c:120:16: note: initialize the variable 'b' to silence this warning
struct s *b; b->j = 5;
^
= 0
conftest.c:104:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
*t++ = 0;
^
conftest.c:101:12: note: initialize the variable 't' to silence this warning
char *t;
^
= 0
2 warnings generated.
configure:15231: $? = 0
configure:15246: result: yes
configure:15256: checking for inline
configure:15282: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:77:21: warning: unused function 'static_foo' [-Wunused-function]
static inline foo_t static_foo () {return 0; }
^
1 warning generated.
configure:15289: $? = 0
configure:15307: result: inline
configure:15326: checking for quiet inline (no complaint if unreferenced)
configure:15356: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:15363: $? = 0
configure:15385: result: yes
configure:15395: checking for preprocessor stringizing operator
configure:15419: result: yes
configure:15430: checking for flexible array members
configure:15463: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:15470: $? = 0
configure:15485: result: yes
configure:15500: checking for signed types
configure:15526: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:82:13: warning: unused variable 'c' [-Wunused-variable]
signed char c; signed short s; signed int i;
^
conftest.c:82:29: warning: unused variable 's' [-Wunused-variable]
signed char c; signed short s; signed int i;
^
conftest.c:82:43: warning: unused variable 'i' [-Wunused-variable]
signed char c; signed short s; signed int i;
^
3 warnings generated.
configure:15533: $? = 0
configure:15548: result: yes
configure:15557: checking for working volatile
configure:15586: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:85:9: warning: variable 'x' is uninitialized when used here [-Wuninitialized]
return !x && !y;
^
conftest.c:83:15: note: initialize the variable 'x' to silence this warning
volatile int x;
^
= 0
1 warning generated.
configure:15593: $? = 0
configure:15608: result: yes
configure:15618: checking for __func__
configure:15644: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:15651: $? = 0
configure:15666: result: yes
configure:15733: checking for _Static_assert
configure:15759: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:15766: $? = 0
configure:15786: result: yes
configure:15795: checking for __builtin_types_compatible_p
configure:15821: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:84:20: warning: unused variable 'y' [-Wunused-variable]
int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)];
^
1 warning generated.
configure:15828: $? = 0
configure:15843: result: yes
configure:15852: checking for __builtin_constant_p
configure:15878: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:81:26: warning: unused variable 'y' [-Wunused-variable]
static int x; static int y[__builtin_constant_p(x) ? x : 1];
^
1 warning generated.
configure:15885: $? = 0
configure:15900: result: yes
configure:15909: checking for __builtin_unreachable
configure:15935: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:15942: $? = 0
configure:15962: result: yes
configure:15971: checking for __VA_ARGS__
configure:15999: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16006: $? = 0
configure:16021: result: yes
configure:16030: checking whether struct tm is in sys/time.h or time.h
configure:16060: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16067: $? = 0
configure:16082: result: time.h
configure:16092: checking for struct tm.tm_zone
configure:16123: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16130: $? = 0
configure:16191: result: yes
configure:16209: checking for tzname
configure:16239: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:94:1: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration]
atoi(*tzname);
^
1 warning generated.
configure:16246: $? = 0
configure:16266: result: yes
configure:16276: checking for union semun
configure:16307: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16314: $? = 0
configure:16344: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:94:26: error: expected expression
if (sizeof ((union semun)))
^
1 error generated.
configure:16351: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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:16374: result: yes
configure:16385: checking for struct sockaddr_un
configure:16418: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16425: $? = 0
configure:16457: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:97:33: error: expected expression
if (sizeof ((struct sockaddr_un)))
^
1 error generated.
configure:16464: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 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:16487: result: yes
configure:16497: checking for struct sockaddr_storage
configure:16530: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16537: $? = 0
configure:16569: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:98:38: error: expected expression
if (sizeof ((struct sockaddr_storage)))
^
1 error generated.
configure:16576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 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:16599: result: yes
configure:16610: checking for struct sockaddr_storage.ss_family
configure:16643: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16650: $? = 0
configure:16713: result: yes
configure:16723: checking for struct sockaddr_storage.__ss_family
configure:16756: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:101:13: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
if (ac_aggr.__ss_family)
^~~~~~~~~~~
ss_family
/usr/include/sys/socket.h:318:14: note: 'ss_family' declared here
sa_family_t ss_family; /* [XSI] address family */
^
1 error generated.
configure:16763: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 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:16801: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:101:20: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
if (sizeof ac_aggr.__ss_family)
^~~~~~~~~~~
ss_family
/usr/include/sys/socket.h:318:14: note: 'ss_family' declared here
sa_family_t ss_family; /* [XSI] address family */
^
1 error generated.
configure:16808: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 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:16826: result: no
configure:16836: checking for struct sockaddr_storage.ss_len
configure:16869: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:16876: $? = 0
configure:16939: result: yes
configure:16949: checking for struct sockaddr_storage.__ss_len
configure:16982: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:102:13: error: no member named '__ss_len' in 'struct sockaddr_storage'; did you mean 'ss_len'?
if (ac_aggr.__ss_len)
^~~~~~~~
ss_len
/usr/include/sys/socket.h:317:12: note: 'ss_len' declared here
__uint8_t ss_len; /* address length */
^
1 error generated.
configure:16989: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 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:17027: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:102:20: error: no member named '__ss_len' in 'struct sockaddr_storage'; did you mean 'ss_len'?
if (sizeof ac_aggr.__ss_len)
^~~~~~~~
ss_len
/usr/include/sys/socket.h:317:12: note: 'ss_len' declared here
__uint8_t ss_len; /* address length */
^
1 error generated.
configure:17034: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 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:17052: result: no
configure:17062: checking for struct sockaddr.sa_len
configure:17095: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:17102: $? = 0
configure:17165: result: yes
configure:17176: checking for struct addrinfo
configure:17208: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:17215: $? = 0
configure:17246: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:101:30: error: expected expression
if (sizeof ((struct addrinfo)))
^
1 error generated.
configure:17253: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 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:17276: result: yes
configure:17288: checking for intptr_t
configure:17316: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:17323: $? = 0
configure:17350: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:130:23: error: expected expression
if (sizeof ((intptr_t)))
^
1 error generated.
configure:17357: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 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:17380: result: yes
configure:17445: checking for uintptr_t
configure:17473: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:17480: $? = 0
configure:17507: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:131:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:17514: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 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:17537: result: yes
configure:17603: checking for long long int
configure:17650: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:17657: $? = 0
configure:17704: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:17708: $? = 0
configure:17714: ./conftest
configure:17718: $? = 0
configure:17745: result: yes
configure:17756: checking for locale_t
configure:17783: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:98:1: error: unknown type name 'locale_t'
locale_t x;
^
1 error generated.
configure:17790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <locale.h>
| locale_t x;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:17822: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:17829: $? = 0
configure:17847: result: yes (in xlocale.h)
configure:17864: checking for struct cmsgcred
configure:17897: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:108:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred'
if (sizeof (struct cmsgcred))
^ ~~~~~~~~~~~~~~~~~
conftest.c:108:20: note: forward declaration of 'struct cmsgcred'
if (sizeof (struct cmsgcred))
^
1 error generated.
configure:17904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 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:17966: result: no
configure:17978: checking for struct option
configure:18009: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:18016: $? = 0
configure:18046: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:106:28: error: expected expression
if (sizeof ((struct option)))
^
1 error generated.
configure:18053: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| /* end confdefs.h. */
| #ifdef HAVE_GETOPT_H
| #include <getopt.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct option)))
| return 0;
| ;
| return 0;
| }
configure:18076: result: yes
configure:18092: checking for z_streamp
configure:18121: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:18128: $? = 0
configure:18156: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:105:24: error: expected expression
if (sizeof ((z_streamp)))
^
1 error generated.
configure:18163: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| /* end confdefs.h. */
| #include <zlib.h>
|
| int
| main ()
| {
| if (sizeof ((z_streamp)))
| return 0;
| ;
| return 0;
| }
configure:18186: result: yes
configure:18769: checking for special C compiler options needed for large files
configure:18864: result: no
configure:18870: checking for _FILE_OFFSET_BITS value needed for large files
configure:18905: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:18912: $? = 0
configure:18981: result: no
configure:19125: checking size of off_t
configure:19430: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:19434: $? = 0
configure:19440: ./conftest
configure:19444: $? = 0
configure:19470: result: 8
configure:19493: checking for int timezone
configure:19524: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:19531: $? = 0
configure:19551: result: yes
configure:19560: checking types of arguments for accept()
configure:19605: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:108:12: error: conflicting types for 'accept'
extern int accept (int, struct sockaddr *, int *);
^
/usr/include/sys/socket.h:560:5: note: previous declaration is here
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
^
1 error generated.
configure:19612: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| /* 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 *);
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19605: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:108:12: error: conflicting types for 'accept'
extern int accept (int, struct sockaddr *, size_t *);
^
/usr/include/sys/socket.h:560:5: note: previous declaration is here
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
^
1 error generated.
configure:19612: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| /* 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 *);
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19605: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:19612: $? = 0
configure:19646: result: int, int, struct sockaddr *, socklen_t *
configure:19669: checking whether gettimeofday takes only one argument
configure:19697: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:112:14: warning: variable 'tp' is uninitialized when used here [-Wuninitialized]
gettimeofday(tp,tzp);
^~
conftest.c:110:19: note: initialize the variable 'tp' to silence this warning
struct timeval *tp;
^
= NULL
conftest.c:112:17: warning: variable 'tzp' is uninitialized when used here [-Wuninitialized]
gettimeofday(tp,tzp);
^~~
conftest.c:111:21: note: initialize the variable 'tzp' to silence this warning
struct timezone *tzp;
^
= NULL
2 warnings generated.
configure:19704: $? = 0
configure:19719: result: no
configure:19762: checking for cbrt
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:129:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
char cbrt ();
^
conftest.c:129:6: note: 'cbrt' is a builtin with type 'double (double)'
1 warning generated.
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for dlopen
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for fdatasync
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for getifaddrs
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for getpeerucred
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_getpeerucred", referenced from:
_main in conftest-3cd689.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19825: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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:19847: result: no
configure:19762: checking for getrlimit
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for mbstowcs_l
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for memmove
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:135:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:135:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for poll
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for pstat
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_pstat", referenced from:
_main in conftest-0ec98e.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19825: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 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:19847: result: no
configure:19762: checking for readlink
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for setproctitle
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_setproctitle", referenced from:
_main in conftest-b0a065.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19825: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 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:19847: result: no
configure:19762: checking for setsid
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for sigprocmask
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for symlink
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for sync_file_range
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_sync_file_range", referenced from:
_main in conftest-971cf5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19825: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| /* end confdefs.h. */
| /* Define sync_file_range to an innocuous variant, in case <limits.h> declares sync_file_range.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sync_file_range innocuous_sync_file_range
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sync_file_range (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sync_file_range
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sync_file_range ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sync_file_range || defined __stub___sync_file_range
| choke me
| #endif
|
| int
| main ()
| {
| return sync_file_range ();
| ;
| return 0;
| }
configure:19847: result: no
configure:19762: checking for towlower
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for utime
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for utimes
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for wcstombs
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19762: checking for wcstombs_l
configure:19818: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19825: $? = 0
configure:19847: result: yes
configure:19864: checking for fseeko
configure:19920: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:19927: $? = 0
configure:19949: result: yes
configure:19980: checking for _LARGEFILE_SOURCE value needed for large files
configure:20009: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:20016: $? = 0
configure:20089: result: no
configure:20122: checking for posix_fadvise
configure:20178: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
Undefined symbols for architecture x86_64:
"_posix_fadvise", referenced from:
_main in conftest-144ef0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20185: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix_fadvise innocuous_posix_fadvise
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix_fadvise (); 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 posix_fadvise
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char posix_fadvise ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
| choke me
| #endif
|
| int
| main ()
| {
| return posix_fadvise ();
| ;
| return 0;
| }
configure:20207: result: no
configure:20219: checking whether posix_fadvise is declared
configure:20249: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:131:10: error: use of undeclared identifier 'posix_fadvise'
(void) posix_fadvise;
^
1 error generated.
configure:20256: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| #include <fcntl.h>
|
| int
| main ()
| {
| #ifndef posix_fadvise
| (void) posix_fadvise;
| #endif
|
| ;
| return 0;
| }
configure:20271: result: no
configure:20291: checking whether fdatasync is declared
configure:20321: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:132:10: error: use of undeclared identifier 'fdatasync'
(void) fdatasync;
^
1 error generated.
configure:20328: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| /* end confdefs.h. */
| #include <unistd.h>
|
| int
| main ()
| {
| #ifndef fdatasync
| (void) fdatasync;
| #endif
|
| ;
| return 0;
| }
configure:20343: result: no
configure:20361: checking whether strlcat is declared
configure:20390: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:20397: $? = 0
configure:20412: result: yes
configure:20428: checking whether strlcpy is declared
configure:20457: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:20464: $? = 0
configure:20479: result: yes
configure:20498: checking whether F_FULLFSYNC is declared
configure:20528: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:20535: $? = 0
configure:20550: result: yes
configure:20570: checking for struct sockaddr_in6
configure:20600: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:20607: $? = 0
configure:20636: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:168:34: error: expected expression
if (sizeof ((struct sockaddr_in6)))
^
1 error generated.
configure:20643: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 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 <netinet/in.h>
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:20666: result: yes
configure:20679: checking for PS_STRINGS
configure:20708: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:132:10: fatal error: 'sys/exec.h' file not found
#include <sys/exec.h>
^
1 error generated.
configure:20715: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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:20735: result: no
configure:20784: checking for snprintf
configure:20840: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:154:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:154:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:20847: $? = 0
configure:20869: result: yes
configure:20887: checking for vsnprintf
configure:20943: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:155:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:155:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:20950: $? = 0
configure:20972: result: yes
configure:20994: checking whether snprintf is declared
configure:21023: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:21030: $? = 0
configure:21045: result: yes
configure:21061: checking whether vsnprintf is declared
configure:21090: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:21097: $? = 0
configure:21112: result: yes
configure:21132: checking for isinf
configure:21161: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21168: $? = 0
configure:21188: result: yes
configure:21326: checking for crypt
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for fls
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for getopt
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for getrusage
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for inet_aton
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for mkdtemp
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for random
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for rint
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:166:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration]
char rint ();
^
conftest.c:166:6: note: 'rint' is a builtin with type 'double (double)'
1 warning generated.
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for srandom
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for strerror
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:168:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:168:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for strlcat
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:169:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
^
conftest.c:169:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:21389: $? = 0
configure:21411: result: yes
configure:21326: checking for strlcpy
configure:21382: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
conftest.c:170:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:170:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:21389: $? = 0
configure:21411: result: yes
configure:21456: checking for unsetenv
configure:21512: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21519: $? = 0
configure:21541: result: yes
configure:21456: checking for getpeereid
configure:21512: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21519: $? = 0
configure:21541: result: yes
configure:21574: checking for getaddrinfo
configure:21630: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21637: $? = 0
configure:21659: result: yes
configure:21694: checking for getopt_long
configure:21750: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:21757: $? = 0
configure:21779: result: yes
configure:22106: checking for sigsetjmp
configure:22132: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22139: $? = 0
configure:22159: result: yes
configure:22169: checking whether sys_siglist is declared
configure:22204: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:22211: $? = 0
configure:22226: result: yes
configure:22246: checking for syslog
configure:22302: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22309: $? = 0
configure:22329: result: yes
configure:22342: checking syslog.h usability
configure:22359: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:22366: $? = 0
configure:22380: result: yes
configure:22384: checking syslog.h presence
configure:22399: clang -E -I/usr/include/libxml2 conftest.c
configure:22406: $? = 0
configure:22420: result: yes
configure:22453: checking for syslog.h
configure:22460: result: yes
configure:22476: checking for opterr
configure:22502: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22509: $? = 0
configure:22529: result: yes
configure:22539: checking for optreset
configure:22565: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22572: $? = 0
configure:22592: result: yes
configure:22607: checking for strtoll
configure:22663: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22670: $? = 0
configure:22692: result: yes
configure:22709: checking for strtoull
configure:22765: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22772: $? = 0
configure:22794: result: yes
configure:22807: checking for builtin locking functions
configure:22835: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5
configure:22842: $? = 0
configure:22862: result: yes
configure:22876: checking for rl_completion_append_character
configure:22908: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:22915: $? = 0
configure:22935: result: yes
configure:22949: checking for rl_completion_matches
configure:23005: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:23012: $? = 0
configure:23034: result: yes
configure:22949: checking for rl_filename_completion_function
configure:23005: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:23012: $? = 0
configure:23034: result: yes
configure:23051: checking for append_history
configure:23107: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:23114: $? = 0
configure:23136: result: yes
configure:23051: checking for history_truncate_file
configure:23107: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:23114: $? = 0
configure:23136: result: yes
configure:23358: checking for the pthreads library -lpthreads
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthreads -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
ld: library not found for -lpthreads
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23301: checking whether pthreads work without any flags
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
configure:23408: $? = 0
configure:23455: result: yes
configure:23306: checking whether pthreads work with -Kthread
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Kthread -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
clang: error: unknown argument: '-Kthread'
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23306: checking whether pthreads work with -kthread
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -kthread -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
clang: error: unknown argument: '-kthread'
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23358: checking for the pthreads library -llthread
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -llthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
ld: library not found for -llthread
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23306: checking whether pthreads work with -pthread
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
configure:23408: $? = 0
configure:23455: result: yes
configure:23306: checking whether pthreads work with -pthreads
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -pthreads -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
clang: warning: argument unused during compilation: '-pthreads'
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
configure:23408: $? = 0
configure:23455: result: no
configure:23306: checking whether pthreads work with -mthreads
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -mthreads -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
clang: error: unknown argument: '-mthreads'
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23358: checking for the pthreads library -lpthread
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
configure:23408: $? = 0
configure:23455: result: yes
configure:23306: checking whether pthreads work with --thread-safe
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread --thread-safe -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
clang: error: unsupported option '--thread-safe'
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23306: checking whether pthreads work with -mt
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -mt -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
clang: error: unknown argument: '-mt'
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23358: checking for the pthreads library -lpthreadGC2
configure:23401: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthreadGC2 -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:169:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:169:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
ld: library not found for -lpthreadGC2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23408: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23455: result: no
configure:23703: checking pthread.h usability
configure:23720: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/libxml2 conftest.c >&5
configure:23727: $? = 0
configure:23741: result: yes
configure:23745: checking pthread.h presence
configure:23760: clang -E -I/usr/include/libxml2 conftest.c
configure:23767: $? = 0
configure:23781: result: yes
configure:23814: checking for pthread.h
configure:23821: result: yes
configure:23844: checking for strerror_r
configure:23900: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
configure:23907: $? = 0
configure:23929: result: yes
configure:23844: checking for getpwuid_r
configure:23900: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
configure:23907: $? = 0
configure:23929: result: yes
configure:23844: checking for gethostbyname_r
configure:23900: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread >&5
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in conftest-7950ee.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23907: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| /* end confdefs.h. */
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostbyname_r innocuous_gethostbyname_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostbyname_r (); 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 gethostbyname_r
|
| /* 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 gethostbyname_r ();
| /* 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_gethostbyname_r || defined __stub___gethostbyname_r
| choke me
| #endif
|
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:23929: result: no
configure:23943: checking whether getpwuid_r takes a fifth argument
configure:23975: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/libxml2 conftest.c >&5
conftest.c:177:12: warning: variable 'uid' is uninitialized when used here [-Wuninitialized]
getpwuid_r(uid, space, buf, bufsize, result);
^~~
conftest.c:172:10: note: initialize the variable 'uid' to silence this warning
uid_t uid;
^
= 0
conftest.c:177:17: warning: variable 'space' is uninitialized when used here [-Wuninitialized]
getpwuid_r(uid, space, buf, bufsize, result);
^~~~~
conftest.c:173:21: note: initialize the variable 'space' to silence this warning
struct passwd *space;
^
= 0
conftest.c:177:24: warning: variable 'buf' is uninitialized when used here [-Wuninitialized]
getpwuid_r(uid, space, buf, bufsize, result);
^~~
conftest.c:174:10: note: initialize the variable 'buf' to silence this warning
char *buf;
^
= 0
conftest.c:177:29: warning: variable 'bufsize' is uninitialized when used here [-Wuninitialized]
getpwuid_r(uid, space, buf, bufsize, result);
^~~~~~~
conftest.c:175:15: note: initialize the variable 'bufsize' to silence this warning
size_t bufsize;
^
= 0
conftest.c:177:38: warning: variable 'result' is uninitialized when used here [-Wuninitialized]
getpwuid_r(uid, space, buf, bufsize, result);
^~~~~~
conftest.c:176:23: note: initialize the variable 'result' to silence this warning
struct passwd **result;
^
= 0
5 warnings generated.
configure:23982: $? = 0
configure:23997: result: yes
configure:24007: checking whether strerror_r returns int
configure:24038: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/libxml2 conftest.c >&5
configure:24045: $? = 0
configure:24060: result: yes
configure:24089: checking for ldap_bind in -lldap
configure:24124: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:24131: $? = 0
configure:24152: result: yes
configure:24171: checking for ldap_simple_bind in -lldap_r
configure:24206: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lldap_r -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -lpthread -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:24213: $? = 0
configure:24234: result: yes
configure:24346: checking test program
configure:24366: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:24370: $? = 0
configure:24376: ./conftest
configure:24380: $? = 0
configure:24382: result: ok
configure:24492: checking whether long int is 64 bits
configure:24584: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
conftest.c:180:5: warning: no previous prototype for function 'does_int64_work' [-Wmissing-prototypes]
int does_int64_work()
^
conftest.c:194:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^~~~
conftest.c:195:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(! does_int64_work());
^
conftest.c:195:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
3 warnings generated.
configure:24588: $? = 0
configure:24594: ./conftest
configure:24598: $? = 0
configure:24615: result: yes
configure:24980: checking size of void *
configure:25285: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:25289: $? = 0
configure:25295: ./conftest
configure:25299: $? = 0
configure:25325: result: 8
configure:25339: checking size of size_t
configure:25644: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:25648: $? = 0
configure:25654: ./conftest
configure:25658: $? = 0
configure:25684: result: 8
configure:25698: checking size of long
configure:26003: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:26007: $? = 0
configure:26013: ./conftest
configure:26017: $? = 0
configure:26043: result: 8
configure:26055: checking whether to build with float4 passed by value
configure:26092: result: yes
configure:26104: checking whether to build with float8 passed by value
configure:26174: result: yes
configure:26186: checking alignment of short
configure:26515: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:26519: $? = 0
configure:26525: ./conftest
configure:26529: $? = 0
configure:26555: result: 2
configure:26567: checking alignment of int
configure:26896: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:26900: $? = 0
configure:26906: ./conftest
configure:26910: $? = 0
configure:26936: result: 4
configure:26948: checking alignment of long
configure:27277: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:27281: $? = 0
configure:27287: ./conftest
configure:27291: $? = 0
configure:27317: result: 8
configure:27712: checking alignment of double
configure:28041: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:28045: $? = 0
configure:28051: ./conftest
configure:28055: $? = 0
configure:28081: result: 8
configure:28112: checking for int8
configure:28141: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:192:13: error: use of undeclared identifier 'int8'; did you mean 'int'?
if (sizeof (int8))
^
1 error generated.
configure:28148: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define GETPWUID_R_5ARG /**/
| #define STRERROR_R_INT /**/
| #define HAVE_LIBLDAP 1
| #define HAVE_LIBLDAP_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_FORMAT "%ld"
| #define UINT64_FORMAT "%lu"
| #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:28206: result: no
configure:28216: checking for uint8
configure:28245: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:192:13: error: use of undeclared identifier 'uint8'
if (sizeof (uint8))
^
1 error generated.
configure:28252: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define GETPWUID_R_5ARG /**/
| #define STRERROR_R_INT /**/
| #define HAVE_LIBLDAP 1
| #define HAVE_LIBLDAP_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_FORMAT "%ld"
| #define UINT64_FORMAT "%lu"
| #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:28310: result: no
configure:28320: checking for int64
configure:28349: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:192:13: error: use of undeclared identifier 'int64'
if (sizeof (int64))
^
1 error generated.
configure:28356: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define GETPWUID_R_5ARG /**/
| #define STRERROR_R_INT /**/
| #define HAVE_LIBLDAP 1
| #define HAVE_LIBLDAP_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_FORMAT "%ld"
| #define UINT64_FORMAT "%lu"
| #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:28414: result: no
configure:28424: checking for uint64
configure:28453: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:192:13: error: use of undeclared identifier 'uint64'
if (sizeof (uint64))
^
1 error generated.
configure:28460: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define GETPWUID_R_5ARG /**/
| #define STRERROR_R_INT /**/
| #define HAVE_LIBLDAP 1
| #define HAVE_LIBLDAP_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_FORMAT "%ld"
| #define UINT64_FORMAT "%lu"
| #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:28518: result: no
configure:28532: checking for sig_atomic_t
configure:28561: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
configure:28568: $? = 0
configure:28596: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 conftest.c >&5
conftest.c:192:27: error: expected expression
if (sizeof ((sig_atomic_t)))
^
1 error generated.
configure:28603: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define GETPWUID_R_5ARG /**/
| #define STRERROR_R_INT /**/
| #define HAVE_LIBLDAP 1
| #define HAVE_LIBLDAP_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_FORMAT "%ld"
| #define UINT64_FORMAT "%lu"
| #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 <signal.h>
|
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:28626: result: yes
configure:28641: checking for POSIX signal interface
configure:28671: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:28678: $? = 0
configure:28698: result: yes
configure:28721: checking for working memcmp
configure:28774: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:28778: $? = 0
configure:28784: ./conftest
configure:28788: $? = 0
configure:28805: result: yes
configure:29261: checking for tclsh
configure:29279: found /usr/bin/tclsh
configure:29291: result: /usr/bin/tclsh
configure:29308: checking for tclConfig.sh
configure:29337: result: /usr/lib/tclConfig.sh
configure:29363: checking tcl.h usability
configure:29380: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c >&5
configure:29387: $? = 0
configure:29401: result: yes
configure:29405: checking tcl.h presence
configure:29420: clang -E -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c
configure:29427: $? = 0
configure:29441: result: yes
configure:29474: checking for tcl.h
configure:29481: result: yes
configure:29501: checking for perl.h
configure:29522: clang -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE conftest.c >&5
configure:29529: $? = 0
configure:29544: result: yes
configure:29561: checking for libperl
configure:29587: clang -o conftest -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/include/libxml2 -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.Internal.sdk/System/Library/PrivateFrameworks -framework CrashReporterSupport -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl >&5
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.Internal.sdk/System/Library/PrivateFrameworks'
ld: framework not found CrashReporterSupport
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:29594: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.3.5"
| #define PACKAGE_STRING "PostgreSQL 9.3.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.3.5"
| #define PG_MAJORVERSION "9.3"
| #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 ENABLE_GSS 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_PAM 1
| #define USE_LDAP 1
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_UUID_H 1
| #define PG_USE_INLINE 1
| #define HAVE_STRINGIZE 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define LOCALE_T_IN_XLOCALE 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE /**/
| #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_MBSTOWCS_L 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_WCSTOMBS_L 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_DECL_POSIX_FADVISE 0
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_DECL_F_FULLFSYNC 1
| #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_FLS 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_INT_OPTRESET 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_GCC_INT_ATOMICS 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_APPEND_HISTORY 1
| #define HAVE_HISTORY_TRUNCATE_FILE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define GETPWUID_R_5ARG /**/
| #define STRERROR_R_INT /**/
| #define HAVE_LIBLDAP 1
| #define HAVE_LIBLDAP_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_FORMAT "%ld"
| #define UINT64_FORMAT "%lu"
| #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 HAVE_SIG_ATOMIC_T 1
| #define HAVE_POSIX_SIGNALS /**/
| #define USE_SYSV_SEMAPHORES 1
| #define USE_SYSV_SHARED_MEMORY 1
| #define MEMSET_LOOP_LIMIT 1024
| /* end confdefs.h. */
|
| #include <EXTERN.h>
| #include <perl.h>
|
| int
| main ()
| {
| perl_alloc();
| ;
| return 0;
| }
configure:29608: result: no
configure:29610: error: libperl library is required for Perl
## ---------------- ##
## 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-apple-darwin14.0.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_flexmember=yes
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-I/usr/local/Cellar/ossp-uuid/1.6.2/include
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=set
ac_cv_env_LDFLAGS_value=-L/usr/local/Cellar/ossp-uuid/1.6.2/lib
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=-luuid
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_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=yes
ac_cv_func_fseeko=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname_r=no
ac_cv_func_getifaddrs=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=yes
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=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_poll=yes
ac_cv_func_posix_fadvise=no
ac_cv_func_pstat=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_setproctitle=no
ac_cv_func_setsid=yes
ac_cv_func_sigprocmask=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=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoull=yes
ac_cv_func_symlink=yes
ac_cv_func_sync_file_range=no
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=yes
ac_cv_have_decl_F_FULLFSYNC=yes
ac_cv_have_decl_fdatasync=no
ac_cv_have_decl_posix_fadvise=no
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strlcat=yes
ac_cv_have_decl_strlcpy=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_header_crypt_h=no
ac_cv_header_dld_h=no
ac_cv_header_dns_sd_h=yes
ac_cv_header_fp_class_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_gssapi_gssapi_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_ldap_h=yes
ac_cv_header_libxml_parser_h=yes
ac_cv_header_libxslt_xslt_h=yes
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=no
ac_cv_header_perl_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_security_pam_appl_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_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=yes
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=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_tcl_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_uuid_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-apple-darwin14.0.0
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_ldap_ldap_bind=yes
ac_cv_lib_ldap_r_ldap_simple_bind=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ossp_uuid_uuid_export=no
ac_cv_lib_pam_pam_start=yes
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_uuid_uuid_export=yes
ac_cv_lib_xml2_xmlSaveToBuffer=yes
ac_cv_lib_xslt_xsltCleanupGlobals=yes
ac_cv_lib_z_inflate=yes
ac_cv_member_struct_sockaddr_sa_len=yes
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=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_TCLSH=/usr/bin/tclsh
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_XML2_CONFIG=xml2-config
ac_cv_prog_ac_ct_AR=ar
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=no
ac_cv_search_crypt='none required'
ac_cv_search_dlopen='none required'
ac_cv_search_fdatasync='none required'
ac_cv_search_gethostbyname_r=no
ac_cv_search_getopt_long='none required'
ac_cv_search_gss_init_sec_context=-lgssapi_krb5
ac_cv_search_setproctitle=no
ac_cv_search_shl_load=no
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_sig_atomic_t=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=yes
ac_cv_type_z_streamp=yes
ac_cv_var_tzname=yes
pgac_cv__builtin_constant_p=yes
pgac_cv__builtin_unreachable=yes
pgac_cv__static_assert=yes
pgac_cv__types_compatible=yes
pgac_cv__va_args=yes
pgac_cv_c_inline_quietly=yes
pgac_cv_c_signed=yes
pgac_cv_check_readline=-lreadline
pgac_cv_func_getpwuid_r_5arg=yes
pgac_cv_func_gettimeofday_1arg=no
pgac_cv_func_posix_signals=yes
pgac_cv_func_sigsetjmp=yes
pgac_cv_func_strerror_r_int=yes
pgac_cv_funcname_func_support=yes
pgac_cv_gcc_int_atomics=yes
pgac_cv_path_flex=/usr/bin/flex
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__fexcess_precision_standard=no
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_type_locale_t='yes (in xlocale.h)'
pgac_cv_type_long_int_64=yes
pgac_cv_var_PS_STRINGS=no
pgac_cv_var_int_opterr=yes
pgac_cv_var_int_optreset=yes
pgac_cv_var_int_timezone=yes
pgac_cv_var_rl_completion_append_character=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
BISON='/usr/bin/bison'
BISONFLAGS=''
CC='clang'
CFLAGS='-I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv'
CFLAGS_VECTOR=' -funroll-loops -ftree-vectorize'
COLLATEINDEX=''
CPP='clang -E'
CPPFLAGS=' -I/usr/include/libxml2 -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE'
DEFS=''
DLLTOOL=''
DLLWRAP=''
DOCBOOKSTYLE=''
DTRACE=''
DTRACEFLAGS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ELF_SYS=''
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
GCC='yes'
GCOV=''
GENHTML=''
GREP='/usr/bin/grep'
HAVE_IPV6='yes'
HAVE_POSIX_SIGNALS='yes'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JADE=''
LCOV=''
LD='/Library/Developer/CommandLineTools/usr/bin/ld'
LDAP_LIBS_BE='-lldap '
LDAP_LIBS_FE='-lldap_r '
LDFLAGS='-L/usr/local/Cellar/ossp-uuid/1.6.2/lib '
LDFLAGS_EX=''
LDFLAGS_SL=''
LIBOBJS=''
LIBS=' -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.Internal.sdk/System/Library/PrivateFrameworks -framework CrashReporterSupport -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR_P='\${SHELL} \${top_srcdir}/config/install-sh -c -d'
MSGFMT=''
MSGMERGE=''
NSGMLS=''
OBJEXT='o'
OSSP_UUID_LIBS='-luuid'
OSX=''
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 9.3.5'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='9.3.5'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PG_MAJORVERSION='9.3'
PORTNAME='darwin'
PTHREAD_CC='clang'
PTHREAD_CFLAGS=' -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS'
PTHREAD_LIBS=' -lpthread '
PYTHON=''
RANLIB='ranlib'
SHELL='/bin/sh'
STRIP='strip -x'
STRIP_SHARED_LIB='strip -x'
STRIP_STATIC_LIB='strip -x'
SUN_STUDIO_CC='no'
TAR='/usr/bin/tar'
TAS=''
TCLSH='/usr/bin/tclsh'
TCL_CONFIG_SH='/usr/lib/tclConfig.sh'
TCL_INCLUDE_SPEC='-I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers'
TCL_LIBS=' -lpthread -framework CoreFoundation '
TCL_LIB_FILE='Tcl'
TCL_LIB_SPEC='-F/System/Library/Frameworks -framework Tcl'
TCL_SHARED_BUILD='1'
TCL_SHLIB_LD_LIBS='${LIBS}'
WANTED_LANGUAGES=''
WINDRES=''
XGETTEXT=''
XML2_CONFIG='xml2-config'
XSLTPROC=''
ZIC=''
ac_ct_CC=''
acx_pthread_config=''
autodepend=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.0.0'
build_vendor='apple'
configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.3.5_1'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-ldap'\'' '\''--with-openssl'\'' '\''--with-pam'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-perl'\'' '\''--with-tcl'\'' '\''--with-ossp-uuid'\'' '\''CC=clang'\'' '\''CFLAGS=-I/usr/local/Cellar/ossp-uuid/1.6.2/include'\'' '\''LDFLAGS=-L/usr/local/Cellar/ossp-uuid/1.6.2/lib'\'' '\''LIBS=-luuid'\'''
datadir='/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql'
datarootdir='${prefix}/share'
default_port='5432'
docdir='/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql'
dvidir='${docdir}'
enable_coverage='no'
enable_debug='no'
enable_dtrace='no'
enable_nls='no'
enable_rpath='yes'
enable_thread_safety='yes'
exec_prefix='NONE'
have_docbook=''
have_win32_dbghelp='no'
host='x86_64-apple-darwin14.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.0.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_bin='/usr/bin/install -c'
krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
ld_R_works=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perl_archlibexp='/System/Library/Perl/5.18/darwin-thread-multi-2level'
perl_embed_ldflags=' -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.Internal.sdk/System/Library/PrivateFrameworks -framework CrashReporterSupport -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl'
perl_privlibexp='/System/Library/Perl/5.18'
perl_useshrplib='true'
prefix='/usr/local/Cellar/postgresql/9.3.5_1'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs=''
python_enable_shared=''
python_includespec=''
python_libdir=''
python_libspec=''
python_majorversion=''
python_version=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_gnu_ld='no'
with_libxml='yes'
with_libxslt='yes'
with_openssl='yes'
with_ossp_uuid='yes'
with_perl='yes'
with_python='no'
with_selinux='no'
with_system_tzdata=''
with_tcl='yes'
with_zlib='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "9.3.5"
#define PACKAGE_STRING "PostgreSQL 9.3.5"
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PG_VERSION "9.3.5"
#define PG_MAJORVERSION "9.3"
#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 ENABLE_GSS 1
#define PG_KRB_SRVNAM "postgres"
#define USE_PAM 1
#define USE_LDAP 1
#define USE_BONJOUR 1
#define USE_SSL 1
#define USE_LIBXML 1
#define USE_LIBXSLT 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_SPINLOCKS 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBPAM 1
#define HAVE_LIBXML2 1
#define HAVE_LIBXSLT 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_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_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_SOCKIO_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_SYS_UCRED_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_GSSAPI_GSSAPI_H 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_LDAP_H 1
#define HAVE_UUID_H 1
#define PG_USE_INLINE 1
#define HAVE_STRINGIZE 1
#define FLEXIBLE_ARRAY_MEMBER /**/
#define HAVE_FUNCNAME__FUNC 1
#define HAVE__STATIC_ASSERT 1
#define HAVE__BUILTIN_TYPES_COMPATIBLE_P 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_UNION_SEMUN 1
#define HAVE_UNIX_SOCKETS 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_LOCALE_T 1
#define LOCALE_T_IN_XLOCALE 1
#define HAVE_STRUCT_OPTION 1
#define SIZEOF_OFF_T 8
#define HAVE_INT_TIMEZONE /**/
#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_MBSTOWCS_L 1
#define HAVE_MEMMOVE 1
#define HAVE_POLL 1
#define HAVE_READLINK 1
#define HAVE_SETSID 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SYMLINK 1
#define HAVE_TOWLOWER 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_WCSTOMBS 1
#define HAVE_WCSTOMBS_L 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_DECL_POSIX_FADVISE 0
#define HAVE_DECL_FDATASYNC 0
#define HAVE_DECL_STRLCAT 1
#define HAVE_DECL_STRLCPY 1
#define HAVE_DECL_F_FULLFSYNC 1
#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_FLS 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_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_UNSETENV 1
#define HAVE_GETPEEREID 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETOPT_LONG 1
#define HAVE_SIGSETJMP 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYSLOG 1
#define HAVE_INT_OPTERR 1
#define HAVE_INT_OPTRESET 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_GCC_INT_ATOMICS 1
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
#define HAVE_APPEND_HISTORY 1
#define HAVE_HISTORY_TRUNCATE_FILE 1
#define HAVE_STRERROR_R 1
#define HAVE_GETPWUID_R 1
#define GETPWUID_R_5ARG /**/
#define STRERROR_R_INT /**/
#define HAVE_LIBLDAP 1
#define HAVE_LIBLDAP_R 1
#define HAVE_LONG_INT_64 1
#define PG_INT64_TYPE long int
#define INT64_FORMAT "%ld"
#define UINT64_FORMAT "%lu"
#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 HAVE_SIG_ATOMIC_T 1
#define HAVE_POSIX_SIGNALS /**/
#define USE_SYSV_SEMAPHORES 1
#define USE_SYSV_SHARED_MEMORY 1
#define MEMSET_LOOP_LIMIT 1024
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment