Created
October 11, 2013 06:07
-
-
Save jerzyk/6930238 to your computer and use it in GitHub Desktop.
Postgresql 9.3.1 upgrade failing on 10.8.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Upgrading 1 outdated package, with result: | |
postgresql 9.3.1 | |
==> Upgrading postgresql | |
==> Downloading http://ftp.postgresql.org/pub/source/v9.3.1/postgresql-9.3.1.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/postgresql-9.3.1.tar.bz2 | |
tar xf /Library/Caches/Homebrew/postgresql-9.3.1.tar.bz2 | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file contrib/uuid-ossp/uuid-ossp.c | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.3.1 --datadir=/usr/local/Cellar/postgresql/9.3.1/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl --with-tcl | |
./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.3.1 --datadir=/usr/local/Cellar/postgresql/9.3.1/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl --with-tcl | |
checking build system type... x86_64-apple-darwin12.5.0 | |
checking host system type... x86_64-apple-darwin12.5.0 | |
checking which template to use... darwin | |
checking whether to build with 64-bit integer date/time support... yes | |
checking whether NLS is wanted... no | |
checking for default port number... 5432 | |
checking for block size... 8kB | |
checking for segment size... 1GB | |
checking for WAL block size... 8kB | |
checking for WAL segment size... 16MB | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc supports -Wdeclaration-after-statement... yes | |
checking whether cc supports -Wendif-labels... yes | |
checking whether cc supports -Wmissing-format-attribute... yes | |
checking whether cc supports -Wformat-security... yes | |
checking whether cc supports -fno-strict-aliasing... yes | |
checking whether cc supports -fwrapv... yes | |
checking whether cc supports -fexcess-precision=standard... no | |
checking whether cc supports -funroll-loops... yes | |
checking whether cc supports -ftree-vectorize... yes | |
checking whether the C compiler still works... yes | |
checking how to run the C preprocessor... cc -E | |
checking allow thread-safe client libraries... yes | |
checking whether to build with Tcl... yes | |
checking whether to build Perl modules... yes | |
checking whether to build Python modules... yes | |
checking whether to build with GSSAPI support... yes | |
checking whether to build with Kerberos 5 support... yes | |
checking whether to build with PAM support... yes | |
checking whether to build with LDAP support... yes | |
checking whether to build with Bonjour support... yes | |
checking whether to build with OpenSSL support... yes | |
checking whether to build with SELinux support... no | |
checking for xml2-config... xml2-config | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ld used by GCC... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking whether it is possible to strip libraries... yes | |
checking for ar... ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for tar... /usr/bin/tar | |
checking whether ln -s works... yes | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for bison... /usr/bin/bison | |
configure: using bison (GNU Bison) 2.3 | |
checking for flex... /usr/bin/flex | |
configure: using flex 2.5.35 Apple(flex-31) | |
checking for perl... /usr/bin/perl | |
configure: using perl 5.12.4 | |
checking for Perl archlibexp... /System/Library/Perl/5.12/darwin-thread-multi-2level | |
checking for Perl privlibexp... /System/Library/Perl/5.12 | |
checking for Perl useshrplib... true | |
checking for flags to link embedded Perl... -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc | |
checking for python... /usr/bin/python | |
checking for Python distutils module... yes | |
checking Python configuration directory... /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config | |
checking Python include directories... -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
checking how to link an embedded Python application... -F/System/Library/Frameworks -framework Python | |
checking whether Python is compiled with thread support... yes | |
checking for main in -lm... yes | |
checking for library containing setproctitle... no | |
checking for library containing dlopen... none required | |
checking for library containing socket... none required | |
checking for library containing shl_load... no | |
checking for library containing getopt_long... none required | |
checking for library containing crypt... none required | |
checking for library containing fdatasync... none required | |
checking for library containing gethostbyname_r... no | |
checking for library containing shmget... none required | |
checking for library containing readline... -lreadline | |
checking for inflate in -lz... yes | |
checking for library containing gss_init_sec_context... -lgssapi_krb5 | |
checking for library containing com_err... none required | |
checking for library containing krb5_sendauth... none required | |
checking for CRYPTO_new_ex_data in -lcrypto... yes | |
checking for SSL_library_init in -lssl... yes | |
checking for pam_start in -lpam... yes | |
checking for xmlSaveToBuffer in -lxml2... yes | |
checking for xsltCleanupGlobals in -lxslt... yes | |
checking for uuid_export in -lossp-uuid... no | |
checking for uuid_export in -luuid... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking crypt.h usability... no | |
checking crypt.h presence... no | |
checking for crypt.h... no | |
checking dld.h usability... no | |
checking dld.h presence... no | |
checking for dld.h... no | |
checking fp_class.h usability... no | |
checking fp_class.h presence... no | |
checking for fp_class.h... no | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/ipc.h usability... yes | |
checking sys/ipc.h presence... yes | |
checking for sys/ipc.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/pstat.h usability... no | |
checking sys/pstat.h presence... no | |
checking for sys/pstat.h... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/sem.h usability... yes | |
checking sys/sem.h presence... yes | |
checking for sys/sem.h... yes | |
checking sys/shm.h usability... yes | |
checking sys/shm.h presence... yes | |
checking for sys/shm.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking sys/tas.h usability... no | |
checking sys/tas.h presence... no | |
checking for sys/tas.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking ucred.h usability... no | |
checking ucred.h presence... no | |
checking for ucred.h... no | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking for net/if.h... yes | |
checking for sys/ucred.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking for netinet/tcp.h... yes | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking readline/history.h usability... yes | |
checking readline/history.h presence... yes | |
checking for readline/history.h... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking gssapi/gssapi.h usability... yes | |
checking gssapi/gssapi.h presence... yes | |
checking for gssapi/gssapi.h... yes | |
checking krb5.h usability... yes | |
checking krb5.h presence... yes | |
checking for krb5.h... yes | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking openssl/err.h usability... yes | |
checking openssl/err.h presence... yes | |
checking for openssl/err.h... yes | |
checking security/pam_appl.h usability... yes | |
checking security/pam_appl.h presence... yes | |
checking for security/pam_appl.h... yes | |
checking libxml/parser.h usability... yes | |
checking libxml/parser.h presence... yes | |
checking for libxml/parser.h... yes | |
checking libxslt/xslt.h usability... yes | |
checking libxslt/xslt.h presence... yes | |
checking for libxslt/xslt.h... yes | |
checking ldap.h usability... yes | |
checking ldap.h presence... yes | |
checking for ldap.h... yes | |
checking dns_sd.h usability... yes | |
checking dns_sd.h presence... yes | |
checking for dns_sd.h... yes | |
checking ossp/uuid.h usability... no | |
checking ossp/uuid.h presence... no | |
checking for ossp/uuid.h... no | |
checking uuid.h usability... no | |
checking uuid.h presence... yes | |
configure: WARNING: uuid.h: present but cannot be compiled | |
configure: WARNING: uuid.h: check for missing prerequisite headers? | |
configure: WARNING: uuid.h: see the Autoconf documentation | |
configure: WARNING: uuid.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: uuid.h: proceeding with the preprocessor's result | |
configure: WARNING: uuid.h: in the future, the compiler will take precedence | |
configure: WARNING: ## ---------------------------------------- ## | |
configure: WARNING: ## Report this to [email protected] ## | |
configure: WARNING: ## ---------------------------------------- ## | |
checking for uuid.h... yes | |
checking whether byte ordering is bigendian... no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for quiet inline (no complaint if unreferenced)... yes | |
checking for preprocessor stringizing operator... yes | |
checking for flexible array members... yes | |
checking for signed types... yes | |
checking for working volatile... yes | |
checking for __func__... yes | |
checking for _Static_assert... yes | |
checking for __builtin_types_compatible_p... yes | |
checking for __builtin_constant_p... yes | |
checking for __builtin_unreachable... yes | |
checking for __VA_ARGS__... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for tzname... yes | |
checking for union semun... yes | |
checking for struct sockaddr_un... yes | |
checking for struct sockaddr_storage... yes | |
checking for struct sockaddr_storage.ss_family... yes | |
checking for struct sockaddr_storage.__ss_family... no | |
checking for struct sockaddr_storage.ss_len... yes | |
checking for struct sockaddr_storage.__ss_len... no | |
checking for struct sockaddr.sa_len... yes | |
checking for struct addrinfo... yes | |
checking for intptr_t... yes | |
checking for uintptr_t... yes | |
checking for long long int... yes | |
checking for locale_t... yes (in xlocale.h) | |
checking for struct cmsgcred... no | |
checking for struct option... yes | |
checking for z_streamp... yes | |
checking for krb5_ticket.enc_part2... no | |
checking for krb5_ticket.client... yes | |
checking for krb5_error.text.data... no | |
checking for krb5_error.e_data... yes | |
checking for krb5_free_unparsed_name... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking size of off_t... 8 | |
checking for int timezone... yes | |
checking types of arguments for accept()... int, int, struct sockaddr *, socklen_t * | |
checking whether gettimeofday takes only one argument... no | |
checking for cbrt... yes | |
checking for dlopen... yes | |
checking for fdatasync... yes | |
checking for getifaddrs... yes | |
checking for getpeerucred... no | |
checking for getrlimit... yes | |
checking for mbstowcs_l... yes | |
checking for memmove... yes | |
checking for poll... yes | |
checking for pstat... no | |
checking for readlink... yes | |
checking for setproctitle... no | |
checking for setsid... yes | |
checking for sigprocmask... yes | |
checking for symlink... yes | |
checking for sync_file_range... no | |
checking for towlower... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for wcstombs... yes | |
checking for wcstombs_l... yes | |
checking for fseeko... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for posix_fadvise... no | |
checking whether posix_fadvise is declared... no | |
checking whether fdatasync is declared... no | |
checking whether strlcat is declared... yes | |
checking whether strlcpy is declared... yes | |
checking whether F_FULLFSYNC is declared... yes | |
checking for struct sockaddr_in6... yes | |
checking for PS_STRINGS... no | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking whether snprintf is declared... yes | |
checking whether vsnprintf is declared... yes | |
checking for isinf... yes | |
checking for crypt... yes | |
checking for fls... yes | |
checking for getopt... yes | |
checking for getrusage... yes | |
checking for inet_aton... yes | |
checking for random... yes | |
checking for rint... yes | |
checking for srandom... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for unsetenv... yes | |
checking for getpeereid... yes | |
checking for getaddrinfo... yes | |
checking for getopt_long... yes | |
checking for sigsetjmp... yes | |
checking whether sys_siglist is declared... yes | |
checking for syslog... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking for opterr... yes | |
checking for optreset... yes | |
checking for strtoll... yes | |
checking for strtoull... yes | |
checking for builtin locking functions... yes | |
checking for rl_completion_append_character... yes | |
checking for rl_completion_matches... yes | |
checking for rl_filename_completion_function... yes | |
checking for append_history... yes | |
checking for history_truncate_file... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking whether pthreads work with -pthreads... no | |
checking whether pthreads work with -mthreads... no | |
checking for the pthreads library -lpthread... yes | |
checking whether pthreads work with --thread-safe... no | |
checking whether pthreads work with -mt... no | |
checking for the pthreads library -lpthreadGC2... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for strerror_r... yes | |
checking for getpwuid_r... yes | |
checking for gethostbyname_r... no | |
checking whether getpwuid_r takes a fifth argument... yes | |
checking whether strerror_r returns int... yes | |
checking for ldap_bind in -lldap... yes | |
checking for ldap_simple_bind in -lldap_r... yes | |
checking test program... ok | |
checking whether long int is 64 bits... yes | |
checking size of void *... 8 | |
checking size of size_t... 8 | |
checking size of long... 8 | |
checking whether to build with float4 passed by value... yes | |
checking whether to build with float8 passed by value... yes | |
checking alignment of short... 2 | |
checking alignment of int... 4 | |
checking alignment of long... 8 | |
checking alignment of double... 8 | |
checking for int8... no | |
checking for uint8... no | |
checking for int64... no | |
checking for uint64... no | |
checking for sig_atomic_t... yes | |
checking for POSIX signal interface... yes | |
checking for working memcmp... yes | |
checking for tclsh... /usr/bin/tclsh | |
checking for tclConfig.sh... /usr/lib/tclConfig.sh | |
checking tcl.h usability... yes | |
checking tcl.h presence... yes | |
checking for tcl.h... yes | |
checking for perl.h... yes | |
checking for libperl... yes | |
checking Python.h usability... yes | |
checking Python.h presence... yes | |
checking for Python.h... yes | |
checking for onsgmls... no | |
checking for nsgmls... no | |
checking for openjade... no | |
checking for jade... no | |
checking for DocBook V4.2... no | |
checking for DocBook stylesheets... no | |
checking for collateindex.pl... no | |
checking for xsltproc... xsltproc | |
checking for osx... no | |
checking for sgml2xml... no | |
checking for sx... no | |
checking thread safety of required library functions... yes | |
checking whether cc supports -Wl,-dead_strip_dylibs... yes | |
configure: using compiler=Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
configure: using 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 | |
configure: using CPPFLAGS= -I/usr/include/libxml2 | |
configure: using LDFLAGS=-L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs | |
configure: creating ./config.status | |
config.status: creating GNUmakefile | |
config.status: creating src/Makefile.global | |
config.status: creating src/include/pg_config.h | |
config.status: creating src/include/pg_config_ext.h | |
config.status: creating src/interfaces/ecpg/include/ecpg_config.h | |
config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s | |
config.status: linking src/backend/port/dynloader/darwin.c to src/backend/port/dynloader.c | |
config.status: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c | |
config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c | |
config.status: linking src/backend/port/unix_latch.c to src/backend/port/pg_latch.c | |
config.status: linking src/backend/port/dynloader/darwin.h to src/include/dynloader.h | |
config.status: linking src/include/port/darwin.h to src/include/pg_config_os.h | |
config.status: linking src/makefiles/Makefile.darwin to src/Makefile.port | |
==> make install-world | |
make install-world | |
/usr/bin/make -C doc install | |
/usr/bin/make -C src install | |
/usr/bin/make -C sgml install | |
/bin/sh ../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql'/html '/usr/local/Cellar/postgresql/9.3.1/share/man'/man1 '/usr/local/Cellar/postgresql/9.3.1/share/man'/man3 '/usr/local/Cellar/postgresql/9.3.1/share/man'/man7 | |
cp -R `for f in ./html; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql' | |
cp -R `for f in ./man1; do test -r $f && echo $f && break; done` `for f in ./man3; do test -r $f && echo $f && break; done` `for f in ./man7; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.3.1/share/man' | |
/usr/bin/make -C src install | |
/usr/bin/make -C common install | |
/usr/bin/make -C ../backend submake-errcodes | |
prereqdir=`cd 'utils/' >/dev/null && pwd` && \ | |
cd '../../src/include/utils/' && rm -f errcodes.h && \ | |
ln -s "$prereqdir/errcodes.h" . | |
cc -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 -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o relpath.o relpath.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o fe_memutils.o fe_memutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
ar crs libpgcommon.a relpath.o fe_memutils.o | |
cc -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../../src/include -I/usr/include/libxml2 -c relpath.c -o relpath_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
ar crs libpgcommon_srv.a relpath_srv.o | |
/bin/sh ../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 644 libpgcommon.a '/usr/local/Cellar/postgresql/9.3.1/lib/libpgcommon.a' | |
/usr/bin/make -C port install | |
/usr/bin/make -C ../backend submake-errcodes | |
make[3]: Nothing to be done for `submake-errcodes'. | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o chklocale.o chklocale.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o dirmod.o dirmod.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o erand48.o erand48.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o exec.o exec.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o fls.o fls.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o inet_net_ntop.o inet_net_ntop.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o noblock.o noblock.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
echo "#define PGBINDIR \"/usr/local/Cellar/postgresql/9.3.1/bin\"" >pg_config_paths.h | |
echo "#define PGSHAREDIR \"/usr/local/Cellar/postgresql/9.3.1/share/postgresql\"" >>pg_config_paths.h | |
echo "#define SYSCONFDIR \"/usr/local/Cellar/postgresql/9.3.1/etc\"" >>pg_config_paths.h | |
echo "#define INCLUDEDIR \"/usr/local/Cellar/postgresql/9.3.1/include\"" >>pg_config_paths.h | |
echo "#define PKGINCLUDEDIR \"/usr/local/Cellar/postgresql/9.3.1/include\"" >>pg_config_paths.h | |
echo "#define INCLUDEDIRSERVER \"/usr/local/Cellar/postgresql/9.3.1/include/server\"" >>pg_config_paths.h | |
echo "#define LIBDIR \"/usr/local/Cellar/postgresql/9.3.1/lib\"" >>pg_config_paths.h | |
echo "#define PKGLIBDIR \"/usr/local/Cellar/postgresql/9.3.1/lib\"" >>pg_config_paths.h | |
echo "#define LOCALEDIR \"/usr/local/Cellar/postgresql/9.3.1/share/locale\"" >>pg_config_paths.h | |
echo "#define DOCDIR \"/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql\"" >>pg_config_paths.h | |
echo "#define HTMLDIR \"/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql\"" >>pg_config_paths.h | |
echo "#define MANDIR \"/usr/local/Cellar/postgresql/9.3.1/share/man\"" >>pg_config_paths.h | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o path.o path.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o pgcheckdir.o pgcheckdir.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o pg_crc.o pg_crc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o pgmkdirp.o pgmkdirp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o pgsleep.o pgsleep.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o pgstrcasecmp.o pgstrcasecmp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o pqsignal.o pqsignal.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o qsort.o qsort.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o qsort_arg.o qsort_arg.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o quotes.o quotes.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o sprompt.o sprompt.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o tar.o tar.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o thread.o thread.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -DFRONTEND -I../../src/include -I/usr/include/libxml2 -c -o wait_error.o wait_error.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
ar crs libpgport.a chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o noblock.o path.o pgcheckdir.o pg_crc.o pgmkdirp.o pgsleep.o pgstrcasecmp.o pqsignal.o qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o wait_error.o | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c chklocale.c -o chklocale_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c dirmod.c -o dirmod_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c erand48.c -o erand48_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c exec.c -o exec_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c fls.c -o fls_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c inet_net_ntop.c -o inet_net_ntop_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c noblock.c -o noblock_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c path.c -o path_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c pgcheckdir.c -o pgcheckdir_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c pg_crc.c -o pg_crc_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c pgmkdirp.c -o pgmkdirp_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c pgsleep.c -o pgsleep_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c pgstrcasecmp.c -o pgstrcasecmp_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c pqsignal.c -o pqsignal_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c qsort.c -o qsort_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c qsort_arg.c -o qsort_arg_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c quotes.c -o quotes_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c sprompt.c -o sprompt_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c tar.c -o tar_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c thread.c -o thread_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/port -I../../src/include -I/usr/include/libxml2 -c wait_error.c -o wait_error_srv.o | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
ar crs libpgport_srv.a chklocale_srv.o dirmod_srv.o erand48_srv.o exec_srv.o fls_srv.o inet_net_ntop_srv.o noblock_srv.o path_srv.o pgcheckdir_srv.o pg_crc_srv.o pgmkdirp_srv.o pgsleep_srv.o pgstrcasecmp_srv.o pqsignal_srv.o qsort_srv.o qsort_arg_srv.o quotes_srv.o sprompt_srv.o tar_srv.o thread_srv.o wait_error_srv.o | |
/bin/sh ../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 644 libpgport.a '/usr/local/Cellar/postgresql/9.3.1/lib/libpgport.a' | |
/usr/bin/make -C timezone install | |
/usr/bin/make -C ../../src/port all | |
/usr/bin/make -C ../backend submake-errcodes | |
make[4]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/make -C ../../src/common all | |
/usr/bin/make -C ../backend submake-errcodes | |
make[4]: Nothing to be done for `submake-errcodes'. | |
cc -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../../src/include -I/usr/include/libxml2 -c -o localtime.o localtime.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/include -I/usr/include/libxml2 -c -o strftime.o strftime.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/include -I/usr/include/libxml2 -c -o pgtz.o pgtz.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/timezone/localtime.o src/timezone/strftime.o src/timezone/pgtz.o ) >objfiles.txt | |
cc -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../../src/include -I/usr/include/libxml2 -c -o zic.o zic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/include -I/usr/include/libxml2 -c -o ialloc.o ialloc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../src/include -I/usr/include/libxml2 -c -o scheck.o scheck.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 zic.o ialloc.o scheck.o localtime.o -L../../src/port -L../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lpgcommon -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o zic | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' | |
./zic -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/timezone' -p 'US/Eastern' ./data/africa ./data/antarctica ./data/asia ./data/australasia ./data/europe ./data/northamerica ./data/southamerica ./data/pacificnew ./data/etcetera ./data/factory ./data/backward ./data/systemv ./data/solar87 ./data/solar88 ./data/solar89 | |
/usr/bin/make -C tznames install | |
/bin/sh ../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/timezonesets' | |
/usr/bin/install -c -m 644 ./Africa.txt ./America.txt ./Antarctica.txt ./Asia.txt ./Atlantic.txt ./Australia.txt ./Etc.txt ./Europe.txt ./Indian.txt ./Pacific.txt '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/timezonesets' | |
/usr/bin/install -c -m 644 ./Default ./Australia ./India '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/timezonesets' | |
/usr/bin/make -C backend install | |
/usr/bin/make -C ../../src/port all | |
/usr/bin/make -C ../backend submake-errcodes | |
make[4]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/make -C ../../src/common all | |
/usr/bin/make -C ../backend submake-errcodes | |
make[4]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/make -C catalog schemapg.h | |
make[3]: `schemapg.h' is up to date. | |
prereqdir=`cd 'parser/' >/dev/null && pwd` && \ | |
cd '../../src/include/parser/' && rm -f gram.h && \ | |
ln -s "$prereqdir/gram.h" . | |
prereqdir=`cd 'catalog/' >/dev/null && pwd` && \ | |
cd '../../src/include/catalog/' && rm -f schemapg.h && \ | |
ln -s "$prereqdir/schemapg.h" . | |
prereqdir=`cd 'utils/' >/dev/null && pwd` && \ | |
cd '../../src/include/utils/' && rm -f fmgroids.h && \ | |
ln -s "$prereqdir/fmgroids.h" . | |
/usr/bin/make -C utils probes.h | |
sed -f ./Gen_dummy_probes.sed probes.d >probes.h | |
cd '../../src/include/utils/' && rm -f probes.h && \ | |
ln -s "../../../src/backend/utils/probes.h" . | |
/usr/bin/make -C access all | |
/usr/bin/make -C common all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o heaptuple.o heaptuple.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o indextuple.o indextuple.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o printtup.o printtup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o reloptions.o reloptions.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o scankey.o scankey.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tupconvert.o tupconvert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tupdesc.o tupdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/common/heaptuple.o src/backend/access/common/indextuple.o src/backend/access/common/printtup.o src/backend/access/common/reloptions.o src/backend/access/common/scankey.o src/backend/access/common/tupconvert.o src/backend/access/common/tupdesc.o ) >objfiles.txt | |
/usr/bin/make -C gin all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginutil.o ginutil.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gininsert.o gininsert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginxlog.o ginxlog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginentrypage.o ginentrypage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gindatapage.o gindatapage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginbtree.o ginbtree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginscan.o ginscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginget.o ginget.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginvacuum.o ginvacuum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginarrayproc.o ginarrayproc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginbulk.o ginbulk.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ginfast.o ginfast.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/gin/ginutil.o src/backend/access/gin/gininsert.o src/backend/access/gin/ginxlog.o src/backend/access/gin/ginentrypage.o src/backend/access/gin/gindatapage.o src/backend/access/gin/ginbtree.o src/backend/access/gin/ginscan.o src/backend/access/gin/ginget.o src/backend/access/gin/ginvacuum.o src/backend/access/gin/ginarrayproc.o src/backend/access/gin/ginbulk.o src/backend/access/gin/ginfast.o ) >objfiles.txt | |
/usr/bin/make -C gist all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gist.o gist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistutil.o gistutil.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistxlog.o gistxlog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistvacuum.o gistvacuum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistget.o gistget.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistscan.o gistscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistproc.o gistproc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistsplit.o gistsplit.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistbuild.o gistbuild.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistbuildbuffers.o gistbuildbuffers.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/gist/gist.o src/backend/access/gist/gistutil.o src/backend/access/gist/gistxlog.o src/backend/access/gist/gistvacuum.o src/backend/access/gist/gistget.o src/backend/access/gist/gistscan.o src/backend/access/gist/gistproc.o src/backend/access/gist/gistsplit.o src/backend/access/gist/gistbuild.o src/backend/access/gist/gistbuildbuffers.o ) >objfiles.txt | |
/usr/bin/make -C hash all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hash.o hash.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashfunc.o hashfunc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashinsert.o hashinsert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashovfl.o hashovfl.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashpage.o hashpage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashscan.o hashscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashsearch.o hashsearch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashsort.o hashsort.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashutil.o hashutil.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/hash/hash.o src/backend/access/hash/hashfunc.o src/backend/access/hash/hashinsert.o src/backend/access/hash/hashovfl.o src/backend/access/hash/hashpage.o src/backend/access/hash/hashscan.o src/backend/access/hash/hashsearch.o src/backend/access/hash/hashsort.o src/backend/access/hash/hashutil.o ) >objfiles.txt | |
/usr/bin/make -C heap all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o heapam.o heapam.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hio.o hio.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pruneheap.o pruneheap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rewriteheap.o rewriteheap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o syncscan.o syncscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tuptoaster.o tuptoaster.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o visibilitymap.o visibilitymap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/heap/heapam.o src/backend/access/heap/hio.o src/backend/access/heap/pruneheap.o src/backend/access/heap/rewriteheap.o src/backend/access/heap/syncscan.o src/backend/access/heap/tuptoaster.o src/backend/access/heap/visibilitymap.o ) >objfiles.txt | |
/usr/bin/make -C index all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o genam.o genam.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o indexam.o indexam.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/index/genam.o src/backend/access/index/indexam.o ) >objfiles.txt | |
/usr/bin/make -C nbtree all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtcompare.o nbtcompare.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtinsert.o nbtinsert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtpage.o nbtpage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtree.o nbtree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtsearch.o nbtsearch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtutils.o nbtutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtsort.o nbtsort.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtxlog.o nbtxlog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/nbtree/nbtcompare.o src/backend/access/nbtree/nbtinsert.o src/backend/access/nbtree/nbtpage.o src/backend/access/nbtree/nbtree.o src/backend/access/nbtree/nbtsearch.o src/backend/access/nbtree/nbtutils.o src/backend/access/nbtree/nbtsort.o src/backend/access/nbtree/nbtxlog.o ) >objfiles.txt | |
/usr/bin/make -C rmgrdesc all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o clogdesc.o clogdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o dbasedesc.o dbasedesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gindesc.o gindesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o gistdesc.o gistdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashdesc.o hashdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o heapdesc.o heapdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o mxactdesc.o mxactdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nbtdesc.o nbtdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o relmapdesc.o relmapdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o seqdesc.o seqdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o smgrdesc.o smgrdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgdesc.o spgdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o standbydesc.o standbydesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tblspcdesc.o tblspcdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xactdesc.o xactdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xlogdesc.o xlogdesc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/rmgrdesc/clogdesc.o src/backend/access/rmgrdesc/dbasedesc.o src/backend/access/rmgrdesc/gindesc.o src/backend/access/rmgrdesc/gistdesc.o src/backend/access/rmgrdesc/hashdesc.o src/backend/access/rmgrdesc/heapdesc.o src/backend/access/rmgrdesc/mxactdesc.o src/backend/access/rmgrdesc/nbtdesc.o src/backend/access/rmgrdesc/relmapdesc.o src/backend/access/rmgrdesc/seqdesc.o src/backend/access/rmgrdesc/smgrdesc.o src/backend/access/rmgrdesc/spgdesc.o src/backend/access/rmgrdesc/standbydesc.o src/backend/access/rmgrdesc/tblspcdesc.o src/backend/access/rmgrdesc/xactdesc.o src/backend/access/rmgrdesc/xlogdesc.o ) >objfiles.txt | |
/usr/bin/make -C spgist all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgutils.o spgutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spginsert.o spginsert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgscan.o spgscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgvacuum.o spgvacuum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgdoinsert.o spgdoinsert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgxlog.o spgxlog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgtextproc.o spgtextproc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgquadtreeproc.o spgquadtreeproc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spgkdtreeproc.o spgkdtreeproc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/spgist/spgutils.o src/backend/access/spgist/spginsert.o src/backend/access/spgist/spgscan.o src/backend/access/spgist/spgvacuum.o src/backend/access/spgist/spgdoinsert.o src/backend/access/spgist/spgxlog.o src/backend/access/spgist/spgtextproc.o src/backend/access/spgist/spgquadtreeproc.o src/backend/access/spgist/spgkdtreeproc.o ) >objfiles.txt | |
/usr/bin/make -C transam all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o clog.o clog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o transam.o transam.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o varsup.o varsup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xact.o xact.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rmgr.o rmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o slru.o slru.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o subtrans.o subtrans.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o multixact.o multixact.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o timeline.o timeline.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o twophase.o twophase.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o twophase_rmgr.o twophase_rmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xlog.o xlog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xlogarchive.o xlogarchive.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xlogfuncs.o xlogfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xlogreader.o xlogreader.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xlogutils.o xlogutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/access/transam/clog.o src/backend/access/transam/transam.o src/backend/access/transam/varsup.o src/backend/access/transam/xact.o src/backend/access/transam/rmgr.o src/backend/access/transam/slru.o src/backend/access/transam/subtrans.o src/backend/access/transam/multixact.o src/backend/access/transam/timeline.o src/backend/access/transam/twophase.o src/backend/access/transam/twophase_rmgr.o src/backend/access/transam/xlog.o src/backend/access/transam/xlogarchive.o src/backend/access/transam/xlogfuncs.o src/backend/access/transam/xlogreader.o src/backend/access/transam/xlogutils.o ) >objfiles.txt | |
( cat common/objfiles.txt gin/objfiles.txt gist/objfiles.txt hash/objfiles.txt heap/objfiles.txt index/objfiles.txt nbtree/objfiles.txt rmgrdesc/objfiles.txt spgist/objfiles.txt transam/objfiles.txt; echo ) >objfiles.txt | |
/usr/bin/make -C bootstrap all | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o bootparse.o bootparse.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o bootstrap.o bootstrap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/bootstrap/bootparse.o src/backend/bootstrap/bootstrap.o ) >objfiles.txt | |
/usr/bin/make -C catalog all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o catalog.o catalog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dependency.o dependency.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o heap.o heap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o index.o index.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o indexing.o indexing.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o namespace.o namespace.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o aclchk.o aclchk.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o objectaccess.o objectaccess.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o objectaddress.o objectaddress.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_aggregate.o pg_aggregate.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_collation.o pg_collation.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_constraint.o pg_constraint.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_conversion.o pg_conversion.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_depend.o pg_depend.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_enum.o pg_enum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_inherits.o pg_inherits.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_largeobject.o pg_largeobject.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_namespace.o pg_namespace.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_operator.o pg_operator.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_proc.o pg_proc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_range.o pg_range.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_db_role_setting.o pg_db_role_setting.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_shdepend.o pg_shdepend.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_type.o pg_type.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o storage.o storage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o toasting.o toasting.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/catalog/catalog.o src/backend/catalog/dependency.o src/backend/catalog/heap.o src/backend/catalog/index.o src/backend/catalog/indexing.o src/backend/catalog/namespace.o src/backend/catalog/aclchk.o src/backend/catalog/objectaccess.o src/backend/catalog/objectaddress.o src/backend/catalog/pg_aggregate.o src/backend/catalog/pg_collation.o src/backend/catalog/pg_constraint.o src/backend/catalog/pg_conversion.o src/backend/catalog/pg_depend.o src/backend/catalog/pg_enum.o src/backend/catalog/pg_inherits.o src/backend/catalog/pg_largeobject.o src/backend/catalog/pg_namespace.o src/backend/catalog/pg_operator.o src/backend/catalog/pg_proc.o src/backend/catalog/pg_range.o src/backend/catalog/pg_db_role_setting.o src/backend/catalog/pg_shdepend.o src/backend/catalog/pg_type.o src/backend/catalog/storage.o src/backend/catalog/toasting.o ) >objfiles.txt | |
/usr/bin/make -C parser all | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o analyze.o analyze.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -Wno-error -I. -I. -I../../../src/include -I/usr/include/libxml2 -c -o gram.o gram.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -Wno-error -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o keywords.o keywords.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parser.o parser.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_agg.o parse_agg.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_clause.o parse_clause.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_coerce.o parse_coerce.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_collate.o parse_collate.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_cte.o parse_cte.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_expr.o parse_expr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_func.o parse_func.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_node.o parse_node.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_oper.o parse_oper.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_param.o parse_param.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_relation.o parse_relation.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_target.o parse_target.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_type.o parse_type.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o parse_utilcmd.o parse_utilcmd.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../src/include -I/usr/include/libxml2 -c -o scansup.o scansup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/parser/analyze.o src/backend/parser/gram.o src/backend/parser/keywords.o src/backend/parser/kwlookup.o src/backend/parser/parser.o src/backend/parser/parse_agg.o src/backend/parser/parse_clause.o src/backend/parser/parse_coerce.o src/backend/parser/parse_collate.o src/backend/parser/parse_cte.o src/backend/parser/parse_expr.o src/backend/parser/parse_func.o src/backend/parser/parse_node.o src/backend/parser/parse_oper.o src/backend/parser/parse_param.o src/backend/parser/parse_relation.o src/backend/parser/parse_target.o src/backend/parser/parse_type.o src/backend/parser/parse_utilcmd.o src/backend/parser/scansup.o ) >objfiles.txt | |
/usr/bin/make -C commands all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o aggregatecmds.o aggregatecmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o alter.o alter.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o analyze.o analyze.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o async.o async.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o cluster.o cluster.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o comment.o comment.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o collationcmds.o collationcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o constraint.o constraint.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o conversioncmds.o conversioncmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o copy.o copy.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o createas.o createas.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dbcommands.o dbcommands.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o define.o define.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o discard.o discard.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dropcmds.o dropcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o event_trigger.o event_trigger.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o explain.o explain.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o extension.o extension.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o foreigncmds.o foreigncmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o functioncmds.o functioncmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o indexcmds.o indexcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o lockcmds.o lockcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o matview.o matview.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o operatorcmds.o operatorcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o opclasscmds.o opclasscmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o portalcmds.o portalcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o prepare.o prepare.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o proclang.o proclang.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o schemacmds.o schemacmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o seclabel.o seclabel.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o sequence.o sequence.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o tablecmds.o tablecmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o tablespace.o tablespace.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o trigger.o trigger.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o tsearchcmds.o tsearchcmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o typecmds.o typecmds.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o user.o user.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o vacuum.o vacuum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o vacuumlazy.o vacuumlazy.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o variable.o variable.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o view.o view.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/commands/aggregatecmds.o src/backend/commands/alter.o src/backend/commands/analyze.o src/backend/commands/async.o src/backend/commands/cluster.o src/backend/commands/comment.o src/backend/commands/collationcmds.o src/backend/commands/constraint.o src/backend/commands/conversioncmds.o src/backend/commands/copy.o src/backend/commands/createas.o src/backend/commands/dbcommands.o src/backend/commands/define.o src/backend/commands/discard.o src/backend/commands/dropcmds.o src/backend/commands/event_trigger.o src/backend/commands/explain.o src/backend/commands/extension.o src/backend/commands/foreigncmds.o src/backend/commands/functioncmds.o src/backend/commands/indexcmds.o src/backend/commands/lockcmds.o src/backend/commands/matview.o src/backend/commands/operatorcmds.o src/backend/commands/opclasscmds.o src/backend/commands/portalcmds.o src/backend/commands/prepare.o src/backend/commands/proclang.o src/backend/commands/schemacmds.o src/backend/commands/seclabel.o src/backend/commands/sequence.o src/backend/commands/tablecmds.o src/backend/commands/tablespace.o src/backend/commands/trigger.o src/backend/commands/tsearchcmds.o src/backend/commands/typecmds.o src/backend/commands/user.o src/backend/commands/vacuum.o src/backend/commands/vacuumlazy.o src/backend/commands/variable.o src/backend/commands/view.o ) >objfiles.txt | |
/usr/bin/make -C executor all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execAmi.o execAmi.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execCurrent.o execCurrent.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execGrouping.o execGrouping.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execJunk.o execJunk.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execMain.o execMain.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execProcnode.o execProcnode.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execQual.o execQual.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execScan.o execScan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execTuples.o execTuples.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o execUtils.o execUtils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o functions.o functions.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o instrument.o instrument.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeAppend.o nodeAppend.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeAgg.o nodeAgg.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeBitmapAnd.o nodeBitmapAnd.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeBitmapOr.o nodeBitmapOr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeBitmapHeapscan.o nodeBitmapHeapscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeBitmapIndexscan.o nodeBitmapIndexscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeHash.o nodeHash.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeHashjoin.o nodeHashjoin.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeIndexscan.o nodeIndexscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeIndexonlyscan.o nodeIndexonlyscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeLimit.o nodeLimit.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeLockRows.o nodeLockRows.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeMaterial.o nodeMaterial.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeMergeAppend.o nodeMergeAppend.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeMergejoin.o nodeMergejoin.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeModifyTable.o nodeModifyTable.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeNestloop.o nodeNestloop.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeFunctionscan.o nodeFunctionscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeRecursiveunion.o nodeRecursiveunion.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeResult.o nodeResult.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeSeqscan.o nodeSeqscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeSetOp.o nodeSetOp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeSort.o nodeSort.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeUnique.o nodeUnique.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeValuesscan.o nodeValuesscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeCtescan.o nodeCtescan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeWorktablescan.o nodeWorktablescan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeGroup.o nodeGroup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeSubplan.o nodeSubplan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeSubqueryscan.o nodeSubqueryscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeTidscan.o nodeTidscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeForeignscan.o nodeForeignscan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeWindowAgg.o nodeWindowAgg.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o tstoreReceiver.o tstoreReceiver.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o spi.o spi.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/executor/execAmi.o src/backend/executor/execCurrent.o src/backend/executor/execGrouping.o src/backend/executor/execJunk.o src/backend/executor/execMain.o src/backend/executor/execProcnode.o src/backend/executor/execQual.o src/backend/executor/execScan.o src/backend/executor/execTuples.o src/backend/executor/execUtils.o src/backend/executor/functions.o src/backend/executor/instrument.o src/backend/executor/nodeAppend.o src/backend/executor/nodeAgg.o src/backend/executor/nodeBitmapAnd.o src/backend/executor/nodeBitmapOr.o src/backend/executor/nodeBitmapHeapscan.o src/backend/executor/nodeBitmapIndexscan.o src/backend/executor/nodeHash.o src/backend/executor/nodeHashjoin.o src/backend/executor/nodeIndexscan.o src/backend/executor/nodeIndexonlyscan.o src/backend/executor/nodeLimit.o src/backend/executor/nodeLockRows.o src/backend/executor/nodeMaterial.o src/backend/executor/nodeMergeAppend.o src/backend/executor/nodeMergejoin.o src/backend/executor/nodeModifyTable.o src/backend/executor/nodeNestloop.o src/backend/executor/nodeFunctionscan.o src/backend/executor/nodeRecursiveunion.o src/backend/executor/nodeResult.o src/backend/executor/nodeSeqscan.o src/backend/executor/nodeSetOp.o src/backend/executor/nodeSort.o src/backend/executor/nodeUnique.o src/backend/executor/nodeValuesscan.o src/backend/executor/nodeCtescan.o src/backend/executor/nodeWorktablescan.o src/backend/executor/nodeGroup.o src/backend/executor/nodeSubplan.o src/backend/executor/nodeSubqueryscan.o src/backend/executor/nodeTidscan.o src/backend/executor/nodeForeignscan.o src/backend/executor/nodeWindowAgg.o src/backend/executor/tstoreReceiver.o src/backend/executor/spi.o ) >objfiles.txt | |
/usr/bin/make -C foreign all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o foreign.o foreign.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/foreign/foreign.o ) >objfiles.txt | |
/usr/bin/make -C lib all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ilist.o ilist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o binaryheap.o binaryheap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o stringinfo.o stringinfo.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/lib/ilist.o src/backend/lib/binaryheap.o src/backend/lib/stringinfo.o ) >objfiles.txt | |
/usr/bin/make -C libpq all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o be-fsstubs.o be-fsstubs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o be-secure.o be-secure.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o auth.o auth.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o crypt.o crypt.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o hba.o hba.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ip.o ip.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o md5.o md5.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pqcomm.o pqcomm.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pqformat.o pqformat.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pqsignal.o pqsignal.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/libpq/be-fsstubs.o src/backend/libpq/be-secure.o src/backend/libpq/auth.o src/backend/libpq/crypt.o src/backend/libpq/hba.o src/backend/libpq/ip.o src/backend/libpq/md5.o src/backend/libpq/pqcomm.o src/backend/libpq/pqformat.o src/backend/libpq/pqsignal.o ) >objfiles.txt | |
/usr/bin/make -C main all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o main.o main.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/main/main.o ) >objfiles.txt | |
/usr/bin/make -C nodes all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodeFuncs.o nodeFuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o nodes.o nodes.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o list.o list.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o bitmapset.o bitmapset.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o tidbitmap.o tidbitmap.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o copyfuncs.o copyfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o equalfuncs.o equalfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o makefuncs.o makefuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o outfuncs.o outfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o readfuncs.o readfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o print.o print.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o read.o read.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o params.o params.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o value.o value.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/nodes/nodeFuncs.o src/backend/nodes/nodes.o src/backend/nodes/list.o src/backend/nodes/bitmapset.o src/backend/nodes/tidbitmap.o src/backend/nodes/copyfuncs.o src/backend/nodes/equalfuncs.o src/backend/nodes/makefuncs.o src/backend/nodes/outfuncs.o src/backend/nodes/readfuncs.o src/backend/nodes/print.o src/backend/nodes/read.o src/backend/nodes/params.o src/backend/nodes/value.o ) >objfiles.txt | |
/usr/bin/make -C optimizer all | |
/usr/bin/make -C geqo all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_copy.o geqo_copy.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_eval.o geqo_eval.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_main.o geqo_main.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_misc.o geqo_misc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_mutation.o geqo_mutation.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_pool.o geqo_pool.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_random.o geqo_random.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_recombination.o geqo_recombination.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_selection.o geqo_selection.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_erx.o geqo_erx.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_pmx.o geqo_pmx.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_cx.o geqo_cx.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_px.o geqo_px.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_ox1.o geqo_ox1.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geqo_ox2.o geqo_ox2.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/optimizer/geqo/geqo_copy.o src/backend/optimizer/geqo/geqo_eval.o src/backend/optimizer/geqo/geqo_main.o src/backend/optimizer/geqo/geqo_misc.o src/backend/optimizer/geqo/geqo_mutation.o src/backend/optimizer/geqo/geqo_pool.o src/backend/optimizer/geqo/geqo_random.o src/backend/optimizer/geqo/geqo_recombination.o src/backend/optimizer/geqo/geqo_selection.o src/backend/optimizer/geqo/geqo_erx.o src/backend/optimizer/geqo/geqo_pmx.o src/backend/optimizer/geqo/geqo_cx.o src/backend/optimizer/geqo/geqo_px.o src/backend/optimizer/geqo/geqo_ox1.o src/backend/optimizer/geqo/geqo_ox2.o ) >objfiles.txt | |
/usr/bin/make -C path all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o allpaths.o allpaths.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o clausesel.o clausesel.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o costsize.o costsize.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o equivclass.o equivclass.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o indxpath.o indxpath.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o joinpath.o joinpath.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o joinrels.o joinrels.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o orindxpath.o orindxpath.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pathkeys.o pathkeys.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tidpath.o tidpath.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/optimizer/path/allpaths.o src/backend/optimizer/path/clausesel.o src/backend/optimizer/path/costsize.o src/backend/optimizer/path/equivclass.o src/backend/optimizer/path/indxpath.o src/backend/optimizer/path/joinpath.o src/backend/optimizer/path/joinrels.o src/backend/optimizer/path/orindxpath.o src/backend/optimizer/path/pathkeys.o src/backend/optimizer/path/tidpath.o ) >objfiles.txt | |
/usr/bin/make -C plan all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o analyzejoins.o analyzejoins.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o createplan.o createplan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o initsplan.o initsplan.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o planagg.o planagg.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o planmain.o planmain.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o planner.o planner.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o setrefs.o setrefs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o subselect.o subselect.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/optimizer/plan/analyzejoins.o src/backend/optimizer/plan/createplan.o src/backend/optimizer/plan/initsplan.o src/backend/optimizer/plan/planagg.o src/backend/optimizer/plan/planmain.o src/backend/optimizer/plan/planner.o src/backend/optimizer/plan/setrefs.o src/backend/optimizer/plan/subselect.o ) >objfiles.txt | |
/usr/bin/make -C prep all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o prepjointree.o prepjointree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o prepqual.o prepqual.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o preptlist.o preptlist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o prepunion.o prepunion.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/optimizer/prep/prepjointree.o src/backend/optimizer/prep/prepqual.o src/backend/optimizer/prep/preptlist.o src/backend/optimizer/prep/prepunion.o ) >objfiles.txt | |
/usr/bin/make -C util all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o clauses.o clauses.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o joininfo.o joininfo.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pathnode.o pathnode.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o placeholder.o placeholder.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o plancat.o plancat.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o predtest.o predtest.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o relnode.o relnode.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o restrictinfo.o restrictinfo.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tlist.o tlist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o var.o var.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/optimizer/util/clauses.o src/backend/optimizer/util/joininfo.o src/backend/optimizer/util/pathnode.o src/backend/optimizer/util/placeholder.o src/backend/optimizer/util/plancat.o src/backend/optimizer/util/predtest.o src/backend/optimizer/util/relnode.o src/backend/optimizer/util/restrictinfo.o src/backend/optimizer/util/tlist.o src/backend/optimizer/util/var.o ) >objfiles.txt | |
( cat geqo/objfiles.txt path/objfiles.txt plan/objfiles.txt prep/objfiles.txt util/objfiles.txt; echo ) >objfiles.txt | |
/usr/bin/make -C port all | |
/usr/bin/make -C darwin all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o system.o system.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/port/darwin/system.o ) >objfiles.txt | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dynloader.o dynloader.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_sema.o pg_sema.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_shmem.o pg_shmem.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pg_latch.o pg_latch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( cat darwin/objfiles.txt; echo src/backend/port/dynloader.o src/backend/port/pg_sema.o src/backend/port/pg_shmem.o src/backend/port/pg_latch.o ) >objfiles.txt | |
/usr/bin/make -C postmaster all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o autovacuum.o autovacuum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o bgwriter.o bgwriter.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o fork_process.o fork_process.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pgarch.o pgarch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pgstat.o pgstat.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o postmaster.o postmaster.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o startup.o startup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o syslogger.o syslogger.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o walwriter.o walwriter.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o checkpointer.o checkpointer.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/postmaster/autovacuum.o src/backend/postmaster/bgwriter.o src/backend/postmaster/fork_process.o src/backend/postmaster/pgarch.o src/backend/postmaster/pgstat.o src/backend/postmaster/postmaster.o src/backend/postmaster/startup.o src/backend/postmaster/syslogger.o src/backend/postmaster/walwriter.o src/backend/postmaster/checkpointer.o ) >objfiles.txt | |
/usr/bin/make -C regex all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regcomp.o regcomp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regerror.o regerror.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regexec.o regexec.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regfree.o regfree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regprefix.o regprefix.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regexport.o regexport.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/regex/regcomp.o src/backend/regex/regerror.o src/backend/regex/regexec.o src/backend/regex/regfree.o src/backend/regex/regprefix.o src/backend/regex/regexport.o ) >objfiles.txt | |
/usr/bin/make -C replication all | |
cc -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. -I../../../src/include -I/usr/include/libxml2 -c -o walsender.o walsender.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I../../../src/include -I/usr/include/libxml2 -c -o walreceiverfuncs.o walreceiverfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I../../../src/include -I/usr/include/libxml2 -c -o walreceiver.o walreceiver.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I../../../src/include -I/usr/include/libxml2 -c -o basebackup.o basebackup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I../../../src/include -I/usr/include/libxml2 -c -o repl_gram.o repl_gram.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I../../../src/include -I/usr/include/libxml2 -c -o syncrep.o syncrep.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/replication/walsender.o src/backend/replication/walreceiverfuncs.o src/backend/replication/walreceiver.o src/backend/replication/basebackup.o src/backend/replication/repl_gram.o src/backend/replication/syncrep.o ) >objfiles.txt | |
/usr/bin/make -C rewrite all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o rewriteRemove.o rewriteRemove.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o rewriteDefine.o rewriteDefine.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o rewriteHandler.o rewriteHandler.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o rewriteManip.o rewriteManip.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o rewriteSupport.o rewriteSupport.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/rewrite/rewriteRemove.o src/backend/rewrite/rewriteDefine.o src/backend/rewrite/rewriteHandler.o src/backend/rewrite/rewriteManip.o src/backend/rewrite/rewriteSupport.o ) >objfiles.txt | |
/usr/bin/make -C storage all | |
/usr/bin/make -C buffer all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o buf_table.o buf_table.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o buf_init.o buf_init.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o bufmgr.o bufmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o freelist.o freelist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o localbuf.o localbuf.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/buffer/buf_table.o src/backend/storage/buffer/buf_init.o src/backend/storage/buffer/bufmgr.o src/backend/storage/buffer/freelist.o src/backend/storage/buffer/localbuf.o ) >objfiles.txt | |
/usr/bin/make -C file all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o fd.o fd.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o buffile.o buffile.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o copydir.o copydir.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o reinit.o reinit.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/file/fd.o src/backend/storage/file/buffile.o src/backend/storage/file/copydir.o src/backend/storage/file/reinit.o ) >objfiles.txt | |
/usr/bin/make -C freespace all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o freespace.o freespace.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o fsmpage.o fsmpage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o indexfsm.o indexfsm.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/freespace/freespace.o src/backend/storage/freespace/fsmpage.o src/backend/storage/freespace/indexfsm.o ) >objfiles.txt | |
/usr/bin/make -C ipc all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ipc.o ipc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ipci.o ipci.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pmsignal.o pmsignal.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o procarray.o procarray.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o procsignal.o procsignal.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o shmem.o shmem.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o shmqueue.o shmqueue.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o sinval.o sinval.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o sinvaladt.o sinvaladt.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o standby.o standby.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/ipc/ipc.o src/backend/storage/ipc/ipci.o src/backend/storage/ipc/pmsignal.o src/backend/storage/ipc/procarray.o src/backend/storage/ipc/procsignal.o src/backend/storage/ipc/shmem.o src/backend/storage/ipc/shmqueue.o src/backend/storage/ipc/sinval.o src/backend/storage/ipc/sinvaladt.o src/backend/storage/ipc/standby.o ) >objfiles.txt | |
/usr/bin/make -C large_object all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o inv_api.o inv_api.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/large_object/inv_api.o ) >objfiles.txt | |
/usr/bin/make -C lmgr all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o lmgr.o lmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o lock.o lock.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o proc.o proc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o deadlock.o deadlock.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o lwlock.o lwlock.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spin.o spin.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o s_lock.o s_lock.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o predicate.o predicate.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/lmgr/lmgr.o src/backend/storage/lmgr/lock.o src/backend/storage/lmgr/proc.o src/backend/storage/lmgr/deadlock.o src/backend/storage/lmgr/lwlock.o src/backend/storage/lmgr/spin.o src/backend/storage/lmgr/s_lock.o src/backend/storage/lmgr/predicate.o ) >objfiles.txt | |
/usr/bin/make -C page all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o bufpage.o bufpage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -ftree-vectorize -I../../../../src/include -I/usr/include/libxml2 -c -o checksum.o checksum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o itemptr.o itemptr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/page/bufpage.o src/backend/storage/page/checksum.o src/backend/storage/page/itemptr.o ) >objfiles.txt | |
/usr/bin/make -C smgr all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o md.o md.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o smgr.o smgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o smgrtype.o smgrtype.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/storage/smgr/md.o src/backend/storage/smgr/smgr.o src/backend/storage/smgr/smgrtype.o ) >objfiles.txt | |
( cat buffer/objfiles.txt file/objfiles.txt freespace/objfiles.txt ipc/objfiles.txt large_object/objfiles.txt lmgr/objfiles.txt page/objfiles.txt smgr/objfiles.txt; echo ) >objfiles.txt | |
/usr/bin/make -C tcop all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dest.o dest.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o fastpath.o fastpath.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o postgres.o postgres.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o pquery.o pquery.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o utility.o utility.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/tcop/dest.o src/backend/tcop/fastpath.o src/backend/tcop/postgres.o src/backend/tcop/pquery.o src/backend/tcop/utility.o ) >objfiles.txt | |
/usr/bin/make -C tsearch all | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ts_locale.o ts_locale.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ts_parse.o ts_parse.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o wparser.o wparser.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o wparser_def.o wparser_def.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dict.o dict.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dict_simple.o dict_simple.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dict_synonym.o dict_synonym.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dict_thesaurus.o dict_thesaurus.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o dict_ispell.o dict_ispell.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o regis.o regis.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o spell.o spell.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o to_tsany.o to_tsany.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ts_selfuncs.o ts_selfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ts_typanalyze.o ts_typanalyze.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o ts_utils.o ts_utils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/tsearch/ts_locale.o src/backend/tsearch/ts_parse.o src/backend/tsearch/wparser.o src/backend/tsearch/wparser_def.o src/backend/tsearch/dict.o src/backend/tsearch/dict_simple.o src/backend/tsearch/dict_synonym.o src/backend/tsearch/dict_thesaurus.o src/backend/tsearch/dict_ispell.o src/backend/tsearch/regis.o src/backend/tsearch/spell.o src/backend/tsearch/to_tsany.o src/backend/tsearch/ts_selfuncs.o src/backend/tsearch/ts_typanalyze.o src/backend/tsearch/ts_utils.o ) >objfiles.txt | |
/usr/bin/make -C utils all | |
/usr/bin/make -C adt all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o acl.o acl.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o arrayfuncs.o arrayfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o array_selfuncs.o array_selfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o array_typanalyze.o array_typanalyze.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o array_userfuncs.o array_userfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o arrayutils.o arrayutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o bool.o bool.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o cash.o cash.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o char.o char.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o date.o date.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o datetime.o datetime.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o datum.o datum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o domains.o domains.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o enum.o enum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o float.o float.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o format_type.o format_type.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geo_ops.o geo_ops.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o geo_selfuncs.o geo_selfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o int.o int.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o int8.o int8.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o json.o json.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o jsonfuncs.o jsonfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o like.o like.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o lockfuncs.o lockfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o misc.o misc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o nabstime.o nabstime.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o name.o name.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o numeric.o numeric.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o numutils.o numutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o oid.o oid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o oracle_compat.o oracle_compat.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pseudotypes.o pseudotypes.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rangetypes.o rangetypes.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rangetypes_gist.o rangetypes_gist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rowtypes.o rowtypes.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o regexp.o regexp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o regproc.o regproc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ruleutils.o ruleutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o selfuncs.o selfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tid.o tid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o timestamp.o timestamp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o varbit.o varbit.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o varchar.o varchar.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o varlena.o varlena.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o version.o version.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xid.o xid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o network.o network.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o mac.o mac.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o inet_cidr_ntop.o inet_cidr_ntop.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o inet_net_pton.o inet_net_pton.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ri_triggers.o ri_triggers.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pg_lzcompress.o pg_lzcompress.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pg_locale.o pg_locale.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o formatting.o formatting.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ascii.o ascii.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o quote.o quote.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o pgstatfuncs.o pgstatfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o encode.o encode.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o dbsize.o dbsize.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o genfile.o genfile.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o trigfuncs.o trigfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsginidx.o tsginidx.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsgistidx.o tsgistidx.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsquery.o tsquery.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsquery_cleanup.o tsquery_cleanup.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsquery_gist.o tsquery_gist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsquery_op.o tsquery_op.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsquery_rewrite.o tsquery_rewrite.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsquery_util.o tsquery_util.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsrank.o tsrank.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsvector.o tsvector.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsvector_op.o tsvector_op.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tsvector_parser.o tsvector_parser.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o txid.o txid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o uuid.o uuid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o windowfuncs.o windowfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o xml.o xml.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rangetypes_spgist.o rangetypes_spgist.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rangetypes_typanalyze.o rangetypes_typanalyze.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o rangetypes_selfuncs.o rangetypes_selfuncs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/adt/acl.o src/backend/utils/adt/arrayfuncs.o src/backend/utils/adt/array_selfuncs.o src/backend/utils/adt/array_typanalyze.o src/backend/utils/adt/array_userfuncs.o src/backend/utils/adt/arrayutils.o src/backend/utils/adt/bool.o src/backend/utils/adt/cash.o src/backend/utils/adt/char.o src/backend/utils/adt/date.o src/backend/utils/adt/datetime.o src/backend/utils/adt/datum.o src/backend/utils/adt/domains.o src/backend/utils/adt/enum.o src/backend/utils/adt/float.o src/backend/utils/adt/format_type.o src/backend/utils/adt/geo_ops.o src/backend/utils/adt/geo_selfuncs.o src/backend/utils/adt/int.o src/backend/utils/adt/int8.o src/backend/utils/adt/json.o src/backend/utils/adt/jsonfuncs.o src/backend/utils/adt/like.o src/backend/utils/adt/lockfuncs.o src/backend/utils/adt/misc.o src/backend/utils/adt/nabstime.o src/backend/utils/adt/name.o src/backend/utils/adt/numeric.o src/backend/utils/adt/numutils.o src/backend/utils/adt/oid.o src/backend/utils/adt/oracle_compat.o src/backend/utils/adt/pseudotypes.o src/backend/utils/adt/rangetypes.o src/backend/utils/adt/rangetypes_gist.o src/backend/utils/adt/rowtypes.o src/backend/utils/adt/regexp.o src/backend/utils/adt/regproc.o src/backend/utils/adt/ruleutils.o src/backend/utils/adt/selfuncs.o src/backend/utils/adt/tid.o src/backend/utils/adt/timestamp.o src/backend/utils/adt/varbit.o src/backend/utils/adt/varchar.o src/backend/utils/adt/varlena.o src/backend/utils/adt/version.o src/backend/utils/adt/xid.o src/backend/utils/adt/network.o src/backend/utils/adt/mac.o src/backend/utils/adt/inet_cidr_ntop.o src/backend/utils/adt/inet_net_pton.o src/backend/utils/adt/ri_triggers.o src/backend/utils/adt/pg_lzcompress.o src/backend/utils/adt/pg_locale.o src/backend/utils/adt/formatting.o src/backend/utils/adt/ascii.o src/backend/utils/adt/quote.o src/backend/utils/adt/pgstatfuncs.o src/backend/utils/adt/encode.o src/backend/utils/adt/dbsize.o src/backend/utils/adt/genfile.o src/backend/utils/adt/trigfuncs.o src/backend/utils/adt/tsginidx.o src/backend/utils/adt/tsgistidx.o src/backend/utils/adt/tsquery.o src/backend/utils/adt/tsquery_cleanup.o src/backend/utils/adt/tsquery_gist.o src/backend/utils/adt/tsquery_op.o src/backend/utils/adt/tsquery_rewrite.o src/backend/utils/adt/tsquery_util.o src/backend/utils/adt/tsrank.o src/backend/utils/adt/tsvector.o src/backend/utils/adt/tsvector_op.o src/backend/utils/adt/tsvector_parser.o src/backend/utils/adt/txid.o src/backend/utils/adt/uuid.o src/backend/utils/adt/windowfuncs.o src/backend/utils/adt/xml.o src/backend/utils/adt/rangetypes_spgist.o src/backend/utils/adt/rangetypes_typanalyze.o src/backend/utils/adt/rangetypes_selfuncs.o ) >objfiles.txt | |
/usr/bin/make -C cache all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o attoptcache.o attoptcache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o catcache.o catcache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o evtcache.o evtcache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o inval.o inval.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o plancache.o plancache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o relcache.o relcache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o relmapper.o relmapper.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o spccache.o spccache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o syscache.o syscache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o lsyscache.o lsyscache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o typcache.o typcache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o ts_cache.o ts_cache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/cache/attoptcache.o src/backend/utils/cache/catcache.o src/backend/utils/cache/evtcache.o src/backend/utils/cache/inval.o src/backend/utils/cache/plancache.o src/backend/utils/cache/relcache.o src/backend/utils/cache/relmapper.o src/backend/utils/cache/spccache.o src/backend/utils/cache/syscache.o src/backend/utils/cache/lsyscache.o src/backend/utils/cache/typcache.o src/backend/utils/cache/ts_cache.o ) >objfiles.txt | |
/usr/bin/make -C error all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o assert.o assert.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o elog.o elog.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/error/assert.o src/backend/utils/error/elog.o ) >objfiles.txt | |
/usr/bin/make -C fmgr all | |
cc -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../../../../src/include -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o dfmgr.o dfmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o fmgr.o fmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o funcapi.o funcapi.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/fmgr/dfmgr.o src/backend/utils/fmgr/fmgr.o src/backend/utils/fmgr/funcapi.o ) >objfiles.txt | |
/usr/bin/make -C hash all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o dynahash.o dynahash.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o hashfn.o hashfn.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/hash/dynahash.o src/backend/utils/hash/hashfn.o ) >objfiles.txt | |
/usr/bin/make -C init all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o globals.o globals.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o miscinit.o miscinit.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o postinit.o postinit.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/init/globals.o src/backend/utils/init/miscinit.o src/backend/utils/init/postinit.o ) >objfiles.txt | |
/usr/bin/make -C mb all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o encnames.o encnames.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o conv.o conv.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o mbutils.o mbutils.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o wchar.o wchar.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o wstrcmp.o wstrcmp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o wstrncmp.o wstrncmp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/mb/encnames.o src/backend/utils/mb/conv.o src/backend/utils/mb/mbutils.o src/backend/utils/mb/wchar.o src/backend/utils/mb/wstrcmp.o src/backend/utils/mb/wstrncmp.o ) >objfiles.txt | |
/usr/bin/make -C misc all | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o guc.o guc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o help_config.o help_config.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o pg_rusage.o pg_rusage.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o ps_status.o ps_status.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o rbtree.o rbtree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o superuser.o superuser.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o timeout.o timeout.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.3.1/etc/krb5.keytab"' -c -o tzparser.o tzparser.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/misc/guc.o src/backend/utils/misc/help_config.o src/backend/utils/misc/pg_rusage.o src/backend/utils/misc/ps_status.o src/backend/utils/misc/rbtree.o src/backend/utils/misc/superuser.o src/backend/utils/misc/timeout.o src/backend/utils/misc/tzparser.o ) >objfiles.txt | |
/usr/bin/make -C mmgr all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o aset.o aset.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o mcxt.o mcxt.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o portalmem.o portalmem.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/mmgr/aset.o src/backend/utils/mmgr/mcxt.o src/backend/utils/mmgr/portalmem.o ) >objfiles.txt | |
/usr/bin/make -C resowner all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o resowner.o resowner.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/resowner/resowner.o ) >objfiles.txt | |
/usr/bin/make -C sort all | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -c -o logtape.o logtape.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -c -o sortsupport.o sortsupport.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -c -o tuplesort.o tuplesort.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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. -I. -I../../../../src/include -I/usr/include/libxml2 -c -o tuplestore.o tuplestore.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/sort/logtape.o src/backend/utils/sort/sortsupport.o src/backend/utils/sort/tuplesort.o src/backend/utils/sort/tuplestore.o ) >objfiles.txt | |
/usr/bin/make -C time all | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o combocid.o combocid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o tqual.o tqual.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../src/include -I/usr/include/libxml2 -c -o snapmgr.o snapmgr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( echo src/backend/utils/time/combocid.o src/backend/utils/time/tqual.o src/backend/utils/time/snapmgr.o ) >objfiles.txt | |
cc -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../../../src/include -I/usr/include/libxml2 -c -o fmgrtab.o fmgrtab.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
( cat adt/objfiles.txt cache/objfiles.txt error/objfiles.txt fmgr/objfiles.txt hash/objfiles.txt init/objfiles.txt mb/objfiles.txt misc/objfiles.txt mmgr/objfiles.txt resowner/objfiles.txt sort/objfiles.txt time/objfiles.txt; echo src/backend/utils/fmgrtab.o ) >objfiles.txt | |
/usr/bin/make -C ../../src/timezone all | |
/usr/bin/make -C ../../src/port all | |
/usr/bin/make -C ../backend submake-errcodes | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/make -C ../../src/common all | |
/usr/bin/make -C ../backend submake-errcodes | |
make[5]: Nothing to be done for `submake-errcodes'. | |
cc -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../../src/port -L../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs access/common/heaptuple.o access/common/indextuple.o access/common/printtup.o access/common/reloptions.o access/common/scankey.o access/common/tupconvert.o access/common/tupdesc.o access/gin/ginutil.o access/gin/gininsert.o access/gin/ginxlog.o access/gin/ginentrypage.o access/gin/gindatapage.o access/gin/ginbtree.o access/gin/ginscan.o access/gin/ginget.o access/gin/ginvacuum.o access/gin/ginarrayproc.o access/gin/ginbulk.o access/gin/ginfast.o access/gist/gist.o access/gist/gistutil.o access/gist/gistxlog.o access/gist/gistvacuum.o access/gist/gistget.o access/gist/gistscan.o access/gist/gistproc.o access/gist/gistsplit.o access/gist/gistbuild.o access/gist/gistbuildbuffers.o access/hash/hash.o access/hash/hashfunc.o access/hash/hashinsert.o access/hash/hashovfl.o access/hash/hashpage.o access/hash/hashscan.o access/hash/hashsearch.o access/hash/hashsort.o access/hash/hashutil.o access/heap/heapam.o access/heap/hio.o access/heap/pruneheap.o access/heap/rewriteheap.o access/heap/syncscan.o access/heap/tuptoaster.o access/heap/visibilitymap.o access/index/genam.o access/index/indexam.o access/nbtree/nbtcompare.o access/nbtree/nbtinsert.o access/nbtree/nbtpage.o access/nbtree/nbtree.o access/nbtree/nbtsearch.o access/nbtree/nbtutils.o access/nbtree/nbtsort.o access/nbtree/nbtxlog.o access/rmgrdesc/clogdesc.o access/rmgrdesc/dbasedesc.o access/rmgrdesc/gindesc.o access/rmgrdesc/gistdesc.o access/rmgrdesc/hashdesc.o access/rmgrdesc/heapdesc.o access/rmgrdesc/mxactdesc.o access/rmgrdesc/nbtdesc.o access/rmgrdesc/relmapdesc.o access/rmgrdesc/seqdesc.o access/rmgrdesc/smgrdesc.o access/rmgrdesc/spgdesc.o access/rmgrdesc/standbydesc.o access/rmgrdesc/tblspcdesc.o access/rmgrdesc/xactdesc.o access/rmgrdesc/xlogdesc.o access/spgist/spgutils.o access/spgist/spginsert.o access/spgist/spgscan.o access/spgist/spgvacuum.o access/spgist/spgdoinsert.o access/spgist/spgxlog.o access/spgist/spgtextproc.o access/spgist/spgquadtreeproc.o access/spgist/spgkdtreeproc.o access/transam/clog.o access/transam/transam.o access/transam/varsup.o access/transam/xact.o access/transam/rmgr.o access/transam/slru.o access/transam/subtrans.o access/transam/multixact.o access/transam/timeline.o access/transam/twophase.o access/transam/twophase_rmgr.o access/transam/xlog.o access/transam/xlogarchive.o access/transam/xlogfuncs.o access/transam/xlogreader.o access/transam/xlogutils.o bootstrap/bootparse.o bootstrap/bootstrap.o catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o catalog/indexing.o catalog/namespace.o catalog/aclchk.o catalog/objectaccess.o catalog/objectaddress.o catalog/pg_aggregate.o catalog/pg_collation.o catalog/pg_constraint.o catalog/pg_conversion.o catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o catalog/pg_largeobject.o catalog/pg_namespace.o catalog/pg_operator.o catalog/pg_proc.o catalog/pg_range.o catalog/pg_db_role_setting.o catalog/pg_shdepend.o catalog/pg_type.o catalog/storage.o catalog/toasting.o parser/analyze.o parser/gram.o parser/keywords.o parser/kwlookup.o parser/parser.o parser/parse_agg.o parser/parse_clause.o parser/parse_coerce.o parser/parse_collate.o parser/parse_cte.o parser/parse_expr.o parser/parse_func.o parser/parse_node.o parser/parse_oper.o parser/parse_param.o parser/parse_relation.o parser/parse_target.o parser/parse_type.o parser/parse_utilcmd.o parser/scansup.o commands/aggregatecmds.o commands/alter.o commands/analyze.o commands/async.o commands/cluster.o commands/comment.o commands/collationcmds.o commands/constraint.o commands/conversioncmds.o commands/copy.o commands/createas.o commands/dbcommands.o commands/define.o commands/discard.o commands/dropcmds.o commands/event_trigger.o commands/explain.o commands/extension.o commands/foreigncmds.o commands/functioncmds.o commands/indexcmds.o commands/lockcmds.o commands/matview.o commands/operatorcmds.o commands/opclasscmds.o commands/portalcmds.o commands/prepare.o commands/proclang.o commands/schemacmds.o commands/seclabel.o commands/sequence.o commands/tablecmds.o commands/tablespace.o commands/trigger.o commands/tsearchcmds.o commands/typecmds.o commands/user.o commands/vacuum.o commands/vacuumlazy.o commands/variable.o commands/view.o executor/execAmi.o executor/execCurrent.o executor/execGrouping.o executor/execJunk.o executor/execMain.o executor/execProcnode.o executor/execQual.o executor/execScan.o executor/execTuples.o executor/execUtils.o executor/functions.o executor/instrument.o executor/nodeAppend.o executor/nodeAgg.o executor/nodeBitmapAnd.o executor/nodeBitmapOr.o executor/nodeBitmapHeapscan.o executor/nodeBitmapIndexscan.o executor/nodeHash.o executor/nodeHashjoin.o executor/nodeIndexscan.o executor/nodeIndexonlyscan.o executor/nodeLimit.o executor/nodeLockRows.o executor/nodeMaterial.o executor/nodeMergeAppend.o executor/nodeMergejoin.o executor/nodeModifyTable.o executor/nodeNestloop.o executor/nodeFunctionscan.o executor/nodeRecursiveunion.o executor/nodeResult.o executor/nodeSeqscan.o executor/nodeSetOp.o executor/nodeSort.o executor/nodeUnique.o executor/nodeValuesscan.o executor/nodeCtescan.o executor/nodeWorktablescan.o executor/nodeGroup.o executor/nodeSubplan.o executor/nodeSubqueryscan.o executor/nodeTidscan.o executor/nodeForeignscan.o executor/nodeWindowAgg.o executor/tstoreReceiver.o executor/spi.o foreign/foreign.o lib/ilist.o lib/binaryheap.o lib/stringinfo.o libpq/be-fsstubs.o libpq/be-secure.o libpq/auth.o libpq/crypt.o libpq/hba.o libpq/ip.o libpq/md5.o libpq/pqcomm.o libpq/pqformat.o libpq/pqsignal.o main/main.o nodes/nodeFuncs.o nodes/nodes.o nodes/list.o nodes/bitmapset.o nodes/tidbitmap.o nodes/copyfuncs.o nodes/equalfuncs.o nodes/makefuncs.o nodes/outfuncs.o nodes/readfuncs.o nodes/print.o nodes/read.o nodes/params.o nodes/value.o optimizer/geqo/geqo_copy.o optimizer/geqo/geqo_eval.o optimizer/geqo/geqo_main.o optimizer/geqo/geqo_misc.o optimizer/geqo/geqo_mutation.o optimizer/geqo/geqo_pool.o optimizer/geqo/geqo_random.o optimizer/geqo/geqo_recombination.o optimizer/geqo/geqo_selection.o optimizer/geqo/geqo_erx.o optimizer/geqo/geqo_pmx.o optimizer/geqo/geqo_cx.o optimizer/geqo/geqo_px.o optimizer/geqo/geqo_ox1.o optimizer/geqo/geqo_ox2.o optimizer/path/allpaths.o optimizer/path/clausesel.o optimizer/path/costsize.o optimizer/path/equivclass.o optimizer/path/indxpath.o optimizer/path/joinpath.o optimizer/path/joinrels.o optimizer/path/orindxpath.o optimizer/path/pathkeys.o optimizer/path/tidpath.o optimizer/plan/analyzejoins.o optimizer/plan/createplan.o optimizer/plan/initsplan.o optimizer/plan/planagg.o optimizer/plan/planmain.o optimizer/plan/planner.o optimizer/plan/setrefs.o optimizer/plan/subselect.o optimizer/prep/prepjointree.o optimizer/prep/prepqual.o optimizer/prep/preptlist.o optimizer/prep/prepunion.o optimizer/util/clauses.o optimizer/util/joininfo.o optimizer/util/pathnode.o optimizer/util/placeholder.o optimizer/util/plancat.o optimizer/util/predtest.o optimizer/util/relnode.o optimizer/util/restrictinfo.o optimizer/util/tlist.o optimizer/util/var.o port/darwin/system.o port/dynloader.o port/pg_sema.o port/pg_shmem.o port/pg_latch.o postmaster/autovacuum.o postmaster/bgwriter.o postmaster/fork_process.o postmaster/pgarch.o postmaster/pgstat.o postmaster/postmaster.o postmaster/startup.o postmaster/syslogger.o postmaster/walwriter.o postmaster/checkpointer.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o regex/regprefix.o regex/regexport.o replication/walsender.o replication/walreceiverfuncs.o replication/walreceiver.o replication/basebackup.o replication/repl_gram.o replication/syncrep.o rewrite/rewriteRemove.o rewrite/rewriteDefine.o rewrite/rewriteHandler.o rewrite/rewriteManip.o rewrite/rewriteSupport.o storage/buffer/buf_table.o storage/buffer/buf_init.o storage/buffer/bufmgr.o storage/buffer/freelist.o storage/buffer/localbuf.o storage/file/fd.o storage/file/buffile.o storage/file/copydir.o storage/file/reinit.o storage/freespace/freespace.o storage/freespace/fsmpage.o storage/freespace/indexfsm.o storage/ipc/ipc.o storage/ipc/ipci.o storage/ipc/pmsignal.o storage/ipc/procarray.o storage/ipc/procsignal.o storage/ipc/shmem.o storage/ipc/shmqueue.o storage/ipc/sinval.o storage/ipc/sinvaladt.o storage/ipc/standby.o storage/large_object/inv_api.o storage/lmgr/lmgr.o storage/lmgr/lock.o storage/lmgr/proc.o storage/lmgr/deadlock.o storage/lmgr/lwlock.o storage/lmgr/spin.o storage/lmgr/s_lock.o storage/lmgr/predicate.o storage/page/bufpage.o storage/page/checksum.o storage/page/itemptr.o storage/smgr/md.o storage/smgr/smgr.o storage/smgr/smgrtype.o tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o tcop/utility.o tsearch/ts_locale.o tsearch/ts_parse.o tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o tsearch/to_tsany.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o tsearch/ts_utils.o utils/adt/acl.o utils/adt/arrayfuncs.o utils/adt/array_selfuncs.o utils/adt/array_typanalyze.o utils/adt/array_userfuncs.o utils/adt/arrayutils.o utils/adt/bool.o utils/adt/cash.o utils/adt/char.o utils/adt/date.o utils/adt/datetime.o utils/adt/datum.o utils/adt/domains.o utils/adt/enum.o utils/adt/float.o utils/adt/format_type.o utils/adt/geo_ops.o utils/adt/geo_selfuncs.o utils/adt/int.o utils/adt/int8.o utils/adt/json.o utils/adt/jsonfuncs.o utils/adt/like.o utils/adt/lockfuncs.o utils/adt/misc.o utils/adt/nabstime.o utils/adt/name.o utils/adt/numeric.o utils/adt/numutils.o utils/adt/oid.o utils/adt/oracle_compat.o utils/adt/pseudotypes.o utils/adt/rangetypes.o utils/adt/rangetypes_gist.o utils/adt/rowtypes.o utils/adt/regexp.o utils/adt/regproc.o utils/adt/ruleutils.o utils/adt/selfuncs.o utils/adt/tid.o utils/adt/timestamp.o utils/adt/varbit.o utils/adt/varchar.o utils/adt/varlena.o utils/adt/version.o utils/adt/xid.o utils/adt/network.o utils/adt/mac.o utils/adt/inet_cidr_ntop.o utils/adt/inet_net_pton.o utils/adt/ri_triggers.o utils/adt/pg_lzcompress.o utils/adt/pg_locale.o utils/adt/formatting.o utils/adt/ascii.o utils/adt/quote.o utils/adt/pgstatfuncs.o utils/adt/encode.o utils/adt/dbsize.o utils/adt/genfile.o utils/adt/trigfuncs.o utils/adt/tsginidx.o utils/adt/tsgistidx.o utils/adt/tsquery.o utils/adt/tsquery_cleanup.o utils/adt/tsquery_gist.o utils/adt/tsquery_op.o utils/adt/tsquery_rewrite.o utils/adt/tsquery_util.o utils/adt/tsrank.o utils/adt/tsvector.o utils/adt/tsvector_op.o utils/adt/tsvector_parser.o utils/adt/txid.o utils/adt/uuid.o utils/adt/windowfuncs.o utils/adt/xml.o utils/adt/rangetypes_spgist.o utils/adt/rangetypes_typanalyze.o utils/adt/rangetypes_selfuncs.o utils/cache/attoptcache.o utils/cache/catcache.o utils/cache/evtcache.o utils/cache/inval.o utils/cache/plancache.o utils/cache/relcache.o utils/cache/relmapper.o utils/cache/spccache.o utils/cache/syscache.o utils/cache/lsyscache.o utils/cache/typcache.o utils/cache/ts_cache.o utils/error/assert.o utils/error/elog.o utils/fmgr/dfmgr.o utils/fmgr/fmgr.o utils/fmgr/funcapi.o utils/hash/dynahash.o utils/hash/hashfn.o utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o utils/mb/encnames.o utils/mb/conv.o utils/mb/mbutils.o utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_rusage.o utils/misc/ps_status.o utils/misc/rbtree.o utils/misc/superuser.o utils/misc/timeout.o utils/misc/tzparser.o utils/mmgr/aset.o utils/mmgr/mcxt.o utils/mmgr/portalmem.o utils/resowner/resowner.o utils/sort/logtape.o utils/sort/sortsupport.o utils/sort/tuplesort.o utils/sort/tuplestore.o utils/time/combocid.o utils/time/tqual.o utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o ../../src/timezone/strftime.o ../../src/timezone/pgtz.o ../../src/port/libpgport_srv.a ../../src/common/libpgcommon_srv.a -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lm -luuid -lldap -o postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/bin' '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' | |
/usr/bin/install -c postgres '/usr/local/Cellar/postgresql/9.3.1/bin/postgres' | |
ln -s postgres '/usr/local/Cellar/postgresql/9.3.1/bin/postmaster' | |
/usr/bin/make -C catalog install-data | |
/bin/sh ../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' | |
/usr/bin/install -c -m 644 `for f in ./postgres.bki; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/postgres.bki' | |
/usr/bin/install -c -m 644 `for f in ./postgres.description; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/postgres.description' | |
/usr/bin/install -c -m 644 `for f in ./postgres.shdescription; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/postgres.shdescription' | |
/usr/bin/install -c -m 644 ./system_views.sql '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/system_views.sql' | |
/usr/bin/install -c -m 644 ./information_schema.sql '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/information_schema.sql' | |
/usr/bin/install -c -m 644 ./sql_features.txt '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/sql_features.txt' | |
/usr/bin/make -C tsearch install-data | |
/bin/sh ../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/tsearch_data' | |
/usr/bin/install -c -m 644 ./synonym_sample.syn ./thesaurus_sample.ths ./hunspell_sample.affix ./ispell_sample.affix ./ispell_sample.dict '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/tsearch_data/' | |
/usr/bin/install -c -m 644 ./libpq/pg_hba.conf.sample '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/pg_hba.conf.sample' | |
/usr/bin/install -c -m 644 ./libpq/pg_ident.conf.sample '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/pg_ident.conf.sample' | |
/usr/bin/install -c -m 644 ./utils/misc/postgresql.conf.sample '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/postgresql.conf.sample' | |
/usr/bin/install -c -m 644 ./access/transam/recovery.conf.sample '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/recovery.conf.sample' | |
/usr/bin/make -C backend/utils/mb/conversion_procs install | |
/usr/bin/make -C ascii_and_mic installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C cyrillic_and_mic installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C euc_cn_and_mic installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C euc_jp_and_sjis installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C euc_kr_and_mic installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C euc_tw_and_big5 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C latin2_and_win1250 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C latin_and_mic installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_ascii installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_big5 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_cyrillic installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_euc_cn installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_euc_jp installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_euc_kr installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_euc_tw installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_gb18030 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_gbk installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_iso8859 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_iso8859_1 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_johab installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_sjis installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_win installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_uhc installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_euc2004 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C utf8_and_sjis2004 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C euc2004_sjis2004 installdirs | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/bin/sh ../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/make -C ascii_and_mic install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o ascii_and_mic.o ascii_and_mic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o ascii_and_mic.so ascii_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 ascii_and_mic.so '/usr/local/Cellar/postgresql/9.3.1/lib/ascii_and_mic.so' | |
/usr/bin/make -C cyrillic_and_mic install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o cyrillic_and_mic.o cyrillic_and_mic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o cyrillic_and_mic.so cyrillic_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 cyrillic_and_mic.so '/usr/local/Cellar/postgresql/9.3.1/lib/cyrillic_and_mic.so' | |
/usr/bin/make -C euc_cn_and_mic install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o euc_cn_and_mic.o euc_cn_and_mic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o euc_cn_and_mic.so euc_cn_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 euc_cn_and_mic.so '/usr/local/Cellar/postgresql/9.3.1/lib/euc_cn_and_mic.so' | |
/usr/bin/make -C euc_jp_and_sjis install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o euc_jp_and_sjis.o euc_jp_and_sjis.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o euc_jp_and_sjis.so euc_jp_and_sjis.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 euc_jp_and_sjis.so '/usr/local/Cellar/postgresql/9.3.1/lib/euc_jp_and_sjis.so' | |
/usr/bin/make -C euc_kr_and_mic install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o euc_kr_and_mic.o euc_kr_and_mic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o euc_kr_and_mic.so euc_kr_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 euc_kr_and_mic.so '/usr/local/Cellar/postgresql/9.3.1/lib/euc_kr_and_mic.so' | |
/usr/bin/make -C euc_tw_and_big5 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o big5.o big5.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o euc_tw_and_big5.o euc_tw_and_big5.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o euc_tw_and_big5.so big5.o euc_tw_and_big5.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 euc_tw_and_big5.so '/usr/local/Cellar/postgresql/9.3.1/lib/euc_tw_and_big5.so' | |
/usr/bin/make -C latin2_and_win1250 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o latin2_and_win1250.o latin2_and_win1250.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o latin2_and_win1250.so latin2_and_win1250.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 latin2_and_win1250.so '/usr/local/Cellar/postgresql/9.3.1/lib/latin2_and_win1250.so' | |
/usr/bin/make -C latin_and_mic install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o latin_and_mic.o latin_and_mic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o latin_and_mic.so latin_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 latin_and_mic.so '/usr/local/Cellar/postgresql/9.3.1/lib/latin_and_mic.so' | |
/usr/bin/make -C utf8_and_ascii install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_ascii.o utf8_and_ascii.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_ascii.so utf8_and_ascii.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_ascii.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_ascii.so' | |
/usr/bin/make -C utf8_and_big5 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_big5.o utf8_and_big5.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_big5.so utf8_and_big5.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_big5.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_big5.so' | |
/usr/bin/make -C utf8_and_cyrillic install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_cyrillic.o utf8_and_cyrillic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_cyrillic.so utf8_and_cyrillic.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_cyrillic.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_cyrillic.so' | |
/usr/bin/make -C utf8_and_euc_cn install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_euc_cn.o utf8_and_euc_cn.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_euc_cn.so utf8_and_euc_cn.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_euc_cn.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_euc_cn.so' | |
/usr/bin/make -C utf8_and_euc_jp install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_euc_jp.o utf8_and_euc_jp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_euc_jp.so utf8_and_euc_jp.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_euc_jp.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_euc_jp.so' | |
/usr/bin/make -C utf8_and_euc_kr install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_euc_kr.o utf8_and_euc_kr.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_euc_kr.so utf8_and_euc_kr.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_euc_kr.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_euc_kr.so' | |
/usr/bin/make -C utf8_and_euc_tw install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_euc_tw.o utf8_and_euc_tw.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_euc_tw.so utf8_and_euc_tw.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_euc_tw.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_euc_tw.so' | |
/usr/bin/make -C utf8_and_gb18030 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_gb18030.o utf8_and_gb18030.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_gb18030.so utf8_and_gb18030.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_gb18030.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_gb18030.so' | |
/usr/bin/make -C utf8_and_gbk install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_gbk.o utf8_and_gbk.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_gbk.so utf8_and_gbk.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_gbk.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_gbk.so' | |
/usr/bin/make -C utf8_and_iso8859 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_iso8859.o utf8_and_iso8859.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_iso8859.so utf8_and_iso8859.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_iso8859.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_iso8859.so' | |
/usr/bin/make -C utf8_and_iso8859_1 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_iso8859_1.o utf8_and_iso8859_1.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_iso8859_1.so utf8_and_iso8859_1.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_iso8859_1.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_iso8859_1.so' | |
/usr/bin/make -C utf8_and_johab install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_johab.o utf8_and_johab.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_johab.so utf8_and_johab.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_johab.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_johab.so' | |
/usr/bin/make -C utf8_and_sjis install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_sjis.o utf8_and_sjis.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_sjis.so utf8_and_sjis.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_sjis.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_sjis.so' | |
/usr/bin/make -C utf8_and_win install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_win.o utf8_and_win.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_win.so utf8_and_win.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_win.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_win.so' | |
/usr/bin/make -C utf8_and_uhc install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_uhc.o utf8_and_uhc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_uhc.so utf8_and_uhc.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_uhc.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_uhc.so' | |
/usr/bin/make -C utf8_and_euc2004 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_euc2004.o utf8_and_euc2004.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_euc2004.so utf8_and_euc2004.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_euc2004.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_euc2004.so' | |
/usr/bin/make -C utf8_and_sjis2004 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o utf8_and_sjis2004.o utf8_and_sjis2004.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o utf8_and_sjis2004.so utf8_and_sjis2004.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 utf8_and_sjis2004.so '/usr/local/Cellar/postgresql/9.3.1/lib/utf8_and_sjis2004.so' | |
/usr/bin/make -C euc2004_sjis2004 install | |
cc -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../../../../../../src/include -I/usr/include/libxml2 -c -o euc2004_sjis2004.o euc2004_sjis2004.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o euc2004_sjis2004.so euc2004_sjis2004.o -L../../../../../../src/port -L../../../../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
/bin/sh ../../../../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/usr/bin/install -c -m 755 euc2004_sjis2004.so '/usr/local/Cellar/postgresql/9.3.1/lib/euc2004_sjis2004.so' | |
/usr/bin/install -c -m 644 conversion_create.sql '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' | |
/usr/bin/make -C backend/snowball install | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o dict_snowball.o dict_snowball.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o api.o ./libstemmer/api.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o utilities.o ./libstemmer/utilities.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_danish.o ./libstemmer/stem_ISO_8859_1_danish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_dutch.o ./libstemmer/stem_ISO_8859_1_dutch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_english.o ./libstemmer/stem_ISO_8859_1_english.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_finnish.o ./libstemmer/stem_ISO_8859_1_finnish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_french.o ./libstemmer/stem_ISO_8859_1_french.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_german.o ./libstemmer/stem_ISO_8859_1_german.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_hungarian.o ./libstemmer/stem_ISO_8859_1_hungarian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_italian.o ./libstemmer/stem_ISO_8859_1_italian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_norwegian.o ./libstemmer/stem_ISO_8859_1_norwegian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_porter.o ./libstemmer/stem_ISO_8859_1_porter.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_portuguese.o ./libstemmer/stem_ISO_8859_1_portuguese.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_spanish.o ./libstemmer/stem_ISO_8859_1_spanish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_1_swedish.o ./libstemmer/stem_ISO_8859_1_swedish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_ISO_8859_2_romanian.o ./libstemmer/stem_ISO_8859_2_romanian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_KOI8_R_russian.o ./libstemmer/stem_KOI8_R_russian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_danish.o ./libstemmer/stem_UTF_8_danish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_dutch.o ./libstemmer/stem_UTF_8_dutch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_english.o ./libstemmer/stem_UTF_8_english.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_finnish.o ./libstemmer/stem_UTF_8_finnish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_french.o ./libstemmer/stem_UTF_8_french.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_german.o ./libstemmer/stem_UTF_8_german.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_hungarian.o ./libstemmer/stem_UTF_8_hungarian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_italian.o ./libstemmer/stem_UTF_8_italian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_norwegian.o ./libstemmer/stem_UTF_8_norwegian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_porter.o ./libstemmer/stem_UTF_8_porter.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_portuguese.o ./libstemmer/stem_UTF_8_portuguese.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_romanian.o ./libstemmer/stem_UTF_8_romanian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_russian.o ./libstemmer/stem_UTF_8_russian.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_spanish.o ./libstemmer/stem_UTF_8_spanish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_swedish.o ./libstemmer/stem_UTF_8_swedish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/include/libxml2 -c -o stem_UTF_8_turkish.o ./libstemmer/stem_UTF_8_turkish.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -bundle -multiply_defined suppress -o dict_snowball.so dict_snowball.o api.o utilities.o stem_ISO_8859_1_danish.o stem_ISO_8859_1_dutch.o stem_ISO_8859_1_english.o stem_ISO_8859_1_finnish.o stem_ISO_8859_1_french.o stem_ISO_8859_1_german.o stem_ISO_8859_1_hungarian.o stem_ISO_8859_1_italian.o stem_ISO_8859_1_norwegian.o stem_ISO_8859_1_porter.o stem_ISO_8859_1_portuguese.o stem_ISO_8859_1_spanish.o stem_ISO_8859_1_swedish.o stem_ISO_8859_2_romanian.o stem_KOI8_R_russian.o stem_UTF_8_danish.o stem_UTF_8_dutch.o stem_UTF_8_english.o stem_UTF_8_finnish.o stem_UTF_8_french.o stem_UTF_8_german.o stem_UTF_8_hungarian.o stem_UTF_8_italian.o stem_UTF_8_norwegian.o stem_UTF_8_porter.o stem_UTF_8_portuguese.o stem_UTF_8_romanian.o stem_UTF_8_russian.o stem_UTF_8_spanish.o stem_UTF_8_swedish.o stem_UTF_8_turkish.o -L../../../src/port -L../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../src/backend/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
echo '-- Language-specific snowball dictionaries' > snowball_create.sql | |
cat ./snowball_func.sql.in >> snowball_create.sql | |
/bin/sh ../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/lib' | |
/bin/sh ../../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' '/usr/local/Cellar/postgresql/9.3.1/share/postgresql/tsearch_data' | |
/usr/bin/install -c -m 755 dict_snowball.so '/usr/local/Cellar/postgresql/9.3.1/lib/dict_snowball.so' | |
/usr/bin/install -c -m 644 snowball_create.sql '/usr/local/Cellar/postgresql/9.3.1/share/postgresql' | |
/usr/bin/make -C include install | |
/bin/sh ../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/include/libpq' '/usr/local/Cellar/postgresql/9.3.1/include/internal/libpq' | |
/bin/sh ../../config/install-sh -c -d '/usr/local/Cellar/postgresql/9.3.1/include/server'/access '/usr/local/Cellar/postgresql/9.3.1/include/server'/bootstrap '/usr/local/Cellar/postgresql/9.3.1/include/server'/catalog '/usr/local/Cellar/postgresql/9.3.1/include/server'/commands '/usr/local/Cellar/postgresql/9.3.1/include/server'/common '/usr/local/Cellar/postgresql/9.3.1/include/server'/datatype '/usr/local/Cellar/postgresql/9.3.1/include/server'/executor '/usr/local/Cellar/postgresql/9.3.1/include/server'/foreign '/usr/local/Cellar/postgresql/9.3.1/include/server'/lib '/usr/local/Cellar/postgresql/9.3.1/include/server'/libpq '/usr/local/Cellar/postgresql/9.3.1/include/server'/mb '/usr/local/Cellar/postgresql/9.3.1/include/server'/nodes '/usr/local/Cellar/postgresql/9.3.1/include/server'/optimizer '/usr/local/Cellar/postgresql/9.3.1/include/server'/parser '/usr/local/Cellar/postgresql/9.3.1/include/server'/postmaster '/usr/local/Cellar/postgresql/9.3.1/include/server'/regex '/usr/local/Cellar/postgresql/9.3.1/include/server'/replication '/usr/local/Cellar/postgresql/9.3.1/include/server'/rewrite '/usr/local/Cellar/postgresql/9.3.1/include/server'/storage '/usr/local/Cellar/postgresql/9.3.1/include/server'/tcop '/usr/local/Cellar/postgresql/9.3.1/include/server'/snowball '/usr/local/Cellar/postgresql/9.3.1/include/server'/snowball/libstemmer '/usr/local/Cellar/postgresql/9.3.1/include/server'/tsearch '/usr/local/Cellar/postgresql/9.3.1/include/server'/tsearch/dicts '/usr/local/Cellar/postgresql/9.3.1/include/server'/utils '/usr/local/Cellar/postgresql/9.3.1/include/server'/port '/usr/local/Cellar/postgresql/9.3.1/include/server'/port/win32 '/usr/local/Cellar/postgresql/9.3.1/include/server'/port/win32_msvc '/usr/local/Cellar/postgresql/9.3.1/include/server'/port/win32_msvc/sys '/usr/local/Cellar/postgresql/9.3.1/include/server'/port/win32/arpa '/usr/local/Cellar/postgresql/9.3.1/include/server'/port/win32/netinet '/usr/local/Cellar/postgresql/9.3.1/include/server'/port/win32/sys '/usr/local/Cellar/postgresql/9.3.1/include/server'/portability | |
/usr/bin/install -c -m 644 ./postgres_ext.h '/usr/local/Cellar/postgresql/9.3.1/include' | |
/usr/bin/install -c -m 644 ./libpq/libpq-fs.h '/usr/local/Cellar/postgresql/9.3.1/include/libpq' | |
/usr/bin/install -c -m 644 pg_config.h '/usr/local/Cellar/postgresql/9.3.1/include' | |
/usr/bin/install -c -m 644 pg_config_ext.h '/usr/local/Cellar/postgresql/9.3.1/include' | |
/usr/bin/install -c -m 644 pg_config_os.h '/usr/local/Cellar/postgresql/9.3.1/include' | |
/usr/bin/install -c -m 644 ./pg_config_manual.h '/usr/local/Cellar/postgresql/9.3.1/include' | |
/usr/bin/install -c -m 644 ./c.h '/usr/local/Cellar/postgresql/9.3.1/include/internal' | |
/usr/bin/install -c -m 644 ./port.h '/usr/local/Cellar/postgresql/9.3.1/include/internal' | |
/usr/bin/install -c -m 644 ./postgres_fe.h '/usr/local/Cellar/postgresql/9.3.1/include/internal' | |
/usr/bin/install -c -m 644 ./libpq/pqcomm.h '/usr/local/Cellar/postgresql/9.3.1/include/internal/libpq' | |
/usr/bin/install -c -m 644 pg_config.h '/usr/local/Cellar/postgresql/9.3.1/include/server' | |
/usr/bin/install -c -m 644 pg_config_ext.h '/usr/local/Cellar/postgresql/9.3.1/include/server' | |
/usr/bin/install -c -m 644 pg_config_os.h '/usr/local/Cellar/postgresql/9.3.1/include/server' | |
/usr/bin/install -c -m 644 utils/errcodes.h '/usr/local/Cellar/postgresql/9.3.1/include/server/utils' | |
/usr/bin/install -c -m 644 utils/fmgroids.h '/usr/local/Cellar/postgresql/9.3.1/include/server/utils' | |
cp ./*.h '/usr/local/Cellar/postgresql/9.3.1/include/server'/ || exit; \ | |
chmod 644 '/usr/local/Cellar/postgresql/9.3.1/include/server'/*.h || exit; \ | |
for dir in access bootstrap catalog commands common datatype executor foreign lib libpq mb nodes optimizer parser postmaster regex replication rewrite storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \ | |
cp ./$dir/*.h '/usr/local/Cellar/postgresql/9.3.1/include/server'/$dir/ || exit; \ | |
chmod 644 '/usr/local/Cellar/postgresql/9.3.1/include/server'/$dir/*.h || exit; \ | |
done | |
/usr/bin/make -C interfaces install | |
/usr/bin/make -C libpq install | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth.o fe-auth.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-connect.o fe-connect.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-exec.o fe-exec.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-misc.o fe-misc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-print.o fe-print.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-lobj.o fe-lobj.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol2.o fe-protocol2.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol3.o fe-protocol3.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqexpbuffer.o pqexpbuffer.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure.o fe-secure.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o libpq-events.o libpq-events.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f chklocale.c && ln -s ../../../src/port/chklocale.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o chklocale.o chklocale.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f inet_net_ntop.c && ln -s ../../../src/port/inet_net_ntop.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o inet_net_ntop.o inet_net_ntop.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f noblock.c && ln -s ../../../src/port/noblock.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o noblock.o noblock.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f pgstrcasecmp.c && ln -s ../../../src/port/pgstrcasecmp.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pgstrcasecmp.o pgstrcasecmp.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f pqsignal.c && ln -s ../../../src/port/pqsignal.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqsignal.o pqsignal.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f thread.c && ln -s ../../../src/port/thread.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o thread.o thread.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f ip.c && ln -s ../../../src/backend/libpq/ip.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o ip.o ip.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f md5.c && ln -s ../../../src/backend/libpq/md5.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o md5.o md5.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o encnames.o encnames.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c . | |
cc -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 -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o wchar.o wchar.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/include/libxml2 | |
awk '/^[^#]/ {printf "_%s\n",$1}' exports.txt >exports.list | |
cc -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 -dynamiclib -install_name '/usr/local/Cellar/postgresql/9.3.1/lib/libpq.5.dylib' -compatibility_version 5 -current_version 5.6 -exported_symbols_list exports.list -multiply_defined suppress -o libpq.5.6.dylib fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o pqsignal.o thread.o ip.o md5.o encnames.o wchar.o -L../../../src/port -L../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lssl -lcrypto -lgssapi_krb5 -lldap_r -lpthread | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security | |
Undefined symbols for architecture x86_64: | |
"___gss_c_nt_hostbased_service_oid_desc", referenced from: | |
_pg_fe_sendauth in fe-auth.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[3]: *** [libpq.5.6.dylib] Error 1 | |
make[2]: *** [install-libpq-recurse] Error 2 | |
make[1]: *** [install-interfaces-recurse] Error 2 | |
make: *** [install-world-src-recurse] Error 2 | |
Error: postgresql did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 49950d390b6d2ca9f7b88a8c68346c4857e0df5a | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0 | |
CLT: 5.0.0.0.1.1377666378 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
CFLAGS: -I/usr/local/Cellar/ossp-uuid/1.6.2/include | |
LDFLAGS: -L/usr/local/Cellar/ossp-uuid/1.6.2/lib | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/ossp-uuid:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/ossp-uuid/lib/pkgconfig:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/ossp-uuid/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: /Users/jerzyk/Library/Logs/Homebrew/postgresql/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/23178 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.3.1 --datadir=/usr/local/Cellar/postgresql/9.3.1/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl --with-tcl | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = yayco | |
uname -m = x86_64 | |
uname -r = 12.5.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~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 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 186 tasks, 1306 threads, 8 processors | |
Load average: 3.27, Mach factor: 4.72 | |
/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/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2068: checking build system type | |
configure:2086: result: x86_64-apple-darwin12.5.0 | |
configure:2108: checking host system type | |
configure:2123: result: x86_64-apple-darwin12.5.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: cc --version >&5 | |
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin12.5.0 | |
Thread model: posix | |
configure:3206: $? = 0 | |
configure:3213: cc -v >&5 | |
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin12.5.0 | |
Thread model: posix | |
"/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -o a.out -L/usr/local/opt/readline/lib -L/usr/local/opt/ossp-uuid/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
implicit entry/start for main executable | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:3217: $? = 1 | |
configure:3224: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3228: $? = 1 | |
configure:3251: checking for C compiler default output file name | |
configure:3273: cc -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: cc -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: cc -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: cc -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 cc accepts -g | |
configure:3573: cc -c -g conftest.c >&5 | |
configure:3580: $? = 0 | |
configure:3681: result: yes | |
configure:3698: checking for cc option to accept ISO C89 | |
configure:3772: cc -c -I/usr/local/Cellar/ossp-uuid/1.6.2/include conftest.c >&5 | |
configure:3779: $? = 0 | |
configure:3802: result: none needed | |
configure:3848: cc -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.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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: cc -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.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 cc supports -Wdeclaration-after-statement | |
configure:3991: cc -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 cc supports -Wendif-labels | |
configure:4051: cc -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 cc supports -Wmissing-format-attribute | |
configure:4111: cc -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 cc supports -Wformat-security | |
configure:4172: cc -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 cc supports -fno-strict-aliasing | |
configure:4233: cc -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 cc supports -fwrapv | |
configure:4294: cc -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 cc supports -fexcess-precision=standard | |
configure:4355: cc -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: warning: argument unused during compilation: '-fexcess-precision=standard' | |
configure:4362: $? = 0 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 cc supports -funroll-loops | |
configure:4416: cc -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 cc supports -ftree-vectorize | |
configure:4476: cc -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: cc -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: cc -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: cc -E conftest.c | |
configure:4955: $? = 0 | |
configure:4986: cc -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.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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: cc -E | |
configure:5055: cc -E conftest.c | |
configure:5062: $? = 0 | |
configure:5093: cc -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.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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: yes | |
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: yes | |
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: /usr/bin/ld | |
configure:6304: checking if the linker (/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.12.4 | |
configure:7450: checking for Perl archlibexp | |
configure:7454: result: /System/Library/Perl/5.12/darwin-thread-multi-2level | |
configure:7456: checking for Perl privlibexp | |
configure:7460: result: /System/Library/Perl/5.12 | |
configure:7462: checking for Perl useshrplib | |
configure:7466: result: true | |
configure:7469: checking for flags to link embedded Perl | |
configure:7490: result: -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc | |
configure:7499: checking for python | |
configure:7517: found /usr/bin/python | |
configure:7529: result: /usr/bin/python | |
configure:7544: checking for Python distutils module | |
configure:7548: result: yes | |
configure:7557: checking Python configuration directory | |
configure:7562: result: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config | |
configure:7565: checking Python include directories | |
configure:7575: result: -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
configure:7580: checking how to link an embedded Python application | |
configure:7614: result: -F/System/Library/Frameworks -framework Python | |
configure:7619: checking whether Python is compiled with thread support | |
configure:7623: result: yes | |
configure:7705: checking for main in -lm | |
configure:7734: cc -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:7741: $? = 0 | |
configure:7762: result: yes | |
configure:7773: checking for library containing setproctitle | |
configure:7814: cc -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-ptXjji.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:7821: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:7814: cc -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-ys1HP1.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:7821: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:7852: result: no | |
configure:7860: checking for library containing dlopen | |
configure:7901: cc -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:7908: $? = 0 | |
configure:7939: result: none required | |
configure:7947: checking for library containing socket | |
configure:7988: cc -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:7995: $? = 0 | |
configure:8026: result: none required | |
configure:8034: checking for library containing shl_load | |
configure:8075: cc -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-pq53wc.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:8082: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:8075: cc -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:8082: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:8113: result: no | |
configure:8213: checking for library containing getopt_long | |
configure:8254: cc -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:8261: $? = 0 | |
configure:8292: result: none required | |
configure:8300: checking for library containing crypt | |
configure:8341: cc -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:8348: $? = 0 | |
configure:8379: result: none required | |
configure:8388: checking for library containing fdatasync | |
configure:8429: cc -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:8436: $? = 0 | |
configure:8467: result: none required | |
configure:8477: checking for library containing gethostbyname_r | |
configure:8518: cc -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-MFt3UG.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:8525: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:8518: cc -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:8525: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:8556: result: no | |
configure:8565: checking for library containing shmget | |
configure:8606: cc -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:8613: $? = 0 | |
configure:8644: result: none required | |
configure:8656: checking for library containing readline | |
configure:8698: cc -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:8705: $? = 0 | |
configure:8745: result: -lreadline | |
configure:8772: checking for inflate in -lz | |
configure:8807: cc -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:8814: $? = 0 | |
configure:8835: result: yes | |
configure:8873: checking for library containing gss_init_sec_context | |
configure:8914: cc -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-SD8RNM.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:8921: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:8914: cc -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:8921: $? = 0 | |
configure:8952: result: -lgssapi_krb5 | |
configure:8971: checking for library containing com_err | |
configure:9012: cc -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:9019: $? = 0 | |
configure:9050: result: none required | |
configure:9062: checking for library containing krb5_sendauth | |
configure:9103: cc -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:9110: $? = 0 | |
configure:9141: result: none required | |
configure:9251: checking for CRYPTO_new_ex_data in -lcrypto | |
configure:9286: cc -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:9293: $? = 0 | |
configure:9314: result: yes | |
configure:9330: checking for SSL_library_init in -lssl | |
configure:9365: cc -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:9372: $? = 0 | |
configure:9393: result: yes | |
configure:9596: checking for pam_start in -lpam | |
configure:9631: cc -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:9638: $? = 0 | |
configure:9659: result: yes | |
configure:9678: checking for xmlSaveToBuffer in -lxml2 | |
configure:9713: cc -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:9720: $? = 0 | |
configure:9741: result: yes | |
configure:9760: checking for xsltCleanupGlobals in -lxslt | |
configure:9795: cc -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:9802: $? = 0 | |
configure:9823: result: yes | |
configure:9925: checking for uuid_export in -lossp-uuid | |
configure:9960: cc -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:9967: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:9988: result: no | |
configure:9993: checking for uuid_export in -luuid | |
configure:10028: cc -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:10035: $? = 0 | |
configure:10056: result: yes | |
configure:10076: checking for ANSI C header files | |
configure:10106: cc -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:10113: $? = 0 | |
configure:10212: cc -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:10216: $? = 0 | |
configure:10222: ./conftest | |
configure:10226: $? = 0 | |
configure:10244: result: yes | |
configure:10268: checking for sys/types.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for sys/stat.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for stdlib.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for string.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for memory.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for strings.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for inttypes.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for stdint.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10268: checking for unistd.h | |
configure:10289: cc -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:10296: $? = 0 | |
configure:10313: result: yes | |
configure:10369: checking crypt.h usability | |
configure:10386: cc -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: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking crypt.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:46:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for crypt.h | |
configure:10489: result: no | |
configure:10369: checking dld.h usability | |
configure:10386: cc -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: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking dld.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:46:10: fatal error: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for dld.h | |
configure:10489: result: no | |
configure:10369: checking fp_class.h usability | |
configure:10386: cc -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: 'fp_class.h' file not found | |
#include <fp_class.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking fp_class.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:46:10: fatal error: 'fp_class.h' file not found | |
#include <fp_class.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for fp_class.h | |
configure:10489: result: no | |
configure:10369: checking getopt.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking getopt.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for getopt.h | |
configure:10489: result: yes | |
configure:10369: checking ieeefp.h usability | |
configure:10386: cc -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:80:10: fatal error: 'ieeefp.h' file not found | |
#include <ieeefp.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking ieeefp.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:47:10: fatal error: 'ieeefp.h' file not found | |
#include <ieeefp.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for ieeefp.h | |
configure:10489: result: no | |
configure:10369: checking ifaddrs.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking ifaddrs.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for ifaddrs.h | |
configure:10489: result: yes | |
configure:10369: checking langinfo.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking langinfo.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for langinfo.h | |
configure:10489: result: yes | |
configure:10369: checking poll.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking poll.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for poll.h | |
configure:10489: result: yes | |
configure:10369: checking pwd.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking pwd.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for pwd.h | |
configure:10489: result: yes | |
configure:10369: checking sys/ioctl.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/ioctl.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/ioctl.h | |
configure:10489: result: yes | |
configure:10369: checking sys/ipc.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/ipc.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/ipc.h | |
configure:10489: result: yes | |
configure:10369: checking sys/poll.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/poll.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/poll.h | |
configure:10489: result: yes | |
configure:10369: checking sys/pstat.h usability | |
configure:10386: cc -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:87:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking sys/pstat.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:54:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for sys/pstat.h | |
configure:10489: result: no | |
configure:10369: checking sys/resource.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/resource.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/resource.h | |
configure:10489: result: yes | |
configure:10369: checking sys/select.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/select.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/select.h | |
configure:10489: result: yes | |
configure:10369: checking sys/sem.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/sem.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/sem.h | |
configure:10489: result: yes | |
configure:10369: checking sys/shm.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/shm.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/shm.h | |
configure:10489: result: yes | |
configure:10369: checking sys/socket.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/socket.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/socket.h | |
configure:10489: result: yes | |
configure:10369: checking sys/sockio.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/sockio.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/sockio.h | |
configure:10489: result: yes | |
configure:10369: checking sys/tas.h usability | |
configure:10386: cc -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:93:10: fatal error: 'sys/tas.h' file not found | |
#include <sys/tas.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking sys/tas.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:60:10: fatal error: 'sys/tas.h' file not found | |
#include <sys/tas.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for sys/tas.h | |
configure:10489: result: no | |
configure:10369: checking sys/time.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/time.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/time.h | |
configure:10489: result: yes | |
configure:10369: checking sys/un.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking sys/un.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for sys/un.h | |
configure:10489: result: yes | |
configure:10369: checking termios.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking termios.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for termios.h | |
configure:10489: result: yes | |
configure:10369: checking ucred.h usability | |
configure:10386: cc -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:96:10: fatal error: 'ucred.h' file not found | |
#include <ucred.h> | |
^ | |
1 error generated. | |
configure:10393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10407: result: no | |
configure:10411: checking ucred.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:63:10: fatal error: 'ucred.h' file not found | |
#include <ucred.h> | |
^ | |
1 error generated. | |
configure:10433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:10447: result: no | |
configure:10480: checking for ucred.h | |
configure:10489: result: no | |
configure:10369: checking utime.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking utime.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for utime.h | |
configure:10489: result: yes | |
configure:10369: checking wchar.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking wchar.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for wchar.h | |
configure:10489: result: yes | |
configure:10369: checking wctype.h usability | |
configure:10386: cc -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:10393: $? = 0 | |
configure:10407: result: yes | |
configure:10411: checking wctype.h presence | |
configure:10426: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10433: $? = 0 | |
configure:10447: result: yes | |
configure:10480: checking for wctype.h | |
configure:10489: result: yes | |
configure:10511: checking for net/if.h | |
configure:10536: cc -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:10543: $? = 0 | |
configure:10560: result: yes | |
configure:10580: checking for sys/ucred.h | |
configure:10603: cc -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:10610: $? = 0 | |
configure:10627: result: yes | |
configure:10659: checking netinet/in.h usability | |
configure:10676: cc -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:10683: $? = 0 | |
configure:10697: result: yes | |
configure:10701: checking netinet/in.h presence | |
configure:10716: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10723: $? = 0 | |
configure:10737: result: yes | |
configure:10770: checking for netinet/in.h | |
configure:10779: result: yes | |
configure:10798: checking for netinet/tcp.h | |
configure:10823: cc -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:10830: $? = 0 | |
configure:10847: result: yes | |
configure:10878: checking readline/readline.h usability | |
configure:10895: cc -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:10902: $? = 0 | |
configure:10916: result: yes | |
configure:10920: checking readline/readline.h presence | |
configure:10935: cc -E -I/usr/include/libxml2 conftest.c | |
configure:10942: $? = 0 | |
configure:10956: result: yes | |
configure:10989: checking for readline/readline.h | |
configure:10998: result: yes | |
configure:11191: checking readline/history.h usability | |
configure:11208: cc -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:11215: $? = 0 | |
configure:11229: result: yes | |
configure:11233: checking readline/history.h presence | |
configure:11248: cc -E -I/usr/include/libxml2 conftest.c | |
configure:11255: $? = 0 | |
configure:11269: result: yes | |
configure:11302: checking for readline/history.h | |
configure:11311: result: yes | |
configure:12431: checking zlib.h usability | |
configure:12448: cc -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:12455: $? = 0 | |
configure:12469: result: yes | |
configure:12473: checking zlib.h presence | |
configure:12488: cc -E -I/usr/include/libxml2 conftest.c | |
configure:12495: $? = 0 | |
configure:12509: result: yes | |
configure:12542: checking for zlib.h | |
configure:12549: result: yes | |
configure:12587: checking gssapi/gssapi.h usability | |
configure:12604: cc -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:12611: $? = 0 | |
configure:12625: result: yes | |
configure:12629: checking gssapi/gssapi.h presence | |
configure:12644: cc -E -I/usr/include/libxml2 conftest.c | |
configure:12651: $? = 0 | |
configure:12665: result: yes | |
configure:12698: checking for gssapi/gssapi.h | |
configure:12707: result: yes | |
configure:12891: checking krb5.h usability | |
configure:12908: cc -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:12915: $? = 0 | |
configure:12929: result: yes | |
configure:12933: checking krb5.h presence | |
configure:12948: cc -E -I/usr/include/libxml2 conftest.c | |
configure:12955: $? = 0 | |
configure:12969: result: yes | |
configure:13002: checking for krb5.h | |
configure:13009: result: yes | |
configure:13035: checking openssl/ssl.h usability | |
configure:13052: cc -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:13059: $? = 0 | |
configure:13073: result: yes | |
configure:13077: checking openssl/ssl.h presence | |
configure:13092: cc -E -I/usr/include/libxml2 conftest.c | |
configure:13099: $? = 0 | |
configure:13113: result: yes | |
configure:13146: checking for openssl/ssl.h | |
configure:13153: result: yes | |
configure:13176: checking openssl/err.h usability | |
configure:13193: cc -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:13200: $? = 0 | |
configure:13214: result: yes | |
configure:13218: checking openssl/err.h presence | |
configure:13233: cc -E -I/usr/include/libxml2 conftest.c | |
configure:13240: $? = 0 | |
configure:13254: result: yes | |
configure:13287: checking for openssl/err.h | |
configure:13294: result: yes | |
configure:13326: checking security/pam_appl.h usability | |
configure:13343: cc -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:13350: $? = 0 | |
configure:13364: result: yes | |
configure:13368: checking security/pam_appl.h presence | |
configure:13383: cc -E -I/usr/include/libxml2 conftest.c | |
configure:13390: $? = 0 | |
configure:13404: result: yes | |
configure:13437: checking for security/pam_appl.h | |
configure:13446: result: yes | |
configure:13630: checking libxml/parser.h usability | |
configure:13647: cc -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:13654: $? = 0 | |
configure:13668: result: yes | |
configure:13672: checking libxml/parser.h presence | |
configure:13687: cc -E -I/usr/include/libxml2 conftest.c | |
configure:13694: $? = 0 | |
configure:13708: result: yes | |
configure:13741: checking for libxml/parser.h | |
configure:13748: result: yes | |
configure:13774: checking libxslt/xslt.h usability | |
configure:13791: cc -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:13798: $? = 0 | |
configure:13812: result: yes | |
configure:13816: checking libxslt/xslt.h presence | |
configure:13831: cc -E -I/usr/include/libxml2 conftest.c | |
configure:13838: $? = 0 | |
configure:13852: result: yes | |
configure:13885: checking for libxslt/xslt.h | |
configure:13892: result: yes | |
configure:13925: checking ldap.h usability | |
configure:13942: cc -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:13949: $? = 0 | |
configure:13963: result: yes | |
configure:13967: checking ldap.h presence | |
configure:13982: cc -E -I/usr/include/libxml2 conftest.c | |
configure:13989: $? = 0 | |
configure:14003: result: yes | |
configure:14036: checking for ldap.h | |
configure:14045: result: yes | |
configure:14147: checking dns_sd.h usability | |
configure:14164: cc -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:14171: $? = 0 | |
configure:14185: result: yes | |
configure:14189: checking dns_sd.h presence | |
configure:14204: cc -E -I/usr/include/libxml2 conftest.c | |
configure:14211: $? = 0 | |
configure:14225: result: yes | |
configure:14258: checking for dns_sd.h | |
configure:14265: result: yes | |
configure:14298: checking ossp/uuid.h usability | |
configure:14315: cc -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:10: fatal error: 'ossp/uuid.h' file not found | |
#include <ossp/uuid.h> | |
^ | |
1 error generated. | |
configure:14322: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:14336: result: no | |
configure:14340: checking ossp/uuid.h presence | |
configure:14355: cc -E -I/usr/include/libxml2 conftest.c | |
conftest.c:75:10: fatal error: 'ossp/uuid.h' file not found | |
#include <ossp/uuid.h> | |
^ | |
1 error generated. | |
configure:14362: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:14376: result: no | |
configure:14409: checking for ossp/uuid.h | |
configure:14418: result: no | |
configure:14447: checking uuid.h usability | |
configure:14464: cc -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:108: | |
/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/unistd.h:676:26: note: previous definition is here | |
typedef __darwin_uuid_t uuid_t; | |
^ | |
1 error generated. | |
configure:14471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:14485: result: no | |
configure:14489: checking uuid.h presence | |
configure:14504: cc -E -I/usr/include/libxml2 conftest.c | |
configure:14511: $? = 0 | |
configure:14525: result: yes | |
configure:14538: WARNING: uuid.h: present but cannot be compiled | |
configure:14540: WARNING: uuid.h: check for missing prerequisite headers? | |
configure:14542: WARNING: uuid.h: see the Autoconf documentation | |
configure:14544: WARNING: uuid.h: section "Present But Cannot Be Compiled" | |
configure:14546: WARNING: uuid.h: proceeding with the preprocessor's result | |
configure:14548: WARNING: uuid.h: in the future, the compiler will take precedence | |
configure:14558: checking for uuid.h | |
configure:14567: result: yes | |
configure:14751: checking whether byte ordering is bigendian | |
configure:14776: cc -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:14783: $? = 0 | |
configure:14833: cc -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:14840: $? = 0 | |
configure:14872: cc -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:83:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:14879: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:15131: result: no | |
configure:15156: checking for an ANSI C-conforming const | |
configure:15231: cc -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:121:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized] | |
struct s *b; b->j = 5; | |
^ | |
conftest.c:121:16: note: initialize the variable 'b' to silence this warning | |
struct s *b; b->j = 5; | |
^ | |
= 0 | |
conftest.c:105:6: warning: variable 't' is uninitialized when used here [-Wuninitialized] | |
*t++ = 0; | |
^ | |
conftest.c:102:12: note: initialize the variable 't' to silence this warning | |
char *t; | |
^ | |
= 0 | |
2 warnings generated. | |
configure:15238: $? = 0 | |
configure:15253: result: yes | |
configure:15263: checking for inline | |
configure:15289: cc -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:15296: $? = 0 | |
configure:15314: result: inline | |
configure:15333: checking for quiet inline (no complaint if unreferenced) | |
configure:15363: cc -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:15370: $? = 0 | |
configure:15392: result: yes | |
configure:15402: checking for preprocessor stringizing operator | |
configure:15426: result: yes | |
configure:15437: checking for flexible array members | |
configure:15470: cc -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:15477: $? = 0 | |
configure:15492: result: yes | |
configure:15507: checking for signed types | |
configure:15533: cc -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:83:13: warning: unused variable 'c' [-Wunused-variable] | |
signed char c; signed short s; signed int i; | |
^ | |
conftest.c:83:29: warning: unused variable 's' [-Wunused-variable] | |
signed char c; signed short s; signed int i; | |
^ | |
conftest.c:83:43: warning: unused variable 'i' [-Wunused-variable] | |
signed char c; signed short s; signed int i; | |
^ | |
3 warnings generated. | |
configure:15540: $? = 0 | |
configure:15555: result: yes | |
configure:15564: checking for working volatile | |
configure:15593: cc -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:9: warning: variable 'x' is uninitialized when used here [-Wuninitialized] | |
return !x && !y; | |
^ | |
conftest.c:84:15: note: initialize the variable 'x' to silence this warning | |
volatile int x; | |
^ | |
= 0 | |
1 warning generated. | |
configure:15600: $? = 0 | |
configure:15615: result: yes | |
configure:15625: checking for __func__ | |
configure:15651: cc -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:15658: $? = 0 | |
configure:15673: result: yes | |
configure:15740: checking for _Static_assert | |
configure:15766: cc -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:15773: $? = 0 | |
configure:15793: result: yes | |
configure:15802: checking for __builtin_types_compatible_p | |
configure:15828: cc -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:20: warning: unused variable 'y' [-Wunused-variable] | |
int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)]; | |
^ | |
1 warning generated. | |
configure:15835: $? = 0 | |
configure:15850: result: yes | |
configure:15859: checking for __builtin_constant_p | |
configure:15885: cc -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:26: warning: unused variable 'y' [-Wunused-variable] | |
static int x; static int y[__builtin_constant_p(x) ? x : 1]; | |
^ | |
1 warning generated. | |
configure:15892: $? = 0 | |
configure:15907: result: yes | |
configure:15916: checking for __builtin_unreachable | |
configure:15942: cc -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:15949: $? = 0 | |
configure:15969: result: yes | |
configure:15978: checking for __VA_ARGS__ | |
configure:16006: cc -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:16013: $? = 0 | |
configure:16028: result: yes | |
configure:16037: checking whether struct tm is in sys/time.h or time.h | |
configure:16067: cc -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:16074: $? = 0 | |
configure:16089: result: time.h | |
configure:16099: checking for struct tm.tm_zone | |
configure:16130: cc -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:16137: $? = 0 | |
configure:16198: result: yes | |
configure:16216: checking for tzname | |
configure:16246: cc -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:95:1: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] | |
atoi(*tzname); | |
^ | |
1 warning generated. | |
configure:16253: $? = 0 | |
configure:16273: result: yes | |
configure:16283: checking for union semun | |
configure:16314: cc -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:16321: $? = 0 | |
configure:16351: cc -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:26: error: expected expression | |
if (sizeof ((union semun))) | |
^ | |
1 error generated. | |
configure:16358: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:16381: result: yes | |
configure:16392: checking for struct sockaddr_un | |
configure:16425: cc -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:16432: $? = 0 | |
configure:16464: cc -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:33: error: expected expression | |
if (sizeof ((struct sockaddr_un))) | |
^ | |
1 error generated. | |
configure:16471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:16494: result: yes | |
configure:16504: checking for struct sockaddr_storage | |
configure:16537: cc -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:16544: $? = 0 | |
configure:16576: cc -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:99:38: error: expected expression | |
if (sizeof ((struct sockaddr_storage))) | |
^ | |
1 error generated. | |
configure:16583: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:16606: result: yes | |
configure:16617: checking for struct sockaddr_storage.ss_family | |
configure:16650: cc -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:16657: $? = 0 | |
configure:16720: result: yes | |
configure:16730: checking for struct sockaddr_storage.__ss_family | |
configure:16763: cc -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_family' in 'struct sockaddr_storage'; did you mean 'ss_family'? | |
if (ac_aggr.__ss_family) | |
^~~~~~~~~~~ | |
ss_family | |
/usr/include/sys/socket.h:361:14: note: 'ss_family' declared here | |
sa_family_t ss_family; /* [XSI] address family */ | |
^ | |
1 error generated. | |
configure:16770: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:16808: cc -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_family' in 'struct sockaddr_storage'; did you mean 'ss_family'? | |
if (sizeof ac_aggr.__ss_family) | |
^~~~~~~~~~~ | |
ss_family | |
/usr/include/sys/socket.h:361:14: note: 'ss_family' declared here | |
sa_family_t ss_family; /* [XSI] address family */ | |
^ | |
1 error generated. | |
configure:16815: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:16833: result: no | |
configure:16843: checking for struct sockaddr_storage.ss_len | |
configure:16876: cc -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:16883: $? = 0 | |
configure:16946: result: yes | |
configure:16956: checking for struct sockaddr_storage.__ss_len | |
configure:16989: cc -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:103: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:360:12: note: 'ss_len' declared here | |
__uint8_t ss_len; /* address length */ | |
^ | |
1 error generated. | |
configure:16996: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17034: cc -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:103: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:360:12: note: 'ss_len' declared here | |
__uint8_t ss_len; /* address length */ | |
^ | |
1 error generated. | |
configure:17041: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17059: result: no | |
configure:17069: checking for struct sockaddr.sa_len | |
configure:17102: cc -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:17109: $? = 0 | |
configure:17172: result: yes | |
configure:17183: checking for struct addrinfo | |
configure:17215: cc -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:17222: $? = 0 | |
configure:17253: cc -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:30: error: expected expression | |
if (sizeof ((struct addrinfo))) | |
^ | |
1 error generated. | |
configure:17260: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17283: result: yes | |
configure:17295: checking for intptr_t | |
configure:17323: cc -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:17330: $? = 0 | |
configure:17357: cc -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:23: error: expected expression | |
if (sizeof ((intptr_t))) | |
^ | |
1 error generated. | |
configure:17364: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17387: result: yes | |
configure:17452: checking for uintptr_t | |
configure:17480: cc -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:17487: $? = 0 | |
configure:17514: cc -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:24: error: expected expression | |
if (sizeof ((uintptr_t))) | |
^ | |
1 error generated. | |
configure:17521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17544: result: yes | |
configure:17610: checking for long long int | |
configure:17657: cc -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:17664: $? = 0 | |
configure:17711: cc -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:17715: $? = 0 | |
configure:17721: ./conftest | |
configure:17725: $? = 0 | |
configure:17752: result: yes | |
configure:17763: checking for locale_t | |
configure:17790: cc -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:99:1: error: unknown type name 'locale_t' | |
locale_t x; | |
^ | |
1 error generated. | |
configure:17797: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17829: cc -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:17836: $? = 0 | |
configure:17854: result: yes (in xlocale.h) | |
configure:17871: checking for struct cmsgcred | |
configure:17904: cc -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:109:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred' | |
if (sizeof (struct cmsgcred)) | |
^ ~~~~~~~~~~~~~~~~~ | |
conftest.c:109:20: note: forward declaration of 'struct cmsgcred' | |
if (sizeof (struct cmsgcred)) | |
^ | |
1 error generated. | |
configure:17911: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:17973: result: no | |
configure:17985: checking for struct option | |
configure:18016: cc -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:18023: $? = 0 | |
configure:18053: cc -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:28: error: expected expression | |
if (sizeof ((struct option))) | |
^ | |
1 error generated. | |
configure:18060: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:18083: result: yes | |
configure:18099: checking for z_streamp | |
configure:18128: cc -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:18135: $? = 0 | |
configure:18163: cc -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:24: error: expected expression | |
if (sizeof ((z_streamp))) | |
^ | |
1 error generated. | |
configure:18170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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:18193: result: yes | |
configure:18209: checking for krb5_ticket.enc_part2 | |
configure:18238: cc -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:13: error: no member named 'enc_part2' in 'struct krb5_ticket' | |
if (ac_aggr.enc_part2) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:18245: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 <krb5.h> | |
| | |
| int | |
| main () | |
| { | |
| static krb5_ticket ac_aggr; | |
| if (ac_aggr.enc_part2) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:18279: cc -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:20: error: no member named 'enc_part2' in 'struct krb5_ticket' | |
if (sizeof ac_aggr.enc_part2) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:18286: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 <krb5.h> | |
| | |
| int | |
| main () | |
| { | |
| static krb5_ticket ac_aggr; | |
| if (sizeof ac_aggr.enc_part2) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:18304: result: no | |
configure:18314: checking for krb5_ticket.client | |
configure:18343: cc -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:18350: $? = 0 | |
configure:18409: result: yes | |
configure:18426: checking for krb5_error.text.data | |
configure:18455: cc -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:13: error: no member named 'text' in 'struct KRB_ERROR' | |
if (ac_aggr.text.data) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:18462: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| /* end confdefs.h. */ | |
| #include <krb5.h> | |
| | |
| int | |
| main () | |
| { | |
| static krb5_error ac_aggr; | |
| if (ac_aggr.text.data) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:18496: cc -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:20: error: no member named 'text' in 'struct KRB_ERROR' | |
if (sizeof ac_aggr.text.data) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:18503: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| /* end confdefs.h. */ | |
| #include <krb5.h> | |
| | |
| int | |
| main () | |
| { | |
| static krb5_error ac_aggr; | |
| if (sizeof ac_aggr.text.data) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:18521: result: no | |
configure:18531: checking for krb5_error.e_data | |
configure:18560: cc -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:18567: $? = 0 | |
configure:18626: result: yes | |
configure:18646: checking for krb5_free_unparsed_name | |
configure:18669: cc -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:107:1: warning: 'krb5_free_unparsed_name' is deprecated [-Wdeprecated-declarations] | |
krb5_free_unparsed_name(NULL,NULL); | |
^ | |
/usr/local/include/krb5-protos.h:1962:1: note: 'krb5_free_unparsed_name' declared here | |
krb5_free_unparsed_name ( | |
^ | |
1 warning generated. | |
configure:18676: $? = 0 | |
configure:18689: result: yes | |
configure:18776: checking for special C compiler options needed for large files | |
configure:18871: result: no | |
configure:18877: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:18912: cc -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:18919: $? = 0 | |
configure:18988: result: no | |
configure:19132: checking size of off_t | |
configure:19437: cc -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:19441: $? = 0 | |
configure:19447: ./conftest | |
configure:19451: $? = 0 | |
configure:19477: result: 8 | |
configure:19500: checking for int timezone | |
configure:19531: cc -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:19538: $? = 0 | |
configure:19558: result: yes | |
configure:19567: checking types of arguments for accept() | |
configure:19612: cc -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:12: error: conflicting types for 'accept' | |
extern int accept (int, struct sockaddr *, int *); | |
^ | |
/usr/include/sys/socket.h:610:5: note: previous declaration is here | |
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) | |
^ | |
1 error generated. | |
configure:19619: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:19612: cc -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:12: error: conflicting types for 'accept' | |
extern int accept (int, struct sockaddr *, size_t *); | |
^ | |
/usr/include/sys/socket.h:610:5: note: previous declaration is here | |
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) | |
^ | |
1 error generated. | |
configure:19619: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:19612: cc -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:19619: $? = 0 | |
configure:19653: result: int, int, struct sockaddr *, socklen_t * | |
configure:19676: checking whether gettimeofday takes only one argument | |
configure:19704: cc -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:116:14: warning: variable 'tp' is uninitialized when used here [-Wuninitialized] | |
gettimeofday(tp,tzp); | |
^~ | |
conftest.c:114:19: note: initialize the variable 'tp' to silence this warning | |
struct timeval *tp; | |
^ | |
= NULL | |
conftest.c:116:17: warning: variable 'tzp' is uninitialized when used here [-Wuninitialized] | |
gettimeofday(tp,tzp); | |
^~~ | |
conftest.c:115:21: note: initialize the variable 'tzp' to silence this warning | |
struct timezone *tzp; | |
^ | |
= NULL | |
2 warnings generated. | |
configure:19711: $? = 0 | |
configure:19726: result: no | |
configure:19769: checking for cbrt | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for dlopen | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for fdatasync | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for getifaddrs | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for getpeerucred | |
configure:19825: cc -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-V5S8dl.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:19832: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:19854: result: no | |
configure:19769: checking for getrlimit | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for mbstowcs_l | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for memmove | |
configure:19825: cc -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:139:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | |
char memmove (); | |
^ | |
conftest.c:139:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for poll | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for pstat | |
configure:19825: cc -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-1AiMUu.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:19832: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:19854: result: no | |
configure:19769: checking for readlink | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for setproctitle | |
configure:19825: cc -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-zIlP9R.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:19832: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:19854: result: no | |
configure:19769: checking for setsid | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for sigprocmask | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for symlink | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for sync_file_range | |
configure:19825: cc -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-2Z2dUt.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:19832: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:19854: result: no | |
configure:19769: checking for towlower | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for utime | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for utimes | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for wcstombs | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19769: checking for wcstombs_l | |
configure:19825: cc -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:19832: $? = 0 | |
configure:19854: result: yes | |
configure:19871: checking for fseeko | |
configure:19927: cc -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:19934: $? = 0 | |
configure:19956: result: yes | |
configure:19987: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:20016: cc -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:20023: $? = 0 | |
configure:20096: result: no | |
configure:20129: checking for posix_fadvise | |
configure:20185: cc -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-jmmp07.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:20192: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:20214: result: no | |
configure:20226: checking whether posix_fadvise is declared | |
configure:20256: cc -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:135:10: error: use of undeclared identifier 'posix_fadvise' | |
(void) posix_fadvise; | |
^ | |
1 error generated. | |
configure:20263: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:20278: result: no | |
configure:20298: checking whether fdatasync is declared | |
configure:20328: cc -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:136:10: error: use of undeclared identifier 'fdatasync' | |
(void) fdatasync; | |
^ | |
1 error generated. | |
configure:20335: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:20350: result: no | |
configure:20368: checking whether strlcat is declared | |
configure:20397: cc -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:20404: $? = 0 | |
configure:20419: result: yes | |
configure:20435: checking whether strlcpy is declared | |
configure:20464: cc -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:20471: $? = 0 | |
configure:20486: result: yes | |
configure:20505: checking whether F_FULLFSYNC is declared | |
configure:20535: cc -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:20542: $? = 0 | |
configure:20557: result: yes | |
configure:20577: checking for struct sockaddr_in6 | |
configure:20607: cc -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:20614: $? = 0 | |
configure:20643: cc -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:172:34: error: expected expression | |
if (sizeof ((struct sockaddr_in6))) | |
^ | |
1 error generated. | |
configure:20650: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:20673: result: yes | |
configure:20686: checking for PS_STRINGS | |
configure:20715: cc -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:136:10: fatal error: 'sys/exec.h' file not found | |
#include <sys/exec.h> | |
^ | |
1 error generated. | |
configure:20722: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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:20742: result: no | |
configure:20791: checking for snprintf | |
configure:20847: cc -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:158:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] | |
char snprintf (); | |
^ | |
conftest.c:158:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:20854: $? = 0 | |
configure:20876: result: yes | |
configure:20894: checking for vsnprintf | |
configure:20950: cc -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:159:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] | |
char vsnprintf (); | |
^ | |
conftest.c:159:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:20957: $? = 0 | |
configure:20979: result: yes | |
configure:21001: checking whether snprintf is declared | |
configure:21030: cc -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:21037: $? = 0 | |
configure:21052: result: yes | |
configure:21068: checking whether vsnprintf is declared | |
configure:21097: cc -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:21104: $? = 0 | |
configure:21119: result: yes | |
configure:21139: checking for isinf | |
configure:21168: cc -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:21175: $? = 0 | |
configure:21195: result: yes | |
configure:21332: checking for crypt | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for fls | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for getopt | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for getrusage | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for inet_aton | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for random | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for rint | |
configure:21388: cc -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 'rint' [-Wincompatible-library-redeclaration] | |
char rint (); | |
^ | |
conftest.c:169:6: note: 'rint' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for srandom | |
configure:21388: cc -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:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for strerror | |
configure:21388: cc -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:171:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:171:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for strlcat | |
configure:21388: cc -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:172:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration] | |
char strlcat (); | |
^ | |
conftest.c:172:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21332: checking for strlcpy | |
configure:21388: cc -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:173:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration] | |
char strlcpy (); | |
^ | |
conftest.c:173:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:21395: $? = 0 | |
configure:21417: result: yes | |
configure:21462: checking for unsetenv | |
configure:21518: cc -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:21525: $? = 0 | |
configure:21547: result: yes | |
configure:21462: checking for getpeereid | |
configure:21518: cc -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:21525: $? = 0 | |
configure:21547: result: yes | |
configure:21580: checking for getaddrinfo | |
configure:21636: cc -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:21643: $? = 0 | |
configure:21665: result: yes | |
configure:21700: checking for getopt_long | |
configure:21756: cc -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:21763: $? = 0 | |
configure:21785: result: yes | |
configure:22112: checking for sigsetjmp | |
configure:22138: cc -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:22145: $? = 0 | |
configure:22165: result: yes | |
configure:22175: checking whether sys_siglist is declared | |
configure:22210: cc -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:22217: $? = 0 | |
configure:22232: result: yes | |
configure:22252: checking for syslog | |
configure:22308: cc -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:22315: $? = 0 | |
configure:22335: result: yes | |
configure:22348: checking syslog.h usability | |
configure:22365: cc -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:22372: $? = 0 | |
configure:22386: result: yes | |
configure:22390: checking syslog.h presence | |
configure:22405: cc -E -I/usr/include/libxml2 conftest.c | |
configure:22412: $? = 0 | |
configure:22426: result: yes | |
configure:22459: checking for syslog.h | |
configure:22466: result: yes | |
configure:22482: checking for opterr | |
configure:22508: cc -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:22515: $? = 0 | |
configure:22535: result: yes | |
configure:22545: checking for optreset | |
configure:22571: cc -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:22578: $? = 0 | |
configure:22598: result: yes | |
configure:22613: checking for strtoll | |
configure:22669: cc -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:22676: $? = 0 | |
configure:22698: result: yes | |
configure:22715: checking for strtoull | |
configure:22771: cc -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:22778: $? = 0 | |
configure:22800: result: yes | |
configure:22813: checking for builtin locking functions | |
configure:22841: cc -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:22848: $? = 0 | |
configure:22868: result: yes | |
configure:22882: checking for rl_completion_append_character | |
configure:22914: cc -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:22921: $? = 0 | |
configure:22941: result: yes | |
configure:22955: checking for rl_completion_matches | |
configure:23011: cc -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:23018: $? = 0 | |
configure:23040: result: yes | |
configure:22955: checking for rl_filename_completion_function | |
configure:23011: cc -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:23018: $? = 0 | |
configure:23040: result: yes | |
configure:23057: checking for append_history | |
configure:23113: cc -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:23120: $? = 0 | |
configure:23142: result: yes | |
configure:23057: checking for history_truncate_file | |
configure:23113: cc -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:23120: $? = 0 | |
configure:23142: result: yes | |
configure:23364: checking for the pthreads library -lpthreads | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172: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:23414: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:23461: result: no | |
configure:23307: checking whether pthreads work without any flags | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: yes | |
configure:23312: checking whether pthreads work with -Kthread | |
configure:23407: cc -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: warning: argument unused during compilation: '-Kthread' | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: no | |
configure:23312: checking whether pthreads work with -kthread | |
configure:23407: cc -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: warning: argument unused during compilation: '-kthread' | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: no | |
configure:23364: checking for the pthreads library -llthread | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172: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:23414: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:23461: result: no | |
configure:23312: checking whether pthreads work with -pthread | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: yes | |
configure:23312: checking whether pthreads work with -pthreads | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: no | |
configure:23312: checking whether pthreads work with -mthreads | |
configure:23407: cc -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 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: no | |
configure:23364: checking for the pthreads library -lpthread | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: yes | |
configure:23312: checking whether pthreads work with --thread-safe | |
configure:23407: cc -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:23414: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:23461: result: no | |
configure:23312: checking whether pthreads work with -mt | |
configure:23407: cc -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 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:23414: $? = 0 | |
configure:23461: result: no | |
configure:23364: checking for the pthreads library -lpthreadGC2 | |
configure:23407: cc -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:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172: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:23414: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:23461: result: no | |
configure:23709: checking pthread.h usability | |
configure:23726: cc -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:23733: $? = 0 | |
configure:23747: result: yes | |
configure:23751: checking pthread.h presence | |
configure:23766: cc -E -I/usr/include/libxml2 conftest.c | |
configure:23773: $? = 0 | |
configure:23787: result: yes | |
configure:23820: checking for pthread.h | |
configure:23827: result: yes | |
configure:23850: checking for strerror_r | |
configure:23906: cc -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:23913: $? = 0 | |
configure:23935: result: yes | |
configure:23850: checking for getpwuid_r | |
configure:23906: cc -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:23913: $? = 0 | |
configure:23935: result: yes | |
configure:23850: checking for gethostbyname_r | |
configure:23906: cc -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-leF7OH.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:23913: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:23935: result: no | |
configure:23949: checking whether getpwuid_r takes a fifth argument | |
configure:23981: cc -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:180:12: warning: variable 'uid' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~ | |
conftest.c:175:10: note: initialize the variable 'uid' to silence this warning | |
uid_t uid; | |
^ | |
= 0 | |
conftest.c:180:17: warning: variable 'space' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~~~ | |
conftest.c:176:21: note: initialize the variable 'space' to silence this warning | |
struct passwd *space; | |
^ | |
= 0 | |
conftest.c:180:24: warning: variable 'buf' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~ | |
conftest.c:177:10: note: initialize the variable 'buf' to silence this warning | |
char *buf; | |
^ | |
= 0 | |
conftest.c:180:29: warning: variable 'bufsize' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~~~~~ | |
conftest.c:178:15: note: initialize the variable 'bufsize' to silence this warning | |
size_t bufsize; | |
^ | |
= 0 | |
conftest.c:180:38: warning: variable 'result' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~~~~ | |
conftest.c:179:23: note: initialize the variable 'result' to silence this warning | |
struct passwd **result; | |
^ | |
= 0 | |
5 warnings generated. | |
configure:23988: $? = 0 | |
configure:24003: result: yes | |
configure:24013: checking whether strerror_r returns int | |
configure:24044: cc -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:24051: $? = 0 | |
configure:24066: result: yes | |
configure:24095: checking for ldap_bind in -lldap | |
configure:24130: cc -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:24137: $? = 0 | |
configure:24158: result: yes | |
configure:24177: checking for ldap_simple_bind in -lldap_r | |
configure:24212: cc -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:24219: $? = 0 | |
configure:24240: result: yes | |
configure:24352: checking test program | |
configure:24372: cc -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:24376: $? = 0 | |
configure:24382: ./conftest | |
configure:24386: $? = 0 | |
configure:24388: result: ok | |
configure:24498: checking whether long int is 64 bits | |
configure:24590: cc -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:183:5: warning: no previous prototype for function 'does_int64_work' [-Wmissing-prototypes] | |
int does_int64_work() | |
^ | |
conftest.c:197:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() { | |
^~~~ | |
conftest.c:198:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(! does_int64_work()); | |
^ | |
conftest.c:198:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
3 warnings generated. | |
configure:24594: $? = 0 | |
configure:24600: ./conftest | |
configure:24604: $? = 0 | |
configure:24621: result: yes | |
configure:24986: checking size of void * | |
configure:25291: cc -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:25295: $? = 0 | |
configure:25301: ./conftest | |
configure:25305: $? = 0 | |
configure:25331: result: 8 | |
configure:25345: checking size of size_t | |
configure:25650: cc -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:25654: $? = 0 | |
configure:25660: ./conftest | |
configure:25664: $? = 0 | |
configure:25690: result: 8 | |
configure:25704: checking size of long | |
configure:26009: cc -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:26013: $? = 0 | |
configure:26019: ./conftest | |
configure:26023: $? = 0 | |
configure:26049: result: 8 | |
configure:26061: checking whether to build with float4 passed by value | |
configure:26098: result: yes | |
configure:26110: checking whether to build with float8 passed by value | |
configure:26180: result: yes | |
configure:26192: checking alignment of short | |
configure:26521: cc -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:26525: $? = 0 | |
configure:26531: ./conftest | |
configure:26535: $? = 0 | |
configure:26561: result: 2 | |
configure:26573: checking alignment of int | |
configure:26902: cc -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:26906: $? = 0 | |
configure:26912: ./conftest | |
configure:26916: $? = 0 | |
configure:26942: result: 4 | |
configure:26954: checking alignment of long | |
configure:27283: cc -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:27287: $? = 0 | |
configure:27293: ./conftest | |
configure:27297: $? = 0 | |
configure:27323: result: 8 | |
configure:27718: checking alignment of double | |
configure:28047: cc -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:28051: $? = 0 | |
configure:28057: ./conftest | |
configure:28061: $? = 0 | |
configure:28087: result: 8 | |
configure:28118: checking for int8 | |
configure:28147: cc -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:195:13: error: use of undeclared identifier 'int8'; did you mean 'int'? | |
if (sizeof (int8)) | |
^ | |
1 error generated. | |
configure:28154: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:28212: result: no | |
configure:28222: checking for uint8 | |
configure:28251: cc -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:195:13: error: use of undeclared identifier 'uint8' | |
if (sizeof (uint8)) | |
^ | |
1 error generated. | |
configure:28258: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:28316: result: no | |
configure:28326: checking for int64 | |
configure:28355: cc -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:195:13: error: use of undeclared identifier 'int64' | |
if (sizeof (int64)) | |
^ | |
1 error generated. | |
configure:28362: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:28420: result: no | |
configure:28430: checking for uint64 | |
configure:28459: cc -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:195:13: error: use of undeclared identifier 'uint64' | |
if (sizeof (uint64)) | |
^ | |
1 error generated. | |
configure:28466: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:28524: result: no | |
configure:28538: checking for sig_atomic_t | |
configure:28567: cc -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:28574: $? = 0 | |
configure:28602: cc -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:195:27: error: expected expression | |
if (sizeof ((sig_atomic_t))) | |
^ | |
1 error generated. | |
configure:28609: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.3.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.3.1" | |
| #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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
| #define HAVE_KRB5_ERROR_E_DATA 1 | |
| #define HAVE_KRB5_FREE_UNPARSED_NAME 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_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:28632: result: yes | |
configure:28647: checking for POSIX signal interface | |
configure:28677: cc -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:28684: $? = 0 | |
configure:28704: result: yes | |
configure:28727: checking for working memcmp | |
configure:28780: cc -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:28784: $? = 0 | |
configure:28790: ./conftest | |
configure:28794: $? = 0 | |
configure:28811: result: yes | |
configure:29267: checking for tclsh | |
configure:29285: found /usr/bin/tclsh | |
configure:29297: result: /usr/bin/tclsh | |
configure:29314: checking for tclConfig.sh | |
configure:29343: result: /usr/lib/tclConfig.sh | |
configure:29369: checking tcl.h usability | |
configure:29386: cc -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:29393: $? = 0 | |
configure:29407: result: yes | |
configure:29411: checking tcl.h presence | |
configure:29426: cc -E -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c | |
configure:29433: $? = 0 | |
configure:29447: result: yes | |
configure:29480: checking for tcl.h | |
configure:29487: result: yes | |
configure:29507: checking for perl.h | |
configure:29528: cc -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.12/darwin-thread-multi-2level/CORE conftest.c >&5 | |
configure:29535: $? = 0 | |
configure:29550: result: yes | |
configure:29567: checking for libperl | |
configure:29593: cc -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.12/darwin-thread-multi-2level/CORE -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc >&5 | |
configure:29600: $? = 0 | |
configure:29608: result: yes | |
configure:29642: checking Python.h usability | |
configure:29659: cc -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/Python.framework/Versions/2.7/include/python2.7 -I/usr/include/libxml2 conftest.c >&5 | |
configure:29666: $? = 0 | |
configure:29680: result: yes | |
configure:29684: checking Python.h presence | |
configure:29699: cc -E -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/include/libxml2 conftest.c | |
configure:29706: $? = 0 | |
configure:29720: result: yes | |
configure:29753: checking for Python.h | |
configure:29760: result: yes | |
configure:29783: checking for onsgmls | |
configure:29813: result: no | |
configure:29783: checking for nsgmls | |
configure:29813: result: no | |
configure:29825: checking for openjade | |
configure:29855: result: no | |
configure:29825: checking for jade | |
configure:29855: result: no | |
configure:29864: checking for DocBook V4.2 | |
configure:29893: result: no | |
configure:29899: checking for DocBook stylesheets | |
configure:29938: result: no | |
configure:29947: checking for collateindex.pl | |
configure:29980: result: no | |
configure:29990: checking for xsltproc | |
configure:30006: found /usr/bin/xsltproc | |
configure:30017: result: xsltproc | |
configure:30032: checking for osx | |
configure:30062: result: no | |
configure:30032: checking for sgml2xml | |
configure:30062: result: no | |
configure:30032: checking for sx | |
configure:30062: result: no | |
configure:30079: checking thread safety of required library functions | |
configure:30112: cc -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 -DIN_CONFIGURE -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:30116: $? = 0 | |
configure:30122: ./conftest | |
Your errno is thread-safe. | |
Your system has sterror_r(); it does not need strerror(). | |
Your system has getpwuid_r(); it does not need getpwuid(). | |
Your system has getaddrinfo(); it does not need gethostbyname() | |
or gethostbyname_r(). | |
Your platform is thread-safe. | |
configure:30126: $? = 0 | |
configure:30128: result: yes | |
configure:30174: checking whether cc supports -Wl,-dead_strip_dylibs | |
configure:30205: cc -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 -Wl,-dead_strip_dylibs conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:30209: $? = 0 | |
configure:30215: ./conftest | |
configure:30219: $? = 0 | |
configure:30237: result: yes | |
configure:30415: using compiler=Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
configure:30417: using 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 | |
configure:30419: using CPPFLAGS= -I/usr/include/libxml2 | |
configure:30421: using LDFLAGS=-L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs | |
configure:30569: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by PostgreSQL config.status 9.3.1, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on yayco | |
config.status:1041: creating GNUmakefile | |
config.status:1041: creating src/Makefile.global | |
config.status:1041: creating src/include/pg_config.h | |
config.status:1041: creating src/include/pg_config_ext.h | |
config.status:1041: creating src/interfaces/ecpg/include/ecpg_config.h | |
config.status:1293: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s | |
config.status:1293: linking src/backend/port/dynloader/darwin.c to src/backend/port/dynloader.c | |
config.status:1293: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c | |
config.status:1293: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c | |
config.status:1293: linking src/backend/port/unix_latch.c to src/backend/port/pg_latch.c | |
config.status:1293: linking src/backend/port/dynloader/darwin.h to src/include/dynloader.h | |
config.status:1293: linking src/include/port/darwin.h to src/include/pg_config_os.h | |
config.status:1293: linking src/makefiles/Makefile.darwin to src/Makefile.port | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_alignof_double=8 | |
ac_cv_alignof_int=4 | |
ac_cv_alignof_long=8 | |
ac_cv_alignof_short=2 | |
ac_cv_build=x86_64-apple-darwin12.5.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=cc | |
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_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_Python_h=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_krb5_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-darwin12.5.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_krb5_error_e_data=yes | |
ac_cv_member_krb5_error_text_data=no | |
ac_cv_member_krb5_ticket_client=yes | |
ac_cv_member_krb5_ticket_enc_part2=no | |
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=/usr/bin/ld | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_path_PYTHON=/usr/bin/python | |
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='cc -E' | |
ac_cv_prog_XML2_CONFIG=xml2-config | |
ac_cv_prog_XSLTPROC=xsltproc | |
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_com_err='none required' | |
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_krb5_sendauth='none required' | |
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_docbook=no | |
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_prog_cc_ldflags__Wl__dead_strip_dylibs=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='cc' | |
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='cc -E' | |
CPPFLAGS=' -I/usr/include/libxml2 ' | |
DEFS='-DHAVE_CONFIG_H' | |
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='/usr/bin/ld' | |
LDAP_LIBS_BE='-lldap ' | |
LDAP_LIBS_FE='-lldap_r ' | |
LDFLAGS='-L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs' | |
LDFLAGS_EX='' | |
LDFLAGS_SL='' | |
LIBOBJS='' | |
LIBS='-lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid' | |
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='[email protected]' | |
PACKAGE_NAME='PostgreSQL' | |
PACKAGE_STRING='PostgreSQL 9.3.1' | |
PACKAGE_TARNAME='postgresql' | |
PACKAGE_VERSION='9.3.1' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
PG_MAJORVERSION='9.3' | |
PORTNAME='darwin' | |
PTHREAD_CC='cc' | |
PTHREAD_CFLAGS=' -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS' | |
PTHREAD_LIBS=' -lpthread ' | |
PYTHON='/usr/bin/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='xsltproc' | |
ZIC='' | |
ac_ct_CC='' | |
acx_pthread_config='' | |
autodepend='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.5.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.5.0' | |
build_vendor='apple' | |
configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.3.1'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.3.1/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.3.1/share/doc/postgresql'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-krb5'\'' '\''--with-ldap'\'' '\''--with-openssl'\'' '\''--with-pam'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-ossp-uuid'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''--with-tcl'\'' '\''CC=cc'\'' '\''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.1/share/postgresql' | |
datarootdir='${prefix}/share' | |
default_port='5432' | |
docdir='/usr/local/Cellar/postgresql/9.3.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='${prefix}' | |
have_docbook='no' | |
have_win32_dbghelp='no' | |
host='x86_64-apple-darwin12.5.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.5.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.12/darwin-thread-multi-2level' | |
perl_embed_ldflags=' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc' | |
perl_privlibexp='/System/Library/Perl/5.12' | |
perl_useshrplib='true' | |
prefix='/usr/local/Cellar/postgresql/9.3.1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
python_additional_libs='' | |
python_enable_shared='1' | |
python_includespec='-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7' | |
python_libdir='/System/Library/Frameworks/Python.framework/Versions/2.7/lib' | |
python_libspec='-F/System/Library/Frameworks -framework Python' | |
python_majorversion='2' | |
python_version='2.7' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
vpath_build='no' | |
with_gnu_ld='no' | |
with_libxml='yes' | |
with_libxslt='yes' | |
with_openssl='yes' | |
with_ossp_uuid='yes' | |
with_perl='yes' | |
with_python='yes' | |
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.1" | |
#define PACKAGE_STRING "PostgreSQL 9.3.1" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PG_VERSION "9.3.1" | |
#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 KRB5 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 HAVE_KRB5_TICKET_CLIENT 1 | |
#define HAVE_KRB5_ERROR_E_DATA 1 | |
#define HAVE_KRB5_FREE_UNPARSED_NAME 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_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 | |
#define PG_VERSION_STR "PostgreSQL 9.3.1 on x86_64-apple-darwin12.5.0, compiled by Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn), 64-bit" | |
#define PG_VERSION_NUM 90301 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment